frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Al-1.0 – A lightweight attribution logging engine for transformers

https://github.com/RayFromBoston/AI-Source-Engine
1•RayfromBoston•36s ago•0 comments

Show HN: Desktopmcp – MCP server for the Linux desktop

https://github.com/varbhat/desktopmcp
1•varbhat•2m ago•1 comments

Introduction to the DOM for Vulnerability Researchers

https://www.youtube.com/watch?v=Pwta5nZtVNA
1•wetw0rk•5m ago•0 comments

A magnitude 6.9 earthquake has struck near Iwate Pref Japan

https://www3.nhk.or.jp/nhkworld/en/news/weather-disaster/earthquake/
1•momentmaker•7m ago•0 comments

ZKP-Vault: Cryptographic Session Gating and Data Center Optimization

https://github.com/Les-Senters/ZKP-Vault-
1•zkpvault•13m ago•0 comments

I'm Not a Cat

https://www.scattered-thoughts.net/writing/im-not-a-cat/
1•jamii•14m ago•0 comments

I Am the Spark, the Bellows, and the Quench

https://zackproser.com/blog/spark-bellows-quench
1•gk1•15m ago•0 comments

The year is 2063 and you were never interesting

https://lizleatrice.substack.com/p/the-year-is-2063-and-you-were-never
1•FigurativeVoid•16m ago•0 comments

Omnigent: Open-source meta harness for agents

https://github.com/omnigent-ai/omnigent
1•chatmasta•16m ago•0 comments

PostgreSQL Is Enough

https://gist.github.com/cpursley/c8fb81fe8a7e5df038158bdfe0f06dbb
2•Imustaskforhelp•22m ago•0 comments

Steam Machine: Official Overview and Quick Start Guide [video]

https://www.youtube.com/watch?v=XPNW3GCIeOM
1•Jotalea•26m ago•0 comments

Show HN: RealTube – Watch YouTube with filters for AI-generated content

https://realtube.io
1•danielpop•27m ago•0 comments

Cloudflare teams up with big browsers to help websites detect unwelcome visitors

https://www.theregister.com/software/2026/06/22/cloudflare-teams-up-with-big-browsers-to-help-web...
3•cpeterso•31m ago•0 comments

Colorado Startup Week Call for Sessions 2026

https://docs.google.com/forms/d/e/1FAIpQLScfiL33y9FMODTRB-AqlZaWEoA3cbwhXg1dDFEEy_-uyoqfjQ/viewform
3•mooreds•32m ago•0 comments

Why communities struggle to change [video]

https://www.youtube.com/watch?v=HGa2a4IiYOA
1•mooreds•33m ago•0 comments

Food Delivery Killed Competition (and Your Budget) [video]

https://www.youtube.com/watch?v=1Eq5jzsu1xU
2•mooreds•35m ago•0 comments

Stochastics

https://stochastics.vercel.app/
2•talos-better•39m ago•0 comments

Chinese Supercomputer Overtakes U.S. as World's Fastest

https://www.wsj.com/tech/ai/chinese-supercomputer-overtakes-u-s-as-worlds-fastest-d0f8dbff
2•bookofjoe•39m ago•3 comments

Show HN: GDPRedirect – Become EU compliant in one line of code (satire)

https://gdpredirect.com
2•apwn•40m ago•0 comments

Strong Earthquake Felt in Caracas, Venezuela - Reuters Witness

https://twitter.com/cgtnamerica/status/2069905400963404242
2•mikhael•41m ago•0 comments

Maturana: Hardware-isolated, zero-trust agent harness

https://github.com/ajensenwaud/maturana
1•hestefisk•44m ago•0 comments

New Study Shows That Tall Hoods Cause Deaths per Year

https://www.caranddriver.com/news/a71663782/study-vehicle-hood-height-pedestrian-safety/
6•breve•45m ago•4 comments

Show HN: Clearthesis – Get a clear investment thesis for any public US company

https://www.clearthesis.ai/home
1•kumaramit0703•46m ago•0 comments

Congress passes largest housing affordability bill and Trump cancels signing

https://www.npr.org/2026/06/23/nx-s1-5867575/congress-passes-housing-affordability-bill
3•sizzle•46m ago•0 comments

OmniIDE 1.0.4 by OmniNodeCo Released

https://github.com/OmniNodeCo/OmniIDE/releases/tag/v1.0.4
1•OmniNodeCo•47m ago•0 comments

LLMs use "safety" specific neuron layers to identify vulnerabilities in code

https://arxiv.org/abs/2605.29901
3•summarity•49m ago•2 comments

Save Design: Elements Library

https://save.design/explore
1•handfuloflight•50m ago•0 comments

unrot your brain newsletter · issue #1

https://readpondercom.substack.com/p/unrot-your-brain-newsletter-issue
1•wingdiction•50m ago•0 comments

Talos: Scaling rare disease diagnosis by automated, iterative genomic reanalysis

https://www.microsoft.com/en-us/research/blog/talos-scaling-rare-disease-diagnosis-with-automated...
2•femto•51m ago•1 comments

I Built a Zero-Trust Resume Pipeline to Stop AI from Hallucinating

https://github.com/Gotili/EigenCV
1•g0tili•54m 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?