frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Monetizing the Golden Age of Short Selling

https://www.alphanume-research.com/p/monetizing-the-golden-age-of-short
1•alphanume•6m ago•0 comments

Show HN: Flint – A C/C++ build system and package manager written in pure C

https://github.com/mainak55512/flint
1•mbhatt99•7m ago•0 comments

Show HN: Tinysandbox-JS-Runtime - JS in WASM in v8

https://github.com/danthegoodman1/tinysandbox/tree/main/tinysandbox-js-runtime
1•dangoodmanUT•8m ago•0 comments

Seattle light rail became first floating passenger train

https://www.seattletimes.com/seattle-news/transportation/how-seattle-light-rail-became-worlds-fir...
1•k-ian•9m ago•0 comments

Coyote vs. Acme (also, for free, my take on The Odyssey)

https://statmodeling.stat.columbia.edu/2026/08/30/coyote-vs-acme-also-for-free-my-take-on-the-ody...
1•Tomte•10m ago•0 comments

The baffling science of SSRIs: how do they work?

https://www.nature.com/articles/d41586-026-02570-w
1•cwwc•11m ago•0 comments

Who Are We Now?

https://jessitron.com/2026/08/30/who-are-we-now/
1•ingve•12m ago•0 comments

Reward Guided Speculative Decoding

https://arxiv.org/abs/2506.04118
1•E-Reverance•13m ago•0 comments

'They shot all their weapons; they trashed their ships; they ran out of money'

https://www.theguardian.com/us-news/2026/aug/27/trump-iran-war-navy-budget
1•cwwc•13m ago•0 comments

Revise, a zero code, desktop ML platform, revolutionizing ML model creation

https://www.revise.live/
1•Aadi_Ajmire•14m ago•0 comments

Show HN: AbracadaNames – a multilingual, data-driven wall of first names

https://abracadanames.com/
1•PopFlamingo•16m ago•0 comments

Superhuman AI coding still makes software worse

https://www.williamangel.net/blog/2026/08/29/superhuman-AI-coding-still-makes-software-worse.html
1•datadrivenangel•17m ago•1 comments

Anubis' Design

https://anubis.techaro.lol/docs/design/how-anubis-works
2•gurjeet•18m ago•0 comments

Debian: Retiring from the Project (Vv221)

https://lists.debian.org/debian-project/2026/08/msg00041.html
4•tosh•25m ago•1 comments

Show HN: Text Logo – create text logos and wordmarks in the browser

https://textlogo.app
1•paidx•26m ago•0 comments

Rotating Boxes

https://openprocessing.org/@3ur3k4/2847445
2•bookofjoe•27m ago•0 comments

Markets do not punish firms for maintaining DEI [pdf]

https://democracypolicylab.berkeley.edu/wp-content/uploads/2026/08/folsz_grumbach_dei.pdf
2•anigbrowl•27m ago•0 comments

Good Luck, Have Fun, Don't Die: Sam Rockwell Lifts an Absurdist AI Sci-Fi Satire

https://apnews.com/article/good-luck-have-fun-dont-die-review-8c9e0815b189a2395bedf58c704cc239
3•walterbell•30m ago•0 comments

Being kicked out of the tech industry

https://www.jacky.wtf/essays/2026/kicked-out/
5•signa11•31m ago•1 comments

Google's Obedience to Trump's "Lake America" Order Follows a Depressing Pattern

https://www.motherjones.com/politics/2026/08/google-lake-ontario-america-maps-rename-capitulation/
17•cdrnsf•34m ago•6 comments

'You'll Never Catch Him '

https://www.nybooks.com/online/2026/08/30/youll-never-catch-him-coyote-vs-acme-road-runner/
2•johntfella•35m ago•0 comments

Build a Reasoning Model Scratch 1: Motivation and Code Setup [video]

https://www.youtube.com/watch?v=Kh9mqTzjuEQ
1•pretext•36m ago•0 comments

The State of Django 2026: Boring is so back

https://blog.jetbrains.com/pycharm/2026/08/the-state-of-django-2026-boring-is-so-back/
3•ferryth•39m ago•0 comments

Article will now be used to start Phase2 of "shut down open source"

https://twitter.com/chamath/status/2094098122637214107
2•bilsbie•39m ago•0 comments

Pure-Rust Headless Browser: 5× Faster, 80% Less Memory Compared to Chromium

https://www.reddit.com/r/browsers/comments/1w2mzsu/i_built_a_headless_browser_for_ai_agents_entir...
2•syumei•40m ago•0 comments

Cheap GPS Jammers Are Filling the World with Navigation Dead Zones

