HN user

enether

418 karma
Posts39
Comments134
View on HN
getkafkanated.substack.com 2mo ago

Nobody Understands Kafka Costs

enether
1pts0
buf.build 2mo ago

Bufstream Sold to CoreWeave

enether
3pts0
www.redpanda.com 2mo ago

Profile guided compiler optimization leads to 47% lower p99.9 in Redpanda

enether
2pts0
topicpartition.io 3mo ago

Ursa – a new Iceberg-first storage engine for Kafka

enether
3pts2
kafka-options-explorer.conduktor.io 3mo ago

Kafka Options Explorer

enether
1pts1
getkafkanated.substack.com 5mo ago

How KIP-881 and KIP-392 Reduce Inter-AZ Networking Costs in Classic Kafka

enether
1pts0
www.tinybird.co 5mo ago

Nobody Ever Got Fired for Buying Confluent

enether
2pts0
wesmckinney.com 5mo ago

Why Not?

enether
4pts0
blog.tansu.io 6mo ago

Small Kafka: Tansu and SQLite on a Free T3.micro (AWS Free Tier)

enether
2pts0
www.tinybird.co 6mo ago

When to Use a Columnar Database

enether
2pts1
bigdata.2minutestreaming.com 8mo ago

Kafka is Topping Out (as a business)

enether
2pts0
blog.2minutestreaming.com 8mo ago

No one will tell you the real cost of Kafka (2024)

enether
2pts0
topicpartition.io 8mo ago

Kafka is Fast – I'll use Postgres

enether
561pts401
www.reuters.com 9mo ago

Confluent Explores Sale

enether
1pts0
www.tinybird.co 9mo ago

Sonnet 4.5 ranks #25 (below other Claude models) in generating SQL

enether
2pts1
blog.streambased.io 10mo ago

Why Kafka and Iceberg Will Define the Next Decade of Data Infrastructure

enether
4pts0
aiven.io 11mo ago

Iceberg Topics for Kafka

enether
2pts0
bigdata.2minutestreaming.com 11mo ago

Why was Apache Kafka created?

enether
201pts221
christian.gen.co 1y ago

I Lowered the CO2 in My House

enether
3pts0
github.com 1y ago

Neoq – a queue-agnostic background job library for Go

enether
1pts2
news.ycombinator.com 1y ago

Ask HN: What's your go-to message queue in 2025?

enether
66pts97
stanislavkozlovski.com 1y ago

Mutually Beneficial Group Lies

enether
3pts0
buf.build 1y ago

Cheap Kafka is cool. Schema-driven development with Kafka is cooler

enether
1pts0
cwiki.apache.org 1y ago

KIP-1150: Diskless Kafka Topics

enether
32pts3
stanislavkozlovski.medium.com 1y ago

Why Open Source Software Should Invest in Evangelism (2018)

enether
1pts0
www.investors.com 1y ago

Snowflake reportedly eyeing a Redpanda acquisition

enether
2pts0
news.ycombinator.com 1y ago

Should we expect S3 to lower prices?

enether
5pts8
news.ycombinator.com 1y ago

Have you ever went out of your way to optimize for taxes?

enether
2pts4
blog.2minutestreaming.com 1y ago

AWS Data Transfer Costs in 2 Minutes

enether
1pts0
news.ycombinator.com 1y ago

What would it take for Bitcoin to fail?

enether
11pts45

The permission thing is a killer to productivity, if you're running Claude I think it's more efficient to just run in a disposable sandbox (like exe.dev[1]) or in some form of docker container with permissions you're personally ok taking the risk with on a personal machine[2]

[1] https://exe.dev/ is a new cloud provider with some very useful agent UX [2] - I built https://github.com/stanislavkozlovski/dclaude/ for this; not perfect but gets my job done on the rare occassion I need to run the coding agent locally

Yeah, which is why this Ursa-for-Kafka (UFK) fork can be a drop-in replacement. It holds both the classic Kafka topics with disks, and the Ursa engine topics that have higher latency.

I agree with your assessment re: latency. I've been very vocal about this ever since this type of architecture came out.

EFF is leaving X 3 months ago

It could also be that the world as a whole cares less about privacy today than they did seven years ago. Without a relative measurement from a similar platform, it's a bit of an empty statement

One thing that has certainly changed is that algorithms have become more aggressive. If your content isn't performing well, it gets hidden much faster and more aggressively than before. This makes sense when you consider it from the PoV of the platforms (they have much more content to choose from)

A very in-depth tool that acts as a easily browse-able reference to many Apache Kafka internals like configuration options, error types, the wire format (by version), config advice and version upgrade diffs.

They make $8-9B a year (~90% profit margins) selling software to mainframes, which were deployed ages ago but still have to be maintained because critical COBOL business code was written on their systems - and migration is too riskly/costly.

To give you an idea:

- of the risk in regulated industries like banking: a UK bank was once fined *$62 million* for botching a mainframe migration and causing downtime. - of the difficulty and risk in non-tech industries: Australia once spent *$120 million* trying to migrate its social security system off mainframes... and failed.

Mainframes are not their only business, of course, but it's a major cash cow that's under appreciated. I, for one, didn't know that business keeps growing.

Coincidentally, I wrote about the topic of mainframes with relation to IBM's acquisition of Confluent here today: https://blog.2minutestreaming.com/p/ibm-confluent-acquisitio...

I think it's worth it to build your own miniaturized versions of OpenClaw/claw-like agents. It's easy enough to build and the confidence of it being in a language you're familiar with, small enough surface area to limit risk, etc. seems worth it imo

+1.

Bluesky is a left-leaning political mess - I strictly follow tech-only accounts yet get posts on the timeline about what this week's monstrous White House act was. This is not a judgement against the left, but rather against Bluesky.

As another example - the Bitcoin/cypherpunk community went to Nostr. Nostr today is the same slop as Bitcoin Twitter was before. It has a tiny bit more of an organic feel to it - but it basically spiralled to the same cookie-cutter attention-grabbing content. Things like mindless cat videos.

X as we know is already problematic.

Basically the current state is that all platforms suck

I didn't use AI in writing the post.

I did some research with it, and used it to help create the ASCII art a bit. That's about it.

I was afraid that adding the emoji would trigger someone to think it's AI.

In any case, nowadays I basically always get at least one comment calling me an AI on a post that's relatively popular. I assume it's more a sign of the times than the writing...

I was definitely unaware. I suspected something like this may be up when I talked about the zero-review of the apparent PR "I’m not aware of Mongo’s public review practices". This is great to know though. Updating the piece now to mention this and explain the date discrepancy

For Rust-based Kafka alternatives, I like Tansu[1]. It at least provides Kafka API parity, and critically also gives users a pluggable backend (embedded SQLite, S3 for low cost diskless type workloads and Postgres because just use Postgres)

It’s nice to try and out innovate Kafka, but I fear the network effect can’t be beaten unless the alternative is 10x better.

Something like Warpstream’s architecture[2] had a shot at dethroning Kafka, but critically even they adopted the Kafka API. Sure enough, Apache Kafka introduced a competing feature[3] within two years of warpstreams launch too.

[1] https://github.com/tansu-io/tansu [2] - https://www.warpstream.com/ [3] - https://topicpartition.io/blog/kip-1150-diskless-topics-in-a...

Aren't nanoplastics a larger concern?

All microplastics out in the open will degrade to nanoplastics at some point, and those find it much easier to infiltrate the human body. They penetrate the blood-brain barrier.

This leads me to believe that it's literally impossible to avoid. The air/water supply must be getting more poluted by the minute with these things