frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Incident Report: May 19, 2026 – GCP Account Suspension

https://blog.railway.com/p/incident-report-may-19-2026-gcp-account-outage
165•0xedb•9h ago•74 comments

SBCL: the ultimate assembly code breadboard (2014)

https://pvk.ca/Blog/2014/03/15/sbcl-the-ultimate-assembly-code-breadboard/
69•yacin•2h ago•4 comments

Qwen3.7-Max: The Agent Frontier

https://qwen.ai/blog?id=qwen3.7
446•kevinsimper•7h ago•171 comments

How fast is N tokens per second really?

https://mikeveerman.github.io/tokenspeed/
59•hexagr•2d ago•11 comments

Saying Goodbye to Asm.js

https://spidermonkey.dev/blog/2026/05/20/saying-goodbye-to-asmjs.html
208•eqrion•6h ago•96 comments

Apparently Google hates us now

https://twitter.com/pokemoncentral/status/2057123807404638250
218•zeitg3ist•1h ago•85 comments

Map of Metal

https://mapofmetal.com/
307•robin_reala•7h ago•107 comments

Meta blocks human rights accounts from reaching audiences in Saudi Arabia, UAE

https://www.alqst.org/ar/posts/1190
735•giuliomagnifico•5h ago•317 comments

Google's AI is being manipulated. The search giant is quietly fighting back

https://www.bbc.com/future/article/20260519-google-tackles-attempts-to-hack-its-ai-results
163•tigerlily•7h ago•109 comments

Victory: Tennessee man jailed 37 days for Trump meme wins $835,000 settlement

https://www.fire.org/news/victory-tennessee-man-jailed-37-days-trump-meme-wins-835000-settlement-...
462•ceejayoz•3h ago•267 comments

Ask HN: Shouldn't Google need to give a public statement about Railway incident?

68•srameshc•1h ago•28 comments

Everything in C is undefined behavior

https://blog.habets.se/2026/05/Everything-in-C-is-undefined-behavior.html
420•lycopodiopsida•12h ago•566 comments

Testing distributed systems with AI agents

https://github.com/shenli/distributed-system-testing
47•shenli3514•3h ago•5 comments

Formal Verification Gates for AI Coding Loops

https://reubenbrooks.dev/blog/structural-backpressure-beats-smarter-agents/
49•pyrex41•3h ago•5 comments

Stable Audio 3

https://arxiv.org/abs/2605.17991
48•guardienaveugle•3h ago•8 comments

Gemini 3.5 Flash

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5/
925•spectraldrift•1d ago•629 comments

Show HN: Lance – image/video generation and understanding in one model

https://github.com/bytedance/Lance
25•cleardusk•2h ago•4 comments

Sharla Boehm, the programmer whose code underpins the Internet

https://www.scientificamerican.com/article/the-programmer-whose-code-underpins-the-internet/
4•dxs•2d ago•0 comments

FiveThirtyEight articles on the Internet Archive

https://fivethirtyeightindex.com/
347•ChocMontePy•16h ago•78 comments

When Fast Fourier Transform Meets Transformer for Image Restoration (2024)

https://github.com/deng-ai-lab/SFHformer
55•teleforce•2d ago•6 comments

I Don't Vibe Code

https://jacobharr.is/personal/i-dont-vibe-code
44•birdculture•1h ago•22 comments

After Town Bans Flock, Councilmember Crashes Out, Proposes Internet, Phone Ban

https://www.404media.co/after-town-bans-flock-councilmember-crashes-out-proposes-internet-and-pho...
68•cdrnsf•1h ago•49 comments

Handling the great code forge fragmentation

https://www.alexselimov.com/posts/forge_fragmentation/
14•mooreds•3d ago•7 comments

Show HN: Hocuspocus 4 – self-hosted Yjs collaboration backend

https://github.com/ueberdosis/hocuspocus
10•philipisik•3h ago•3 comments

Autoregressive next token prediction and KV Cache in transformers

https://medium.com/advanced-deep-learning/autoregressive-next-token-prediction-kv-cache-in-transf...
33•coarchitect•2d ago•0 comments

Japan is gripped by mass allergies. A 1950s project is to blame

