frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

YouTube Removes Alt-Right Criticism

https://www.youtube.com/post/UgkxiDyyBsYJwX0PKsnu2_AOGMhMYwm0qPKm
2•pkilgore•1m ago•0 comments

Making a Landing Page Work for Both Humans and AI Agents

https://docsalot.dev/blog/i-redesigned-my-landing-page-so-ai-agents-can-read-it
1•fazkan•3m ago•0 comments

AI and Digitalization in HTA: Enhancing Evidence, Equity and Efficiency [video]

https://www.youtube.com/watch?v=2wN0D-AqUQQ
1•DarkmSparks•6m ago•0 comments

Tin Can: a screen free phone for kids

https://www.tomsguide.com/phones/tin-can-everything-you-need-to-know-about-the-viral-screen-free-...
2•silverdrake11•8m ago•1 comments

Cisco Introduces Universal Quantum Switch Advancing the Path to Quantum Network

https://newsroom.cisco.com/c/r/newsroom/en/us/a/y2026/m04/cisco-introduces-universal-quantum-swit...
2•vismit2000•10m ago•0 comments

The missing piece in quantum computing – Cisco's universal quantum switch

https://finshots.in/archive/the-missing-piece-in-quantum-computing/
1•vismit2000•12m ago•0 comments

Justice-in-Becoming: The Universal Grammar of Stability Under Uncertainty

https://www.mountaineagle.net/articles/display/justice-in-becoming-the-universal-grammar-of-stabi...
1•uswn•12m ago•0 comments

Patch applies fake diffs from commit messages

https://samizdat.dev/phantom-patch/
2•reconquestio•15m ago•0 comments

I built Tinder for movies with Reels-style trailers

https://seenwant.com/en
1•tinolyonne•25m ago•1 comments

What type of code should you generate with AI?

1•hopa•26m ago•1 comments

The AI Guy [Google_made_an_Ooopsie]

https://inv.nadeko.net/channel/UCUYWQzo6AtlFSTHab_qKQaA/community
1•rolph•27m ago•0 comments

Show HN: Discover what could screw you in a contract

https://www.beforeyousign.lol/
1•roozka10•29m ago•0 comments

GDP.pdf: A Benchmark for Parsing PDFs

https://surgehq.ai/blog/gdp-pdf-can-100b-ai-models-master-the-documents-that-run-the-world
1•Olshansky•29m ago•0 comments

The Turkey Problem with OpenClaw

https://yakko.dev/blog/the-openclaw-turkey-problem
2•yakkomajuri•31m ago•1 comments

Show HN: I made a simple tip calculator

https://www.mytipcalculator.net/
1•atharvtathe•32m ago•0 comments

Team9 Review: The Fastest AI Workspace for Small Teams

https://team9.ai
1•ShawnaWang•34m ago•0 comments

Trump's Final Term Ends in 999 Days (Countdown)

https://logwork.com/countdown-h5o4
4•donbox•37m ago•0 comments

Anthropic: Project Deal

https://www.anthropic.com/features/project-deal
4•nopinsight•42m ago•1 comments

Parry Parries Again: Reanimating the Famous Paranoid Chatbot (In a Day)

https://sites.google.com/view/elizagen-org/blog/parry-parries-again
1•abrax3141•43m ago•1 comments

Legislature weighs law change to give Alaskans 'right to repair' electronics

https://www.adn.com/politics/alaska-legislature/2026/04/26/legislature-weighs-law-change-to-give-...
2•rolph•46m ago•0 comments

Bedrock Linux: A Meta-Distribution for Combining Parts of Other Distros

https://bedrocklinux.org/
2•ffin•51m ago•0 comments

GNAT: The GNU Ada Compiler (2004) [pdf]

https://www.adacore.com/uploads/books/gnat-book.pdf
2•csb6•52m ago•0 comments

Munich Tram Cars (1876 – 2026)

https://www.mvg.de/news/150-jahre-tram/tramtypen.html
2•nyell•52m ago•0 comments

I guess it's probably the best time of year for a protest

https://codyellingham.substack.com/p/a-revolution-in-4k
1•cody_ellingham•54m ago•1 comments

Show HN: Intent Bus – SQLite job bus for coordinating scripts across devices

https://github.com/dsecurity49/Intent-Bus
1•dsecurity49•55m ago•0 comments

John Rawls and the Death of Western Marxism

https://josephheath.substack.com/p/john-rawls-and-the-death-of-western
2•juleiie•56m ago•0 comments

The Linux Kernel Tree About to Hit 40M Lines

https://www.phoronix.com/news/Linux-Kernel-Nearly-40M
2•speckx•56m ago•0 comments

The Prompt API

https://developer.chrome.com/docs/ai/prompt-api
3•gslin•57m ago•0 comments

Agentic Workforce Framework, an operating model for autonomous agent teams

https://github.com/rayyagari2-create/agentic-workforce-framework
2•rayyagari•1h ago•0 comments

Notepad++ for Mac

https://notepad-plus-plus-mac.org/
38•jonbaer•1h ago•13 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?