frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Hidden Language of Our Body's Rhythms

https://thereader.mitpress.mit.edu/the-hidden-language-of-our-bodys-rhythms/
1•the-mitr•1m ago•0 comments

Quanta Convert and Quantize AI Models

https://github.com/Mainframework/Quanta
1•trilogic•4m ago•1 comments

Poll HN: What operating system do you primarily develop on?

3•dennis-tra•4m ago•0 comments

28M Hacker News comments as vector embedding search dataset

https://clickhouse.com/docs/getting-started/example-datasets/hackernews-vector-search-dataset
2•walterbell•5m ago•0 comments

Mystery of the Quincunx's Missing Quincunx

https://blog.plover.com/history/quincunx.html
1•masfuerte•7m ago•0 comments

Understand your funnel with Micro Conversions

https://cleancommit.io/blog/micro-conversions/
1•mrkaluzny•8m ago•0 comments

Show HN: Encryptalotta – Free, secure, client-side PGP encryption tool for files

https://encryptalotta.com/
1•hireclay•9m ago•0 comments

Intel Secures Apple as Foundry Customer for Future M-Series Chips

https://winbuzzer.com/2025/11/28/report-intel-secures-apple-as-foundry-customer-for-future-m-seri...
2•walterbell•12m ago•0 comments

"Vibe coder" on X claims SaaS makes $60k while app is trivially insecure

https://twitter.com/jp_kiser/status/1994450874207236206
2•johnpaulkiser•12m ago•2 comments

Your Loneliness Was a Design Decision Made by Your Enemy

https://margaretkilljoy.substack.com/p/you-loneliness-was-a-design-decision
3•sandboxdev•13m ago•0 comments

Rock Paper Scissors Solitaire

https://klezlab.it/rock-paper-scissors-solitaire.html
3•klez•13m ago•0 comments

Ask HN: Which cloud provider do you like best and why?

4•trio8453•14m ago•2 comments

Tips for effective prototyping with Rails 8 and Claude Code

https://www.wyeworks.com/blog/2025/11/26/tips-for-effective-prototyping-rails-claude-code/
3•wyeworks•14m ago•0 comments

Show HN: Made a thing to use AI with intervals.icu

https://intervals.pro
1•maxrev17•14m ago•0 comments

This tool might beat NotebookLM at its own game

https://www.xda-developers.com/tool-might-beat-notebooklm/
1•vidyesh•19m ago•0 comments

Molly: An Improved Signal App

https://molly.im/
2•dtj1123•19m ago•0 comments

Be Useful in Emergencies

https://kg.dev/thoughts/emergencies
4•kashnote•20m ago•0 comments

Tiny lead fragments in hunted meat exceed safe levels, study reveals

https://phys.org/news/2025-11-tiny-fragments-meat-exceed-safe.html
3•geox•20m ago•0 comments

Generate YourRapper Name

https://generaterapname.xyz
1•SinanW•21m ago•0 comments

Prodex Studio – Productivity Hub

https://www.indiehackers.com/post/building-prodex-studio-a-simple-productivity-app-with-tasks-rem...
1•tonymrxz•21m ago•0 comments

Ask HN: Have you switched from AWS to GCP for more startup credits?

1•fsto•22m ago•2 comments

Pathological PATH

https://gebdev.net/blog/pathological-path/
2•gebdev•22m ago•0 comments

Getting Ready to Party Like It's 2008

https://paulkrugman.substack.com/p/getting-ready-to-party-like-its-2008
6•everybodyknows•23m ago•0 comments

New security-focused LLM service built on alias1 model launches today

https://aliasrobotics.com/cybersecurityai.php
2•mdelmundo•23m ago•1 comments

Can Advanced Type Systems Be Usable? [pdf]

https://www.cs.cmu.edu/~jssunshi/assets/pdf/usableAdvanceTypeSystems.pdf
1•azhenley•24m ago•0 comments

The Future of Nonviolent Resistance

https://www.journalofdemocracy.org/articles/the-future-of-nonviolent-resistance-2/https://www.jou...
4•ghssds•24m ago•0 comments

Codex, Opus, Gemini Try to Build Counter Strike

https://www.instantdb.com/essays/agents_building_counterstrike
3•stopachka•26m ago•0 comments

An online repository for KiCad schematics

https://hackaday.com/2025/11/28/an-online-repository-for-kicad-schematics/
2•flowerthoughts•27m ago•1 comments

Choosing a vector database for ANN search at Reddit

https://milvus.io/blog/choosing-a-vector-database-for-ann-search-at-reddit.md
3•Fendy•28m ago•2 comments

State formation: The role of grain, intensive agriculture, taxation and writing

https://www.nature.com/articles/s41562-025-02365-5
2•bookofjoe•29m ago•0 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•6mo ago

Comments

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