frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Meta Threads ban wave suspends Kobo CEO and others

https://www.threads.com/@mtamblyn/post/DdqEWIGAF1g
1•Lucent•30s ago•1 comments

AI Is a Boring Technology

https://www.chrbutler.com/ai-is-a-boring-technology
2•devonnull•35s ago•0 comments

Woman tells Senate Flock(YC17) of wrongful arrest, 86 hours solitary confinement [video]

https://www.youtube.com/watch?v=o9S_qn7oaw0
1•dlg•1m ago•0 comments

Lightspeed: Build real-time apps the Laravel way

https://innerloop.works/blog/introducing-lightspeed
1•jv22222•1m ago•0 comments

No designer, no coding → blasa.shop

https://blasa.shop/
1•maherzaidoun•4m ago•0 comments

What's the Ideal Company-Brain Harness?

https://ferran.sh/writing/whats-the-ideal-company-brain-harness
1•ferran9908•5m ago•0 comments

Jev-Mem: System-One-Controlled Agentic Memory for Efficient AI Agents

https://academy.dair.ai/papers/jev-mem-system-one-controlled-agentic-memory-for-efficient-ai-agen...
1•omarsar•5m ago•0 comments

Show HN: OOMU is a free macOS native desktop AI harness (local and cloud)

https://oomu.ai/download.html
1•jeff-oomu•6m ago•0 comments

Notes from Python Packaging Council's first meeting

https://discuss.python.org/t/notes-from-python-packaging-councils-first-meeting/109203
1•zahlman•7m ago•0 comments

Turtle Island isn't the Indigenous term you think it is [video]

https://www.youtube.com/watch?v=cY2mwuIzFI0
1•zahlman•7m ago•0 comments

Tensor Data Interchange for AI/ML Systems: A Survey and the Hurray Proposal

https://www.pascalgillet.net/hurray/docs/dev/prior-art.html
1•pascalgillet•8m ago•0 comments

Hype Is a Business Tool

https://jenson.org/hype/
1•andsoitis•9m ago•0 comments

Kicki: A DECsystem1060 – Interim Computer Museum

https://icm.museum/blog/?p=207
2•rbanffy•10m ago•0 comments

Paranoia-Sans: A Conspiratorial Typeface

https://github.com/flegfleg/Paranoia-Sans
1•birdculture•10m ago•0 comments

Altman-backed Praxis plans a $1B AI-powered town in Uruguay

https://timesofindia.indiatimes.com/technology/tech-news/sam-altman-backed-praxis-plans-1-billion...
2•aanet•12m ago•2 comments

Anthropic's AI biolab finds 'CRISPR-like' DNA in viruses. What's next?

https://www.nature.com/articles/d41586-026-03039-6
3•sbulaev•15m ago•1 comments

Show HN: Recurse – Develop and deploy specialist agents faster

https://recurse.run
2•ozankabak•16m ago•1 comments

Skill-Guided Mining and Compilation of LLM Agent Traces

https://arxiv.org/abs/2608.02680
1•nlpnerd•19m ago•0 comments

AI Companies Are in a Race Against Time

https://econjared.substack.com/p/ai-companies-are-in-a-race-against
1•cwal37•21m ago•0 comments

Locked Down Passkey and Keychain Backups

https://mjtsai.com/blog/2026/09/24/locked-down-passkey-and-keychain-backups/
1•lapcat•22m ago•0 comments

Show HN: OnionGuard – IP-agnostic, zero-JS DDoS defense in Go for Tor services

https://github.com/ihatemyfcklife/onionguard
1•ihatemyfcklife•26m ago•0 comments

Rank Anything: convert your income to League of Legends rank

https://github.com/szge/rank_anything
2•szge•33m ago•3 comments

AI Workers' Inquiry 2026

https://techworkersinquiry.org/ai/
2•birdculture•34m ago•0 comments

Show HN: VNetMap – A zero-knowledge E2E encrypted network topology mapper

1•vnetmap•37m ago•0 comments

AI often makes writing worse. (Even if it makes it better)

https://www.economist.com/britain/2026/09/24/ai-often-makes-writing-worse-even-if-it-makes-it-better
4•uxhacker•37m ago•0 comments

Neuroergonomics (2011)

https://www.youtube.com/watch?v=H7NdmyN0ciE
1•fuzztester•38m ago•1 comments

Show HN: Jev.Store – A dedicated directory of useful things made on Jev

https://www.jev.store/
1•sankalpdomore•40m ago•0 comments

Kiro adds jev to decide turn in preview

https://kiro.dev/changelog/
1•super_linear•40m ago•0 comments

Initial-scale no longer needed

https://www.quirksmode.org/quirksblog/2026/0902-initial.html
1•justin-reeves•40m ago•2 comments

WBHM team expected to use "Gulf of America" in place of "Gulf of Mexico"

https://view.reach.uab.edu/?vawpToken=ME7CAU4SLM3UDF7WR3ZWYWEU7Y.100228
1•mooreds•43m 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•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?