Hacker News

Latest

Website to post Claude fuck ups

2026-03-18 @ 23:08:14Points: 27

What's on HTTP?

2026-03-18 @ 21:57:58Points: 16Comments: 2

Warranty Void If Regenerated

2026-03-18 @ 20:45:54Points: 142Comments: 63

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.

FBI is buying location data to track US citizens, director confirms

2026-03-18 @ 20:09:52Points: 338Comments: 105

Show HN: Playing LongTurn FreeCiv with Friends

2026-03-18 @ 19:01:54Points: 43Comments: 19

Show HN: Tmux-IDE, OSS agent-first terminal IDE

2026-03-18 @ 17:46:25Points: 56Comments: 30

Small OSS project that i created for myself and want to share with the community. It's a declarative, scriptable, terminal-based IDE focussed on agentic engineering.

That's a lot of jargon, but essentially its a multi-agent IDE that you start in your terminal.

Why is that relevant? Thanks to tmux and SSH, it means that you have a really simple and efficient way to create your own always-on coding setup.

Boot into your IDE through ssh, give a prompt to claude and close off your machine. In tmux-ide claude will keep working.

The tool is intentionally really lightweight, because I think the power should come from the harnesses that you are working with.

I'm hoping to share this with the community and get feedback and suggestions to shape this project! I think that "remote work" is directionally correct, because we can now have extremely long-running coding tasks. But I also think we should be able to control and orchstrate that experience according to what we need.

The project is 100% open-source, and i hope to shape it together with others who like to work in this way too!

Github: https://github.com/wavyrai/tmux-ide Docs: https://tmux.thijsverreck.com/docs

Show HN: Will my flight have Starlink?

2026-03-18 @ 17:29:21Points: 147Comments: 168

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: 134Comments: 21

CVE-2026-3888: Important Snap Flaw Enables Local Privilege Escalation to Root

2026-03-18 @ 15:43:19Points: 83Comments: 45

Nvidia NemoClaw

2026-03-18 @ 15:31:07Points: 219Comments: 170

Machine Payments Protocol (MPP)

2026-03-18 @ 15:24:12Points: 135Comments: 70

Death to Scroll Fade

2026-03-18 @ 15:23:58Points: 341Comments: 184

Despite Doubts, Federal Cyber Experts Approved Microsoft Cloud Service

2026-03-18 @ 14:14:02Points: 427Comments: 196

A ngrok-style secure tunnel server written in Rust and Open Source

2026-03-18 @ 14:00:43Points: 74Comments: 34

Trevor Milton is raising funds for a new jet he claims will transform flying

2026-03-18 @ 12:52:47Points: 78Comments: 121

Measuring progress toward AGI: A cognitive framework

2026-03-18 @ 11:44:44Points: 96Comments: 149

OpenAI Has New Focus (on the IPO)

2026-03-18 @ 10:49:19Points: 128Comments: 133

2025 Turing award given for quantum information science

2026-03-18 @ 10:10:01Points: 86Comments: 21

Rob Pike’s Rules of Programming (1989)

2026-03-18 @ 09:59:54Points: 820Comments: 404

Nightingale – open-source karaoke app that works with any song on your computer

2026-03-18 @ 08:06:24Points: 478Comments: 144

Wander – A tiny, decentralised tool to explore the small web

2026-03-18 @ 07:43:13Points: 179Comments: 51

Celebrating Tony Hoare's mark on computer science

2026-03-18 @ 06:31:14Points: 128Comments: 31

The math that explains why bell curves are everywhere

2026-03-16 @ 16:51:32Points: 23Comments: 6

Using calculus to do number theory

2026-03-16 @ 14:12:45Points: 110Comments: 17

Explore 19th Century Scientific Correspondence

2026-03-15 @ 16:38:15Points: 14Comments: 1

Nvidia greenboost: transparently extend GPU VRAM using system RAM/NVMe

2026-03-15 @ 15:59:09Points: 88Comments: 20

OpenRocket

2026-03-15 @ 12:20:14Points: 360Comments: 79

Book: The Emerging Science of Machine Learning Benchmarks

2026-03-14 @ 20:15:03Points: 75Comments: 1

Show HN: Hacker News archive (47M+ items, 11.6GB) as Parquet, updated every 5m

2026-03-14 @ 17:12:03Points: 271Comments: 124

On a Boat

2026-03-14 @ 00:50:20Points: 121Comments: 23

Archives

2026

2025

2024

2023

2022