Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Training a 4B model to produce 81% faster query plans than Postgres(rohanbansal.com ↗)
    64comments
  2. Breaking the 1.58-bit Barrier for Ternary LLMs(arxiv.org ↗)
    8comments
  3. Nvidia announces native GPU programming in Rust(nvidia.com ↗)
    36comments
  4. Xiaomi Mimo 2.6 live post-training dashboard(xiaomi.com ↗)
    51comments
  5. Small programming tricks(will-keleher.com ↗)
    173comments
  6. Backups Aren't Simple(filipovski.net ↗)
    8comments
  7. OpenSpec – A lightweight and configurable AI spec framework(openspec.dev ↗)
    1comments
  8. The engineering behind the US Strategic Petroleum Reserve(johnjwang.com ↗)
    3comments
  9. Reversing Factorio's RNG(gegell.github.io ↗)
    11comments
  10. Performance Improvements in .NET 11(devblogs.microsoft.com/dotnet ↗)
    20comments
  11. AWS says it can't restore some data from mideast facilities struck by Iran(wsj.com ↗)
    136comments
  12. Accurate Models of AMD Matrix Cores(arxiv.org ↗)
    6comments
  13. Reverse-engineered Jev-like model(github.com/vinnylarouge ↗)
    7comments
  14. Australia says it could follow Canada in forging deeper ties with EU(independent.co.uk ↗)
    2comments
  15. Japan's book scene is moving from bookstores to libraries(untranslatedjp.substack.com ↗)
    25comments
  16. How good are frontier models at physics?(arxiv.org ↗)
    25comments
  17. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    236comments
  18. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
    182comments
  19. Dream-RSI: Recursive Self-Improvement through Evolving Worlds(arxiv.org ↗)
    49comments
  20. Anatomy of a Texture(agentlien.github.io ↗)
    12comments
  21. Anecdotally, programmers dislike "reduce"(evanhahn.com ↗)
    121comments
  22. WalShadow: Sub-second Postgres replication to ClickHouse from physical WAL(clickhouse.com ↗)
    5comments
  23. Training Text-to-Image Models 3.6× Faster(linum.ai ↗)
    1comments
  24. Vectorized and performance-portable Quicksort (2022)(googleblog.com ↗)
    25comments
  25. Hackers Got Inside a Flock Camera(wired.com ↗)
    208comments
  26. Why Does the Universe Expand?(cosmicave.org ↗)
    1comments
  27. The DeepMind Institute(deepmind.com ↗)
    42comments
  28. Destroy After Reading: photocopiers,cheap paper and DIY gave metal it's look(truegrittexturesupply.com ↗)
    1comments
  29. Kyber (YC W23) Is Hiring a Forward Deployed Engineer(ycombinator.com ↗)
    discuss
  30. I replaced my brown-noise browser tab with a menu bar app(oldmanrahul.com ↗)
    discuss

GitHub is having trouble counting things

72 pointsby 6h agochuckgreenman.com
50 comments
4h agoHN ↗

I think they struggle with two things

1) counting

4h agoHN ↗

"Since we forced our engineers to agentic workflows our efficiency doubled. Just look at the numbers!"

4h agoHN ↗

2) cache validation

3) off-by-one errors

4h agoHN ↗

According to the documentation there are four things:

4) naming things

5) keeping the documentation up-to-date

3h agoHN ↗

5) multithreading

4) database synchronization

1h agoHN ↗

Ideally written as:

5) multit

6) database synchreadinghronization

4h agoHN ↗

This got to be the extinguish phase from the EEE Microsoft playbook. Prior acquisition, Github was very liked and very focus, then Microsoft happened in their embrace phase, telling us EEE was something of the past. While trying to show good faith they extended the platform and this is now the very last phase

4h agoHN ↗

Maybe, but does Team Foundation Server even exist anymore? What is the MS branded service that degrading GitHub is supposed to drive people to?

4h agoHN ↗

Copilot, of course. Helpfully, every Microslop product is named Copilot Something now. Take your pick.

4h agoHN ↗

