frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Discord CLI designed for agents to explore/read/send messages

https://github.com/famasya/discord-cli-agent
1•pacific01•6m ago•0 comments

Hide from Meta's spyglasses with this new Android app

https://www.theregister.com/2026/02/25/meta_smart_glasses_android_app/
1•zigmig•6m ago•0 comments

Russian mathematician finds new approach to 190-year-old 'eternal' math problem

https://www.msn.com/en-xl/science/mathematics/russian-mathematician-finds-new-approach-to-190-yea...
1•georgecmu•12m ago•0 comments

Tropical plants flowering months earlier or later because of climate crisis

https://www.theguardian.com/environment/2026/feb/25/tropical-plants-flower-shifted-months-climate...
2•andsoitis•15m ago•0 comments

Less is More when it comes to AI

https://www.bicameral-ai.com/blog/dogfood-bicameral
1•jinhkuan•16m ago•1 comments

The Remote-Work Dream Isn't Dead, but It's Slipping Away

https://www.wsj.com/lifestyle/careers/the-remote-work-dream-isnt-dead-but-its-slipping-away-a19ae9e8
3•RestlessMind•19m ago•0 comments

Show HN: Lingua Universale – session types and Lean 4 proofs for AI agents

https://github.com/rafapra3008/cervellaswarm
1•rafapra•19m ago•1 comments

Rising CO₂ and warming jointly limit phosphorus availability in rice soils

https://phys.org/news/2026-02-jointly-limit-phosphorus-availability-rice.html
1•PaulHoule•20m ago•0 comments

Show HN: Knox–Full Stack L1 Post-Quantum Privacy Crypto (Built with My 11yo)

https://github.com/ULT7RA/KNOXProtocol
1•KnoxProtocol•21m ago•0 comments

Show HN: Agentic Power of Attorney (APOA) – An open standard for AI agent auth

https://github.com/agenticpoa/apoa
1•juanfiguera•22m ago•0 comments

We left OpenAI because of safety

https://twitter.com/gothburz/status/2026810017593057739
3•mellosouls•22m ago•1 comments

Theory of Space

https://theory-of-space.github.io/
1•vinhnx•23m ago•0 comments

Divexa Exchange: Compliance in Low-Latency Systems

1•DanielOnBlock•23m ago•1 comments

Show HN: Right-click any text on macOS to add it to your calendar (open-source)

https://github.com/VimalMollyn/Right-Click-and-Add-to-Cal
1•mollynpaan•24m ago•0 comments

Show HN: Projekt – All-in-one workspace for building with agents

https://www.getprojekt.com/
1•bobbydotdesign•25m ago•0 comments

The Horrifying Truth Behind the 1990s Olestra Crisis

https://www.ranker.com/list/olestra-wow-chips-history-explained/jtdesaulnier
1•pkaeding•26m ago•0 comments

Add dormant user re-engagement email and improve name parsing

1•nishiohiroshi•28m ago•0 comments

Harness engineering: leveraging Codex in an agent-first world

https://openai.com/index/harness-engineering/
1•fmihaila•32m ago•0 comments

The man building Team USA's Olympic bobsleds

https://www.adirondackexplorer.org/community-news/people/lake-placid-man-builds-team-usas-olympic...
2•wrsh07•33m ago•0 comments

Ask HN: Apache prefork under crawler load – main domains OK, subdomains fail

1•PhongSGC•33m ago•1 comments

Schedule Recurring Tasks in Cowork

https://support.claude.com/en/articles/13854387-schedule-recurring-tasks-in-cowork
1•ed•34m ago•0 comments

Apple Foundation Models SDK for Python

https://github.com/apple/python-apple-fm-sdk
1•gok•37m ago•0 comments

Americans Are Leaving the U.S. in Record Numbers

https://www.wsj.com/us-news/americans-leaving-the-us-migration-a5795bfa
33•reaperducer•44m ago•8 comments

What I learned from 14,000 AI agent sessions

https://coasty.ai:443/
1•nkov47as•45m ago•1 comments

Why is your Mac WiFi Slow?

https://whyfi.network/
1•jamesgresql•48m ago•2 comments

Disrupting the Gridtide Global Cyber Espionage Campaign

https://cloud.google.com/blog/topics/threat-intelligence/disrupting-gridtide-global-espionage-cam...
1•0in•49m ago•0 comments

Code Is Cheap – Now What?

https://www.zackaryia.com/blog/2026-02-25/code-is-cheap-now-what/
1•Zackaryia•49m ago•1 comments

How to Thrive as a Remote Worker

https://spectrum.ieee.org/remote-work
1•jnord•49m ago•0 comments

Terra would have collapsed regardless of Jane Street

https://fragileequilibrium.substack.com/p/algorithmic-stablecoins-are-provably
2•brandoncarl•51m ago•0 comments

Could a vaccine prevent dementia? Shingles shot data only getting stronger

https://arstechnica.com/health/2026/02/could-a-vaccine-prevent-dementia-shingles-shot-data-only-g...
5•jnord•51m 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•9mo ago

Comments

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