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?

Show HN: Whisper Money – A privacy‑first, E2E encrypted personal finance app

https://github.com/whisper-money/whisper-money
1•falcon_•48s ago•0 comments

Show HN: Flux 2–High-Fidelity Image Generation with Multi-Reference Consistency

https://www.fluxproai.net/?i=d1d5k
1•lu794377•4m ago•0 comments

Show HN: Fixing LLM memory degradation in long coding sessions

https://github.com/robertomisuraca-blip/LLM-Entropy-Fix-Protocol
1•robertomisuraca•5m ago•0 comments

Tell HN: DuckDuckGo doesn't have bangs for Chatbots like ChatGPT, Grok, Gemini

1•faebi•7m ago•0 comments

Record Club: indie social network for music lovers

https://record.club/
1•thwg•10m ago•1 comments

RL is more information inefficient than you thought

https://www.dwarkesh.com/p/bits-per-sample
1•cubefox•11m ago•0 comments

Show HN: I built a language learning movie app

https://kanjieight.vercel.app/
1•Mikecraft•16m ago•0 comments

How to Synthesize a House Loop

https://loopmaster.xyz/tutorials/how-to-synthesize-a-house-loop
2•stagas•20m ago•0 comments

Morgan Stanley Warns Oracle Credit Protection Nearing Record High – Above 2008

https://www.bloomberg.com/news/articles/2025-11-26/morgan-stanley-warns-oracle-credit-protection-...
2•zerosizedweasle•21m ago•1 comments

DARPA Lift Challenge

https://www.darpa.mil/news/2025/lift-challenge
1•T-A•24m ago•0 comments

Deploying a back end on UpCloud without containers or orchestration (demo video

https://youtu.be/OpRDVpvT5Ak?si=rVUcSk4iKP2yIxAR
1•Nimer•25m ago•1 comments

How to Create an Effective Prompt for Nano Banana Pro

https://www.radicalcuriosity.xyz/p/how-to-create-an-effective-prompt
2•simonebrunozzi•26m ago•0 comments

Show HN: I built a tool to help find profitable creator niches

https://www.clurly.com
1•marksaver•28m ago•0 comments

Bionic Limbs

https://www.bloomberg.com/news/audio/2025-11-20/bloomberg-businessweek-daily-bionic-limbs-podcast
2•I_Nidhi•32m ago•0 comments

NHS Open Source Policies – All Removed [video]

https://youtube.com/watch?v=dQqFNP39sKM
2•jesprenj•32m ago•2 comments

Bollock to GitHub

https://samthursfield.wordpress.com/2025/11/27/bollocks-to-github/
1•icar•34m ago•0 comments

Stripe had enough of fake 10k MRR posts

https://twitter.com/stripe/status/1993382198851100733
2•marcelbundle•35m ago•0 comments

Show HN: Unified memory across all LLMs

https://hiperyon.com/
1•Ambroise75•35m ago•0 comments

Click to call no longer working (tell:) (on desktop)

https://support.google.com/chrome/thread/214777576/click-to-call-no-longer-working?hl=en
1•chagaif•40m ago•1 comments

Old PC

https://old-pc-x.vercel.app
3•Areibman•44m ago•0 comments

URL in C Puzzle

https://susam.net/url-in-c.html
2•birdculture•52m ago•0 comments

Finding the grain of sand in a heap of Salt

https://blog.cloudflare.com/finding-the-grain-of-sand-in-a-heap-of-salt/
1•privacyops•54m ago•0 comments

Is psql's scripting language Turing complete? Or: Fibonacci in psql

https://www.enterprisedb.com/blog/psqls-scripting-language-turing-complete-or-fibonacci-psql
2•ingve•54m ago•0 comments

DNS Firewalling with MISP and Technitium DNS Server

https://zaferbalkan.com/technitium-misp/
4•feldrim•56m ago•2 comments

Ray Marching Soft Shadows in 2D

https://www.rykap.com/2020/09/23/distance-fields/
11•memalign•1h ago•0 comments

Git commit-based annual performance reviewer [video]

https://youtube.com/shorts/9OpklP_TtCY
1•javaskrrt•1h ago•0 comments

You Are Insignificant. That's a Good Thing

https://www.joanwestenberg.com/p/you-are-insignificant-that-s-a-good-thing
4•gpi•1h ago•0 comments

The High Price of Environmental Responsibility

https://rodgercuddington.substack.com/p/the-high-price-of-environmental-responsibility
2•freespirt•1h ago•1 comments

An LED panel that shows the aviation around you

https://github.com/AxisNimble/TheFlightWall_OSS
1•yzydserd•1h ago•0 comments

Artificial muscles, or Robotics 2.0 (RU) (Anthropomorphic robotics)

https://habr.com/ru/articles/969722/
1•chromoblob•1h ago•1 comments