<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: alexeldeib</title><link>https://news.ycombinator.com/user?id=alexeldeib</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 08:28:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=alexeldeib" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by alexeldeib in "Nvidia greenboost: transparently extend GPU VRAM using system RAM/NVMe"]]></title><description><![CDATA[
<p>KV cache is, well, a cache that can fill up and trigger eviction. You require enough space to execute at least 1 fwd pass of 1 request at your context length. KV cache hits reduce TTFT by avoiding prefill. You don’t get to skip decode.<p>MoE is kinda related in terms of lower usage requirements vs a dense model of same total param size, but I think your mental model is a bit off.</p>
]]></description><pubDate>Thu, 19 Mar 2026 03:08:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47434420</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=47434420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47434420</guid></item><item><title><![CDATA[New comment by alexeldeib in "Ask HN: Senior people, how did your career evolve?"]]></title><description><![CDATA[
<p>“It depends”: what’s your prior experience, what kind of roles interest you, how big is the gap between what you have + a little ML knowledge/side projects?<p>I’d argue there’s a big need for people with solid fundamental CS, sysadmin, infra skills who can bridge the gap into ML practitioner/researcher understanding. Applications or inference generally are probably easiest to break into, especially if you already have service knowledge. If you want to work on distributed training or kernel/model optimization, you probably need to prove your chops there.<p>Neoclouds, startups in the AI space, maybe hw vendors are probably good places to look.</p>
]]></description><pubDate>Tue, 11 Nov 2025 17:55:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45890534</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=45890534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45890534</guid></item><item><title><![CDATA[New comment by alexeldeib in "Show HN: Katakate – Dozens of VMs per node for safe code exec"]]></title><description><![CDATA[
<p>as someone in the space this ticks a lot of boxes: kubernetes-native, strong isolation, python sdk (ideal for ML scenarios). devmapper is a nice ootb approach.<p>Glancing at the readme, is your business model technical support? Or what's your plan with this?<p>Anything interesting to share around startup time for large artifacts, scaling, passing through persistent storage (or GPUs) to these sandboxes?<p>Curious what things like 'Multi-node cluster capabilities for distributed workloads' mean exactly? inter-VM networking?</p>
]]></description><pubDate>Tue, 21 Oct 2025 17:09:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45658355</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=45658355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45658355</guid></item><item><title><![CDATA[New comment by alexeldeib in "Apple M5 chip"]]></title><description><![CDATA[
<p>Fun one: <a href="https://incident.io/blog/festive-macbooks" rel="nofollow">https://incident.io/blog/festive-macbooks</a></p>
]]></description><pubDate>Wed, 15 Oct 2025 18:45:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45596802</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=45596802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45596802</guid></item><item><title><![CDATA[New comment by alexeldeib in "Ask HN: Abandoned/dead projects you think died before their time and why?"]]></title><description><![CDATA[
<p>Oh nice! I just had an excuse to try mojo via max inference, it was pretty impressive. Basically on par with vllm for some small benchmarks, bit of variance in ttft and tpot. Very cool!</p>
]]></description><pubDate>Sun, 12 Oct 2025 04:43:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45555296</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=45555296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45555296</guid></item><item><title><![CDATA[New comment by alexeldeib in "Ask HN: Abandoned/dead projects you think died before their time and why?"]]></title><description><![CDATA[
<p>ouch, last “recent update” in 2023. Any idea what happened?</p>
]]></description><pubDate>Sun, 12 Oct 2025 00:48:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45554104</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=45554104</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45554104</guid></item><item><title><![CDATA[New comment by alexeldeib in "AMD signs AI chip-supply deal with OpenAI, gives it option to take a 10% stake"]]></title><description><![CDATA[
<p>Larger memory, weaker comms. You can optimize for this by doing things like increasing batch size/data parallelism vs sharding schemes with more comms.<p>At scale training won’t be able to avoid comms entirely, while many models can fit in a single MI300 for serving.</p>
]]></description><pubDate>Mon, 06 Oct 2025 13:36:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45491279</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=45491279</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45491279</guid></item><item><title><![CDATA[New comment by alexeldeib in "PlanetScale for Postgres is now GA"]]></title><description><![CDATA[
<p>can't speak to GCP specifically but usually the issue is they are host-attached and can't be migrated, so need to be wiped on VM termination or migration -- that's when you lose data.<p>Reboots typically don't otherwise do anything special unless they also trigger a host migration. GCP live migration has some mention of support though<p>GCP mentions data persists across reboots here <a href="https://cloud.google.com/compute/docs/disks/local-ssd#data_persistence" rel="nofollow">https://cloud.google.com/compute/docs/disks/local-ssd#data_p...</a><p>note that stop/terminate via cloud APIs usually releases host capacity for other customers and would trigger data wipe, a guest initiated reboot typically will not.</p>
]]></description><pubDate>Mon, 22 Sep 2025 16:57:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=45336226</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=45336226</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45336226</guid></item><item><title><![CDATA[New comment by alexeldeib in "About Containers and VMs"]]></title><description><![CDATA[
<p>yeah, the system/application distinction feels somewhat superficial. The “multiple user space” inside a container thing sounds interesting (not sure what that means exactly), but maybe more similar to a Kubernetes pod, except maybe instead of different rootfs there’s another isolation mechanism?</p>
]]></description><pubDate>Fri, 29 Aug 2025 03:43:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45059918</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=45059918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45059918</guid></item><item><title><![CDATA[New comment by alexeldeib in "BusyBeaver(6) Is Quite Large"]]></title><description><![CDATA[
<p>The "first" link (after the home button) on bbchallenge is the header bar link to <a href="https://bbchallenge.org/story" rel="nofollow">https://bbchallenge.org/story</a> which cites Aaronson in the first sentence (double first!). I would not describe it like OP for someone trying to find the actual link ;)<p>"One Collatz Coincidence", the 2nd story on the blog, also mentions Aaronson</p>
]]></description><pubDate>Sat, 28 Jun 2025 19:12:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=44407332</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=44407332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44407332</guid></item><item><title><![CDATA[New comment by alexeldeib in "Matt Godbolt sold me on Rust by showing me C++"]]></title><description><![CDATA[
<p>that's kind of a thing with <a href="https://docs.rs/no-panic/latest/no_panic/" rel="nofollow">https://docs.rs/no-panic/latest/no_panic/</a> or no std and custom panic handlers.<p>not sure what the latest is in the space, if I recall there are some subtleties</p>
]]></description><pubDate>Tue, 06 May 2025 18:51:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=43908410</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=43908410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43908410</guid></item><item><title><![CDATA[New comment by alexeldeib in "How to speed up US passenger rail, without bullet trains"]]></title><description><![CDATA[
<p>Brightline <a href="https://www.gobrightline.com/" rel="nofollow">https://www.gobrightline.com/</a><p>Never had the chance to use it, but one of the more exciting US rail developments I’ve seen recently.</p>
]]></description><pubDate>Sun, 13 Apr 2025 23:41:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=43676706</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=43676706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43676706</guid></item><item><title><![CDATA[New comment by alexeldeib in "Tmux – The Essentials (2019)"]]></title><description><![CDATA[
<p>you seen kubie? `kubie ctx` is great for avoiding the first issue<p><a href="https://github.com/sbstp/kubie">https://github.com/sbstp/kubie</a></p>
]]></description><pubDate>Wed, 05 Mar 2025 05:14:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=43263115</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=43263115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43263115</guid></item><item><title><![CDATA[New comment by alexeldeib in "Render raises $80M in Series C financing"]]></title><description><![CDATA[
<p>Supabase would be a good pick. Vercel and Cloudflare both do SQL DBs now too, curious how they are. Neon seemed interesting, haven’t heard much about them in a while.<p>None of those integrated of course,  but easier than going big cloud or self hosted</p>
]]></description><pubDate>Sun, 26 Jan 2025 21:56:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=42834570</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=42834570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42834570</guid></item><item><title><![CDATA[New comment by alexeldeib in "CRIU, a project to implement checkpoint/restore functionality for Linux"]]></title><description><![CDATA[
<p>great talk! I’m curious about an approach like this combined with CUDA checkpoint for GPU workloads <a href="https://github.com/NVIDIA/cuda-checkpoint">https://github.com/NVIDIA/cuda-checkpoint</a></p>
]]></description><pubDate>Sat, 22 Jun 2024 07:01:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=40757023</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=40757023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40757023</guid></item><item><title><![CDATA[New comment by alexeldeib in "What the damaged Svalbard cable looked like"]]></title><description><![CDATA[
<p>What was your takeaway? Any added insights/reading?</p>
]]></description><pubDate>Mon, 27 May 2024 16:45:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=40492416</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=40492416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40492416</guid></item><item><title><![CDATA[New comment by alexeldeib in "Infini-Gram: Scaling unbounded n-gram language models to a trillion tokens"]]></title><description><![CDATA[
<p>Isn’t there an argument we’re simply better at brain statistics and modeling than current AI? Forget architectural limitations. What is the nature of the extrapolation? How do individuals balance their experiences and determine likely outcomes?</p>
]]></description><pubDate>Sun, 05 May 2024 23:58:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=40269766</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=40269766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40269766</guid></item><item><title><![CDATA[New comment by alexeldeib in "Linux fu: getting started with systemd"]]></title><description><![CDATA[
<p>have you seen systemd-analyze?</p>
]]></description><pubDate>Mon, 15 Apr 2024 00:45:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=40035903</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=40035903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40035903</guid></item><item><title><![CDATA[New comment by alexeldeib in "Omg.lol: An Oasis on the Internet"]]></title><description><![CDATA[
<p>This is the classic Dropbox criticism, no?<p>Moreover, the pleasure has nothing to do with self hosting or not, it’s just a pleasant and whimsical UX while being technically solid.</p>
]]></description><pubDate>Sun, 10 Dec 2023 21:24:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=38595203</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=38595203</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38595203</guid></item><item><title><![CDATA[New comment by alexeldeib in "The weirdest bug I've seen yet"]]></title><description><![CDATA[
<p>They allegedly tried chromium without luck.</p>
]]></description><pubDate>Fri, 01 Dec 2023 02:15:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=38482191</link><dc:creator>alexeldeib</dc:creator><comments>https://news.ycombinator.com/item?id=38482191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38482191</guid></item></channel></rss>