frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Postgres sequences can commit out-of-order

https://blog.sequinstream.com/postgres-sequences-can-commit-out-of-order/
4•dagss•7mo ago

Comments

dagss•7mo ago
This details an approach to working with commit-ordered event IDs which is a very powerful primitive to, e.g., do pub/sub event processing within a SQL database without having to deal with outbox patterns, event brokers and so on.

People throw Kafka or Event Hub at everything, but really, if you do not need to offload your DB for storage/access of massive amounts of events, you may not need them...

I have a lot of experience with this approach on MS SQL (https://github.com/vippsas/mssql-changefeed), interesting to see the same thing on postgres.

Hope databases gets these things built in (i.e., supported more directly) in the future.

dagss•7mo ago
I wonder if this is a bug:

   -- If no locks are found, return the maximum possible bigint value
    if max_seq is null then
        return 9223372036854775807;
    end if;
Would be a race here by returning a big number to the caller, then more data is written in between? Should instead check the current max sequence number before checking the locks?

Quanta Convert and Quantize AI Models

https://github.com/Mainframework/Quanta
1•trilogic•2m ago•1 comments

Poll HN: What operating system do you primarily develop on?

2•dennis-tra•2m ago•0 comments

28M Hacker News comments as vector embedding search dataset

https://clickhouse.com/docs/getting-started/example-datasets/hackernews-vector-search-dataset
2•walterbell•3m ago•0 comments

Mystery of the Quincunx's Missing Quincunx

https://blog.plover.com/history/quincunx.html
1•masfuerte•5m ago•0 comments

Understand your funnel with Micro Conversions

https://cleancommit.io/blog/micro-conversions/
1•mrkaluzny•6m ago•0 comments

Show HN: Encryptalotta – Free, secure, client-side PGP encryption tool for files

https://encryptalotta.com/
1•hireclay•7m ago•0 comments

Intel Secures Apple as Foundry Customer for Future M-Series Chips

https://winbuzzer.com/2025/11/28/report-intel-secures-apple-as-foundry-customer-for-future-m-seri...
2•walterbell•10m ago•0 comments

"Vibe coder" on X claims SaaS makes $60k while app is trivially insecure

https://twitter.com/jp_kiser/status/1994450874207236206
2•johnpaulkiser•10m ago•2 comments

Your Loneliness Was a Design Decision Made by Your Enemy

https://margaretkilljoy.substack.com/p/you-loneliness-was-a-design-decision
3•sandboxdev•11m ago•0 comments

Rock Paper Scissors Solitaire

https://klezlab.it/rock-paper-scissors-solitaire.html
2•klez•11m ago•0 comments

Ask HN: Which cloud provider do you like best and why?

4•trio8453•11m ago•2 comments

Tips for effective prototyping with Rails 8 and Claude Code

https://www.wyeworks.com/blog/2025/11/26/tips-for-effective-prototyping-rails-claude-code/
2•wyeworks•12m ago•0 comments

Show HN: Made a thing to use AI with intervals.icu

https://intervals.pro
1•maxrev17•12m ago•0 comments

This tool might beat NotebookLM at its own game

https://www.xda-developers.com/tool-might-beat-notebooklm/
1•vidyesh•17m ago•0 comments

Molly: An Improved Signal App

https://molly.im/
2•dtj1123•17m ago•0 comments

Be Useful in Emergencies

https://kg.dev/thoughts/emergencies
4•kashnote•18m ago•0 comments

Tiny lead fragments in hunted meat exceed safe levels, study reveals

https://phys.org/news/2025-11-tiny-fragments-meat-exceed-safe.html
3•geox•18m ago•0 comments

Generate YourRapper Name

https://generaterapname.xyz
1•SinanW•19m ago•0 comments

Prodex Studio – Productivity Hub

https://www.indiehackers.com/post/building-prodex-studio-a-simple-productivity-app-with-tasks-rem...
1•tonymrxz•19m ago•0 comments

Ask HN: Have you switched from AWS to GCP for more startup credits?

1•fsto•20m ago•2 comments

Pathological PATH

https://gebdev.net/blog/pathological-path/
2•gebdev•20m ago•0 comments

Getting Ready to Party Like It's 2008

https://paulkrugman.substack.com/p/getting-ready-to-party-like-its-2008
5•everybodyknows•21m ago•0 comments

New security-focused LLM service built on alias1 model launches today

https://aliasrobotics.com/cybersecurityai.php
2•mdelmundo•21m ago•1 comments

Can Advanced Type Systems Be Usable? [pdf]

https://www.cs.cmu.edu/~jssunshi/assets/pdf/usableAdvanceTypeSystems.pdf
1•azhenley•22m ago•0 comments

The Future of Nonviolent Resistance

https://www.journalofdemocracy.org/articles/the-future-of-nonviolent-resistance-2/https://www.jou...
4•ghssds•22m ago•0 comments

Codex, Opus, Gemini Try to Build Counter Strike

https://www.instantdb.com/essays/agents_building_counterstrike
3•stopachka•24m ago•0 comments

An online repository for KiCad schematics

https://hackaday.com/2025/11/28/an-online-repository-for-kicad-schematics/
2•flowerthoughts•25m ago•1 comments

Choosing a vector database for ANN search at Reddit

https://milvus.io/blog/choosing-a-vector-database-for-ann-search-at-reddit.md
3•Fendy•26m ago•2 comments

State formation: The role of grain, intensive agriculture, taxation and writing

https://www.nature.com/articles/s41562-025-02365-5
2•bookofjoe•27m ago•0 comments

Forward compatibility and fault tolerance in TypeScript API Clients/SDKs

https://www.speakeasy.com/blog/typescript-forward-compatibility
2•mfbx9da4•29m ago•0 comments