frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What nearly 80 years of polls say about US attitudes on space

https://www.cnn.com/2026/04/09/science/artemis-polls-us-attitudes-on-space
1•Cider9986•59s ago•0 comments

Research-Driven Agents: What Happens When Your Agent Reads Before It Codes

https://blog.skypilot.co/research-driven-agents/
1•hopechong•1m ago•1 comments

Unfolder for Mac – A 3D model unfolding tool for creating papercraft

https://www.unfolder.app/
1•codazoda•1m ago•0 comments

EFF Logs Out of X

https://twitter.com/EFF/status/2042278157609480566
3•nord73•2m ago•0 comments

Desalination Technology, by the Numbers

https://www.technologyreview.com/2026/04/09/1135495/desalination-technology-numbers/
3•Brajeshwar•2m ago•0 comments

Show HN: AgentMint – Open-source OWASP compliance for AI agent tool calls

https://github.com/aniketh-maddipati/agentmint-python
2•keertahacker•4m ago•0 comments

Behold, an AI startup with a real business

https://crazystupidtech.com/2026/04/06/behold-an-ai-startup-with-a-real-business/
2•rafaelc•4m ago•0 comments

Show HN: Retevisione – Italian YouTube as Old School Cable TV Guide

https://retevisione.tv/
1•lorenzotenti•5m ago•0 comments

What's Your Political Unconscious?

https://political-unconscious.millermanschool.com/
1•newer_vienna•5m ago•0 comments

Wasmtime's April 9, 2026 Security Advisories

https://bytecodealliance.org/articles/wasmtime-security-advisories
1•phickey•6m ago•0 comments

Lichess' Transparent and Audited Finances

https://docs.google.com/spreadsheets/d/1Si3PMUJGR9KrpE5lngSkHLJKJkb0ZuI4/preview
2•simonebrunozzi•7m ago•0 comments

Fixing AMDGPU's VRAM management for low-end GPUs

https://pixelcluster.github.io/VRAM-Mgmt-fixed/
1•schmorptron•8m ago•0 comments

GoPro to Eliminate 23% of Workforce in Cost-Cutting Move

https://www.wsj.com/business/gopro-to-eliminate-23-of-workforce-in-cost-cutting-move-ca5ba06b
2•bookofjoe•8m ago•1 comments

Npx codemod AI: make your coding agent great at large migrations

https://codemod.com/blog/npx-codemod-ai
1•alexbit2019•10m ago•0 comments

The Pentagon Threatened Pope Leo XIV's Ambassador with the Avignon Papacy

https://www.thelettersfromleo.com/p/the-pentagon-threatened-pope-leo
78•frm88•13m ago•13 comments

SQLBolt – Learn SQL with simple, interactive exercises

https://sqlbolt.com/
1•saikatsg•15m ago•0 comments

Four-Byte Burger: An obsessive recreation of lost Amiga art

https://www.youtube.com/watch?v=i4EFkspO5p4
1•Triphibian•15m ago•0 comments

Perplexity Introduces Personal Finance

https://www.perplexity.ai/hub/blog/plaid-integration-provides-full-view-of-personal-finances
1•EvanZhouDev•16m ago•1 comments

Valve Developer Improves the Linux Gaming Experience for Limited VRAM Hardware

https://www.phoronix.com/news/Valve-Better-Gaming-Low-vRAM
2•speckx•16m ago•0 comments

Show HN: Logoshi, a brand kit generator for solo founders

https://logoshi.com/
1•sjdegraeve•17m ago•1 comments

Did WordPress VIP leak my phone number?

https://shkspr.mobi/blog/2026/04/did-wordpress-vip-leak-my-phone-number/
3•worldofmatthew•17m ago•0 comments

Chinese Open Source – A (definitive?) history so far

https://interconnect.substack.com/p/chinese-open-source-a-definitive
1•0xWTF•17m ago•0 comments

DDD Bounded Contexts: Clear Domain Boundaries for LLM Code Generation

https://understandingdata.com/posts/ddd-bounded-contexts-for-llms/
1•locknitpicker•17m ago•0 comments

Benchmarking LLM Tool-Use in the Wild

https://arxiv.org/abs/2604.06185
2•Brajeshwar•18m ago•0 comments

Show HN: Proposal for a real long-term AI memory benchmark

https://penfieldlabs.substack.com/p/proposal-a-new-benchmark-for-long
2•dial481•22m ago•0 comments

Little Snitch comes to Linux, but the core logic is closed source

https://the.unknown-universe.co.uk/privacy-security/little-snitch-linux/
3•TheIPW•23m ago•0 comments

Referi is quietly becoming the system behind referrals

https://www.referi.net
1•onlinemelvin•25m ago•1 comments

Show HN: Mdpdf a 2k line C CLI to convert Markdown to tiny PDFs

https://github.com/schicho/mdpdf
1•bastscho•26m ago•0 comments

Show HN: BrokenClaw Part 5: GPT-5.4 Edition (Prompt Injection)

https://veganmosfet.codeberg.page/posts/2026-04-08-openclaw_gpt5_4/
3•veganmosfet•27m ago•0 comments

Agents Need a Database to Break

https://xata.io/blog/every-ai-agent-needs-a-database-it-can-break
3•gk1•28m 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?