frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Notes on Optimizing Battery Life

https://maurycyz.com/misc/battery/
1•wrxd•2m ago•0 comments

Ask HN: Entrepreneurs, how long did it take you to succeed?

4•asdev•4m ago•0 comments

Show HN: Rig – Local-first code graph for coding agents, in one npx command

https://github.com/Astralchemist/rig
1•akashi_dev•5m ago•0 comments

Mathematically Accurate Interior Quiz

https://mystofa.com/quizes/design-test
1•assorium•8m ago•0 comments

Email triage with an embedding-based classifier

https://adamwiggins.com/posts/triage-embedding-classifier/
1•privong•8m ago•0 comments

OpenAI Privacy Policy Update

https://www.diffchecker.com/GVastzQG/
2•hnroo99•12m ago•1 comments

Green Paradox

https://en.wikipedia.org/wiki/The_Green_Paradox
1•leonidasrup•14m ago•0 comments

US troops are reportedly being targeted using location data, Pentagon says

https://www.militarytimes.com/news/pentagon-congress/2026/05/28/us-troops-are-reportedly-being-ta...
4•jethronethro•14m ago•0 comments

Reachy Mini bot goes local

https://huggingface.co/blog/local-reachy-mini-conversation
1•homarp•22m ago•1 comments

It's "Fine" for Me

https://codeberg.org/lievenmoors/fine
1•lievenmoors•24m ago•1 comments

I Made a Million Dollar Product from My Dorm Room (2025)

https://nick.winans.io/blog/nice-nano/
1•mattrighetti•24m ago•0 comments

Show HN: Open-source browser agent that runs 24/7

https://github.com/sediman-agent/sediman-browse
1•JasonHEIN•28m ago•0 comments

Amazon Quietly Changed the Terms of Kindle Security Updates

https://blog.the-ebook-reader.com/2026/05/26/amazon-quietly-changed-the-terms-of-kindle-security-...
2•DavideNL•29m ago•0 comments

The End of Free Tokens

https://douwe.com/blog/2026/0518/
5•dosinga•29m ago•0 comments

Social Animus

https://justine.lol/animus/
5•jart•29m ago•0 comments

Durable links between everything you work on

https://www.mjanssen.nl/linkano/index.html
1•marc0janssen•30m ago•0 comments

More Dads Are Scaling Back at the Office for Kids and Housework

https://www.wsj.com/lifestyle/careers/more-dads-are-scaling-back-at-the-office-for-kids-and-house...
2•Anon84•31m ago•0 comments

Why Tesla's AI trainers don't trust its self-driving tech – or its safety stats

https://www.reuters.com/investigations/why-teslas-ai-trainers-dont-trust-its-self-driving-tech-or...
3•JumpCrisscross•32m ago•0 comments

SpaceX and the Zuckerberg Discount

https://www.ft.com/content/e0485f5a-e50a-4dea-9e42-3dc38d82111b
3•JumpCrisscross•34m ago•0 comments

Astro 6.4: pluggable Markdown pipeline, Rust-based Markdown processor and more

https://astro.build/blog/astro-640/
1•chadpaulson•34m ago•0 comments

Airbnb host alleges $12k in damages after SF startup tested a robot in his house

https://www.sfgate.com/tech/article/airbnb-startup-robot-damages-lawsuit-22279560.php
2•randycupertino•37m ago•1 comments

Others build agent memory, and what I took from each

https://falconer.com/notes/how-others-build-agent-memory/
2•aryamanagraw•38m ago•1 comments

Trump Regulator Moves to Drop Case That Drew Ire of Winklevoss Twins

https://www.wsj.com/politics/policy/trump-regulator-moves-to-drop-case-that-drew-ire-of-winklevos...
4•JumpCrisscross•39m ago•0 comments

Ask HN: Has AI-generated code changed your perspective on "tech debt"?

1•mavsman•39m ago•0 comments

The Art of Keeping Business Logic Honest

https://www.juststeveking.com/articles/the-art-of-keeping-business-logic-honest/
1•jlahijani•39m ago•0 comments

2004 RuneScape fit a multiplayer RPG into 56k dial-up

http://jkm.dev/posts/how-2004-runescape-fit-a-multiplayer-rpg-into-56k-dialup/
1•ozarkerD•39m ago•0 comments

Two Ways to Draw Infinite Jest's Sierpinski Gasket

https://www.chiply.dev/post-ij-sierpinski
2•chiply•40m ago•0 comments

eBPF rootkits and the Volatility blind spot in Linux memory forensics

https://andreafortuna.org/2026/05/27/ebpf-rootkits/
1•speckx•41m ago•0 comments

AI used to identify miscreant judge

https://abovethelaw.com/2026/05/judiciary-tried-to-hide-sex-in-chambers-judges-name-it-left-a-roa...
2•mandevil•42m ago•1 comments

Many Tokens Did You Burn Today

https://idiallo.com/blog/how-many-tokens-did-you-burn-today
2•speckx•42m ago•1 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•1y ago

Comments

uberman•1y ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•1y ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•1y ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•1y ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?