<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: jackbauer24</title><link>https://news.ycombinator.com/user?id=jackbauer24</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 08:10:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jackbauer24" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jackbauer24 in "AutoMQ: A Cloud-Native Kafka Alternative with 95% Cost Savings over Confluent"]]></title><description><![CDATA[
<p>I agree with you. If we have more data, it can definitely be more cost-effective.</p>
]]></description><pubDate>Thu, 19 Dec 2024 03:51:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=42458268</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=42458268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42458268</guid></item><item><title><![CDATA[New comment by jackbauer24 in "Ask HN: Why do message queue-based architectures seem less popular now?"]]></title><description><![CDATA[
<p>Regarding this issue, I have some observations of my own. I've noticed that systems based on queues, such as Kafka, AMQP, etc., are still very widespread, for example in vehicle networking, transaction systems, and so on. I recently encountered a customer deploying Kafka on AWS, with monthly consumption of Kafka-related computing storage exceeding $1 million. The cluster scale is huge, containing various system events, logs, etc. I've also seen customers building IoT platforms based on Kafka. Kafka has become very central to the IoT platform, and any problems can cause the entire IoT platform to be unavailable. I personally have written over 80% of the code for Apache RocketMQ, and today I have created a new project, AutoMQ (<a href="https://github.com/AutoMQ/automq">https://github.com/AutoMQ/automq</a>). At the same time, we also see that competition in this field is very fierce. Redpanda, Confluent, WarpStream, StreamNative, etc., are all projects built based on the Kafka ecosystem. Therefore, the architecture based on message queues has not become obsolete. A large part of the business has transformed into a Streaming form. I think Streaming and MQ are highly related. Streaming leans more towards data flow, while MQ leans more towards individual messages.</p>
]]></description><pubDate>Wed, 19 Jun 2024 11:36:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=40727262</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40727262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40727262</guid></item><item><title><![CDATA[New comment by jackbauer24 in "The Space of Possible Minds"]]></title><description><![CDATA[
<p>wow</p>
]]></description><pubDate>Thu, 16 May 2024 03:04:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=40374821</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40374821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40374821</guid></item><item><title><![CDATA[New comment by jackbauer24 in "Tiered storage won't fix Kafka"]]></title><description><![CDATA[
<p>Have you seen AutoMQ's approach(<a href="https://github.com/AutoMQ/automq">https://github.com/AutoMQ/automq</a>)? 
It is hard to believe that users can tolerate a produce message latency of hundreds of milliseconds with WarpStream. As the Co-founder & CEO of AutoMQ, we have engaged with hundreds of users, many of whom are seeking both speed and reliability. So We require a stateless broker solution that is fully compatible with Apache Kafka, while also excelling in terms of low latency and cost effectiveness on cloud infrastructure.</p>
]]></description><pubDate>Tue, 30 Apr 2024 10:30:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=40209349</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40209349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40209349</guid></item><item><title><![CDATA[New comment by jackbauer24 in "Streaming Platform Comparision:Kafka/Confluent/Pulsar/AutoMQ/Redpanda/Warpstream"]]></title><description><![CDATA[
<p>The following explanation from Strimzi about the difficulty of implementing autoscaling in Kubernetes can also be applied to answer this question. Using spot instances requires the computing layer to be stateless.<p>ref:<a href="https://github.com/orgs/strimzi/discussions/6635">https://github.com/orgs/strimzi/discussions/6635</a><p>For Kafka brokers, auto-scaling is complicated because of their architecture. Adding or removing brokers is simple. But directing some load to them is complicated because they are in a way form of data storage. And moving the whole partitions between brokers is expensive. The partitions often contain huge amounts of data which need to be shifted from one broker to another - that will take time, it will have a performance penalty on the other traffic and possibly cost even real money for the data transfers.</p>
]]></description><pubDate>Mon, 29 Apr 2024 07:11:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=40195415</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40195415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40195415</guid></item><item><title><![CDATA[New comment by jackbauer24 in "Streaming Platform Comparision:Kafka/Confluent/Pulsar/AutoMQ/Redpanda/Warpstream"]]></title><description><![CDATA[
<p>The table summarizes the differences between various streaming platforms. It highlights how different technical architecture choices can lead to different end results. What are your thoughts on this table?</p>
]]></description><pubDate>Mon, 29 Apr 2024 06:51:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=40195281</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40195281</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40195281</guid></item><item><title><![CDATA[Streaming Platform Comparision:Kafka/Confluent/Pulsar/AutoMQ/Redpanda/Warpstream]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/AutoMQ/automq/wiki/AutoMQ-vs-Other-Streaming-Platforms">https://github.com/AutoMQ/automq/wiki/AutoMQ-vs-Other-Streaming-Platforms</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40195195">https://news.ycombinator.com/item?id=40195195</a></p>
<p>Points: 27</p>
<p># Comments: 4</p>
]]></description><pubDate>Mon, 29 Apr 2024 06:38:58 +0000</pubDate><link>https://github.com/AutoMQ/automq/wiki/AutoMQ-vs-Other-Streaming-Platforms</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40195195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40195195</guid></item><item><title><![CDATA[New comment by jackbauer24 in "Ask HN: Is the Job Market Still Tough for You?"]]></title><description><![CDATA[
<p>I completely empathize with your situation. It can indeed be frustrating when you're on a job hunt and going through what you're experiencing. But don't lose hope. You're not alone in this. The pandemic has had a profound impact on job markets globally, and many people are looking for new opportunities.<p>Firstly, I suggest revisiting your CV. Perhaps you could get a professional resume consultant or a trusted friend to take a look at it. They might provide some valuable feedback. Also, try tailoring your cover letters and CVs to match the requirements of each job. This could potentially increase your success rate.<p>Secondly, try broadening your job search channels. In addition to traditional job websites, consider participating in industry-related online events or forums. This could not only expand your network but also possibly uncover some hidden job opportunities.<p>Lastly, regarding your job gap, you can explain in interviews that it was due to the pandemic. I believe most employers would understand. Meanwhile, you could use this time to upskill or do some volunteer work, so your CV won't look empty.<p>Remember, everyone faces setbacks on their job-seeking journey. The key is to maintain a positive attitude and keep learning and improving. Good luck!</p>
]]></description><pubDate>Fri, 26 Apr 2024 04:13:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=40165889</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40165889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40165889</guid></item><item><title><![CDATA[New comment by jackbauer24 in "Paying for it doesn't make it a market"]]></title><description><![CDATA[
<p>This article has been very helpful in helping me re-understand the 'market'.</p>
]]></description><pubDate>Mon, 22 Apr 2024 13:11:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=40114019</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40114019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40114019</guid></item><item><title><![CDATA[New comment by jackbauer24 in "Ask HN:What are the jobs that are repetitive and will be taken over by AI?"]]></title><description><![CDATA[
<p>No job will be completely replaced. However, with the advent of AI, many jobs have become easier, and therefore the number of positions has decreased, such as designers.</p>
]]></description><pubDate>Thu, 18 Apr 2024 06:21:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=40073489</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40073489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40073489</guid></item><item><title><![CDATA[New comment by jackbauer24 in "This is a teenager"]]></title><description><![CDATA[
<p>I am familiar with this documentary. The current presentation style is quite spectacular.</p>
]]></description><pubDate>Wed, 17 Apr 2024 02:45:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=40059889</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40059889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40059889</guid></item><item><title><![CDATA[New comment by jackbauer24 in "Learn OAuth by building a client with Node.js"]]></title><description><![CDATA[
<p>I like this, oauth has a certain threshold, whether this can run in the browser or not</p>
]]></description><pubDate>Wed, 17 Apr 2024 02:15:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=40059712</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40059712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40059712</guid></item><item><title><![CDATA[New comment by jackbauer24 in "Show HN: Generate Images in Seconds, Without Limits, One Purchase"]]></title><description><![CDATA[
<p>I used to generate images using gpt, which took a long time, and I was happy to pay if I could do it for a few seconds.</p>
]]></description><pubDate>Tue, 16 Apr 2024 12:49:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=40051259</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40051259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40051259</guid></item><item><title><![CDATA[New comment by jackbauer24 in "Using ClickHouse to scale an events engine"]]></title><description><![CDATA[
<p>scale is becoming more and more important, not just for cost, but also as a key technology feature to help deal with unexpected traffic and reduce the cost of manual operations.</p>
]]></description><pubDate>Fri, 12 Apr 2024 02:11:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=40008789</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=40008789</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40008789</guid></item><item><title><![CDATA[New comment by jackbauer24 in "Show HN: AutoMQ - A Cost-Effective Kafka Distro That Can Autoscale in Seconds"]]></title><description><![CDATA[
<p>Scaling Kafka has always been a headache for me, but seeing AutoMQ storing data entirely on S3, making Brokers stateless, no longer needing to migrate data for Kafka scaling. Awesome.</p>
]]></description><pubDate>Mon, 08 Apr 2024 09:48:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=39968005</link><dc:creator>jackbauer24</dc:creator><comments>https://news.ycombinator.com/item?id=39968005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39968005</guid></item></channel></rss>