frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Vega

https://github.com/vega/vega
1•tosh•1m ago•0 comments

Reading Is the Closest Thing We Have to Telepathy

https://devz.cl/posts/reading-is-the-closest-thing-we-have-to-telepathy/
1•DanielVZ•4m ago•0 comments

How to learn to code in the age of AI

https://devz.cl/posts/how-to-learn-to-code-in-the-age-of-ai/
1•DanielVZ•4m ago•0 comments

JupyterLab

https://github.com/jupyterlab/jupyterlab
1•tosh•5m ago•0 comments

There Is No 'Hard Problem of Consciousness'

https://www.noemamag.com/there-is-no-hard-problem-of-consciousness/
1•Hooke•6m ago•0 comments

Show HN: Build a custom AI in under 60 seconds (demo video)

https://www.youtube.com/watch?v=wXnq_49sCow
1•AnujKapasia•6m ago•0 comments

Thousands of Vibe-Coded Apps Expose Corporate and Personal Data on the Open Web

https://www.wired.com/story/thousands-of-vibe-coded-apps-expose-corporate-and-personal-data-on-th...
1•mooreds•7m ago•0 comments

The Sunset of Arrogance as a Service

https://valeriavg.dev/the-sunset-of-arrogance-as-a-service
1•mooreds•7m ago•0 comments

Asking Better Questions

https://michaelheap.com/asking-better-questions/
1•mooreds•7m ago•0 comments

Apple, Intel have reached preliminary chip-making deal

https://www.reuters.com/business/apple-intel-have-reached-preliminary-chip-making-deal-wsj-report...
5•scrlk•8m ago•0 comments

DynDNS via SSH and NSD

https://cweiske.de/tagebuch/ssh-dyndns2.htm
1•speckx•8m ago•0 comments

Widower can't renew license because DMV software unearthed 47yo speeding ticket

https://www.whec.com/top-news/news10nbc-investigates-widower-cant-renew-drivers-license-because-d...
1•josephcsible•8m ago•0 comments

Forgejo "carrot disclosure" raises security questions

https://lwn.net/Articles/1071499/
1•chmaynard•9m ago•0 comments

Killswitch: Add per-function short-circuit mitigation primitive

https://lwn.net/ml/all/20260507070547.2268452-1-sashal@kernel.org/
1•jervant•9m ago•0 comments

How (Not) to Manage Your Agent Team

https://gavinpineapple.substack.com/p/how-not-to-manage-your-agent-team
1•gavinpineapple•9m ago•1 comments

Wealth is righteously earned and poverty is righteously dispensed

https://www.welcometohellworld.com/wealth-is-righteously-earned-and-poverty-is-righteously-dispen...
2•speckx•13m ago•0 comments

An open-source contagion map bridging the NAICS/GICS visibility gap

https://github.com/Plainr25/manufacturing-contagion-map
2•KeyN47•13m ago•0 comments

NPM UUID's random number gen contains shared mutable state bug since 3 weeks

2•jbverschoor•15m ago•2 comments

Reflections on Trusting Trust (1984) [pdf]

https://users.ece.cmu.edu/~ganger/712.fall02/papers/p761-thompson.pdf
2•nz•16m ago•0 comments

IMF Warns That Evolving AI Threat Could Upend Financial Markets

https://www.wsj.com/tech/ai/imf-warns-that-evolving-ai-threat-could-upend-financial-markets-5735e27b
2•Brajeshwar•17m ago•0 comments

Data centers at sea: Panthalassa nets $140M for wave-powered AI

https://www.geekwire.com/2026/data-centers-at-sea-oregons-panthalassa-nets-140m-led-by-peter-thie...
1•fidotron•17m ago•0 comments

Cloudflare CEO: few engineers or customer-facing sales people laid off

https://xcancel.com/eastdakota/status/2052561977080205637#m
1•jc_811•17m ago•1 comments

AI Native Flights Search

https://flighter.jakicmeister.workers.dev
2•mk0y•18m ago•1 comments

Conway's Law and Cross-Hatching

https://willmanning.com/writing/conways-law-and-cross-hatching
1•weatherreport•18m ago•0 comments

The simplest agent orchestration strategy that works: two agents instead of one

https://juanreyero.com/article/ai/two-agents-not-one
1•juanre•18m ago•0 comments

Court to DOGE: Asking ChatGPT 'Is This DEI?' Is Not Proper Legal Process

https://www.techdirt.com/2026/05/08/court-to-doge-bros-asking-chatgpt-yo-is-this-dei-is-not-prope...
3•hn_acker•18m ago•1 comments

We Spent 10 Days Touring Chinese AI Labs. Here's What We Saw

https://blog.readsail.com/p/we-spent-10-days-touring-chinese
2•taiwandongsuan•18m ago•0 comments

Germany plans ban on disposable e-cigarettes

https://aa.com.tr/en/europe/germany-plans-ban-on-disposable-e-cigarettes/3931799
2•ofrzeta•19m ago•0 comments

Show HN: PostDew – LinkedIn posts that don't sound like AI

https://www.postdew.com/
1•okchildhood•19m ago•0 comments

Policy Gradient Methods

https://chizkidd.github.io//2026/05/07/rl-sutton-barto-notes-ch013/
1•ibobev•20m ago•0 comments
Open in hackernews

Show HN: GETadb.com – every GET request creates a DB

https://www.getadb.com/
1•nezaj•1h ago

Comments

stopachka•1h ago
Hey team! We made GETadb.com, so it's easier to get agents to build you full stack apps. You don't need to give them any credentials. Just by loading a GET request, they get access to a database, a sync engine, and abstractions for auth, presence, and streams.

To see what the agent sees, you can load https://getadb.com/new

There's two fun things about how it's implemented:

1. If you curl the home page, it the agent content rather than human content. We do this by detecting the 'Sec-Fetch-Mode' header. It's not perfect, but gets the job done for Claude Code et al.

2. For an agent to spin up an app, they make _two_ fethes. (1) getadb.com/guide tells them to generate a uuid, and fetch (2) getadb.com/provision/<uuid>. We did this, because just about half of the popular web-based app builders cache URLs globally, even if you return no-store headers. To get around this we just instruct the agent to generate unique URLs

You may wonder: Why GET requests, rather than POST requests? It's because then you can build in surprising places. For example, we get meta.ai to build an app inside the artifact preview: https://artifacts.meta.ai/share/a/b80c7412-c3af-4088-b430-78...

Under the hood, this is possible because the whole infra is mult-tenant from ground up. We already announced how that works on HN, but if you're curious here's the essay for it: https://www.instantdb.com/essays/architecture