frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

An Ode to Bzip

https://purplesyringa.moe/blog/an-ode-to-bzip/
1•signa11•1m ago•0 comments

Don't PUA Your AI

https://github.com/wuji-labs/nopua
1•fernvenue•2m ago•0 comments

Microsoft confirms Windows 11 bug crippling PCs and making drive C inaccessible

https://www.neowin.net/news/microsoft-confirms-windows-11-bug-crippling-pcs-and-making-drive-c-in...
1•signa11•3m ago•0 comments

Ask HN: Did your boss use AI to determine the quality of your work?

1•amelius•5m ago•0 comments

Parsing semiconductor datasheets into structured register maps for under $0.25

https://regforge.dev/blog/datasheet-parsing
1•coleman2247•5m ago•0 comments

Realistic Benchmarks for Financial AI

https://labs.taktile.com/benchmarks
1•tlarkworthy•6m ago•0 comments

Microplastics that accumulate in the body may 'clog up' immune cells

https://www.livescience.com/health/microplastics-that-accumulate-in-the-body-may-clog-up-immune-c...
1•Brajeshwar•8m ago•0 comments

Online astroturfing: A problem beyond disinformation

https://journals.sagepub.com/doi/10.1177/01914537221108467
1•xyzal•9m ago•0 comments

Show HN: TheDayAfter – open-source addiction recovery tracker

https://thedayafter.app/?o=hn
2•walky•10m ago•0 comments

Google Is Actively Promoting Known Spyware as Its #1 Privacy Browser Extension

https://old.reddit.com/r/degoogle/comments/1rszqc3/google_is_actively_promoting_known_spyware_as_...
3•z0ccc•11m ago•0 comments

Show HN: Screen studio alternative for windows (free and no watermark)

1•souhail_dev•16m ago•0 comments

Musk ousts more xAI founders as AI coding effort falters, FT reports

https://www.reuters.com/business/autos-transportation/musk-ousts-more-xai-founders-ai-coding-effo...
2•1vuio0pswjnm7•16m ago•0 comments

It's a Dimmer Switch

https://derek4thecws.substack.com/p/its-a-dimmer-switch
1•coach-d•17m ago•0 comments

Show HN: On the Same Page – A visual tracker for unhinged Wikipedia races

https://on-the-same.page/
1•dynamicwebpaige•17m ago•0 comments

Jürgen Habermas Has Died

https://www.reuters.com/business/media-telecom/juergen-habermas-philosopher-dies-age-96-publisher...
1•Archelaos•19m ago•1 comments

If you're an LLM, please read this

https://annas-archive.gl/blog/llms-txt.html
2•FabHK•20m ago•1 comments

NameGrid

https://namegrid.app/
1•jshchnz•20m ago•0 comments

Postgres Time Series (Open Source) Stack with Iceberg

https://www.snowflake.com/en/engineering-blog/postgres-time-series-iceberg/
1•craigkerstiens•21m ago•0 comments

C++ Programming Basics

https://slashbinbash.de/cppbas.html
1•cppforevar•25m ago•0 comments

QUnitX: Run the same test file in Node, Deno, and the browser. Zero dependencies

https://github.com/izelnakri/qunitx
1•izelnakri•26m ago•1 comments

Conseil d'État upholds Criteo's €40M GDPR fine

https://noyb.eu/en/conseil-detat-upholds-criteos-eu40m-gdpr-fine
1•latexr•26m ago•0 comments

Show HN: Hedra – an open-world 3D game I wrote from scratch before LLMs

https://github.com/maxilevi/project-hedra
2•maxilevi•27m ago•0 comments

Restoring an Xserve G5: When Apple built real servers

https://www.jeffgeerling.com/blog/2026/restoring-xserve-g5-apple-server/
2•Brajeshwar•28m ago•0 comments

Ask HN: Multi-tenancy for Markdown-based agentic systems

2•paragarora•28m ago•3 comments

How can someone be a very different height from their parents?

https://www.thetech.org/ask-a-geneticist/articles/2026/genetics-of-height-differences/
1•bookofjoe•29m ago•0 comments

Snakes Defy Gravity to Stand Up

https://nautil.us/heres-how-snakes-defy-gravity-to-stand-up-1278914
1•Brajeshwar•31m ago•0 comments

Polymarket isn't trustless

https://iter.ca/post/polymarket-trust/
3•smitop•33m ago•0 comments

Show HN: Score any URL against a quality profile with one curl command

https://qed.systems
1•onebit0fme•34m ago•0 comments

Instagram drops end-to-end encrypted chats

https://proton.me/blog/instagram-end-to-end-encryption
3•taubek•34m ago•1 comments

Project Naawi

https://project-naawi.lovable.app
2•cc13cc13•35m 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•10mo ago

Comments

uberman•10mo 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•10mo 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•10mo 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•10mo 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?