I don't believe this is true of the past, but it'd be quite the twist if the extinguish phase was really just pure incompetence this whole time. It certainly seems that way right now with GitHub.

4h agoHN ↗

EEE

My god what an ancient trope.

Presumably you realize most current Microsoft employees were not even alive when the EEE memo was written.

Must we also talk about some decision Henry Ford made in 1906 every time the automaker is mentioned, or something the Gauls did in 200 BC every time England is mentioned?

4h agoHN ↗

You don't want to talk about it because either 1) you don't know it, or 2) you were downplaying it at the time, too.

The only time we talk about Henry Ford, unless it's about his anti-Semitism, is about decisions he made in 1906. If we go by your arbitrary standard, why would we talk about Henry Ford at all when we could talk about this year's Tesla model?

See also Netscape v2.0 and 3.0, which were badass browsers back in 1996, but are similarly irrelevant today.

Why are you talking about Netscape? What does that have to do with anything happening right now?

4h agoHN ↗

Calling this "severe" feels overblown. It's a UI mismatch likely caused by using multiple caches that are out of sync. I feel like every engineer on this site has encountered this exact bug at one point or another. It's an easy one to run into, especially in bigger orgs.

4h agoHN ↗

The second screenshot with “1 3 Next” seems pretty hard to justify.

Taking care that such incongruent representations can’t happen even in the face of inconsistent backend caches is part of proper UI state management.

4h agoHN ↗

Yes but in the case of GH, it also happens in cases where the data is old: not just a temporary drift.

4h agoHN ↗

There's tonnes of UI bugs. A more severe one I've experienced is that my approved PRs have been shown as still waiting on review, leading some of them to be delayed by weeks.

4h agoHN ↗

I'm partial to the one where the workflow completes but the its summary on the PR does not get updated, so it appears to be running.

How many companies engender taste in bugs, eh??

4h agoHN ↗

Dirty reads is a classic symptom of scaling poorly. Eventually consistent database writes are fine, but it's a bad look if a user takes an action and then doesn't see the results of their action.

3h agoHN ↗

Similar to how every description of relaxed consistency for CPUs starts out by pointing out your own reads always observe your own writes in program order, as if to say, "don't worry, we're not insane."

1h agoHN ↗

Or funnier version: "don't worry, we're not Alpha".

4h agoHN ↗

The fact that there's so much indirection between what happens in the registers and memory in the machine, the underlying reality being modeled by software, and the information displayed semantically to the users, is a travesty.

Software could be so much simpler and more reliable. There's so much bloat that is necessary to solve problems created by bloat. I hope we find our way out of this mess sooner rather than later. I'd hate for entire generations to suffer the current state of software whereas the theoretical understanding necessary to make things better was produced very early in the history of programmable computers.

4h agoHN ↗

rails + russian doll style caching + large engineering team + azure as a platform = recipe for this exact problem.

4h agoHN ↗

My phone consistently says that I have one more update than they'll actually let me download... what that one phantom app is, I'll never know...

4h agoHN ↗

Really curious as to what’s going on over there, if you’ve got any insight let me know!

Microsoft. That's the answer. Microsoft is happening over there.

3h agoHN ↗

I have got an insight alright. Microsoft took it over.

3h agoHN ↗

Soon most will have forgotten how essential and stable github was at some point in the past.

3h agoHN ↗

GitHub, including Enterprise (so not just Azure’s fault), has become unreliable, low quality software.

I say unreliable because I cannot rely on it to accurately do what it claims to do. I cannot trust any number. I cannot trust that actions I invoke will actually happen. I cannot trust that taking action will not have mysterious side effects (e.g. re-opening an issue my boss’s boss closed in 2017 without explanation). I think I trust the underlying git infra but at this point I’m not sure why I do.

I say low quality because it is extremely slow at random moments, gets into broken inconsistent UI states, has baffling UX choices that make it harder to navigate than it should be (particularly with new UIs), and overall just doesn’t have the fit and finish we should expect from software in 1996 - or 2026, or literally any time in between.

3h agoHN ↗

