<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: rudderdev</title><link>https://news.ycombinator.com/user?id=rudderdev</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 17:48:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rudderdev" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rudderdev in "False claims in a widely-cited paper"]]></title><description><![CDATA[
<p>Peer reviews need to be more transparent and accountable. Otherwise, we are sure to lose to the misinformation war that is rapidly reaching its peak, thanks but no thanks to AI.</p>
]]></description><pubDate>Thu, 26 Mar 2026 05:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47527063</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=47527063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47527063</guid></item><item><title><![CDATA[New comment by rudderdev in "Uber and Walmart customer data at risk as its vendor Woflow gets compromised"]]></title><description><![CDATA[
<p>Agree. SOC2 is becoming a standard these days. No SOC2, no enterprise customer.</p>
]]></description><pubDate>Fri, 13 Mar 2026 11:21:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47362923</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=47362923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47362923</guid></item><item><title><![CDATA[Uber and Walmart customer data at risk as its vendor Woflow gets compromised]]></title><description><![CDATA[
<p>Article URL: <a href="https://securityboulevard.com/2026/03/shinyhunters-claims-woflow-breach-what-it-means-for-saas-supply-chain-security/">https://securityboulevard.com/2026/03/shinyhunters-claims-woflow-breach-what-it-means-for-saas-supply-chain-security/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47271790">https://news.ycombinator.com/item?id=47271790</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 06 Mar 2026 06:53:42 +0000</pubDate><link>https://securityboulevard.com/2026/03/shinyhunters-claims-woflow-breach-what-it-means-for-saas-supply-chain-security/</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=47271790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47271790</guid></item><item><title><![CDATA[New comment by rudderdev in "The Brand Age"]]></title><description><![CDATA[
<p>I never understood the demand for luxury watch businesses.
From what I have heard, it is widely used as a tool to transfer value (read $$ laundering). I do not know how prominent it is but if so then we might want to look at it from the utility perspective (to achieve that goal) than the "brand" story.</p>
]]></description><pubDate>Fri, 06 Mar 2026 06:40:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47271688</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=47271688</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47271688</guid></item><item><title><![CDATA[New comment by rudderdev in "Show HN: ÆTHRA – Writing Music as Code"]]></title><description><![CDATA[
<p>How to use it? Why does it not have any guide on how to use it?</p>
]]></description><pubDate>Mon, 02 Feb 2026 04:28:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46852405</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=46852405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46852405</guid></item><item><title><![CDATA[New comment by rudderdev in "Mecha Comet – Open Modular Linux Handheld Computer"]]></title><description><![CDATA[
<p>Open Hardware + Open Software is good enough for me to hit the buy button.
Seems like a good toy, I hope I don't lose interest within a month of buying.</p>
]]></description><pubDate>Thu, 29 Jan 2026 07:24:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46806896</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=46806896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46806896</guid></item><item><title><![CDATA[Tell HN: My Experience with Vertical Pod Autoscaler (VPA) in 2025]]></title><description><![CDATA[
<p>It was counter-intuitive to see this much cost saving by vertical scaling, by increasing CPU. VPA played a big role in this. If you are exploring to use VPA in production, I hope my experience helps you learn a thing or two. Do share your experience as well for a well-rounded discussion.<p># Background (The challenge and the subject system)<p>My goal was to improve performance/cost ratio for my Kubernetes cluster. For performance, the focus was on increasing throughput.<p>The operations in the subject system were primarily CPU-bound, we had a good amount of spare memory available at our disposal. Horizontal scaling was not possible architecturally. If you want to dive deeper, here's the code for key components of the system (and architecture in readme) - https://github.com/rudderlabs/rudder-server, https://github.com/rudderlabs/rudder-transformer, https://github.com/rudderlabs/rudderstack-helm.<p>For now, all you need to understand is that the Network IO was the key concern in scaling as the system's primary job was to make API calls to various destination integrations. Throughput was more important than latency.<p># Solution<p>Increasing CPU when needed. Kuberenetes Vertical Pod Autoscaler (VPA) was the key tool that helped me drive this optimization. VPA automatically adjusts the CPU and memory requests and limits for containers within pods.<p># What I liked about VPA<p>* I like that VPA right-sizes from live usage and—on clusters with in-place pod resize—can update requests without recreating pods, which lets me be aggressive on both scale-up and scale-down improving bin-packing and cutting cost.<p>* Another thing I like about VPA is that I can run multiple recommenders and choose one per workload via spec.recommenders, so different usage patterns (frugal, spiky, memory-heavy) get different percentiles/decay without per-Deployment knobs.<p># My challenge with VPA<p>One challenge I had with VPA is limited per-workload tuning (beyond picking the recommender and setting minAllowed/maxAllowed/controlledValues), aggressive request changes can cause feedback loops or node churn; bursty tails make safe scale-down tricky; and some pods (init-heavy etc) still need carve-outs.<p>That's all for today. Happy to hear your thoughts, questions, and probably your  own experience with VPA. I did learn that k8s team is working on some of these feedback and we might see it get solved in 2026.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46510959">https://news.ycombinator.com/item?id=46510959</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 06 Jan 2026 11:09:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46510959</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=46510959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46510959</guid></item><item><title><![CDATA[New comment by rudderdev in "Show HN: I built a minimal open-source CMS (FREE)"]]></title><description><![CDATA[
<p>Looks like a great work. My main concern with CMS is SEO/GEO.
Where would this stand in terms of SEO/GEO?
Any particular reason to choose Next.js? Could there have ben a better choice to optimize for SEO/GEO?</p>
]]></description><pubDate>Fri, 02 Jan 2026 12:20:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46464075</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=46464075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46464075</guid></item><item><title><![CDATA[Personalization from Matrix Factorization to LLMs]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.rudderstack.com/blog/future-of-personalization-matrix-factorization-llms/">https://www.rudderstack.com/blog/future-of-personalization-matrix-factorization-llms/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46463769">https://news.ycombinator.com/item?id=46463769</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 02 Jan 2026 11:33:09 +0000</pubDate><link>https://www.rudderstack.com/blog/future-of-personalization-matrix-factorization-llms/</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=46463769</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46463769</guid></item><item><title><![CDATA[New comment by rudderdev in "Revolut hits $75B valuation"]]></title><description><![CDATA[
<p>The UK neobank completed a share sale at a $75 billion valuation, up from $45 billion last year Bloomberg, led by Coatue, Fidelity, and—wait for it—Nvidia's NVentures PYMNTS.com. Because apparently Nvidia is now just investing in everything that moves.<p>Revolut's 2024 revenue grew 72% to $4 billion with profit before tax increasing 149% to $1.4 billion Disruption Banking. Unlike most fintech darlings, they're actually profitable and growing fast across 65 million customers.<p>But here's the kicker: this is a secondary sale—meaning existing shareholders are cashing out. When insiders are selling at these valuations, it's worth asking who's buying the peak. Especially when traditional banks are still struggling to innovate and Revolut is building a global bank from scratch.<p>The company is solid, but $75 billion for a neobank? That's more than many established global banks. The fintech premium is alive and well, even as the AI bubble inflates around it. What do you think?</p>
]]></description><pubDate>Tue, 25 Nov 2025 04:47:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46042431</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=46042431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46042431</guid></item><item><title><![CDATA[Revolut hits $75B valuation]]></title><description><![CDATA[
<p>Article URL: <a href="https://news.crunchbase.com/fintech/revolut-valuation-spikes-secondary-share-sale/">https://news.crunchbase.com/fintech/revolut-valuation-spikes-secondary-share-sale/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46042430">https://news.ycombinator.com/item?id=46042430</a></p>
<p>Points: 3</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 25 Nov 2025 04:47:31 +0000</pubDate><link>https://news.crunchbase.com/fintech/revolut-valuation-spikes-secondary-share-sale/</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=46042430</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46042430</guid></item><item><title><![CDATA[New comment by rudderdev in "The Case Against PGVector"]]></title><description><![CDATA[
<p>As others have commented, all the mentioned issues are resolved, I will favour in using the PGVector.
If Postgres can be a good choice over Kafka to deliver 100k events/sec [1], then why not PGVector over Chroma or other specialized vector search (unless there is a specific requirement that can't be solved wit minor code/config changes)!<p>[1] Ref: <a href="https://news.ycombinator.com/item?id=44659678">https://news.ycombinator.com/item?id=44659678</a></p>
]]></description><pubDate>Mon, 03 Nov 2025 14:46:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45799547</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=45799547</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45799547</guid></item><item><title><![CDATA[New comment by rudderdev in "Kafka is Fast – I'll use Postgres"]]></title><description><![CDATA[
<p>Discussion on the same topic "Postgres over Kafka" - <a href="https://news.ycombinator.com/item?id=44445841">https://news.ycombinator.com/item?id=44445841</a></p>
]]></description><pubDate>Wed, 29 Oct 2025 15:24:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=45748054</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=45748054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45748054</guid></item><item><title><![CDATA[Standard event schema for AI product analytics]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.rudderstack.com/blog/ai-product-analytics-privacy/">https://www.rudderstack.com/blog/ai-product-analytics-privacy/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45723907">https://news.ycombinator.com/item?id=45723907</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 27 Oct 2025 17:32:49 +0000</pubDate><link>https://www.rudderstack.com/blog/ai-product-analytics-privacy/</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=45723907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45723907</guid></item><item><title><![CDATA[New comment by rudderdev in "Bots are getting good at mimicking engagement"]]></title><description><![CDATA[
<p>Bots everywhere</p>
]]></description><pubDate>Wed, 15 Oct 2025 16:45:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45595251</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=45595251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45595251</guid></item><item><title><![CDATA[New comment by rudderdev in "[dead]"]]></title><description><![CDATA[
<p>Agree. The resistance has become exhausting.
The solution cannot be just to ask businesses to not collect data.
The solution has to be orthogonal.
Maybe one solution can be to develop new tools that act as a seamless filter/mask between us vs the party collecting data ensuring we have to think less at the same time fulfilling the requirement by the party collecting data.</p>
]]></description><pubDate>Mon, 13 Oct 2025 02:24:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45564130</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=45564130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45564130</guid></item><item><title><![CDATA[Ask HN: What metrics do you measure for your AI features]]></title><description><![CDATA[
<p>Do you measure metrics for the new AI feature or product you launched? 
What metrics do you measure?
What do they help you achieve?<p>No need to make an exhaustive list, sharing even one can help the discussion.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45564089">https://news.ycombinator.com/item?id=45564089</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 13 Oct 2025 02:17:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45564089</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=45564089</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45564089</guid></item><item><title><![CDATA[New comment by rudderdev in "Ask HN: What are you working on? (October 2025)"]]></title><description><![CDATA[
<p>I have found a hack. If you wait long enough, someone will build what you wanted to build :)<p>Thanks for building this. I am trying to set it up but facing this issu<p>> `torch` (v2.3.1) only has wheels for the following platforms: `manylinux1_x86_64`, `manylinux2014_aarch64`, `macosx_11_0_arm64`, `win_amd64`</p>
]]></description><pubDate>Mon, 13 Oct 2025 01:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=45563989</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=45563989</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45563989</guid></item><item><title><![CDATA[New comment by rudderdev in "Tangled, a Git collaboration platform built on atproto"]]></title><description><![CDATA[
<p>Not receiving the signup code on email for tangled.org</p>
]]></description><pubDate>Sat, 11 Oct 2025 13:30:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45548982</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=45548982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45548982</guid></item><item><title><![CDATA[Ask HN: Why is Singapore leading in AI adoption]]></title><description><![CDATA[
<p>I was reading Anthropic's enterprise AI adoption report. And Singapore seems to lead (as per their economic index), adoption by working population.
Why is that and how does it feel like? Anyone from Singapore, would love to hear your thoughts.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45470953">https://news.ycombinator.com/item?id=45470953</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 04 Oct 2025 06:15:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45470953</link><dc:creator>rudderdev</dc:creator><comments>https://news.ycombinator.com/item?id=45470953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45470953</guid></item></channel></rss>