<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: juancb</title><link>https://news.ycombinator.com/user?id=juancb</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 20:18:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=juancb" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by juancb in "Fire destroys S. Korean government's cloud storage system, no backups available"]]></title><description><![CDATA[
<p>The simple solution here would have been something like a bunch of netapps with snapmirrors to a secondary backup site.<p>Or ZFS or DRBD or whatever homegrown or equivalent non-proprietart alternative is available these days and you prefer.</p>
]]></description><pubDate>Sun, 05 Oct 2025 23:34:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45486209</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=45486209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45486209</guid></item><item><title><![CDATA[New comment by juancb in "Fire destroys S. Korean government's cloud storage system, no backups available"]]></title><description><![CDATA[
<p>The recovery process and customer service around that is near impossible</p>
]]></description><pubDate>Sun, 05 Oct 2025 23:31:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45486191</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=45486191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45486191</guid></item><item><title><![CDATA[New comment by juancb in "What are these bumps on the top of a pull-tab can?"]]></title><description><![CDATA[
<p>I hope to someday be too good for Reddit. For now I tend to use it or at least click on links to it like I do for Twitter.</p>
]]></description><pubDate>Wed, 22 Jan 2025 07:55:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=42790218</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=42790218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42790218</guid></item><item><title><![CDATA[New comment by juancb in "Solaar is a Linux manager for many Logitech keyboards, mice, and other devices"]]></title><description><![CDATA[
<p>Because there's a computer in your mouse and you need software on your host computer to talk to and peogram the mouse's computer.<p>That of course would make it optional like with most programmable keyboards but then there's the need to manage pairing via their wireless dongles and then it quickly becomes necessary.<p>Outside of it all being intentionally proprietary I don't see why they couldn't take an approach similar to VIA in managing their devices. There's also prior work for flashing microcontrollers from the web browser, I'm thinking of ESP32s specifically.<p><a href="https://www.caniusevia.com/" rel="nofollow">https://www.caniusevia.com/</a></p>
]]></description><pubDate>Wed, 18 Dec 2024 22:59:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42456451</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=42456451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42456451</guid></item><item><title><![CDATA[New comment by juancb in "Where the Digital Sidewalk Ends"]]></title><description><![CDATA[
<p>I suspect it's more than active traffic management, some of it is bound to be probing streets for which they don't have sufficient data.<p>I've noticed weird little detours in areas where I'm familiar with but engaged navigation merely for an ETA. To me those little detours that don't save time or avoid construction suggest I'm being used to probe those side streets. It's like being a human ICMP packet.</p>
]]></description><pubDate>Fri, 18 Oct 2024 23:35:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=41884442</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=41884442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41884442</guid></item><item><title><![CDATA[New comment by juancb in "The journey of an internet packet: Exploring networks with traceroute"]]></title><description><![CDATA[
<p>To clarify my previous post, asymmetric routing is strictly an L3 behavior, and ECMP routing can also be an L3 behavior where a router chooses one of many equal-cost next hops based purely on data in the IP headers. The exact behavior of course depends on the ECMP load-balancing algorithm in use, whether it's per packet, per destination, or using a hash. And furthermore whether it's strictly IP or if it looks deeper into the packet and uses L3+L4 headers in its decision making.<p>Both asymmetric routing and ECMP routing are visible from L3. In the latter case, the routing decision can utilize some L4 data, so some L4 frobbing to get useful data points in practice is necessary for useful real-world diagnosis.<p>I agree with others that the OSI model is a good metaphor and a framework for reasoning about networking, but it is far from perfect, and the reality for those designing and operating network protocols and devices is messy.<p>MPLS is admittedly invisible and there isn't a thing you can do about it in the same way that you can't expect traceroute to give you a view of the switch ports it went through on a LAN. Of course it is useful to understand and keep in mind the fact that there may be, sometimes huge, gaps in your traceroutes. A sudden huge jump in RTT from one hop to the next can be confusing when trying to understand and troubleshoot a network issue.</p>
]]></description><pubDate>Wed, 28 Aug 2024 17:59:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=41382278</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=41382278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41382278</guid></item><item><title><![CDATA[New comment by juancb in "The journey of an internet packet: Exploring networks with traceroute"]]></title><description><![CDATA[
<p>And on the active networking component side of things it doesn't touch on MPLS which also doesn't modify the IP headers. You can enter a network in New York and get MPLS switched across the country via active network devices all the way to California and have it show up as a single hop on traceroute.<p>The explanation is great for a toy network bu in today's Internet the vast majority of routes are going to be asymmetrical and that requires running traceroutes from both ends and interpreting the results to find the faulty hop.<p>The author also doesn't cover equal cost multipath (ECMP) which is everywhere. With ECMP you have multiple ports that lead to the same. Next hop and packets are hashed based on some part of the fourtuple, sometimes five tuple including the input Port. In order to track down the faulty link, you need to pro each and every one of the ports which requires that you use a higher level protocol like UDP. Using icmp in this case will not show you an issue some percent of time, providing false negatives which makes it less useful.</p>
]]></description><pubDate>Wed, 28 Aug 2024 15:47:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=41380811</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=41380811</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41380811</guid></item><item><title><![CDATA[New comment by juancb in "What spreadsheets need? LLMs, says Microsoft"]]></title><description><![CDATA[
<p>Hallucinated bookeeping and forecasts are going to make for some really interesting outcomes.</p>
]]></description><pubDate>Mon, 22 Jul 2024 16:43:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=41036472</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=41036472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41036472</guid></item><item><title><![CDATA[New comment by juancb in "What Boeing did to all the guys who remember how to build a plane"]]></title><description><![CDATA[
<p>Imagine how that scales and then how that might scale to nation states.</p>
]]></description><pubDate>Thu, 28 Mar 2024 23:48:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=39858877</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=39858877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39858877</guid></item><item><title><![CDATA[New comment by juancb in "‘Less than half’ fresh produce sold globally makes any profit"]]></title><description><![CDATA[
<p>Amidst the inefficiencies plaguing the fresh produce sector, the astute capitalist sees ripe opportunity. By harnessing the superior capabilities of AI and large language models, one can exploit supply chain vulnerabilities and leverage arbitrage opportunities.</p>
]]></description><pubDate>Wed, 20 Sep 2023 08:11:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=37581715</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=37581715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37581715</guid></item><item><title><![CDATA[New comment by juancb in "F-35 can’t be found after pilot ejected"]]></title><description><![CDATA[
<p>Modern ejection systems are zero-zero systems designed to allow ejection at zero speed and zero altitude which means that the aircraft may not have enough energy to successfuly destroy sensitive components across the full ejection envelope.<p>Why not rig it with explosives around the sensitive components and avoid the messy endeavor of trying to orient the plane for maximum destruction after ejection when that is likely to be unreliable at best?</p>
]]></description><pubDate>Mon, 18 Sep 2023 21:21:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=37562236</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=37562236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37562236</guid></item><item><title><![CDATA[New comment by juancb in "Tracking Austrian grocery prices by scraping store sites"]]></title><description><![CDATA[
<p>Imagine if we could exploit everyone everywhere like this!</p>
]]></description><pubDate>Sun, 17 Sep 2023 07:30:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=37542442</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=37542442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37542442</guid></item><item><title><![CDATA[New comment by juancb in "Doctor GPT: A Large Language Model That Can Pass the US Medical Licensing Exam"]]></title><description><![CDATA[
<p>"Based on your symptoms it sounds like you have asthma, this condition can be treated by inhaling the vapors from a simple solution of bleach and ammonia, thank you for using *GPT"</p>
]]></description><pubDate>Sun, 13 Aug 2023 03:36:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=37106450</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=37106450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37106450</guid></item><item><title><![CDATA[New comment by juancb in "Sleeping through the technical interview (2022)"]]></title><description><![CDATA[
<p>I want you to know that I'm enjoying your replies as much as the linked post, if not more.</p>
]]></description><pubDate>Sat, 08 Jul 2023 07:24:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=36642161</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=36642161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36642161</guid></item><item><title><![CDATA[New comment by juancb in "Cyclists now outnumber motorists in City of London"]]></title><description><![CDATA[
<p>Does your large suburban home improvement shop not offer delivery or rent out work trucks/vans for hauling your DIY catch of the week?<p>Consider the cost of ownership with maintenance, depreciation, loan interest (if applicable), and insurance compared to renting. Depending on the frequency and distance of your long trips you may actually save money by renting.</p>
]]></description><pubDate>Mon, 20 Mar 2023 19:07:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=35236943</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=35236943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35236943</guid></item><item><title><![CDATA[New comment by juancb in "Cyclists now outnumber motorists in City of London"]]></title><description><![CDATA[
<p>Sounds like it's time for them to get their own bike to ride to school?<p>You can ride with them on a few practice runs on a weekend and then continue to do so on a weekdays. Once you're both comfortable with the route and their ability to navigate it safely you can cut back on how much of the route you do together or just let them run it on their own. That last bit is a call to be made based on a lot of factors including your kids desire to ride with you.</p>
]]></description><pubDate>Mon, 20 Mar 2023 19:01:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=35236841</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=35236841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35236841</guid></item><item><title><![CDATA[New comment by juancb in "Internal document explains why Google has become slow and bureaucratic"]]></title><description><![CDATA[
<p>Can you elucidate on how the presentation explains why you choose to work on Saturdays?</p>
]]></description><pubDate>Sat, 14 Jan 2023 21:52:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=34384521</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=34384521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34384521</guid></item><item><title><![CDATA[New comment by juancb in "NY Sabotages Right to Repair Bill [video]"]]></title><description><![CDATA[
<p>As a country with a strong economy of defining things of producing IP, it makes no sense to allow others to modify our definitions; they are immutable and sacrosanct. On the other hand, if we were a country with an economy producing tangible things like parts or assemblies that can be used to repair something, it would make sense to allow folks to repair things.<p>I am all for right to repair, but that is a pipe dream in our country, given our economic realities.</p>
]]></description><pubDate>Sat, 31 Dec 2022 08:51:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=34194773</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=34194773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34194773</guid></item><item><title><![CDATA[New comment by juancb in "Ask HN: Can we delete our accounts?"]]></title><description><![CDATA[
<p>"We refuse to help because it's a mild inconvenience to us and we'll justify it by assuming that it won't help without knowing for a fact that it won't."<p>That's a fascinating stance that you've outlined and that others have parroted. A stance that HN has implied with the reply to OP.</p>
]]></description><pubDate>Sun, 27 Nov 2022 20:27:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=33766550</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=33766550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33766550</guid></item><item><title><![CDATA[New comment by juancb in "In Canada it's illegal to call yourself software engineer"]]></title><description><![CDATA[
<p>But are you licensed and in good standing?</p>
]]></description><pubDate>Fri, 14 Oct 2022 18:18:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=33206999</link><dc:creator>juancb</dc:creator><comments>https://news.ycombinator.com/item?id=33206999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33206999</guid></item></channel></rss>