Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Introducing System One Models and Jev(typesafe.ai ↗)
    240comments
  2. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    178comments
  3. German Rheinmetall open-sources its Battlesuite connected weapon system protcol(rheinmetall.github.io ↗)
    39comments
  4. An Update on Wayback Machine Access(blog.archive.org ↗)
    205comments
  5. Gemini 3.8 Live and 3.8 Live Extended Thinking(blog.google ↗)
    185comments
  6. Building a Linux GPU Driver for the M4 Mac Mini in One Month(codyho.dev ↗)
    83comments
  7. Jean-Pierre Serre is 100 years old today(st-andrews.ac.uk ↗)
    13comments
  8. We got admin access to Baseten's production GitHub in 25 minutes(strix.ai ↗)
    111comments
  9. Sierra digital cameras on the Apple II(colino.net ↗)
    discuss
  10. Chopping up books when they're physically too big(mattkirkland.com ↗)
    113comments
  11. Learning to solve hard problems in RL for LLMs by never giving up(mnoukhov.github.io ↗)
    discuss
  12. Why I'm still bearish on LLMs after Navier-Stokes(dank.systems ↗)
    93comments
  13. WangNet – 1.8 MB, zero-dependency Numberwang adjudication in 11 languages(github.com/graafhenk ↗)
    41comments
  14. Saving Jet Fuel(marksblogg.com ↗)
    11comments
  15. Show HN: Capsule – Single-file web apps that save their data into SQLite(withcapsule.app ↗)
    118comments
  16. Recreating Voodoo Graphics and a Late-1990s Gaming PC on an FPGA(nand2mario.github.io ↗)
    1comments
  17. Let's make quality the norm again(forbrukerradet.no ↗)
    307comments
  18. The Beauty of Roundabouts(gruhn.me ↗)
    4comments
  19. Suspected sabotage causes major Netherlands rail disruption(bbc.com ↗)
    392comments
  20. Show HN: Pizza Bot – An inbox for AI agents that work in the background(github.com/pizza-bot-app ↗)
    12comments
  21. Data races and the limits of ThreadSanitizer in C and Go(theconsensus.dev ↗)
    2comments
  22. Jiga (YC W21) Is Hiring Product Engineer (Remote/US)(jiga.io ↗)
    discuss
  23. A single firm is behind OpenAI, Anthropic, and Meta hacking scandals(effort.news ↗)
    156comments
  24. Show HN: Hacking a $20 4G wireless hotspot into a texting device(bkovac.github.io ↗)
    31comments
  25. US confirms for first time it has deployed space weapons(bbc.com ↗)
    306comments
  26. Most people prefer traditional architecture(worksinprogress.news ↗)
    211comments
  27. GEFS on OpenBSD: A Early Preview(marc.info ↗)
    59comments
  28. Cartesian – AI 3D Modeling for Design(formas.ai ↗)
    74comments
  29. The CSS Zen Garden dream, finally shipped(josprague.com ↗)
    67comments
  30. The Inference Hardware Revolution of 2026(ieee.org ↗)
    9comments

Saving Jet Fuel

21 pointsby 1h agotech.marksblogg.com
10 comments
1h agoHN ↗

and this would work in real life too, if only we could all climb and descend entirely at pilot's discretion, direct enter enter and never have to worry about all of the other planes doing the exact same thing.

48m agoHN ↗

And never have to intercept certain waypoints when entering different classes of controlled airspace on the correct general heading to line up for a documented runway approach.

1h agoHN ↗

A plot of a larger sample of post-hoc known wind and other constraints over a regular service would help enormously to sell the idea.

One point at 45min faster and 25% less fuel is of course huge, but how does it map out over a year of routing?

22m agoHN ↗

I have this for sailboat routing: https://leebow.dev/research/how-the-race-to-hawaii-is-won. It solves the optimal route for every Transpac and Pac Cup start since 2011, using each race's own verified wind data (ERA5). Then it compares that route to what the fleet actually sailed. It shows the median hours the fleet gave up, how often the optimal route even falls inside the fleet's own spread (16% of the time), and how much that pattern holds from year to year. A second figure runs the same solve across 108 routes over 70 years, so you can see how much the optimal route itself varies, not just one good example.

One difference from the OpenAP/scikit-decide setup: my router doesn't search a fixed grid with A*. It runs a continuous isochrone search that expands a fan of headings against the live forecast each step. That's closer to how routing is actually done for this problem, and it's what both the live product and the backtest above use.

47m agoHN ↗

It will never work because you have too many human processes in the loop. This HN share by the author is selling the idea of consulting to obtain nominal efficiency on a well established process to human organizations who are structurally opposed to it, subject to human regulators who are structurally opposed to it, in an industry that is famous for aversion to change. Nice try drumming up clients, but realistically you're not going to move the mountain a millimeter on this one. Quicker to wait for AI airports, AI ATC and AI airlines than selling to humans at this point. 20th century humanity just about spitballed together a working system, but making it efficient is not going to happen on our watch. We would do well to admit it.

28m agoHN ↗

If you said automated instead of AI that would make sense to me.

But why would you want to use AI to control planes?

22m agoHN ↗

There's a bunch of other interesting flight path optimization work going on at https://contrails.org/.

It turns out contrails contribute to 2% of global warming power and is relatively easily avoided. The cost might be a bit more fuel consumption though.

11m agoHN ↗

This is highly impractical and it is evident that the author has no idea how IFR navigation and oceanic routes work. When flying on oceanic routes and even on land, you have to intercept certain waypoints and vectored into/around airspaces.

I hate to be discouraging, but maybe the author should make an attempt to understand navigation before cooking up something like this.