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?

We Benchmarked Frontier LLMs on Defensive Security. The Results Surprised Us

https://cotool.ai/blog/evaluating-ai-agents-in-security-operations
1•logancarmody•38s ago•0 comments

Most people in France would sell their data for under €40/month

https://cyberinsider.com/most-people-in-france-would-sell-their-data-for-under-e40-month/
1•KingNoLimit•3m ago•0 comments

Online register for the procurement of European software

https://www.heise.de/en/news/Online-register-for-the-procurement-of-European-software-11083520.html
1•doener•4m ago•0 comments

Resend is down (with everything else)

https://resend-status.com
1•mandarin3d•4m ago•0 comments

SUSE Developer Working to Reimplement SSH Using the Zig Programming Language

https://www.phoronix.com/news/SUSE-SSH-In-Zig-Language
1•electricant•6m ago•0 comments

BayArea Man Sentenced to 4 Years for Stealing Trade Secret Missile Launch Tech

https://www.justice.gov/usao-cdca/pr/bay-area-man-sentenced-nearly-4-years-prison-stealing-trade-...
1•737min•6m ago•0 comments

Show HN: MCP Local Traffic Analysis

https://github.com/mcp-shark/mcp-shark
11•lone-wolf•7m ago•0 comments

I wrote a replacement for GitHub's code review bot

https://blog.alexellis.io/ai-code-review-bot/
1•alexellisuk•8m ago•1 comments

LLMConsent: Open Standards for AI Consent, Agent Permissions, & Data Sovereignty

https://subhadipmitra.com/blog/2025/building-consent-layer-for-ai/
1•subhadipmitra•8m ago•1 comments

Cloud Fair Sucks

2•QuantumGod•11m ago•1 comments

AI Is an English Compiler

https://hengar.pika.page/posts/ai-is-an-english-compiler
1•hengar•13m ago•0 comments

EMMI: Where Experimentation Meets Machine Intelligence

https://www.terraytx.com/insights/introducing-emmi-where-experimentation-meets-machine-intelligence
1•ashvardanian•14m ago•0 comments

3.5B Accounts: Complete WhatsApp Directory Retrieved and Evaluated

https://www.heise.de/en/news/3-5-Billion-Accounts-Complete-WhatsApp-Directory-Retrieved-and-Evalu...
2•doener•14m ago•0 comments

Trump Administration Releases Amelia Earhart Files

https://www.nytimes.com/2025/11/17/us/politics/trump-amelia-earhart-flight-records.html
1•whack•15m ago•0 comments

LLM-Driven Active Listwise Tournaments for Large Universe Portfolio Selection

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5764903
1•kyuksel•15m ago•0 comments

Cloudflare is working again for my servers (US East)

2•potatowaffle•18m ago•0 comments

Earth's earliest life 3.3B years ago revealed by faint biosignatures

https://phys.org/news/2025-11-earth-earliest-life-billion-years.html
1•Brajeshwar•20m ago•0 comments

Gulf separating Africa and Asia is still pulling apart – 5M years after

https://www.livescience.com/planet-earth/geology/a-gulf-separating-africa-and-asia-is-still-pulli...
1•Brajeshwar•20m ago•0 comments

'Sophisticated' Bronze Age City Unearthed in Kazakhstan

https://www.livescience.com/archaeology/sophisticated-bronze-age-city-unearthed-in-kazakhstan-tra...
2•Brajeshwar•20m ago•0 comments

Latest Servo release hints at a real Rust alternative to Chromium

https://www.theregister.com/2025/11/18/servo_002_arrives/
3•beardyw•21m ago•0 comments

TUI based typing test application inspired by MonkeyType

https://github.com/kraanzu/smassh
1•christoph-heiss•23m ago•0 comments

Ask HN: Is Python's weak typing a liability when generating code with AI?

1•ashed96•23m ago•1 comments

Monitoring and Analysis of Land Subsidence Induced by Social Aggregation Effects

https://www.mdpi.com/2076-3417/15/21/11492
1•PaulHoule•24m ago•0 comments

Pyrefly Is Now in Beta

https://pyrefly.org/blog/pyrefly-beta/
1•javabster•24m ago•0 comments

Autonomous driving in five new cities

https://waymo.com/blog/2025/11/safe-routine-ready-autonomous-driving-in-new-cities
2•ra7•26m ago•0 comments

BuildList: Personal Online Factory

https://buildlist.org/
1•gessha•27m ago•1 comments

Awesome-Cyber-Monday-2025

https://github.com/punkpeye/awesome-cyber-monday-2025
1•punkpeye•27m ago•0 comments

Rust on the Moon? Far-side dirt says yes

https://www.theregister.com/2025/11/18/rust_on_moon/
1•beardyw•28m ago•0 comments

Kontak Resmi Customer Support CS Pluang

1•Paolohaiti1•30m ago•0 comments

Ask HN: Reasonable ways to avoid single points of failure in web services?

1•nnyms1•31m ago•0 comments