frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tech groups score win on clean energy rules for gas-powered data centres

https://www.ft.com/content/2ed922bb-266f-45cc-8930-c4ab5422bf95
1•zekrioca•1m ago•1 comments

Giggle for Girls app discriminated against trans woman; judges double damages

https://www.theguardian.com/australia-news/2026/may/15/giggle-for-girls-app-discriminated-against...
1•prawn•2m ago•0 comments

Apple's iPhone 18 Modem Switch Comes with a Quiet Privacy Benefit

https://www.macrumors.com/2026/05/14/iphone-18-pro-modem-benefits/
1•dabinat•2m ago•0 comments

Galileo's Basilisk

https://hexmhell.writeas.com/galileos-basilisk
1•l0b0•7m ago•0 comments

RelaxAI – UK sovereign LLM inference at 80% cheaper than OpenAI/Claude

https://relax.ai/docs
3•benjamintnorris•10m ago•0 comments

Show HN: RAG-LCC – config-driven RAG framework for fast experimentation

https://github.com/HarinezumIgel/RAG-LCC
1•HarinezumIgel•13m ago•0 comments

The Biggest Exploit in Trackmania History [video]

https://www.youtube.com/watch?v=BojXHjeFIdk
1•NohatCoder•14m ago•0 comments

Show HN: Find the best local LLM for your hardware, ranked by benchmarks

https://github.com/Andyyyy64/whichllm
2•andyyyy64•18m ago•0 comments

Citroën metropolis concept car (2010)

https://www.citroenet.org.uk/prototypes/metropolis/metropolis1.html
2•Alifatisk•19m ago•0 comments

Show HN: Zero-ETL elastic-grade search over remote data (Parquet, Iceberg, JSON)

https://github.com/serenedb/serenedb
1•gnusi•19m ago•0 comments

Propmpt-genned Rust shell is 13x the Ghostty size

2•ykurtov•20m ago•0 comments

How robots are learning to walk – Marco Hutter, ETH Zürich [video]

https://www.youtube.com/watch?v=Wmn7uPLFXm8
1•o4c•21m ago•0 comments

Confetti CMS

https://confetti-cms.com
1•reindertvetter•27m ago•0 comments

Mandy: ActivityPub on Goblins

https://spritely.institute/news/mandy-activitypub-on-goblins.html
1•birdculture•28m ago•0 comments

Show HN: Open-source Codex Pet Home software

2•nmr521521•31m ago•0 comments

LLM temporal and causal reasoning research

https://github.com/krellixlabs/llm-reasoning-research
1•radu_me•31m ago•0 comments

Another Linux Kernel exploit – fragnesia

https://github.com/v12-security/pocs/tree/main/fragnesia
3•lbo462•32m ago•0 comments

Scaling As-Of Joins

https://www.daft.ai/blog/scaling-asof-joins
1•sammysidhu•35m ago•0 comments

Something Else

https://sfss.space/something-else
1•YouwaDangu•39m ago•1 comments

Duplicate Detection and Remediation

https://codeberg.org/epsilon-phase/rsdupes
1•modinfo•40m ago•0 comments

AI, open code and vulnerability risk in the public sector

https://www.gov.uk/guidance/ai-open-code-and-vulnerability-risk-in-the-public-sector
2•jimvin•43m ago•0 comments

1/4 of this month's Crypto-Gram articles are about Mythos

https://www.schneier.com/crypto-gram/archives/2026/0515.html
1•Kaibeezy•43m ago•0 comments

IEA: AI data center electricity demand could nearly double by 2030

https://www.iea.org/reports/key-questions-on-energy-and-ai/executive-summary
1•latentframe•46m ago•0 comments

Explore Wikipedia Like a Windows XP Desktop

https://explorer.samismith.com/
4•smusamashah•52m ago•0 comments

°C: a short history of the standard reference temperature for industrial dim

https://pmc.ncbi.nlm.nih.gov/articles/PMC4654601/
1•fanf2•55m ago•0 comments

Andy Jassy Is Rewriting Amazon's Playbook for the AI Age

https://www.bloomberg.com/features/2026-andy-jassy-amazon-ai/
1•thm•56m ago•0 comments

OpenAI Considering Legal Action Against Apple over 'Strained' Siri Partnership

https://www.macrumors.com/2026/05/14/openai-considering-legal-action-against-apple/
1•tosh•58m ago•0 comments

The chaotic development of Modern Warfare3 – A Documentary

https://www.youtube.com/watch?v=eC7eS0_O8ng
1•marconey•59m ago•0 comments

Actions is experiencing degraded availability

https://www.githubstatus.com/incidents/ctf7nxpq5jzn
2•Hamuko•59m ago•0 comments

Show HN: Using the same method from TikTok to concentrate better on meetings

https://chromewebstore.google.com/detail/miito-tiktok-like-videos/hlnfebhmljcldnhepjeiodhmijahlhcc
1•miemex•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•12mo ago

Comments

uberman•12mo 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•12mo 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•12mo 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•12mo 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?