frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Speech-Driven Spatial Externalization for Co-Located Collaboration in AR

https://arxiv.org/abs/2603.20199
1•PaulHoule•11m ago•0 comments

Now Available: WireGuard, Wi‑Fi Direct, OpenRISC, and More

https://www.zephyrproject.org/zephyr-rtos-4-4-now-available-wireguard-wi-fi-direct-openrisc-and-m...
1•rettichschnidi•15m ago•0 comments

Building a Tax Document Assistant with the Ragie Skill

https://www.ragie.ai/blog/building-a-tax-document-assistant-with-the-ragie-skill
1•bobremeika•15m ago•0 comments

The Infrastructure Nobody's Building for the Agent Economy

https://vibeagentmaking.com/blog/the-infrastructure-nobodys-building-for-the-agent-economy/
1•vibeagentmaking•16m ago•0 comments

SDL3 Port to DOS

https://bsky.app/profile/dosnostalgic.bsky.social/post/3mjfdos7iok2o
1•birdculture•17m ago•0 comments

Mark Zuckerberg reportedly working on AI clone of himself

https://www.tomshardware.com/tech-industry/artificial-intelligence/mark-zuckerberg-reportedly-wor...
3•pseudolus•17m ago•1 comments

The Biggest Advance in AI Since the LLM

https://cacm.acm.org/blogcacm/the-biggest-advance-in-ai-since-the-llm/
2•pseudolus•19m ago•0 comments

Don't feel like exercising? Maybe it's the wrong time of day for you

https://www.bbc.com/news/articles/cd6lzpxwx50o
2•tagawa•19m ago•0 comments

A new wave of immunotherapy is eliminating cancers

https://www.bbc.com/future/article/20260410-how-a-new-wave-of-immunotherapy-is-eliminating-cancers
3•blondie9x•20m ago•0 comments

The Last Lights of Chernobyl's Skala Computer – Computer Recreation

https://www.youtube.com/watch?v=8_azCaCShy8
1•nar001•23m ago•1 comments

CRISPR takes a bold leap toward silencing Down syndrome's extra chromosome

https://medicalxpress.com/news/2026-04-crispr-bold-silencing-syndrome-extra.html
3•pseudolus•24m ago•0 comments

AWS announces general availability of AWS Interconnect – multicloud

https://aws.amazon.com/about-aws/whats-new/2026/04/aws-announces-ga-AWS-interconnect-multicloud/
1•dabinat•26m ago•0 comments

1B payments per day ft TigerBeetle, Postgres

https://backend.how/posts/1b-payments-per-day/
2•pg_2023•30m ago•0 comments

Best AI Product Adoption Software in 2026

https://medium.com/@christian_74997/best-product-adoption-software-in-2026-10-tools-compared-3959...
1•pancomplex•32m ago•0 comments

Europe Is Accelerating a NATO Fallback Plan in Case Trump Pulls Out

https://www.wsj.com/world/europe/europe-nato-trump-plans-3a423233
3•impish9208•34m ago•1 comments

S.A.F.E.: RFC-style intent checks for privileged AI automation

https://zenodo.org/records/19161806
1•rogelsjcorral•36m ago•0 comments

Operating Systems: Three Easy Pieces

https://pages.cs.wisc.edu/~remzi/OSTEP/
1•solfleur•38m ago•0 comments

Ask HN: My ISP is telling my neighbors their slow internet is because of me

2•_z369•41m ago•9 comments

43% of AI-generated code changes need debugging in production, survey finds

https://venturebeat.com/technology/43-of-ai-generated-code-changes-need-debugging-in-production-s...
4•jjtang1•43m ago•2 comments

One Developer, Two Dozen Agents, Zero Alignment

https://maggieappleton.com/zero-alignment
2•facundo_olano•48m ago•0 comments

Show HN: Financial Web Tools – decision-focused calculators

https://financialwebtools.com/
1•Rohinator•48m ago•0 comments

Users lose $9.5M to fake Ledger wallet app on the Apple App Store

https://www.web3isgoinggreat.com/?id=fake-ledger-app
1•Philadelphia•49m ago•0 comments

Ask HN: At ~165k tokens, does Opus 4.6 1M outperform Opus 4.6 200k?

1•consumer451•50m ago•0 comments

Ask HN: Pros and cons of switching to self-hosted inference?

1•codenski•53m ago•0 comments

Show HN: OpenRig – agent harness that runs Claude Code and Codex as one system

https://github.com/mvschwarz/openrig
2•mschwarz•54m ago•1 comments

The Problem Isn't the Model, It's What It's Reading

https://www.ryanmcdonough.co.uk/the-problem-isnt-the-model-its-what-its-reading/
1•pierre•55m ago•0 comments

Deep Dive into Efficient LLM Inference with Nano-vLLM

https://cefboud.com/posts/inside-llm-inference-engine-nano-vllm-explanation/
3•cefboud•57m ago•0 comments

Your article about AI doesn’t need AI art

https://www.theverge.com/ai-artificial-intelligence/910460/new-yorker-david-szauder-illustration-...
2•satvikpendem•58m ago•2 comments

Apple App Store threatened to remove Grok over deepfakes: Letter

https://www.nbcnews.com/tech/tech-news/apple-threat-remove-grok-app-store-deepfake-letter-musk-x-...
2•donohoe•59m ago•0 comments

Reframing the Developer Experience of Data Assembly

https://allmonday.github.io/pydantic-resolve/blog_pydantic_resolve_vs_orm/
1•tank-34•59m 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•11mo ago

Comments

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