Hacker Newsnew | past | comments | ask | show | jobs | submit | b33f's commentslogin

Maybe a good time to consider alternatives https://www.redpanda.com/compare/redpanda-vs-kafka


I led the engineering team of a large adtech company (TripleLift - order of hundreds of billions of events/day) and we evolved from self hosting Kafka, to paying a vendor (Instacluster), to migrating to RedPanda.

RedPanda was a huge win for us. Confluent never made sense to us since we were always so cost conscious but the complexity/risk of managing a critical part of our infra was always something I worried about. RedPanda was able to handle both for us - cheaper than Kafka hosting vendors with significantly better performance. We were pretty early customers but was a huge win for us.


Same, small martech company. RedPanda works and the pricing allows actually using the service, plus the “source available” isn’t that limiting if you prefer to run your own stuff. Definitely glad to be off kafka prior to this news!


This. Using RP was like a breath of fresh air compared to the dread of Kafka (both local dev, and running a prod cluster)


Last i talked to RedPanda sales while working at a big name client they would not offer us anything below $100k per year for enterprise support etc (us running on our kubernetes). Looks like they added some "serverless" pricing thing now, but at the time Azure Eventhub (kakfa client compatible) was cheapest enterprisy option if I remember correctly.


Hmm. Strange. DM me details. Haven’t heard of anything like that.


We switched to Redpanda's BYOC product because we couldn't use Confluent Cloud (contractual reasons) and BYOC was a third the price of Confluent for Kubernetes while also being a managed service.

I've been pretty happy with RP performance/cost/functionality wise. It isn't Kafka though, it's a proprietary C++ rewrite that aims for 100% compatibility. This hasn't been an issue in the 2+ years since we migrated prod, but YMMV.


Maybe this whole thing it's because Snowflake acquired redpanda earlier this year: https://www.investors.com/news/technology/snowflake-stock-re...


Snowflake did not acquire RP after all.


Oh wow, my bad. Thanks for setting the record straight.


There's a standard perscription price in England, not the UK. in Scotland and Wales there's 0 charges to the patient


Thanks for the correction.


TrueCrypt. free multi-platform open source disk encryption that suddenly disappeared in mysterious circumstances


VeraCrypt is very nearly a drop in replacement.


American brands like Ford typically sold models that were both designed and manufactured in Europe such as the popular Ford Escort and Ford Transit. They are completely different to what is sold in the US.


We’ve been told for years that complex passwords full of symbols are required to be secure, but in reality, length beats complexity almost every time.


Weird choice of examples for the title then. —.COW is both shorter and less complex than the other one.


Oops HN truncated the title, I've fixed it. thanks for the heads up


It's not though, it's written by someone called nothankyou1 https://github.com/jackjackbits/bitchat/graphs/contributors


The commits, viewed outside of GitHub, have:

  Author: jack <no@no.no>
He used a bogus `user.email` git config value, which GitHub matched to the nothankyou1 account.


Is this streaming server-side audio or is the TTS running locally on device ? Can it work offline ?


all server-side

you could build your local TTS using kokoro browser though — https://huggingface.co/spaces/webml-community/kokoro-webgpu


Couchbase mobile has been doing this for over a decade and early versions of membase 15 years ago were using a sqlite backend as a noSQL JSON datastore


I'm using something like this for a small personal project that's only going to have a couple of users. Basically, just an app for myself and my girlfriend for all of the various restaurants, movies, recipes, tv shows, locations, etc. that we plan to go to/do at some point in the future. It's basically just a glorified todo list that uses APIs (TheMovieDataBase, OpenStreetMap, etc.) to grab additional metadata and images to present everything nicely

I want us both to be able to make notes/add ratings to each item, so the set of tables looks like this:

    - TodoItems
    - Notes
    - Ratings
Where every TodoItem can have multiple Ratings/Notes attached. Because each of the TodoItems is going to be of a different type with different metadata depending on the type of item (IMDB/TMDB id, image url, GPS location), and I want it to be extensible in future, its schema has ended up looking like this:

    CREATE TABLE TodoItems (
      id INTEGER PRIMARY KEY NOT NULL,
      kind TEXT NOT NULL,
      metadata BLOB NOT NULL
    );
With SQLite's json manipulation functions, it's actually pretty pleasant to work with. As it grows I might end up adding some indexes, but for now the performance seems like it will be fine for this very low traffic use case. And it makes deployment and backups incredibly simple.


Postgres added native support for JSON in 2012. People have been using RDBMS to store denormalized data and even as a key-value store for way longer than that. In fact, it's very hard not to do that


Aiko is a free app for iOS and macOS that also uses whisper for local TTS


No Place to Hide By Glenn Greenwald and Uncanny Valley By Anna Wiener


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: