frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI labs don't know how to make you trust them

https://www.semiodept.com/p/ai-labs-dont-know-how-to-make-you
1•pressentiment•44s ago•0 comments

David Sacks: "Now the gaslighting begins"

https://twitter.com/DavidSacks/status/2081470576653406328
1•anon373839•1m ago•0 comments

Major T-Mobile Outage

https://mashable.com/tech/t-mobile-outage-sos-mode-explained
1•bgschulman31•1m ago•0 comments

Show HN: ViewKit – Interactive dataset viewer in the browser, no upload

https://viewkit.app/
1•ayu05•2m ago•1 comments

Show HN: FileForge Finder: Local file search with AI-optimized export

1•FileForge•2m ago•0 comments

Benchmarking Opus 5 on SlopCodeBench

https://github.com/humanlayer/advanced-context-engineering-for-coding-agents/blob/main/benchmarki...
1•dhorthy•3m ago•0 comments

Hard Road – A beautiful procedural post-apocalyptic game

https://hardroad.xyz/
1•getbutterfly•4m ago•0 comments

'Is This Supposed to Be Fun?' Trump Hurls Insults at Correspondents' Dinner

https://www.nytimes.com/2026/07/25/us/politics/trump-white-house-correspondents-dinner-speech.html
1•whack•4m ago•0 comments

Show HN: Aidress – Coordination layer for autonomous AI agents

https://github.com/Aidress-ai/Aidress
1•mehulv24•6m ago•0 comments

Odin Programming Language Overview

https://odin-lang.org/docs/overview/
1•andrewstetsenko•8m ago•0 comments

ANEForge: Program the Apple Neural Engine Directly, from Python

https://aneforge.com/
1•walterbell•9m ago•0 comments

Chipmaker CXMT vaults to top of China's valuation with 466% surge in debut

https://www.reuters.com/world/asia-pacific/china-memory-chipmaker-cxmt-set-shanghai-debut-after-a...
2•nathcd•11m ago•0 comments

Show HN: FileForge Finder: Local file search with AI-optimized export

https://momentumce.com/fileforge
1•FileForge•12m ago•0 comments

When Carl Sagan Sued Apple Twice (2014)

https://www.engadget.com/2014-02-26-when-carl-sagan-sued-apple-twice.html
1•downbad_•12m ago•0 comments

David Sacks: "Now the gaslighting begins."

https://xcancel.com/antibot/captcha
1•anon373839•13m ago•0 comments

Game Pass Was Supposed to Save Xbox – Instead, It's Killing the Company

https://www.ign.com/articles/game-pass-was-supposed-to-save-xbox-instead-its-killing-the-company
2•haunter•14m ago•0 comments

Leading AI models (even Grok) are all a bunch of leftist punks

https://www.theregister.com/ai-and-ml/2026/07/27/leading-ai-models-even-grok-are-all-a-bunch-of-l...
2•joebuckwilliams•21m ago•1 comments

Gnomon

https://en.wikipedia.org/wiki/Gnomon
2•gregsadetsky•23m ago•0 comments

Mealyu an AI nutrition and fitness coach

https://mealyu.com
1•Swiyz•24m ago•0 comments

OpenAI's rogue model attack is just the beginning

https://blog.peterwildeford.com/p/openais-rogue-model-attack-is-just
2•radicaldreamer•24m ago•0 comments

30%+ new podcasts are AI-slop

https://www.listennotes.com/podcast-stats/
2•wenbin•25m ago•0 comments

SAML Authentication Replay in Rancher

https://github.com/rancher/rancher/security/advisories/GHSA-c5jm-xcmq-9j95
1•debo_•27m ago•0 comments

Kimi K3 Running on AMD MI350X with SGLang

https://twitter.com/__tinygrad__/status/2081837010705420480
2•ronfriedhaber•27m ago•0 comments

Condui – A single desktop app for SSH, SFTP, tunnels, Docker over SSH

https://github.com/mgueregath/condui
1•mgueregath•28m ago•0 comments

Messaging platform I can self-host for my agents to communicate

1•giribisthebest•29m ago•1 comments

A missing underscore sent innocent man to prison for 18 months

https://arstechnica.com/tech-policy/2026/07/police-missed-one-underscore-and-sent-the-wrong-man-t...
12•quantified•31m ago•3 comments

The War That Shall Not Be Named

https://www.theatlantic.com/newsletters/2026/07/iran-war-trump-hiding-american-soldiers-death/688...
2•Jtsummers•32m ago•0 comments

Terrence Tao – Mathematics in the age of AI [video]

https://www.youtube.com/watch?v=sxAe4HJceFQ
2•soupspaces•37m ago•1 comments

Our position on open-weights models

https://www.anthropic.com/news/position-open-weights-models
133•surprisetalk•37m ago•97 comments

First Teaser for Apple TV's 'Neuromancer' Debuts at SDCC

https://arstechnica.com/culture/2026/07/first-teaser-for-apple-tvs-neuromancer-debuts-at-sdcc/
2•bookofjoe•38m 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?