frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI Proposes a 'Social Contract' for the Intelligence Age

https://www.noemamag.com/openai-proposes-a-social-contract-for-the-intelligence-age/
1•Brajeshwar•31s ago•0 comments

Show HN: TTS.ai

https://tts.ai/
1•nadermx•45s ago•0 comments

My personal website – a start to my internet home

https://alexarias.me/
1•AlexArias•56s ago•0 comments

Vibe Genomics: Sequencing Your Whole Genome at Home

https://vibe-genomics.replit.app/
1•moozilla•1m ago•0 comments

Show HN: Trained a 12M transformer on an ML framework we built from scratch

https://github.com/mni-ml/framework
1•caliandbust•1m ago•0 comments

Sorry, Mary

https://mathenchant.wordpress.com/2026/04/18/sorry-mary/
1•jamespropp•5m ago•0 comments

Trappsec – Deception as a Developer Tool

https://trappsec.dev
2•kyuradar•5m ago•1 comments

Open Source SaaS Is Dead, AI Killed It

https://nmn.gl/blog/open-source-killed-ai
1•namanyayg•5m ago•0 comments

Claude –dangerously-skip-permissions –model Claude-Opus-4-5-20251101

1•deofoo•7m ago•0 comments

Salesforce Goes Headless: The Smart Self-Disruption Play

https://www.whatshotit.vc/p/whats-in-enterprise-itvc-494
1•jhonovich•8m ago•0 comments

The Best Sports Game Nobody Played [video]

https://www.youtube.com/watch?v=7cMc4M5QJvM
1•pulkitsh1234•10m ago•0 comments

Our World in Data

https://ourworldindata.org
2•dnw•12m ago•0 comments

Version 1.0 Released: WireGuard for Windows and WireGuardNT

https://lore.kernel.org/wireguard/CAHmME9pDd2JMcEuSgOKpXPhUB8FSO+rNJdTkXRzpLhK1_xW9Cg@mail.gmail....
2•zx2c4•12m ago•0 comments

Ask HN: Stable, self-hosted macOS VFS that works in 2026?

1•buibuibui•14m ago•0 comments

A short quest to build some Web Feeds

https://lzon.ca/posts/site/feeds/
1•jpmitchell•14m ago•0 comments

Scopeon – AI Observability – token breakdown, cache ROI, cost tracking, CI gates

https://github.com/sorunokoe/Scopeon
2•sorunokoe•14m ago•0 comments

(Gated) Secure Coding AI Prompt Library

https://newsletter.shehackspurple.ca/c/securemyvibe
1•shehackspurple•14m ago•1 comments

How the UK Retreated on Cloud and Called Its Local Media Band-Aid a Plan

https://www.techpolicy.press/how-the-uk-retreated-on-cloud-and-called-its-local-media-bandaid-a-p...
2•ripe•16m ago•0 comments

The blast radius problem with coding agents in bypass mode

https://www.arnaudp.dev/the-blast-radius-problem-running-your-coding-agent-in-yolo-mode/
1•gentle_bubble•17m ago•0 comments

College instructor turns to typewriters to curb AI-written work

https://sentinelcolorado.com/uncategorized/a-college-instructor-turns-to-typewriters-to-curb-ai-w...
2•gnabgib•19m ago•0 comments

Adobe Has Run Out of Allies

https://petapixel.com/2026/04/18/adobe-has-run-out-of-allies/
3•MBCook•23m ago•0 comments

50% of AI datacenters have been cancelled or "delayed"

https://www.youtube.com/watch?v=w-DVTHH1ux8
3•amanaplanacanal•25m ago•0 comments

Widgetfied: Multi-tenant widget platform and hosted pages for service businesses

https://widgetfied.com
1•guymorganb•27m ago•0 comments

Digital Ecosystems: Interactive Multi-Agent Neural Cellular Automata

https://pub.sakana.ai/digital-ecosystem/
2•SebastianSosa•27m ago•0 comments

What Emotion Goes Viral the Fastest? (2014)

https://www.smithsonianmag.com/science-nature/what-emotion-goes-viral-fastest-180950182/
1•chistev•30m ago•1 comments

Music discovery that works like flipping through record store bins

https://app.vinylbins.com/
1•dclatfel•31m ago•0 comments

Deep Scan Page Reader WCAG 2.2 Accessibility

https://webpossum.com
1•raphaelheide•32m ago•0 comments

How Are Calories in Foods Measured?

https://www.merckmanuals.com/home/multimedia/table/how-are-calories-in-foods-measured
1•georgecmu•33m ago•0 comments

One-command local AI stack setup for Ubuntu (CUDA, Ollama, llama.cpp, chat UIs)

https://github.com/chsbusch-dot/Ubuntu-AI-Tools-Install
1•christianbusch•34m ago•0 comments

IPv8

https://datatracker.ietf.org/doc/draft-thain-ipv8/
1•monista•34m 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•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?