Hacker News
Latest
Ask HN: What do you look for in your first 10 hires?
2026-03-19 @ 06:47:52Points: 8Comments: 7
What 81,000 people want from AI
2026-03-19 @ 05:00:56Points: 91Comments: 70
Conway's Game of Life, in real life
2026-03-19 @ 03:55:03Points: 55Comments: 11
Mozilla to launch free built-in VPN in upcoming Firefox 149
2026-03-19 @ 03:31:01Points: 87Comments: 60
We Have Learned Nothing
2026-03-19 @ 02:53:37Points: 43Comments: 22
A sufficiently detailed spec is code
2026-03-19 @ 02:23:17Points: 270Comments: 140
Cook: A simple CLI for orchestrating Claude Code
2026-03-19 @ 02:20:34Points: 152Comments: 37
Autoresearch for SAT Solvers
2026-03-19 @ 00:40:32Points: 106Comments: 20
Austin’s surge of new housing construction drove down rents
2026-03-19 @ 00:15:39Points: 499Comments: 560
RX – a new random-access JSON alternative
2026-03-18 @ 23:58:05Points: 74Comments: 23
What’s on HTTP?
2026-03-18 @ 21:57:58Points: 55Comments: 24
Warranty Void If Regenerated
2026-03-18 @ 20:45:54Points: 299Comments: 169
Over the last couple months, I've been building world bibles, writing and visual style guides, and other documents for this project… think the fiction equivalent of all the markdown files we use for agentic development now. After that, this was about two weeks of additional polish work to cut out a lot of fluff and a lot of the LLM-isms. Happy to answer any questions about the process too if that would be interesting to anybody.
Show HN: Playing LongTurn FreeCiv with Friends
2026-03-18 @ 19:01:54Points: 71Comments: 29
Show HN: Will my flight have Starlink?
2026-03-18 @ 17:29:21Points: 219Comments: 278
However, its availability on flights is patchy and hard to predict. So we built a database of all airlines that have rolled out Starlink (beyond just a trial), and a flight search tool to predict it. Plug in a flight number and date, and we'll estimate the likelihood of Starlink on-board based on aircraft type and tail number.
If you don’t have any trips coming up, you can also look up specific routes to see what flights offer Starlink. You can find it here: https://stardrift.ai/starlink .
-
I wanted to add a few notes on how this works too. There are three things we check, in order, when we answer a query:
- Does this airline have Starlink?
- Does this aircraft body have Starlink?
- Does this specific aircraft have Starlink?
Only a few airlines at all have Starlink right now: United, Hawaiian, Alaskan, Air France, Qatar, JSX, and a handful of others. So if an aircraft is operated by any other airline, we can issue a blanket no immediately.
Then, we check the actual body that's flying on the plane. Airlines usually publish equipment assignments in advance, and they're also rolling out Starlink body-by-body. So we know, for instance, that all JSX E145s have Starlink and that none of Air France's A320s have Starlink. (You can see a summary of our data at https://stardrift.ai/starlink/fleet-summary, though the live logic has a few rules not encoded there.)
If there's a complete match at the body type level, we can confidently tell you your flight will have Starlink. However, in most cases, the airline has only rolled out a partial upgrade to that aircraft type. In that case, we need to drill down a little more and figure out exactly which plane is flying on your route.
We can do this by looking up the 'tail number' (think of it as a license plate for the plane). Unfortunately, the tail number is usually only assigned a few days before a flight. So, before that, the best we can do is calculate the probability that your plane will be assigned an aircraft with Starlink enabled.
To do this, we had to build a mapping of aircraft tails to Starlink status. Here, I have to thank online airline enthusiasts who maintain meticulous spreadsheets and forum threads to track this data! As I understand it, they usually get this data from airline staff who are enthusiastic about Starlink rollouts, so it's a reliable, frequently updated source. Most of our work was finding each source, normalizing their formats, building a reliable & responsible system to pull them in, and then tying them together with our other data sources.
Basically, it's a data normalization problem! I used to work on financial data systems and I was surprised how similar this problem was.
-
Starlink itself is also a pretty cool technology. I also wrote a blog post (https://stardrift.ai/blog/why-is-starlink-so-good) on why it's so much better than all the other aircraft wifi options out there. At a high level, it's only possible because rocket launches are so cheap nowadays, which is incredibly cool.
The performance is great, so it's well worth planning your flights around it where possible. Right now, your best bet in the US is on United regional flights and JSX/Hawaiian. Internationally, Qatar is the best option (though obviously not right now), with Air France a distance second. This will change throughout the year as more airlines roll it out though, and we'll keep our database updated!
Show HN: I built 48 lightweight SVG backgrounds you can copy/paste
2026-03-18 @ 15:50:44Points: 240Comments: 52
CVE-2026-3888: Important Snap Flaw Enables Local Privilege Escalation to Root
2026-03-18 @ 15:43:19Points: 123Comments: 75
Nvidia NemoClaw
2026-03-18 @ 15:31:07Points: 293Comments: 207
OpenAI Has New Focus (on the IPO)
2026-03-18 @ 10:49:19Points: 217Comments: 188
Rob Pike’s Rules of Programming (1989)
2026-03-18 @ 09:59:54Points: 918Comments: 431
Wander – A tiny, decentralised tool to explore the small web
2026-03-18 @ 07:43:13Points: 257Comments: 66
The math that explains why bell curves are everywhere
2026-03-16 @ 16:51:32Points: 113Comments: 64
Czech Man's Stone in Barn's Foundations Is Rare Bronze Age Spearhead Mold
2026-03-16 @ 12:06:32Points: 39Comments: 6
Show HN: Browser grand strategy game for hundreds of players on huge maps
2026-03-16 @ 08:51:10Points: 19Comments: 12
I've been building a browser-based multiplayer strategy game called Borderhold.
Matches run on large maps designed for hundreds of players. Players expand territory, attack neighbors, and adapt as borders shift across the map. You can put buildings down, build ships, and launch nukes.
The main thing I wanted to explore was scale: most strategy games are small matches, modest maps, or modest player counts, but here maps are large and game works well with hundreds of players.
Matches are relatively short so you can jump in and see a full game play out.
Curious what people think.
Gameplay:
Discord:
Nvidia greenboost: transparently extend GPU VRAM using system RAM/NVMe
2026-03-15 @ 15:59:09Points: 277Comments: 57
An x86-64 back end for raven-uxn
2026-03-15 @ 13:57:24Points: 29Comments: 5
OpenRocket
2026-03-15 @ 12:20:14Points: 518Comments: 90
LotusNotes
2026-03-15 @ 08:40:59Points: 57Comments: 25
Show HN: Pano, a bookmarking tool built around shareable shelves
2026-03-15 @ 00:56:43Points: 6Comments: 0
pano is an internet archiving tool that lets you save links into shelves that you can organize and share.
the problem for me was never finding things. it was keeping them. research papers, recipes, old blog posts, repos, tutorials, and random sites i found late at night would end up scattered across tabs, bookmarks, screenshots, saved posts, and pdfs. a few weeks later, they were effectively gone.
what i wanted was one place where saved links stayed organized, easy to navigate, and easy to share as a collection.
a lot of the work went into two things: metadata extraction and interface design. saved links are much less useful if they decay into unlabeled bookmarks, so pano tries to pull structured info like title, description, author, date, and type, with native handling for sites like youtube, github, reddit, substack, spotify, and others. i also spent a lot of time on the design, because i wanted saved links to feel browsable and worth returning to; more like a shelf than a utilitarian list of urls.
there’s also a chrome extension for one-click saving and a bulk import path for existing bookmarks.
i’m especially interested in whether the “shelf” model feels better than traditional bookmarks, and where the save / organize / share flow still feels clunky.
it’s free right now: panoit.com