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?

Ageing Populations Will Lead to Lower Living Standards, Warns Study

https://www.ft.com/content/3a675f7f-ff46-4b8d-9744-08dfed18d23a
1•skx001•22s ago•1 comments

A seeded, deterministic chaos simulation runtime for async Rust

https://github.com/ZA1815/fracture
1•Crroak•45s ago•1 comments

The State of AI: don't share your secrets with a chatbot

https://www.ft.com/content/9cdd07b0-567e-4715-9ebd-435b1d685e4b
1•1vuio0pswjnm7•1m ago•0 comments

Questioning an Interface: From Parquet to Vortex

https://www.polarsignals.com/blog/posts/2025/11/25/interface-parquet-vortex
1•asubiotto•2m ago•0 comments

Show HN: Fractalbits – S3 compatibe store,1M iops p99~5ms,using Rust and Zig

https://github.com/fractalbits-labs/fractalbits-main
1•thomas_fa•3m ago•0 comments

Ask HN: Is There a Market for a "Phone-Only" VA Proxy?

1•ibogunov•3m ago•0 comments

Literary Philosophy and Philosophical Literature

https://countercraft.substack.com/p/literary-philosophy-and-philosophical
1•crescit_eundo•4m ago•0 comments

What Happens to Kids' Brains After Hours Staring at Screens?

https://studyfinds.org/kids-brains-after-thousands-of-hours-staring-at-screens/
1•Noaidi•5m ago•0 comments

Optique 0.7.0: Smarter error messages and validation library integrations

https://hackers.pub/@hongminhee/2025/optique-070
1•todsacerdoti•5m ago•0 comments

State Healthcare Rankings: The Methods Behind the Metrics

https://news.gallup.com/poll/698219/state-healthcare-rankings-methods-behind-metrics.aspx
1•hn_acker•6m ago•0 comments

What our data says about timed coding problems

https://www.otherbranch.com/shared/blog/what-our-data-says-about-timed-coding
1•rachofsunshine•8m ago•0 comments

How Long Does Reddit Account Warm-Up Take?

https://awesome-directories.com/blog/reddit-marketing-account-warmup-time-investment/
1•meysamazad•10m ago•0 comments

Continuous Batching from First Principles

https://huggingface.co/blog/continuous_batching
1•jxmorris12•12m ago•0 comments

AI Smells on Medium

https://rmoff.net/2025/11/25/ai-smells-on-medium/
2•rmoff•13m ago•0 comments

MiniMax-M2 Deep Research Agent

https://github.com/dair-ai/m2-deep-research
1•omarsar•15m ago•0 comments

German 'hammer gang' trial for seven accused of extreme-left violence

https://www.bbc.com/news/articles/cn091g7dreyo
1•onemoresoop•16m ago•0 comments

Quantum Consciousness: Building the Architecture of a Shared Reality

https://www.neuroba.com/post/quantum-consciousness-and-the-internet-of-minds-building-the-archite...
1•andsoitis•18m ago•0 comments

Why is climate action stalling, not ramping up as Earth gets hotter?

https://www.newscientist.com/article/2505361-why-is-climate-action-stalling-not-ramping-up-as-ear...
3•Brajeshwar•19m ago•1 comments

Voyager 1 approaches one light day from Earth

https://newatlas.com/space/voyager-approaches-1-light-day-from-earth/
4•Brajeshwar•19m ago•1 comments

Synthetic tongue rates chillies' heat – and spares human tasters

https://www.nature.com/articles/d41586-025-03767-1
1•Brajeshwar•19m ago•0 comments

Klarna to launch dollar-backed stablecoin

https://www.reuters.com/business/finance/klarna-launch-dollar-backed-stablecoin-race-digital-paym...
2•thm•20m ago•1 comments

Show HN: I vibe-coded a tool to decode a legacy system nobody understood

https://github.com/PearlThoughts/CodeCompass
3•seng•20m ago•0 comments

We nearly had power profiling in Chromium

https://fershad.com/writing/almost-chrome-power-profiler/
1•speckx•22m ago•0 comments

3D Models in PDF Documents

https://nibblestew.blogspot.com/2025/11/3d-models-in-pdf-documents.html
1•ibobev•23m ago•0 comments

Software Never Fails

https://entropicthoughts.com/software-never-fails
1•ibobev•24m ago•0 comments

The console wars have ended – is this a new era in gaming?

https://www.rte.ie/culture/2025/1125/1545047-the-console-wars-have-ended-is-this-a-new-era-in-gam...
1•austinallegro•24m ago•0 comments

A Brief, Incomplete, and Mostly Wrong History of Programming Languages

http://james-iry.blogspot.com/2009/05/brief-incomplete-and-mostly-wrong.html
3•ibobev•24m ago•0 comments

Show HN: A Tool for Extracting Local B2B Leads

https://www.gmbscraper.org
1•yiyiyayo•25m ago•0 comments

Investigating a Possible Scammer in Journalism's AI Era

https://thelocal.to/investigating-scam-journalism-ai/
1•superfunny•25m ago•0 comments

Show HN: A modern Papaparse for big remote CSV

https://github.com/severo/csv-range
1•severo_bo•26m ago•0 comments