frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hey there You are using WhatsApp (enumerating 3B WhatsApp accounts)

https://github.com/sbaresearch/whatsapp-census
1•ano-ther•35s ago•0 comments

Pebble, Rebble, and a Path Forward

https://ericmigi.com/blog/pebble-rebble-and-a-path-forward/
1•phoronixrly•1m ago•0 comments

Rails to SvelteKit Migration – LocallyGrown

https://blog.kestrelsnest.social/posts/locallygrown-rails-svelte-migration/
1•dzonga•3m ago•0 comments

Camper Rental Company Is Selling All of Its Custom Vans

https://www.thedrive.com/news/a-defunct-camper-rental-company-is-selling-all-of-its-custom-vans-a...
2•iancmceachern•4m ago•0 comments

RasterFlow – A lightweight node-based image editor

https://rasterflow.io
1•activey•5m ago•1 comments

I am self-hosting a time-sorted list of top posts on STEM and Arts and Design

https://limereader.com/
1•busymom0•7m ago•1 comments

Cambridge Dictionary's Word of the Year 2025

https://dictionaryblog.cambridge.org/2025/11/18/cambridge-dictionary-word-of-the-year-2025/
1•ChrisArchitect•7m ago•0 comments

lakeFS Acquires DVC, Uniting Data Version Control Pioneers

https://lakefs.io/media-mentions/lakefs-acquires-dvc-uniting-data-version-control-pioneers/
1•versionninja•7m ago•0 comments

Dissent

https://exple.tive.org/blarg/2025/11/17/dissent/
2•pavel_lishin•9m ago•0 comments

Master System at 40: the truth about Sega's most underrated console

https://www.theguardian.com/games/2025/nov/18/sega-master-system-nintendo-entertainment-system
1•n1b0m•12m ago•0 comments

How to Check If a Company Hires Abroad

https://relocateme.substack.com/p/how-do-you-know-if-a-company-is-open
1•andrewstetsenko•14m ago•0 comments

NIH funding cuts affect over 74,000 people in experiments

https://apnews.com/article/nih-funding-cuts-32b9b7bad01457a5412af26e394e3735
1•gmays•14m ago•0 comments

Dockerlings: Learn Docker in Your Terminal

https://github.com/furkan/dockerlings
1•birdculture•15m ago•0 comments

Ask HN: Why does Y Combinator seem to be consistently funding AI slop?

2•coldtrait•15m ago•1 comments

OpenHands Raised $18.8M to Build the Open Standard for Autonomous Software Dev

https://openhands.dev/blog/weve-just-raised-18-8m-to-build-the-open-standard-for-autonomous-softw...
1•janpio•15m ago•0 comments

WorldCom outage raises new doubts (2002)

https://www.networkworld.com/article/899032/lan-wan-worldcom-outage-raises-new-doubts.html
1•bishopsmother•16m ago•0 comments

Steve Jobs interview about Pixar's early days (1996) [video]

https://www.youtube.com/watch?v=R0XmBKsRJF8
2•Austin_Conlon•16m ago•0 comments

Meltwater from West Antarctic ice sheet tipping affects AMOC resilience

https://www.science.org/doi/10.1126/sciadv.adw3852
1•bikenaga•16m ago•0 comments

Shingles vaccine most promising common drug to potentially prevent Alzheimer's

https://medicalxpress.com/news/2025-11-shingles-vaccine-common-drug-potentially.html
1•bikenaga•17m ago•0 comments

Google internal SSO: Sign into corp intranet

https://login.corp.google.com/
2•reconnecting•18m ago•0 comments

Ticket Resale for Profit to Be Outlawed in United Kingdom

https://pitchfork.com/news/ticket-resale-for-profit-to-be-outlawed-in-united-kingdom/
3•65•21m ago•1 comments

Color Palette Pro

https://colorpalette.pro/?color=oklch%2876.4%25+0.137+201%29&paletteType=ana&paletteStyle=square&...
2•bpierre•21m ago•0 comments

Shard Your Database

https://pgdog.dev/blog/shard-your-database
1•levkk•23m ago•0 comments

Critical minerals drive legalization of mining on Amazon Indigenous lands

https://news.mongabay.com/2025/11/critical-minerals-drive-legalization-of-mining-on-amazon-indige...
1•PaulHoule•24m ago•0 comments

Three Years from GPT-3 to Gemini 3

https://www.oneusefulthing.org/p/three-years-from-gpt-3-to-gemini
1•dkobia•24m ago•0 comments

Fast and Scalable Data Transfer Across Data Systems

https://dl.acm.org/doi/10.1145/3725294
2•blakepelton•25m ago•1 comments

The Psychology Misjudgment [pdf]

https://assets.stripeassets.com/fzn2n1nzq965/0RUnI35jpt78x10nvlO2Y/b66a46dba182182a2a0082213eafc6...
1•tosh•25m ago•0 comments

Microsoft warns that Windows 11's agentic AI could install malware on your PC

https://www.windowscentral.com/microsoft/windows-11/microsoft-warns-security-risks-agentic-os-win...
6•speckx•26m ago•2 comments

Show HN: Netcards – PWA for exchanging contacts at events via QR codes

https://netcards.app
1•evronm•26m ago•0 comments

Gemini 3 is #1 on Vending-Bench 2

https://andonlabs.com/evals/vending-bench-2
1•lukaspetersson•28m ago•0 comments
Open in hackernews

Show HN: InsForge – A Postgres BaaS built for prompt-driven development

https://insforge.dev/
6•tonychang430•1h ago
We built InsForge because we wanted to use pure prompts to build a production-grade app faster. In practice, AI isn’t reliable enough when generating code or configuring backend pieces like schema, RLS, auth, or functions. Postgres MCP and Supabase MCP are a good starting point, but they felt more like API wrappers for agents than something designed to guide AI safely through backend tasks.

So we built our own MCP server on top of Postgres and added a set of context-engineering tools to make prompt-driven workflows more predictable. It gradually turned into a Postgres-based BaaS.

Key features:

1. Authentication with prebuilt UI components

2. Postgres database with typed SDK

3. Serverless functions with a secret manager

4. S3-compatible file storage

5. AI model integration with a unified inference API and simple GUI

6. MCP server with context-engineering endpoints (`fetch-docs`, `get-backend-metadata`, `get-table-schema`, etc.)

We're still early (4 months in). Some parts are rough, but we’re shipping daily and improving quickly :)

[1] Launch blog: https://insforge.dev/blog/insforge-launch

[2] Open-source repo (self-hosting): https://github.com/InsForge/InsForge

[3] Benchmark: https://github.com/InsForge/mcpmark

[4] Website (cloud hosting): https://insforge.dev/

[5] Our article on context engineering: https://insforge.dev/blog/why-context-is-everything-in-ai-co...

[6] Public roadmap: https://feedback.insforge.dev/roadmap