frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Two simple tests to see how your fitness compares with Elite older athletes

https://www.washingtonpost.com/wellness/2025/10/16/fitness-test-senior-athletes/
1•gurjeet•53s ago•0 comments

Teamsters sue California over self-driving truck rules

https://www.politico.com/news/2026/08/05/teamsters-sue-california-self-driving-truck-rules-01026055
1•JumpCrisscross•2m ago•0 comments

Two sizes fit most: Postgres and ClickHouse

https://clickhouse.com/blog/ai-best-of-breed-data-stack
1•saisrirampur•4m ago•0 comments

Touring the Consensus, Six Months In

https://theconsensus.dev/blog/2026/08/05/touring-the-consensus-six-months-in.html
1•tosh•6m ago•0 comments

How to Build an LLM-Powered Database Query Bot for Your Web App in 1 Day

https://www.semicolonandsons.com/articles/how-to-build-an-llm-powered-database-query-bot-for-web-...
1•shantanuo•7m ago•0 comments

Smalltalk Report from 1991 to 1996

https://github.com/Ducasse/SmalltalkReportPDFArchive
1•matt_d•8m ago•0 comments

Ask HN: Which model is best for pair-programming?

1•bridgettegraham•10m ago•1 comments

Caesars Entertainment – Responsible Gaming Exclusion

https://caesarsrewards.custhelp.com/app/answers/detail/a_id/650/~/caesars-entertainment---respons...
1•gregsadetsky•10m ago•0 comments

Half of vaccines are binned – 'fridge-free' versions could change that

https://www.bbc.co.uk/news/articles/ce85qe8j0nzo
2•asplake•11m ago•0 comments

Nevada Gaming Commission Excluded List

https://www.gaming.nv.gov/divisions/enforcement-division/excluded-persons-and-most-wanted/exclude...
1•gregsadetsky•12m ago•0 comments

The State of MPI: Current Standard and Future Plans

https://hpc.fau.de/2026/06/16/nhr-perflab-seminar-mpi-state-of-the-union-june-30-hybrid/
1•matt_d•19m ago•0 comments

Crime Pays but Botany Doesn't

https://www.crimepaysbutbotanydoesnt.com/reading-list
2•DarkContinent•19m ago•0 comments

Python string literals are kinda funny

https://sebsite.pw/w/20260806-pystrings.html
2•jandeboevrie•21m ago•0 comments

I Am Once Again Asking for Your Support

https://joinhandshake.com/ai/opportunities/software-engineer/
2•mazaltime•26m ago•4 comments

Why AI agents are not more popular outside the tech industry

https://betocmn.com/blog/why-ai-agents-are-not-more-popular-outside-the-tech-industry/
1•thedreammachine•26m ago•0 comments

Lester Wire

https://en.wikipedia.org/wiki/Lester_Wire
1•jaredwiener•26m ago•0 comments

Shrinking Ruby Hashes

https://byroot.github.io/ruby/performance/2026/08/05/shrinking-ruby-hashes.html
2•jandeboevrie•27m ago•0 comments

Building a better MCP server and proving it

https://clickhouse.com/blog/benchmarking-the-clickstack-mcp-server-with-hdx-evals
1•mikeshi42•28m ago•0 comments

AI Agents Think and Act

2•vinithavn01•28m ago•0 comments

Edalex Expands Its Consulting Practice with Skills-First Services

https://www.edalex.com/news/edalex-rich-skill-descriptor-rsd-library-openrsd-integrated-new-muzzy...
1•edalex•30m ago•0 comments

A Primer to ML Compilers

https://aramesh10.github.io/ml-compilers-primer/
2•matt_d•31m ago•0 comments

Show HN: 66 Lines of Markdown compiled to a 7k lines Postgres back end

https://www.forgx.dev/
1•imrozim•33m ago•0 comments

Clark Code

https://www.clarkchat.com/clark-code
1•stan_kirdey•35m ago•1 comments

AI 2027

https://ai-2027.com/
1•tejohnso•35m ago•0 comments

'Every dollar is mobile': California's rich snap up New Zealand 'golden visas'

https://www.ft.com/content/1cf8821e-7ffa-4620-89f9-f56c11a6298e
1•petethomas•44m ago•1 comments

What Is Work Like for a Low-Income Worker in China – Inside a Factory [video]

https://www.youtube.com/watch?v=nDqg33fOv98
1•gmays•47m ago•0 comments

Breachquery.com – Continuous Breach Monitoring and Response Intelligence

https://www.breachquery.com/
1•azonez•52m ago•0 comments

Evading Chain-of-Thought Monitoring Through Model Poisoning

https://arxiv.org/abs/2608.02820
1•sbulaev•58m ago•0 comments

I've spent 4 years building an offline first FOSS novel writing app: Hammer

https://hammer.ink/
1•Wavesonics•1h ago•1 comments

Ship Safe, an open source security scanner for coding agents

https://github.com/asamassekou10/ship-safe
2•asamassekou•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?