frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Job descriptions got longer than CVS receipts

https://www.businessinsider.com/job-descriptions-longer-than-cvs-receipts-ai-2026-7
1•ilreb•1m ago•0 comments

Intuitive Quantum Electrodynamics

https://forwardscattering.org/page/Intuitive%20Quantum%20Electrodynamics
1•Ono-Sendai•2m ago•0 comments

Show HN: MM to Inches converter with fractional inch references

https://mm-to-inches.net
1•robot1996•6m ago•0 comments

Concentration of power in AI is a risk, by Andy Konwinski

https://xcancel.com/i/article/2072830533739192560
2•alecco•7m ago•0 comments

The "Collosophone"

https://pressforsound.com/tag/collosophone/
1•Eridanus2•9m ago•0 comments

AWS Lambda MicroVMs: The Compute Nobody Asked For?

https://www.confessionsofadataguy.com/aws-lambda-microvms-the-compute-nobody-asked-for/
1•nosky•10m ago•0 comments

8 Comprehensive WebSite Health Check Ups

https://urlwatch.io/
2•mssblogs•13m ago•0 comments

Claude Design System Prompt

https://github.com/Trystan-SA/claude-design-system-prompt
1•handfuloflight•19m ago•0 comments

Creed: Canonical Markdown File

https://creed.md/home
1•handfuloflight•21m ago•0 comments

Train SIM Created by Just One Person Is Being Called the Best Ever Made

https://kotaku.com/a-train-sim-created-by-just-one-person-is-being-called-the-best-ever-made-2000...
3•oumua_don17•22m ago•0 comments

Apocketlypse

https://0dd.company/galleries/triumph/1.html
5•scaglio•30m ago•0 comments

Surus Agentic Postgres Companion

https://github.com/Geometrein/surus
1•geometrein•31m ago•1 comments

Show HN: Super fast pipeline for finding specific paths across mills of domains

https://github.com/Kirill89/webcensus
1•k1r111•34m ago•0 comments

A Postmortem of an LLM Social Network

https://armx64.medium.com/emergence-without-understanding-a-postmortem-of-an-llm-social-network-9...
1•_pdp_•39m ago•0 comments

Show HN: Reactive Resume v5 – free, private, self-hostable resume builder

https://github.com/amruthpillai/reactive-resume
1•AmruthPillai•41m ago•0 comments

Arrest 0.2.1, an HTTP client with data validation

https://github.com/s-bose/arrest
1•s-bose•43m ago•1 comments

Letter addressed to 'woman in Cornwall shed' arrives at its correct home (2021)

https://metro.co.uk/2021/07/01/letter-addressed-to-woman-in-cornwall-shed-arrives-at-its-correct-...
1•joebig•43m ago•0 comments

Bad Epoll (CVE-2026-46242)

https://github.com/J-jaeyoung/bad-epoll
1•g0xA52A2A•46m ago•0 comments

A Theory of Arrays (ToA) Union Find

https://www.philipzucker.com/toa_unionfind/
1•g0xA52A2A•1h ago•0 comments

Web-based cryptography is always snake oil

https://www.devever.net/~hl/webcrypto
3•enz•1h ago•0 comments

Knowledge Should Not Be Gated

https://www.formaly.io/blog/knowledge-should-not-be-gated
1•nezhar•1h ago•0 comments

India seeks to quell public backlash on ethanol-mixed fuel

https://www.reuters.com/world/india/india-seeks-quell-public-backlash-ethanol-mixed-fuel-after-ex...
2•JumpCrisscross•1h ago•0 comments

SigMap: 97% token reduction for AI coding sessions

https://sigmap.io/
3•handfuloflight•1h ago•0 comments

Notaru

https://notaru.org/
1•handfuloflight•1h ago•0 comments

Show HN: I trained a language model that thinks the capital of Japan is Paris

https://hamiltonianresearch.xyz/blog/hr-diffuse-1.html
4•farisallafi•1h ago•0 comments

code-on-incus: Give each AI agent its own isolated machine with root

https://github.com/mensfeld/code-on-incus
1•Tomte•1h ago•0 comments

Programmers need to start meditating now

https://jacob.gold/posts/programmers-need-to-start-meditating-now/
2•enz•1h ago•0 comments

NirCmd – Windows command line tool

https://www.nirsoft.net/~nirsoft/utils/nircmd.html
2•thunderbong•1h ago•0 comments

Paul Pelosi in hit-and-run in Napa County wine country, police say

https://www.sfgate.com/news/politics/article/paul-pelosi-in-hit-and-run-in-napa-county-wine-22332...
1•turtlegrids•1h ago•0 comments

BESS deployment to escalate as lenders see the light

https://tamarindo.global/insight/analysis/bess-deployment-to-escalate-as-lenders-see-the-light/
1•zeristor•1h 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?