frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Supreme Court to Hear Arguments in Landmark Roundup Weedkiller Case

https://www.nytimes.com/2026/04/26/climate/supreme-court-bayer-monsanto-roundup-glyphosate.html
2•mikhael•3m ago•0 comments

Smart Files

https://theolincke.com/blog/10_smart_files_release
1•eatonphil•3m ago•0 comments

LLW 2026: opening legal conversations at the heart of Berlin

https://fsfe.org/news/2026/news-20260427-01.html
1•Tomte•3m ago•0 comments

AI Usage Analytics – Real-time budget enforcement and PII redaction for LLM

1•abdulmdev•4m ago•0 comments

Pure Business Capital Inc. Mark Shelton

https://purebusinesscapital.com/
1•purbiz•6m ago•1 comments

Fresh 2.3: Zero JavaScript by Default, View Transitions, and Temporal Support

https://deno.com/blog/fresh-2.3
1•ms7892•9m ago•0 comments

Clickup.com page source contains hardcoded Split.io API key – data leak

https://twitter.com/weezerOSINT/status/2048662702957134199
1•nazgulsenpai•10m ago•0 comments

iPhone Started with a Cold War Secret [video]

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

Filtering YouTube Shorts from RSS Feeds

https://jarv.org/posts/newsgoat-filters/
2•Brajeshwar•11m ago•0 comments

Cost of PostgreSQL Performance Issues

https://stormatics.tech/blogs/cost-of-postgresql-performance-issues
4•ioololaa•11m ago•1 comments

ShadowStrike Phantom

1•Soocile•12m ago•1 comments

Apple is dropping AFP/TimeCapsule support in macOS 27

https://eclecticlight.co/2026/04/23/networking-changes-coming-in-macos-27/
6•pvtmert•12m ago•1 comments

Europe regulated itself into American vassalage

https://www.economist.com/europe/2026/04/22/how-europe-regulated-itself-into-american-vassalage
2•smnthermes•12m ago•1 comments

The Pentagon replicated a Ukrainian-style drone attack in Florida

https://www.defenseone.com/threats/2026/04/pentagon-ukraine-counter-drone/413087/
1•mikhael•13m ago•0 comments

Copilot silently inserts itself as a co-author in VS Code

https://github.com/orgs/community/discussions/194075
3•frabcus•13m ago•1 comments

How we use Claude Code to modernize a .NET Framework 4.8 monolith

https://tech.shipstation.com/posts/2026-03-26-ai-modernization/
1•semarj-auctane•13m ago•1 comments

Building Our Custom Wedding Website

https://adamfendley.com/2026/04/06/building-our-wedding-website.html
1•shortcrct•15m ago•0 comments

What Leopold's $5.5B portfolio reveals about powering the AI boom

https://theloadgrowth.substack.com/p/what-leopolds-55b-portfolio-reveals
3•agordhandas•16m ago•1 comments

The Woes of Sanitizing SVGs

https://muffin.ink/blog/scratch-svg-sanitization/
9•varun_ch•16m ago•1 comments

Show HN: Git-agecrypt – transparent file-level encryption for Git

https://github.com/bartei/git-agecrypt
2•bartei81•16m ago•0 comments

GPT 5.5 vs. Opus 4.7: Benchmarks Say One Thing, Reality Says Another

https://internetdecode.com/gpt-5-5-vs-opus-4-7-performance-comparison/
1•Utubepublisher•17m ago•0 comments

US Supreme Court Reviews Police Use of Cell Location Data to Find Criminals

https://www.nytimes.com/2026/04/27/us/politics/supreme-court-cell-data-geofence.html
4•unethical_ban•18m ago•0 comments

Hurl 8.0.0: run and test HTTP API with plain text

https://hurl.dev/blog/2026/04/27/announcing-hurl-8.0.0.html
2•jicea•19m ago•0 comments

Little-coder: A coding agent optimized to smaller LLMs

https://github.com/itayinbarr/little-coder
1•ThouYS•19m ago•0 comments

The First Background Agents Virtual Summit

https://background-agents.com/summit
1•sidk24•20m ago•0 comments

Show HN: I built a crypto signals platform with full 2-year transparent backtest

https://retired.today/
2•attendos•20m ago•1 comments

Usha Vance with WHCD Suspect in 2017

https://www.instagram.com/reel/DXmf0qajvWJ/
1•mandeepj•21m ago•0 comments

Every version of Scratch is vulnerable to arbitrary code execution

https://muffin.ink/blog/scratch-vulnerability-disclosure/
4•hnupe•22m ago•0 comments

Caller-as-a-Service Fraud: The Scam Economy Has a Hiring Process

https://www.bleepingcomputer.com/news/security/inside-caller-as-a-service-fraud-the-scam-economy-...
2•speckx•22m ago•0 comments

New Bitkey with a screen

https://bitkey.world/blog/meet-the-new-bitkey
1•amima•24m 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•11mo ago

Comments

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