frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenAI and Anthropic are ruining San Francisco

https://www.sfgate.com/local/article/open-ai-anthropic-ruining-sf-22404657.php?link_source=ta_fir...
1•catchmeifyoucan•3m ago•0 comments

Kumander Linux – A Linux Distro with a Windows 7 Desktop

https://www.kumander.org/
3•linuxkernal•5m ago•0 comments

Our decision on Cursor following its acquisition by SpaceX

https://openai.com/index/our-decision-on-cursor-following-its-acquisition-by-spacex/
2•meetpateltech•6m ago•1 comments

Increased Errors for Durable Objects in the Hong Kong Region – Cloudflare Status

https://www.cloudflarestatus.com/incidents/mlr8smgngv5h
1•kyisaiah47•10m ago•0 comments

Trump announces new US oil agreement with Venezuela

https://www.theguardian.com/us-news/2026/aug/28/trump-venezuela-oil-agreement
4•TheAlchemist•17m ago•0 comments

'Devastating' rush for critical minerals has little to do with green energy

https://news.mongabay.com/short-article/2026/08/devastating-rush-for-critical-minerals-has-little...
1•littlexsparkee•21m ago•0 comments

The IBM PC, Part 2: Tsunami

https://technicshistory.com/2026/08/29/the-ibm-pc-part-2-tsunami/
1•cfmcdonald•24m ago•0 comments

StemDeck, a free, open-source and local AI stem separator

https://github.com/stemdeckapp/stemdeck
4•thclpr•29m ago•1 comments

Tech tries a new message: You'd love data centers if China wasn't making you hat

https://www.businessinsider.com/china-data-center-ai-backlash-tech-messaging-2026-8
3•newsomix9xl•36m ago•3 comments

One prompt, five days, and an AI agent that refused to certify itself

https://github.com/Framework-Drift/governed-pass
1•ElvishSteel•38m ago•0 comments

Edcapit Founder Oleh Podobied and Jenny Li Discuss the Future of EdTech

https://www.edcapit.com/2026/08/17/future-of-edtech-silicon-valley-interview/
1•edcapit_inc•42m ago•0 comments

Anti-AI Populism is Reshaping American Politics

https://www.motherjones.com/politics/2026/08/anti-ai-populism-is-reshaping-american-politics/
2•newsomix9xl•43m ago•1 comments

Show HN: ArchLex: a small OSS language for AWS, GCP, and Kubernetes diagrams

https://archlex.dev/
1•bairess•43m ago•0 comments

AI made the boring work visible. Cut the work, not the people

https://jeffgothelf.com/blog/ai-made-the-boring-work-visible-cut-the-work-not-the-people/
3•fagnerbrack•52m ago•1 comments

Ask HN: If AI disappeared today, how much would you ask for in salary to work?

2•senor_digimon•53m ago•0 comments

Results for LLM Usage in Debian

https://lists.debian.org/debian-vote/2026/08/msg00360.html
3•baggy_trough•53m ago•1 comments

X claims it found a Chinese bot farm posting anti-AI data center sentiments

https://www.engadget.com/2246140/x-chinese-bot-farm-anti-ai-data-center-sentiments/
5•newsomix9xl•53m ago•1 comments

Why not to use the Gaussian kernel

https://arxiv.org/abs/2608.26974
1•E-Reverance•55m ago•0 comments

Show HN: Leiolai, AI that pays users for the compute their devices provide

https://leiolai.com/
1•leiolai•55m ago•0 comments

Show HN: An annotated archive of S-1 filings, with hindsight

https://s-1.space/
2•eigen-vector•57m ago•0 comments

Nine Pockets: A Pokemon tracker built for my 6 year old and that I went crazy on

https://www.ninepockets.app
1•highhoppingworm•58m ago•1 comments

Milo Yiannopoulos, a far-right political commentator, detained by ICE

https://www.theguardian.com/us-news/2026/aug/28/milo-yiannopoulos-detained-ice
5•andsoitis•1h ago•2 comments

New Blockchain and Coin

https://github.com/ego-blockchain/ego-blockchain-
2•artitmuhaxhiri•1h ago•0 comments

Polyend Keys – a mechanical QWERTY keyboard for musicians

https://www.synthtopia.com/content/2026/08/27/polyend-keys-a-mechanical-qwerty-keyboard-for-music...
1•anigbrowl•1h ago•0 comments

Show HN: Free lifetime pro access for limited time to crunchbase alternative

https://startupwiki.tech/blog/free-lifetime-pro-giveaway
1•skiski•1h ago•0 comments

I Am Sitting in a Room

https://en.wikipedia.org/wiki/I_Am_Sitting_in_a_Room
2•gregsadetsky•1h ago•0 comments

Fintur: A forward-looking personal finance app

https://fintur.fr/
2•kabelbaptiste•1h ago•0 comments

My issue with GPU-accelerated deep learning (2016)

https://erikbern.com/2016/02/03/my-issue-with-gpu-accelerated-deep-learning.html
1•AndrewPGameDev•1h ago•0 comments

Unit 731

https://en.wikipedia.org/wiki/Unit_731
4•frabjoused•1h ago•1 comments

Show HN: MicroVM daemon, deploy any Docker image

2•sankalpnarula•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•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?