frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Android Studio’s device mirroring as a standalone app, no IDE required

https://github.com/rPlayAI/rplayhub-android
1•rPlayAI•6m ago•0 comments

Tiny Rust Layout Choices Freed 100 TB of DNS Cache Memory

https://talmondrlm.medium.com/the-argument-for-rust-on-arduino-am-i-crazy-641830273cd9
1•syumei•9m ago•1 comments

GPT-6 Astra: First Experience (high)

https://chatgpt.com/share/6a9b671d-b780-83ea-bd5d-b0ea39f7d9b3
1•nycdatasci•11m ago•1 comments

Mega Backdoor Roth ($72k/year)

https://www.bogleheads.org/wiki/Mega-backdoor_Roth
1•nycdatasci•14m ago•0 comments

After OpenAI's Bots Went Rogue, Watchdogs Were Kept on a Short Leash

https://www.nytimes.com/2026/09/03/technology/openai-hugging-face-hack.html
1•whack•18m ago•0 comments

Hilarious House of Frightenstein[Nostalgia]

https://www.frightenstein.com/castcrew.html
1•rolph•22m ago•1 comments

John Brown and the question of righteous violence

https://thedispatch.com/article/john-brown-harpers-ferry-slavery/
1•cocacola1•24m ago•0 comments

Hegel-Rust OSS bug-finding

https://github.com/DRMacIver/hegel-rust-oss-bug-finding
1•wwilson•32m ago•0 comments

Elastic Cloud (Public) Status – Replication bug causing slow recoveries

https://status.elastic.co/incidents/l6zgdnvvg41j
2•kyisaiah47•33m ago•0 comments

Book Review: The Tale of Genji

https://www.astralcodexten.com/p/your-book-review-the-tale-of-genji
2•paulpauper•36m ago•0 comments

Solving Chess

https://en.wikipedia.org/wiki/Solving_chess
1•nomilk•37m ago•0 comments

Tell HN: The Thoughts and Woes of a Full-Time Founder Part 2

1•lcampbellsoup•38m ago•0 comments

Ask HN: What is your biggest career regret?

3•eudamoniac•41m ago•0 comments

Noxe – P2P chat over Tor with no central server

https://github.com/Donzaaa/Noxe/releases/tag/v1.0.0
1•donzauker•50m ago•2 comments

Microsoft announces monthly hour usage limits for Xbox game pass

https://news.xbox.com/en-us/2026/09/03/xbox-cloud-gaming-changes/
4•walrus01•51m ago•1 comments

Burry Calls Palantir a Consulting Firm in Disguise, Warns of Valuation Collapse

https://www.foreignpolicyjournal.com/2026/09/04/michael-burry-calls-palantir-nasdaq-pltr-a-consul...
3•mgh2•51m ago•1 comments

Agent status in the SD Card slot

https://sidepulse.io/sidepulse.html
2•pkuhar•54m ago•1 comments

Uia-reader – read Windows UI content instead of screenshotting it

https://github.com/thomiasj/uia-reader
2•thomiasj•56m ago•0 comments

Nitter has more working instances than before the takedowns

https://codeberg.org/mv12star/shitter/wiki/Instances
4•Cider9986•56m ago•0 comments

Artificial Analysis Intelligence Index v4.2

https://artificialanalysis.ai/articles/artificial-analysis-intelligence-index-v4-2
21•nojs•56m ago•4 comments

Reversing MikroTik's Silent Patch: The RouterOS 7.23.4 Fix They Wouldn't Explain

https://npratley.net/reversing-mikrotiks-silent-patch-the-routeros-7-23-4-fix-they-wouldnt-explain/
5•ytch•57m ago•0 comments

Ask HN: Initial Thoughts on GPT-6 Astra?

4•zof3•58m ago•1 comments

GPT-6 Astra is now out to all Plus, Business, Pro, and Enterprise users

https://twitter.com/sama/status/2096008528834244741
4•tedsanders•1h ago•0 comments

The White House is making arcade games racist

https://www.theverge.com/policy/990520/trump-arcade-games-maga-copyright
10•OxO4•1h ago•4 comments

Show HN: Personal Context MCP

https://lanes.sh/showcase/personal-context-mcp
4•s-xyz•1h ago•0 comments

Show HN: Agent-to-agent payment. Your agents can pay each other

https://openspender.com/agent-to-agent
6•firatcan•1h ago•1 comments

GPT-6 Astra on Vercel AI Gateway

https://vercel.com/ai-gateway/models/gpt-6-astra
3•brbcoding•1h ago•0 comments

Show HN: Moadim.io – A scheduler for agents

https://moadim.io/
6•tupe12334•1h ago•1 comments

Why wait? Business grads buying firms to install themselves as CEO

https://www.bbc.com/news/articles/czxqpqrzq01o
4•BiraIgnacio•1h ago•0 comments

Portal by Spotify cut my Claude Code token usage by 90%

https://engineering.atspotify.com/2026/9/portal-by-spotify-cut-my-claude-code-token-usage-by-90
20•cebert•1h ago•4 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?