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•6mo ago

Comments

dagss•6mo 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•6mo 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?

Grebedoc – static site hosting for Git forges

https://grebedoc.dev
1•todsacerdoti•30s ago•0 comments

The Unknown Warrior

https://en.wikipedia.org/wiki/The_Unknown_Warrior
1•mellosouls•3m ago•0 comments

Show HN: Auto-Compare GA4/Amplitude Data Against Log Definitions

https://chromewebstore.google.com/detail/analytics-data-qa/icopicdkpapbeojapnaplmffgjjhgnjo
1•asbebe•3m ago•0 comments

Meta's Generative Ads Model (Gem)

https://engineering.fb.com/2025/11/10/ml-applications/metas-generative-ads-model-gem-the-central-...
1•ahlCVA•5m ago•0 comments

Why Don't People Return Their Shopping Carts?

https://behavioralscientist.org/why-dont-people-return-their-shopping-carts-a-somewhat-scientific...
2•cainxinth•5m ago•0 comments

New Report says UC students unprepared [pdf]

https://senate.ucsd.edu/media/740347/sawg-report-on-admissions-review-docs.pdf
1•HR01•7m ago•0 comments

Republicans Are Damaged by Their Own Cruelty

https://paulkrugman.substack.com/p/republicans-are-damaged-by-their
3•rbanffy•8m ago•0 comments

Keynote: The Power of Queues – David Ware – MQ Summit 2025

https://erlangforums.com/t/keynote-the-power-of-queues-david-ware-mq-summit-2025/5226
1•unripe_syntax•9m ago•0 comments

Software Wisdom

https://jasonroelofs.com/articles/2025/10/03/software-wisdom/
1•jameskilton•10m ago•0 comments

How Would You Like Your Iceberg Sir? Stream or Batch Ordered?

https://jack-vanlightly.com/blog/2025/11/5/how-would-you-like-your-iceberg-sir-stream-or-batch-or...
1•rmoff•12m ago•0 comments

Splitting Panes in Windows Terminal and PowerShell the Most Overlooked Feature

https://www.servethehome.com/splitting-panes-in-windows-powershell-the-most-overlooked-feature/
2•rbanffy•12m ago•0 comments

Blender 5.1

https://developer.blender.org/docs/release_notes/5.1/
1•andsoitis•13m ago•0 comments

Pikaday: A friendly guide to front-end date pickers

https://pikaday.dbushell.com
2•mnemonet•13m ago•1 comments

Researchers 'decode' Mandarin Chinese from neural signals – Science – AAAS

https://www.science.org/content/article/researchers-decode-mandarin-chinese-neural-signals
1•rbanffy•13m ago•0 comments

Dspx: Serverless-friendly DSP for Node.js (native C++, state in Redis)

https://github.com/A-KGeorge/dspx
1•a-kgeorge•13m ago•0 comments

Explore the in Our Time Archive

https://www.braggoscope.com/explore
1•robin_reala•15m ago•0 comments

Blender 5.0

https://developer.blender.org/docs/release_notes/5.0/
2•Tmpod•16m ago•1 comments

Firefox 145.0 Release Notes

https://www.firefox.com/en-US/firefox/145.0/releasenotes/
2•ReadCarlBarks•19m ago•0 comments

More Than 6 Vulnerabilities in JeeSite Were Uncovered

https://medium.com/@zastxai/zast-ai-identified-6-vulnerabilities-in-jeesite-06751797be0a
1•zastai0day•19m ago•0 comments

Europe converged rapidly on the United States before stagnating

https://constitutionofinnovation.eu/
2•tbs1980•20m ago•0 comments

Drawing Text Isn't Simple: Benchmarking Console vs. Graphical Rendering

https://cv.co.hu/csabi/drawing-text-performance-graphical-vs-console.html
2•PaulHoule•22m ago•0 comments

Murtoa Stick Shed

https://en.wikipedia.org/wiki/Murtoa_Stick_Shed
1•thomasjb•22m ago•0 comments

The First Radio Signal from Comet 3I/Atlas Ends the Debate About Its Nature

https://www.wired.com/story/the-first-radio-signal-from-comet-3i-atlas-ends-debate-about-its-nature/
3•Brajeshwar•22m ago•0 comments

What we lose when we surrender care to algorithms

https://www.theguardian.com/us-news/ng-interactive/2025/nov/09/healthcare-artificial-intelligence-ai
2•Brajeshwar•23m ago•0 comments

Data-Driven Analysis of Grokipedia's Bias

https://www.alik.social/does-grokipedia-really-solve-wikipedias-bias-problem/
2•alikh31•23m ago•0 comments

Planets may make their own water as they form

https://www.space.com/space-exploration/search-for-life/planets-may-make-their-own-water-as-they-...
3•Brajeshwar•23m ago•0 comments

Kopp–Etchells Effect

https://en.wikipedia.org/wiki/Kopp%E2%80%93Etchells_effect
1•thunderbong•24m ago•0 comments

Duck Hunt: Moving Bauplan from DuckDB to DataFusion

https://www.bauplanlabs.com/post/duck-hunt-moving-bauplan-from-duckdb-to-datafusion
7•pauldix•27m ago•0 comments

The 9 Cost Factors

https://spf13.com/p/the-9-factors/
6•spf13•30m ago•1 comments

Show HN: We built a node to use Hugging Face Spaces without writing API code

1•vinserello•30m ago•0 comments