https://www.wsj.com/tech/gps-jammers-dead-zones-e76f3261
7•vinnyglennon•40m ago•2 comments

Semantic invariance testing for AI (Contradish)

https://contradish.com/
1•michelejoseph•41m ago•0 comments

Six Agent Harness Capabilities for Higher Model Performance

https://developer.nvidia.com/blog/six-agent-harness-capabilities-for-higher-model-performance/
3•wslh•42m ago•1 comments

Show HN: Simurg open-source web search for AI agents that aborts hallucinations

https://github.com/doofzoff/SIMURG
1•lebagetdefrance•42m ago•0 comments

Enterprise MCP Gateway: In-Flight PII Redaction and Audit in Go

https://github.com/BenjaminJ/enterprise-mcp-gateway
1•BenjaminJ•44m ago•0 comments
Open in hackernews

Stop Cramming Everything into Postgres

3•saisrirampur•1y ago
Loved the discussion on this hn post few months ago on Postgres for everything. https://news.ycombinator.com/item?id=42347606 I thought I'd share my thoughts over a separate post. I see a bunch of comments: just don’t do it! I’m glad this is becoming mainstream, and people are realizing that Postgres for everything doesn’t work. Don’t get me wrong—I’m a huge Postgres proponent and have spent 10 years helping customers implement it. However, I’m a strong believer in using Postgres for what it’s designed for in first-place. Postgres was designed as a row-based OLTP database, with over 30 years of effort dedicated to making it robust for that use case.

I know there are many extensions attempting to make Postgres support other use cases, such as analytics, queues, and more. Keep in mind that these extensions are relatively recent and aim to retrofit new capabilities onto a database primarily designed for transactional workloads. It’s like adding an F1 car engine to a Toyota Camry — will that work?

Extensions also have many issues—they are not fully Postgres-compatible. In Citus, for example, we added support for the COPY command 4 years into the company, and chasing SQL coverage was a daily challenge for 10 years. Unable to use the full capabilities of Postgres and having to work around numerous unsupported features defeats the purpose of being a Postgres extension. This was a common feedback across Citus customers - when you say Postgres extension, customers are looking for something that supports all Postgres features! Side note for the Postgres extension companies: Chasing Postgres compatibility and world class performance are ginormous problems and are hard to achieve without laser focus on each of them.

On the other hand, you have purpose-built alternatives like ClickHouse, Snowflake for analytics, Redis for caching, and Kafka for queues. These technologies have benefited from decades of development, laser-focused on supporting specific use cases. As a result, they are highly efficient for their intended purposes.

I often hear that these Postgres extensions are expanding the boundaries of what Postgres can do. While I partly agree, I question the extent to which these boundaries are truly being expanded. In this era of AI, where data is growing exponentially, handling scale is critical for any technology. These boundaries will likely be broken very quickly - A data point here is that in my day-to-day now, I'm seeing AI companies use purpose-built technologies like ClickHouse way sooner. A few years ago, it was a Series A or Series B company that would consider a purpose-built database, now it is Seed stage companies. This is because the amount of data / users to be handled has grown tremendously from the get go and companies are preferring solutions that scale with their workload.

Also I keep hearing these Postgres extension companies say Zero ETL in their positioning, which I don't agree. Let’s take a search or an analytics extension where you want to run analytics on your transactional data. You either need to manage a cron to continuously offload the transactional data to the storage format of the extension or if the extension supports logical replication (not all do), you need to have logical replication setup. And logical replication is ETL! It is painful to manage logical replication - fun fact, at PeerDB, Postgres was the second largest target connector as logical replication was painful to manage, at scale. And yes, you could have capabilities which does the conversion in the background, but that is again a ginormous problem, I think only a few fully fledged databases like Vertica have this feature.

TL;DR: Please think carefully before choosing the right technology as you scale. Cramming everything into Postgres might not be the best approach for scaling your business.

Comments

gjvc•1y ago
you do not need to use anything/everything you find in there, or anywhere for that matter.
XCSme•1y ago
Most use-cases and people/companies don't have the traffic amount where scaling matters that much, so performance gains will be negligible (or even worse) when using a more complex "specialized" stack.

Yes, if you have a large team, building for scale in a VC-funded company, go for dedicated stacks, but if you are just building a start-up where moving fast is important and architecture quickly changes, any DB will do and will not be the bottleneck.

I use Postgres to cache some responses from APIs (max 100 different documents per month) where latency doesn't matter, so using Redis instead would provide no benefit (will actually make it worse, due to its "worse" persistency and third-party integrations capabilities)