frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Does this site use Cloudflare? Chrome extension, 100% local JavaScript

https://chromewebstore.google.com/detail/techflare/lbbkmioghlgfnbkciibfglcopkncdfpg
1•wenbin•41s ago•0 comments

Make Conversations, Not Prompts

https://ulexite.dev/
1•jgalego•59s ago•0 comments

Show HN: CodeAlmanac – Karpathy-style codebase wiki from your conversations

https://github.com/AlmanacCode/codealmanac/
1•divitsheth•1m ago•0 comments

Firefighting drones in the works as wildfires plague US nearly year-round

https://arstechnica.com/ai/2026/07/firefighting-drones-in-the-works-as-wildfires-plague-us-nearly...
1•Brajeshwar•1m ago•0 comments

Show HN: Codex Micro on Your Phone

https://github.com/maxxspotter/codex-micro-app
1•cvaman•3m ago•0 comments

Uhubctl – control USB power per-port on smart USB hubs

https://github.com/mvp/uhubctl
1•gregsadetsky•3m ago•0 comments

Don't Put an LLM Behind an MCP Server

https://www.spletzer.com/2026/07/dont-put-an-llm-behind-an-mcp-server/
1•opwizardx•3m ago•0 comments

I built a page that tells you what AI model your laptop can run

https://localsotabenchmark.engineersf.dev/
1•kumarski•4m ago•1 comments

Show HN: Exceltool.io – 120 free Excel tools, 100% private in the browser

https://www.exceltool.io
1•jamesweb•5m ago•0 comments

Debating the role of large language models in the kernel community

https://lwn.net/SubscriberLink/1083275/59c6c17c34db11d4/
2•jwilk•6m ago•0 comments

Sports solved a problem that nearly killed television

https://worksinprogress.co/issue/how-tv-learned-to-sell-itself/
1•n1b0m•6m ago•0 comments

Show HN: Turning a Dumb AC Unit Smart (Without Losing My Security Deposit)

https://prilik.com/blog/post/automating-ac-nyc/
2•daniel5151•6m ago•0 comments

Show HN: Hexagonal Game of Life Explorer

https://sidem.github.io/HexLife/
1•SciStone•8m ago•0 comments

Meta's AI Models Are Powering the First Wave of Genesis Mission Projects

https://ai.meta.com/blog/genesis-mission-lawrence-berkeley-national-laboratory-segment-anything-d...
3•surprisetalk•9m ago•0 comments

A private enterprise AI gateway

https://github.com/astaxie/TokenHub
1•astaxie•9m ago•0 comments

Cloudflare R2 is now Generally Available (2022)

https://blog.cloudflare.com/r2-ga/
1•tatersolid•10m ago•1 comments

The Download: Chinese AI divides the White House, and a record copyright payout

https://www.technologyreview.com/2026/07/21/1140685/the-download-chinese-ai-divides-white-house-a...
1•joozio•10m ago•0 comments

Show HN: QuantmLayer – kernel-enforced containment for AI coding agents

https://github.com/quantmlayer/quantmlayer
2•mquant•11m ago•0 comments

Devin Outposts: Run Devin sessions on your own infra

https://docs.devin.ai/cloud/outposts/overview
1•shenli3514•11m ago•0 comments

Canada's promises to capture carbon span almost 20 years, with little gains

https://thenarwhal.ca/canada-carbon-capture-history/
1•hn_acker•12m ago•0 comments

Iran's IRGC claims attack on Amazon's main data hub in Bahrain

https://www.euronews.com/2026/07/21/irans-irgc-claims-attack-on-amazons-main-data-hub-in-bahrain
1•r721•12m ago•0 comments

Yubikey 5.8: Verified Authorization for the New Era of Identity and AI

https://www.yubico.com/resource/whats-new-yubikey-5-8/
1•dblitt•12m ago•0 comments

Text as Music

https://www.jeravalue.com/en/text-music
1•speckx•13m ago•0 comments

Show HN: PMG, open source package firewall

https://github.com/safedep/pmg
1•abhisek•14m ago•0 comments

Show HN: OSS Cross-Harness self hosted registry and analytics for AI Agents

https://github.com/Observal/Observal
6•haz3-jolt•15m ago•0 comments

Show HN: Polymm – the Polymarket market-making bot behind my $5k wallet

https://github.com/kachence/polymm
2•kachoio•16m ago•1 comments

Stop funding data governance, run it with agents instead

https://futuregrade.substack.com/p/stop-funding-data-governance-start
2•mario_mh•16m ago•0 comments

Regular Expressions for Hcpcs Codes

https://www.johndcook.com/blog/2026/07/17/regular-expressions-for-hcpcs-codes/
2•ibobev•16m ago•0 comments

Locally everywhere does not imply everywhere

https://www.johndcook.com/blog/2026/07/21/jacobian-conjecture/
1•ibobev•16m ago•0 comments

Martin Picard's Mitochondrial Theory of Mind

https://www.quantamagazine.org/martin-picards-mitochondrial-theory-of-mind-20260717/
1•ibobev•17m ago•0 comments
Open in hackernews

Show HN: Instancez – Open-Source Declarative Single-Binary Supabase Alternative

https://github.com/instancez/instancez
5•saedx1•2h ago

Comments

saedx1•2h ago
Hi HN. I built instancez over the last year because I wanted Supabase's developer experience (I love supabase!) defined in one-file, but also be portable and run in a serverless. Self-hosting it means a dozen containers, and for small projects that always felt like more infrastructure than the app itself. Instancez is a single binary that sits in front of Postgres. You describe tables, buckets, code/edge functions in one instancez.yaml file. It runs the migrations (based on how the YAML changes - think Terraform/Pulumi for state management) and serves a PostgREST-compatible API. It speaks the same wire protocol as supabase-js (or any Supabase client), so existing client code works if you change the URL.

What works today: admin dashboard, auth (user management, password, magic link, OTP, OAuth, anonymous, TOTP MFA) tied into Postgres RLS. Filtering, embeds, aggregates, and RPC on the API. Custom JS/Node functions are supported. Storage on local disk or S3-compatible system, with bucket policies going through RLS like everything else.

What to expect going forward: Although I have tested things heavily on my own and with friends, I intend to make this more robust and stable. Then, the plan is to add more features to make it appeal for more use-cases. For example, built-in RBAC, simple OTel wiring, Team/Org structure, cron/scheduled jobs, and more.

What's not supported: this is obviously an open-ended list, but a main supabase feature that isn't supported is realtime/channels. We plan on doing that in a way that still allows for serverless operation (hopefully!).

Let me know what you think and I'll be happy with any kind of feedback! Also, please mention any features that would be a dealbreaker for you or you would just like to see!