frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Wallflower – A Social Reader

https://thewallflower.app/about
1•tldrthelaw•6m ago•0 comments

Rhombus 1.1 is now available

https://blog.racket-lang.org/2026/08/rhombus-v1.1.html
2•spdegabrielle•7m ago•1 comments

Social Processes and Proofs of Theorems and Programs (1979)

https://dl.acm.org/doi/10.1145/359104.359106
3•lioeters•18m ago•0 comments

Harvestman Spider with a 'Black Bunny' Head Captured on Video

https://allthatsinteresting.com/bunny-harvestman-spider
1•thunderbong•18m ago•0 comments

Applying a photosynthetic process to treat "dry eye"

https://www.science.org/content/blog-post/taking-tip-plants-eyes
1•gumby•20m ago•0 comments

Show HN: Convertix – Fast, 100% in-browser media and QR tools

https://convertix-fast-imager-co.blogspot.com/p/blog-page.html
1•convertix123•23m ago•0 comments

The CLI your AI agent drives to manage your knowledge graph

https://useokf.com/
1•jhgaylor•23m ago•0 comments

The System from Nowhere

https://mail.cyberneticforests.com/the-system-from-nowhere/
1•peterm4•29m ago•0 comments

The Life and Death of Direct File [pdf]

https://www.ischool.berkeley.edu/sites/default/files/vinton_report_5.pdf
9•ronbenton•38m ago•0 comments

Hawaii flooded by Lala with thousands without power [video]

https://www.youtube.com/watch?v=gKzA4zDHyUc
1•Bender•38m ago•0 comments

The federal keyword lists that canceled billions in research funding

https://www.highereddive.com/news/inside-the-federal-keyword-lists-that-canceled-billions-in-rese...
2•walrus01•41m ago•0 comments

Harnessing the Power of Slop Driven Development

https://hank.bond/posts/harnessing-the-power-of-slop-driven-development/
2•hankbond•46m ago•1 comments

Kindred Sciences Unveils First Dogs Genetically Edited to Remove Dog Allergen

https://www.businesswire.com/news/home/20260805451804/en/Kindred-Companion-Sciences-Unveils-First...
2•ca98am79•46m ago•0 comments

TSMC Uses Old Fabs to Make New Chips [video]

https://www.youtube.com/watch?v=cDxVYQrxeiQ
4•eig•48m ago•2 comments

Webmaster a Manifesto for Everyone

https://brennan.day/webmaster-a-manifesto-for-everyone/
6•OuterVale•51m ago•1 comments

Conversion of CO2 to CO by Solvated Electrons in Molten Salts

https://pubs.acs.org/aelccp/article/11/8/5297/5243806/
1•car•56m ago•0 comments

Reticulum – Decentralized Mesh Network

https://reticulum.network/
3•sudo_cowsay•56m ago•1 comments

The Chauffeur Problem

https://engines.egr.uh.edu/episode/1495
1•leowoo91•1h ago•0 comments

Can you fit a song into a QR code? [YouTube]

https://www.youtube.com/watch?v=w5hIdQcUnRE
2•qingcharles•1h ago•0 comments

Show HN: A visual ping utility that is pretty

https://source.tube/ache/rusty-ping
1•_ache_•1h ago•0 comments

With OpenRouter, Is Stripe Becoming the Amazon of AI

https://github.com/getlago/lago/wiki/With-OpenRouter,-is-Stripe-becoming-the-Amazon-of-AI
2•AnhTho_FR•1h ago•2 comments

The Metabase SQLi: Exploited in the Wild

https://www.wiz.io/blog/inside-the-metabase-sqli-exploited-in-the-wild
1•ghiculescu•1h ago•0 comments

Qwen 3.8 27B is excellent, but it defaults to overthinking things

https://simonwillison.net/2026/Aug/16/qwen-38-27b/
5•bilsbie•1h ago•2 comments

Slop Rolls Downhill

https://nadeeshacabral.com/posts/slop-rolls-downhill/
5•lunarcave•1h ago•1 comments

Context for Claude – give eyes and ears to your agents

https://www.contextforclaude.com/
4•Archit_lal_•1h ago•2 comments

Open-source Shopify Hydrogen theme with RTL, internationalization, seeding CLI

https://github.com/ozgursagiroglu/shopify-hydrogen-fashion-theme
1•ozgursagiroglu•1h ago•0 comments

Rubygem typosquat campaign deploys Windows stealer

https://opensourcemalware.com/blog/stubmaker-rubygems-windows-infostealer
1•6mile•1h ago•0 comments

A Tour of Magit's Status Interface

https://heiwiper.com/posts/magit-status-tour/
1•birdculture•1h ago•0 comments

BanProof – AI that scans TikTok Shop videos for violation points before you post

https://banproof.io/
1•Pratham3690•1h ago•0 comments

Credentio: Open-Source C++ Library for C2PA Content Credentials from Google

https://developers.googleblog.com/introducing-credentio-open-source-c-library-for-c2pa-content-cr...
1•vinayakborkar•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?