frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Satellite mirror plans could disrupt sleep and ecosystem, scientists say

https://www.theguardian.com/science/2026/apr/05/satellite-mirror-plans-could-disrupt-sleep-and-ec...
1•giuliomagnifico•48s ago•0 comments

Tiny Corp's Exabox

https://twitter.com/__tinygrad__/status/2040944508402360592
1•macleginn•1m ago•0 comments

Upwork Inc. violates its own DMARC and SPF policy

1•tmcdos•2m ago•0 comments

Ice-Out: Retiring IceLen until winter late 2026

https://www.bassfinity.com/blog/ice-out-2026-icelens-seasonal-close
1•jequals5•7m ago•0 comments

SQLite on Git, Part II: Unlocking Zlib's Less Known Feature

https://blog.lysk.tech/sqlite-on-git-part-2/
1•mlysk•7m ago•1 comments

Why Taking over Utilities Won't Deliver Cheap Electricity

https://oilprice.com/Energy/Energy-General/Why-Taking-Over-Utilities-Wont-Deliver-Cheap-Electrici...
1•PaulHoule•8m ago•0 comments

Ansel: Color Controls Finally Correct

https://ansel.photos/en/news/color-controls-finally-correct/
1•aurelienpierre•8m ago•0 comments

Practical LLM developer project management: Obsidian Kanban plan MD files in Git

https://savolai.net/notes/edu-tech-blog/llm-text-files-obsidian-kanban-practical-project-manageme...
1•savolai•12m ago•0 comments

Show HN: I built an app for comparing grocery prices across UK supermarkets

https://play.google.com/store/apps/details?id=com.wistfulcreations.GroceryCompare&hl=en_GB
1•poppet1208•13m ago•0 comments

Perplexity's "Incognito Mode" is a "sham," lawsuit says

https://arstechnica.com/tech-policy/2026/04/perplexitys-incognito-mode-is-a-sham-lawsuit-says/
2•JumpCrisscross•16m ago•0 comments

A New Linux Kernel Driver Wants to Catch Malicious USB Devices in the Act

https://itsfoss.com/news/linux-driver-proposal-malicious-hid-devices/
1•nobody9999•17m ago•0 comments

Ask HN: SoTA of Context Building Methods

2•h4ch1•17m ago•0 comments

The Intelligence Failure in Iran

https://www.theatlantic.com/national-security/2026/04/iran-war-intelligence-failure-trump/686694/
3•JumpCrisscross•18m ago•0 comments

Social media is populist and polarising; AI may be the opposite

https://www.ft.com/content/3880176e-d3ac-4311-9052-fdfeaed56a0e
2•Anon84•18m ago•0 comments

Show HN: Lilith-zero: Ultra-fast, Rust-based security middleware for MCP

https://github.com/BadC-mpany/lilith-zero
2•gregojaca•24m ago•0 comments

Social media has become a freak show

https://www.natesilver.net/p/social-media-has-become-a-freak-show
1•canarymark•28m ago•0 comments

Show HN: I replaced Google Analytics with my own tool – no cookies, <1KB script

https://datakool.com/
1•VictorChanet•30m ago•0 comments

When security matters: working with Qubes OS at the Guardian (2024)

https://theguardian.engineering/blog/info-2024-apr-04-when-security-matters-working-with-qubes-os...
1•Tomte•31m ago•0 comments

VOA's Legal Fight for Independence

https://www.cjr.org/analysis/voas-legal-fight-for-independence.php
1•Tomte•31m ago•0 comments

Agentic Coding at ClickHouse

https://clickhouse.com/blog/agentic-coding
1•dkgs•33m ago•0 comments

The Humans Won't Be Called Back

https://threadbaire.com/blog/posts/the-humans-wont-be-called-back.html
1•lliberopoulou•35m ago•1 comments

Show HN: RootCX – I built an open source alternative to "Cursor and Supabase"

https://github.com/RootCX/RootCX
2•seyz•37m ago•0 comments

Paper Close Reading: "Why Language Models Hallucinate"

https://www.lesswrong.com/posts/rAjtnXx5qLgubsrGQ/paper-close-reading-why-language-models-halluci...
1•joozio•38m ago•0 comments

Why Is America Sending Astronauts Around the Moon and Not on It?

1•Toobam•41m ago•0 comments

Why MLX Quantized Models Underperform Unsloth GGUF

https://twitter.com/Brooooook_lyn/status/2037532299382882794
2•tosh•42m ago•0 comments

Thoughts on Large Language Models (2023)

https://nikola.plejic.com/blog/thoughts-on-large-language-models/
1•angelaguilera•44m ago•0 comments

Why the U.S. Spends So Much on Healthcare

https://www.wsj.com/health/healthcare/us-healthcare-cost-charts-0fccfc06
2•JumpCrisscross•44m ago•0 comments

Is Germany's gold safe in New York ?

https://www.dw.com/en/is-germanys-gold-safe-in-new-york/video-75766873
70•KnuthIsGod•46m ago•50 comments

Śmigus-Dyngus (Wet Monday) – A Celebration Today in Poland and Ukraine

https://en.wikipedia.org/wiki/%C5%9Amigus-dyngus
3•stared•46m ago•0 comments

Show HN: I built a self-writing book on agentic coding

https://aipatternbook.com/
1•wolfsir•48m 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•10mo ago

Comments

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