https://www.bbc.com/future/article/20260515-the-1950s-blunder-which-causes-mass-hay-fever-in-japan
298•ranit•16h ago•142 comments

Smartmedia Card Spec Opened, available free (2000)

https://www.edn.com/smartmedia-card-interface-spec-opened-available-for-free/#google_vignette
18•brudgers•2d ago•7 comments

Goodbye Visa and Mastercard: 130M Europeans switching to sovereign payment

https://www.lesnumeriques.com/banque-en-ligne/adieu-visa-et-mastercard-130-millions-d-europeens-b...
756•healsdata•5h ago•610 comments

Show HN: Forge – Guardrails take an 8B model from 53% to 99% on agentic tasks

https://github.com/antoinezambelli/forge
627•zambelli•1d ago•225 comments

Google changes its search box

https://blog.google/products-and-platforms/products/search/search-io-2026/
651•berkeleyjunk•23h ago•891 comments
Open in hackernews

I Don't Vibe Code

https://jacobharr.is/personal/i-dont-vibe-code
44•birdculture•1h ago

Comments

TheCleric•59m ago
This is so good and almost exactly expresses my own thoughts. There's a narrow window where it's capable and fits a need of tedious work (mostly around automating tasks it would take me a bit to remember all the arguments and commands I'd have to chain together to do it). But a lot of it is the stuff I actually WANT to be doing. And solving the hard problems makes me a better developer just as training in the gym makes your body stronger.
aogaili•32m ago
Developers were not solving hard problems. The last decade was brutal—mainly frameworks, libraries, configurations, etc. The hard problems were in research.

And regarding the gym, sure, you might enjoy lifting dumbbells and solving puzzles to sharpen your brain. But that is not what engineers are hired for; they are hired to deliver a system using the best tools available. You can choose to farm by hand while the industry moves to using tractors, but sooner or later, you will be left behind.

And lastly, moving higher in abstraction allows us to tackle even more complex problems—I'd argue much more complex than the narrow puzzles we were facing before. Part of the resistance is simply an avoidance of facing higher-level complexity once the lower tier is automated.

avgDev•32m ago
I'm not paying someone to dig by hand if a machine makes the job quicker.
thangalin•29m ago
I have the opposite experience:

* https://repo.autonoma.ca/repo/treetrek/tree/HEAD/render/rule... - syntax highlighting for 40 languages and file formats in ~10 minutes

* https://shufflenblues.com/expenses/ - real-time expenses progress updates with payment vendor API in ~30 minutes

* https://repo.autonoma.ca/repo/treetrek/tree/HEAD/git - real-time, cache-free raw Git reader implementation with cloning in ~5 days

* https://repo.autonoma.ca/repo/notanexus - PDFjs integration in ~3 days

However, these are likely not the "hard" problems you've mentioned. I feel like I can architect solutions at a higher-level now, without having to be completely caught up in many technical nuances. I'd rather not learn the extensive PDFjs API, for example, because it would take weeks of effort to understand.

Aurornis•46m ago
I thought this was going to be an article about intelligent use of LLM tools without vibecoding, but it's actually entirely against LLMs altogether. The person who wrote it used a free trial of some tool (most likely not a frontier model) and then gave up forever when the trial ran out.

> I then tried using one of the AI tools to analyze my code in a project and a few other small tasks before it all came to an awkward halt. The system informed me that I had just run out of credits and I would need to provide a credit card to purchase more tokens I wanted to keep going.

> So you must believe me that the idea of paying a service in perpetuity so I could think just seemed so laughably absurd and horrific that I didn’t even bother giving them my card. I closed the laptop. I uninstalled the IDE and went back to using Emacs even.

I wholly support their personal choice. I am tired of articles from people who haven't used LLMs preaching about how it's all vibecoding, though.

Acting like LLM use is a spectrum between doing everything manually or handing control over to the LLM and vibecoding everything is a tired strawman argument.

iLoveOncall•34m ago
Imagine being disappointed that an article is NOT clickbait :|
tensor•31m ago
I still use LLMs in a "no-vibe coding" way. Essentially I use a combination of the typical auto-complete and asking it to generate tests or individual structs/classes that I then heavily modify. But no line of code goes unread and unvetted by me.
wvenable•29m ago
I'm using Github copilot and I ran out of requests before the end of the month; this happens from time to time. But last month was the first time I decided to try the cheap models that were still accessible to me just to see what they were capable of. They're dumb as rocks.

I just don't know how many people have an overly negative opinion on AI assisted coding because they've just used the poor versions of these products given out for cheap/free. A similar critique is basing one's opinion on AI based on summary that Google provides for free in their search.

m0llusk•22m ago
LLM usage has costs that are open ended and rising. The author describe how he relates to that as a relentless cheapskate. This isn't supposed to be a directly applicable lesson to most, just a point of reference for further consideration. How much higher will costs go? How realistic will simple finishing off an odd idea be if the tools are charging professional rates? Much of the logic now seems to be can therefore do without much reference to costs or risks.
eikenberry•8m ago
> Acting like LLM use is a spectrum between doing everything manually or handing control over to the LLM and vibecoding everything is a tired strawman argument.

But isn't the strawman here was that it wasn't a spectrum. That they couldn't just use it some, but all or nothing.

beepbooptheory•36m ago
I taught myself linux/coding/servers because there was a long period of time where all I had was a chromebook for school, but I still wanted to explore this thing called "pure data" that i'd heard about, and thought I could make art with it. I distinctly remember being continually amazed at how you could get so many things for free, if you know where to look. And yeah.. once I found emacs it was all over. To this day I am definitely going to always go "the hard way" where I can instead of pay any SaaS even $5 a month. In my head its like: "I am a mechanic, or at least, I can get by as one, why would I take my car to the shop and pay money??"

I know its not rational, but it would be pretty darn terrible in my brain to pay for an IDE. Even more unimaginable to me to pay $100 a month for something...

All to say, "cheapskate"-ness from TFA really resonated with me, I don't see the sentiment around a lot.

avens19•33m ago
I don't agree with the overall conclusion of avoiding AI tooling but this was really wonderfully written
eatsyourtacos•28m ago
>but this was really wonderfully written

That's because AI wrote it to deter other AI from taking it's job

analogpixel•20m ago
programming is just procrastination that gets in the way of implementing your ideas.
quentindanjou•10m ago
"painting is just procrastination that gets in the way of implementing your ideas."

"woodwork is just procrastination that gets in the way of implementing your ideas."

We can find plenty of others, but my main point is that industrializing a process doesn't make it "procrastinating". There are plenty of jobs that are done by machines but are still practiced by humans for multiple reasons. If we think of coding as a means to create, then we have plenty of examples of good reasons to have both the industrialized process and the 'handmade' one.

extr•15m ago
This is like reading an article "I Don't Drive Cars" that goes on like

- They're too expensive

- My buddy's 1995 Accord breaks down a lot

- Walking is healthier, plus you can stop and smell the roses

- I enjoy caring for my horse

- Sometimes you can get stuck in traffic

Fine if that's the way you want and can afford to live your life. But it is an exotic luxury belief. For those of us who are participating in the economy for real, the preference to not drive cars is not realistic.

runarberg•7m ago
Tbh. Those are all good reasons not to drive. I my self would add:

- They dangerous both to me as a driver, my passengers, and other road users, including pedestrians and bicyclists.

- They ruin cities which constantly have to accommodate ever increasing number of cars by destroying previously walkable neighborhoods to make room for roads and parking.

- They destroy our climate

- They are loud.

- Busses are nicer and I can read a book while riding the bus.

extr•1m ago
You're welcome to feel that way but it's a luxury belief. In reality, outside of a few (one?) major city in the US with public transportation infrastructure, you need a car. 92% of people own a car, higher if you exclude the dense urban areas I'm talking about.
rzmmm•5m ago
Checked all five except "caring for my horse" is "tinkering with my bicycle".
nh23423fefe•1m ago
People write "i dont" when they mean "i cant"
runarberg•14m ago
> As someone who grew up in a city on the East Coast

Since this blogsite has a .is domain I must assume they mean Egilsstaðir a lovely city with a population of around 2500 people.

tobadzistsini•13m ago
I'm vegan. I only watch PBS and the Criterion Channel. I'm atheist. Now it's "I don't vibe code."