frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Shield Messenger A Tor-native,P2P encrypted messenger with built-in Solana/Zcash

https://github.com/abokenan444/shield-messenger
1•abokenan444•6m ago•1 comments

AutoResearchClaw

https://github.com/aiming-lab/AutoResearchClaw
1•frozenseven•6m ago•0 comments

The Space Data Center Mass Budget Behind 10× Power Density

https://research.33fg.com/analysis/the-space-data-center-mass-budget-behind-10x-power-density
1•T-A•7m ago•0 comments

//go:fix inline and the source-level inliner

https://go.dev/blog/inliner
1•vismit2000•10m ago•0 comments

Claude Code tips for non-programmers

https://thewriting.dev/claude-code-isnt-just-for-developers/
1•r0rshrk•14m ago•0 comments

Three Claude Skills to Sharpen Judgment

https://age-of-product.com/three-ai-skills-to-sharpen-judgment/
1•swolpers•14m ago•0 comments

Hybrid AI Desktop Layer Combining DOM-Automation and API-Integrations

https://github.com/BiamOS/BiamOS
1•BiamOS•15m ago•1 comments

Jazzband Is Sunsetting

https://jazzband.co/
2•taubek•17m ago•0 comments

Base44 can now power any front end with standalone back end as a service

https://base44.com/blog/base44-backend-platform
1•yoavcwix•22m ago•0 comments

LocalCowork

https://github.com/Liquid4All/cookbook/tree/main/examples/localcowork
1•armcat•28m ago•0 comments

MaiaSpace: Europe steps up in the race for reusable rockets

https://www.euronews.com/my-europe/2026/03/13/maiaspace-europe-steps-up-in-the-race-for-reusable-...
1•vrganj•29m ago•0 comments

Str:::Lab Studio – run and test Flink SQL from the browser

https://coded-streams.github.io/strlabstudio/
1•nestormartourez•33m ago•1 comments

How LLMs and coding agents change the dynamics of adopting Rust

https://mdwdotla.medium.com/revisiting-rust-in-2026-ae8720cc7f2c
1•mad•34m ago•0 comments

Show HN: Fortress Language: Cybersecurity DSL

1•CzaxTanmay•36m ago•0 comments

Show HN: Voice-tracked teleprompter using on-device ASR in the browser

https://github.com/larsbaunwall/promptme-ai
1•lbaune•39m ago•1 comments

The O16g Manifesto – Outcome Engineering

https://o16g.com/manifesto/
1•stigi•39m ago•0 comments

When Is Enough?

https://ivanca.github.io/ai/elite/2026/03/15/when-is-enough/
1•AmbroseBierce•41m ago•0 comments

I built V2 of my AI answer generator

https://99helpers.com/tools/ai-answer-generator
2•nickk81•46m ago•1 comments

Home-Made Shock Diamond

https://physics.stackexchange.com/questions/41293/home-made-shock-diamond
1•whalee•47m ago•0 comments

Six ingenious ways how Canon DSLRs used to illuminate their autofocus points

https://exclusivearchitecture.com/03-technical-articles-CSDS-00-table-of-contents.html
2•ExAr•47m ago•1 comments

Britain's Populist Right Has Surrendered Its Mind to America

https://liambyrne.substack.com/p/take-back-control
3•tastyface•47m ago•0 comments

The enshittification of Amazon paperback books

https://www.alexerhardt.com/en/enshittification-amazon-paperback-books/
10•aerhardt•48m ago•1 comments

Microsoft Hasn't Had a Coherent GUI Strategy Since Petzold

https://www.jsnover.com/blog/2026/03/13/microsoft-hasnt-had-a-coherent-gui-strategy-since-petzold/
2•freetonik•50m ago•0 comments

Largest German gym for humanoid robots being built in Munich

https://www.heise.de/en/news/Largest-German-gym-for-humanoid-robots-being-built-in-Munich-1120721...
1•thm•50m ago•0 comments

Open Alleged PhotoDNA

https://github.com/ArcaneNibble/open-alleged-photodna
1•edent•52m ago•0 comments

Multi-Claude – manage multiple Claude CLI accounts with shared and cloud sync

https://www.npmjs.com/package/@ghackk/multi-claude
1•geeky_geeker•53m ago•1 comments

The Operator That Dethroned a King: Python's Walrus Operator Story

https://techlife.blog/posts/the-operator-that-dethroned-a-king-pythons-walrus-operator-story/
1•clarkmaxwell•54m ago•0 comments

I Used Claude Code to reverse engineer a 13-year-old game binary

https://old.reddit.com/r/ClaudeAI/comments/1ru3irp/i_used_claude_code_to_reverse_engineer_a/
2•virgildotcodes•55m ago•1 comments

Agent Context Is Data. Treat It That Way

https://medium.com/@a.mandyev/agent-context-is-data-treat-it-that-way-cd8bcfd03ced
1•andrey_m•59m ago•1 comments

UK must build own nuclear missiles, say Lib Dems

https://www.bbc.co.uk/news/articles/cy0dz1k0rr4o
1•mmarian•1h 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•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?