For months now I've had scheduled GH Actions workflows that don't run on time, sometimes not at all. Like we're talking 4-8 hours later than the cron statement. Yesterday I finally gave up and just moved the trigger to AWS EventBridge Scheduler/Lambda. Maddening, but also we're talking code repos that are $0 for me. Not production level. I can't imagine people running Production pipelines on github.com.

3h agoHN ↗

I've switched off to runners and event scheduling inside AWS, and am working on moving my company off of GitHub. I know engineers inside GitHub and it doesn't sound like the talk they've been putting out about reliability is actually being addressed with many resources internally; the best people in the company are chasing AI product features (which are apparently quite profitable).

3h agoHN ↗

At a previous gig we had a simple "reset staging" task on gha, that ran once a week on Tuesday

It ran fine for years, then around November just stopped and never ran again. Tried moving it around for which time it would trigger, and it just never started again. Opened a ticket, and got nowhere

1h agoHN ↗

My scheduled for 8am PT GH actions workflows don't run until anywhere between 6-8 hours later. I gave up, and run them locally now. It is just to create a tag, and push to a specific place. A super simple problem that was solved for so long simply with GH Actions that just doesn't work anymore.

1h agoHN ↗

> GitHub has become unreliable, low quality software.

They are owned by Microsoft, what did you expect exactly?

3h agoHN ↗

The reason is that their primary source of truth (traditional database) and their search index (elasticsearch) are out of sync.

The issues/pulls pages used to be showing the data from the primary data source, and then they changed it so everything is search, including the basic props is:pr and state:open.

3h agoHN ↗

Don't worry, it will be consistent eventually.

3h agoHN ↗

Experienced this using the API. Got told it's a "wontfix"

3h agoHN ↗

I was having the problem yesterday that the GitHub API sometimes simply doesn't list an in progress workflow run in the output when I specifically filter for it:

"api.github.com/repos/{owner}/{repo}/actions/runs?status=in_progress" -> outputs 3 workflow runs

5 seconds later -> outputs 2 workflow runs

5 seconds later -> outputs same 3 workflow runs again

Apparently they make no guarantees of any type of consistency or continuity in output, which has the side effect of also making it completely useless.

3h agoHN ↗

GitHub's downfall must be studied. At the same time as all of these reliability issues, they've been introducing a variety of small UI updates that don't make any meaningful updates either...

3h agoHN ↗

That's just AI at work. It's much easier to ask Copilot to make some unnecessary UI change or add a new minor feature nobody needed, than it is to ask it to fix the fundamental stability and reliability issues that plague the software.

And knowing how these sorts of large corporations are structured, I wouldn't be surprised if the people who spend a few hours prompting AI to add some new unnecessary feature are being rewarded more than the people breaking their backs trying to stop the site from collapsing under the weight of 100 million vibe coders.

3h agoHN ↗

The same counting problem exists with GitHub issues. I notice this every time I close an issue, and the count of open issues is still one higher than the actual number (until I reload the page).

3h agoHN ↗

This appears to be a security problem in some contexts. I've been able to see issue counts for repositories that I have not been granted access to yet (the view with the invite accept button). I can't actually get to the issues but I can see how many there are.

3h agoHN ↗

I know this pain because, right now, I have zero PRs opens, yet the PR tab is always saying I have 1. It's plainly stupid.

3h agoHN ↗

The chat notifications count badge on Reddit website has the same problem for me. Tells me I have messages when I don't. Or won't tell me I have messages when I do.

2h agoHN ↗

These days I was surprised to see, on my personal computer, information from PRs in private repos from my work’s org on GitHub. These are usually secured behind SSO flows which I don’t/can’t do on personal devices. So now I also don’t trust them to keep our code private anymore either. Nice.

It used to be that you could have a single GitHub account and join multiple orgs, some of which have enterprise plans with GitHub. They completely fumbled this during the pressure to ship AI features. Some enterprise controls that are supposed to affect only my work at a specific GitHub org affects me account-wide. I’m part of quite a few orgs on GitHub for OSS projects, and I never consented for that one org’s policies to basically take over my account.

I thought of going through the process of creating another account specifically for my work at this company, but GitHub is itself solving the problem in a very unique way: by being a place I don’t want to be in after I clock out.