frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Energy Department wants to weaken efficiency standards for home appliances

https://www.washingtonpost.com/business/2026/07/02/energy-department-wants-weaken-efficiency-stan...
1•littlexsparkee•29s ago•0 comments

I think I can get the original reasoning of Claude models. Is this real?

https://thinking-signature-demo-5g65bijswq-de.a.run.app/
1•bayes-song•5m ago•0 comments

Bun vs. Deno vs. Node.js: which JavaScript runtime wins in 2026?

https://botmonster.com/web-dev/bun-vs-deno-vs-nodejs-javascript-runtime-2026/
1•enz•8m ago•0 comments

Show HN: Prompt Injection as an Egress Problem

https://www.vaibot.io/blog/prompt-injection-is-an-egress-problem
1•bcampbell88•9m ago•1 comments

AI changes the economics of software rewrites

https://thetruthasiseeitnow.com/ai-slop-starts-with-the-codebase-itself/
3•cinooo•12m ago•0 comments

LisaFPGA: The Apple Lisa computer implemented inside an FPGA

https://github.com/alexthecat123/LisaFPGA
1•signa11•13m ago•0 comments

Samsung chip division's 1-year profit beat past 40 years of profits, combined

https://www.tomshardware.com/tech-industry/samsungs-chip-division-expects-to-out-earn-its-entire-...
3•theanonymousone•13m ago•0 comments

Accelerating Harbor with Tensorlake

https://www.tensorlake.ai/blog/accelerating-harbor-with-tensorlake
1•cooleel•15m ago•0 comments

Why LLMs get dates and times wrong (and how to fix it)

https://www.cronofy.com/blog/why-llms-get-dates-and-times-wrong
1•ColinEberhardt•19m ago•0 comments

SpaceX closes below debut price in two-day slide after Nasdaq-100 inclusion

https://www.cnbc.com/2026/07/08/spacex-stock-nasdaq-100-ipo.html
1•1vuio0pswjnm7•19m ago•0 comments

Show HN: Computer Use with any models Clanker Secretary

https://twitter.com/tekbog/status/2075086378459898210
2•tekbog•21m ago•0 comments

AI is creating economic winners, says IMF

https://www.axios.com/2026/07/08/imf-ai-energy-iran
1•TMWNN•22m ago•0 comments

How Donkey Kong Toppled Atari

https://dfarq.homeip.net/how-donkey-kong-toppled-atari/
1•giuliomagnifico•24m ago•0 comments

Book: RISC-V System-on-Chip Design

https://www.amazon.com/RISC-V-Microprocessor-System-Chip-Design/dp/0323994989
3•xlmnxp•30m ago•0 comments

Artificial Climate Controls Might Become Ineffective – Because of Climate Change

https://scripps.ucsd.edu/news/artificial-climate-controls-might-become-ineffective-because-climat...
1•SiempreViernes•31m ago•0 comments

An off switch for dual use knowledge in AI models

https://www.anthropic.com/research/off-switch-dual-use
1•DeveloperErrata•36m ago•0 comments

The Unlikely Journalist Who Looked into the Heart of War

https://www.newyorker.com/books/page-turner/the-unlikely-journalist-who-looked-into-the-heart-of-war
1•petethomas•36m ago•0 comments

What Scientists Learned by Eavesdropping on Thousands of People

https://www.newyorker.com/culture/annals-of-inquiry/what-scientists-learned-by-eavesdropping-on-t...
3•petethomas•38m ago•0 comments

AI software that generates 'rage bait' developed by Germany's far-right AfD

https://www.irishtimes.com/world/europe/2026/07/08/ai-software-that-generates-rage-bait-developed...
3•giuliomagnifico•41m ago•0 comments

Companies must address self-driving car interference with emergency vehicles

https://www.reuters.com/world/us/companies-must-address-self-driving-car-interference-with-emerge...
1•1vuio0pswjnm7•41m ago•0 comments

Pg_re2: Postgres extension for fast, RE2-powered regular expressions in Postgres

https://clickhouse.com/blog/introducing-pg_re2-regex-in-postgres
2•saisrirampur•42m ago•0 comments

Spider venom kills varroa mites without harming honeybees

https://connectsci.au/news/news-parent/9703/Spider-venom-kills-varroa-mites-without-harming
32•Jedd•44m ago•8 comments

Microsoft's gaming strategy has misfired badly

https://www.economist.com/business/2026/07/08/microsofts-gaming-strategy-has-misfired-badly
4•petethomas•49m ago•0 comments

Reload Rust code without app restarts. For faster feedback cycles

https://github.com/rksm/hot-lib-reloader-rs
2•vlovich123•50m ago•0 comments

Show HN: Embeddable visual HTML/CSS page editor

https://neikiri.dev/page-editor/
1•neikiri•50m ago•0 comments

OpenCode Bug: "I did not say that you did"

https://www.williamangel.net/blog/2026/07/08/OpenCode-Bug-I-did-not-say-that-you-did.html
2•datadrivenangel•55m ago•0 comments

Compendium – Shared workspace for teams and AI agents

https://www.cerenovus.ai/
1•Azimuth05•1h ago•1 comments

The AI Policy That Never Shipped

https://mendelevium.github.io/the-policy-never-shipped/
1•bobbybidon•1h ago•0 comments

Global Cancer Observatory – interactive visualization and data explore

1•andsoitis•1h ago•1 comments

EU's border check needs complete 'overhaul', says Greek airports chief

https://www.ft.com/content/83ae0ca8-ccce-4253-abfb-4c204f24bbbd
1•JumpCrisscross•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?