frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Classical Advances Needed to Make Quantum Computers Tick

https://spectrum.ieee.org/quantum-calibration-decoding
1•oldnetguy•24s ago•0 comments

Why Aren't We Measuring How AI Affects Humans?

https://spectrum.ieee.org/measuring-ai-societal-impact-khan
1•oldnetguy•1m ago•0 comments

The Last Apple Lisa Dealer: Inside the History and Hardware with John Woodall [video]

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

My Seven Claude Code Subagents Did the Easy Part

https://alirezarezvani.substack.com/p/my-seven-claude-code-subagents-did
1•jungard•1m ago•0 comments

I'm thinking of adding an AI chat support widget to the Pushover website

https://bsky.app/profile/pushover.net/post/3mmcmbxtcks2n
1•shaunpud•2m ago•0 comments

AI in a box: Windrose wants to containerize the data center [update]

https://electrek.co/2026/06/03/ai-in-a-box-windrose-wants-to-containerize-the-data-center/
1•Bender•3m ago•0 comments

Functional vs. Array Programming [video]

https://www.youtube.com/watch?v=UogkQ67d0nY
1•tosh•3m ago•0 comments

More agents, same human brain

https://codeaholicguy.com/2026/06/03/more-agents-same-human-brain/
1•hoangnnguyen•5m ago•0 comments

Marvell enters the AI network fray with 102.4 Tbps switch silicon

https://www.theregister.com/networks/2026/06/02/marvell-enters-the-ai-network-fray-with-1024-tbps...
1•Bender•5m ago•0 comments

Trump's AI E-(I)-O could let feds pick winners and losers

https://www.theregister.com/ai-and-ml/2026/06/02/trump-ai-executive-order-sets-30-day-frontier-mo...
1•Bender•6m ago•0 comments

Show HN: Verifiable E2E encrypted task manager built by a ceramics retailer

https://remote.team/en/
1•lopster999•6m ago•0 comments

Structure of Every LLM Chat

https://arpitbhayani.me/blogs/structure-of-llm-chat/
1•saikrishnanair•7m ago•0 comments

GitHub and Open-Source Is a Boon for the Underprivileged

https://amasad.me/github
1•andrewstuart•8m ago•0 comments

Google tests option to allow sites to opt out of appearing in AI search results

https://blog.google/products-and-platforms/products/search/new-controls-website-owners/
1•HelloUsername•10m ago•0 comments

JavaScript Crossword

https://lyra.horse/fun/jscrossword/
2•bookofjoe•13m ago•0 comments

Why uranium is depicted as glowing green

https://www.hopefulmons.com/p/reality-is-joking-about-u
2•arbesman•14m ago•0 comments

Nonhumans can continue voting in beach town after judge tosses ACLU's challenge

https://whyy.org/articles/delaware-fenwick-island-voting-nonhumans-superior-court-aclu/
3•jawns•17m ago•0 comments

Reading about surveillance: best place to live?

2•Jeff2Serve•20m ago•0 comments

Show HN: Ant-design/CLI – Offline CLI for Ant Design docs, lint and migration

https://github.com/ant-design/ant-design-cli
2•afc163•21m ago•0 comments

Future Dutch EU ID app to require Apple or Google account

https://github.com/MinBZK/nl-wallet/issues/34
4•drapado•22m ago•0 comments

Google is buying Play Store developers' code for AI training

https://runtimewire.com/article/google-play-store-code-ai-training-pilot
2•faangguyindia•23m ago•0 comments

Running 'Doom' on E. coli cells slowly

https://www.popsci.com/science/doom-e-coli-cells/
5•chakintosh•23m ago•0 comments

Letting publishers opt-out will not fix AI Overviews

https://doi.org/10.1093/jeclap/lpag025
2•todd-davies•24m ago•0 comments

Show HN: OpenSkynet Your AI Terminator

https://github.com/sediman-agent/OpenSkynet
5•jasonEinstien•27m ago•0 comments

Semantic reification: how to generate UB-free code with arbitrary control flow?

https://github.com/connglli/Reify
2•zsu•29m ago•1 comments

Show HN: Skawld – Open-source SDK for company-specific AI agents

https://github.com/skawld/skawld-sdk
2•MikahDang•29m ago•0 comments

Google requests permission to release 32M mosquitoes in California and Florida

https://www.theguardian.com/technology/2026/jun/01/google-permission-release-mosquitoes-californi...
3•mgh2•30m ago•2 comments

Sum Series and Time Complexity

https://kitallis.in/p/sum-series-and-time-complexity/
2•kitallis•30m ago•0 comments

GPT-4.1 Deprecated

https://github.blog/changelog/2026-06-02-gpt-4-1-deprecated/
2•prakashqwerty•32m ago•0 comments

ParsOS NEXT, a GUI OS Simulator in Pygame

https://github.com/amirali1390-bit/ParsOS-NEXT
2•amirali901•33m ago•1 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?