frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Fat Tire Brakes Get Wireless Upgrade

https://hackaday.com/2026/08/29/fat-tire-brakes-get-wireless-upgrade/
1•lostlogin•48s ago•0 comments

Xylitol Linked to Strokes and Heart Attacks, Study Finds

https://www.theguardian.com/society/2026/aug/28/sweetener-xylitol-used-in-chewing-gum-and-jam-lin...
1•m463•3m ago•0 comments

OpenRouter is advertising popular Chinese models as based in Singapore

https://openrouter.ai/providers
1•K3N0B1•7m ago•0 comments

MIT student claims to synthesize dangerous chemical, prompting hazmat response

https://www.nbcboston.com/news/local/mit-chemical-hazmat-building-18/4006077/
1•rbanffy•7m ago•0 comments

Create QR codes for $1/month

https://www.createqrcodes.io
1•mattmerrick•8m ago•0 comments

Renderformer V2 (Full neural rendering)

https://renderformer.github.io/v2/
2•E-Reverance•16m ago•0 comments

Use of 'Reasonable' in Gun Control Advocacy

https://firearmsresearchcenter.org/working_papers/use-of-reasonable-in-gun-control-advocacy/
2•delschlangen•16m ago•0 comments

Mcptestkit

https://pypi.org/project/mcp-testkit/
2•opiniateddev•21m ago•0 comments

Fast Unicode (UTF-8) validation with autovectorization

https://nitely.github.io/2026/08/30/fast-unicode-utf-8-validation.html
1•nitely•34m ago•0 comments

I ran out of AI tokens in one app while holding unused tokens in another

1•nextma•37m ago•1 comments

40k Pounds of Pabst Blue Ribbon Beer Reported Stolen in California

https://www.nytimes.com/2026/08/29/business/pabst-beer-truck-stolen-california.html
2•ChrisArchitect•38m ago•0 comments

Tell HN: STOP making Vibe Slop websites that LAG on my MBP and workstation

2•moomoo11•39m ago•1 comments

Establishing the United States Space Academy – The White House

https://www.whitehouse.gov/presidential-actions/2026/08/establishing-the-united-states-space-acad...
3•rbanffy•40m ago•1 comments

Dancing Bot (Stepmania)

https://dominickp.github.io/dancing-bot/
2•dominick-cc•41m ago•2 comments

How Wingman is able to be client agnostic

https://docs.wingman.actor/concepts/clients/
1•ChaseRensberger•42m ago•1 comments

California lawmakers unanimously pass Linux exemption from age-verification law

https://www.tomshardware.com/software/linux/california-lawmakers-unanimously-pass-linux-exemption...
4•shscs911•42m ago•0 comments

You have to beat the models at something

https://www.seangoedecke.com/you-have-to-beat-the-models-at-something/
4•sam_bristow•46m ago•0 comments

There's no such thing as Just a Tool

https://deadsimpletech.com/blog/no-such-thing-as-just-a-tool
2•cratermoon•50m ago•0 comments

Ask HN: Hard Mode for LLMs

1•Harlekuin•52m ago•0 comments

Show HN: Memnest, local-first memory shared by pi, Claude Code and Codex

https://github.com/Blue-B/memnest
1•blue-b•53m ago•0 comments

China's AI Revolution and the Ideology of Xi Jinping

https://kevinrudd.com/media/anu-centre-for-china-in-the-world-annual-lecture-2026
1•verdverm•55m ago•1 comments

The Engineer as a Learning-System Builder

https://eug.github.io/posts/engineer-as-learning-system-builder.html
2•eugf_•1h ago•0 comments

World's first battery-powered self-unloading bulk carrier starts in Australia

https://www.bunkerindex.com/articles/article.php?a=23396&h=worlds-first-battery-powered-self-unlo...
3•thunderbong•1h ago•0 comments

LibreOffice 28.8

https://en.libre-office.fr/article.php/libreoffice-26-8-release-key-features-you-need-to-know
2•linuxkernal•1h ago•0 comments

Best AI Quiz Generator?

https://quizroom.ai
1•taimurkazmi•1h ago•1 comments

No Country for Mediocre Mathematicians

https://garvvee.substack.com/p/no-country-for-mediocre-mathematicians
8•reasonableklout•1h ago•2 comments

Popular code generator for TanStack Query hit by supply chain worm

https://www.aikido.dev/blog/popular-code-generator-for-tanstack-query-hit-by-supply-chain-worm
4•lbw1215•1h ago•0 comments

Algorithmic Rent-Pricing Litigation Expands Under New State and Local Laws

https://www.morganlewis.com/pubs/2026/08/algorithmic-rent-pricing-litigation-expands-under-new-st...
14•toomuchtodo•1h ago•3 comments

Show HN: TypeGPU Realtime Physics Sandbox

https://typegpu-sandbox.pages.dev
1•theRealestAEP•1h ago•0 comments

SkillRepo – Skillsets: Skill Governance for Teams

https://skillrepo.dev/blog/introducing-skillsets
2•atxpace•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?