frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

StudioLedger – Escrow-protected contracts for creators, on XRPL

https://github.com/remyyx/workledger
1•remyyx•1m ago•0 comments

Quarkdown – Markdown with Superpowers

https://quarkdown.com/
1•Tomte•1m ago•0 comments

Issue with AWS Ops Wheel

https://aws.amazon.com/security/security-bulletins/rss/2026-018-aws/
1•mooreds•3m ago•0 comments

Farting Fish Fingered (2005)

https://www.theguardian.com/education/2005/mar/11/highereducation.research
1•thunderbong•5m ago•0 comments

The Digesting Duck: a 1739 automaton that appeared to eat, digest, and defecate

https://en.wikipedia.org/wiki/Digesting_Duck
5•AgentNews•6m ago•0 comments

A Systems Glitch at Fidelity Caused One Woman's Savings to Disappear

https://www.nytimes.com/2026/04/25/your-money/fidelity-investments-fraud-alert.html
1•donohoe•7m ago•0 comments

Installing Pop!OS 24 Directly with Unsquashfs and Chroot (and No Reboot)

https://hajo.me/blog/2026/04/25/installing-popos-24-directly-with-unsquashfs-chroot-no-reboot/
1•fxtentacle•9m ago•0 comments

Electric air taxis. Vertical Aerospace's VX4 just cleared a key test

https://www.scientificamerican.com/article/can-electric-air-taxis-carry-passengers-vertical-aeros...
1•beardyw•15m ago•0 comments

NeoAgent – self-hosted proactiv Agent with Android, browser and desktop control

https://github.com/NeoLabs-Systems/NeoAgent
1•neo_original•17m ago•0 comments

The Military Rockets That Launched the Space Age (2023)

https://airandspace.si.edu/stories/editorial/military-rockets-launched-space-age
1•radeeyate•20m ago•0 comments

Designing synthetic datasets for the real world

https://research.google/blog/designing-synthetic-datasets-for-the-real-world-mechanism-design-and...
1•Anon84•22m ago•0 comments

Making the Rails Default Job Queue Fiber-Based

https://paolino.me/solid-queue-doesnt-need-a-thread-per-job/
1•ksec•26m ago•0 comments

The Most Successful Typeface in History | Helvetica [video]

https://www.youtube.com/watch?v=vxDySZrrAeA
1•skibz•29m ago•0 comments

Show HN: Enlist AI: Sub-second interview coaching with persistence

1•lilprince1218•30m ago•0 comments

Millet

https://en.wikipedia.org/wiki/Millet
1•num42•30m ago•0 comments

AgentCore Harness

https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness.html
1•aor215•30m ago•0 comments

Brief delays in chatbot responses boost perceived thoughtfulness and usefulness

https://engineering.nyu.edu/news/why-faster-ai-isnt-always-better
2•giuliomagnifico•33m ago•1 comments

Metal Lossy Compression Format

https://www.ludicon.com/castano/blog/2026/04/metal-lossy-compression-format/
1•gok•33m ago•0 comments

Quarkdown 2.0 Is Here

https://www.heise.de/en/news/Books-and-slides-from-Markdown-Quarkdown-2-0-is-here-11271511.html
1•croes•36m ago•0 comments

From $200 to $30: Five Layers of LLM Cost Optimization

http://blog.dwornikowski.com/posts/cutting-llm-costs-token-optimization/
3•tdi•38m ago•0 comments

Basic Type System Terminology

https://lewiscampbell.tech/blog/250817.html
1•kugurerdem•39m ago•0 comments

Crafting an AI-Driven Workflow System [video]

https://www.youtube.com/watch?v=SrRweChigB0
1•pedrodelfino•40m ago•0 comments

Oops, I Wrote a Database

https://dafoster.net/articles/2026/02/23/oops-i-wrote-a-database/
1•davidfstr•41m ago•0 comments

Amnesty International calls on states to stop predatory, anti-rights order

https://www.amnesty.org/en/latest/news/2026/04/amnesty-international-calls-states-to-stop-predato...
1•rguiscard•45m ago•0 comments

Global Village Coffeehouse

https://en.wikipedia.org/wiki/Global_Village_Coffeehouse
1•xattt•47m ago•1 comments

Getting my daily news from a dot matrix printer 2024

https://aschmelyun.com/blog/getting-my-daily-news-from-a-dot-matrix-printer/
2•xupybd•55m ago•0 comments

Show HN: Harnessing LLM-Prompt Mutation to Build Smart,Automated Fuzz Drivers

https://github.com/FuzzAnything/PromptFuzz
1•JasonHEIN•55m ago•0 comments

Local SLM as a compression layer for cloud API calls

1•asong56•56m ago•0 comments

Shipping the OpenClaw Stack in Public

https://agentbot.raveculture.xyz/blog
1•Agentbot-esky•59m ago•0 comments

Claude Code Routines: 5 Production Workflows That Ship Real Work

https://www.arcade.dev/blog/claude-code-routines-mcp-setup/
1•manveerc•59m 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?