<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: serbuvlad</title><link>https://news.ycombinator.com/user?id=serbuvlad</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 07:37:54 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=serbuvlad" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by serbuvlad in "Pebble Round 2"]]></title><description><![CDATA[
<p>Somewhat unrelated but as a Pixel Watch user (since I'm in that ecosystem), I envy the Apple Watch just for the square display. It is just the fundamentally correct design for text imo (which is a large part of what is going to appear).<p>One of my main uses for my Pixel Watch is reading notifications, and even for a 2-3 line text message I have to scroll to read it because it gets cut out by the roundness.</p>
]]></description><pubDate>Tue, 06 Jan 2026 16:45:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46514670</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=46514670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46514670</guid></item><item><title><![CDATA[New comment by serbuvlad in "How cops can get your private online data"]]></title><description><![CDATA[
<p>Given the analogy, I assume the provider can refuse to disclose information except under a warrant.<p>And that the client and provider can sign a contract forbidding the provider to disclose the information except under a warrant.</p>
]]></description><pubDate>Mon, 10 Nov 2025 18:12:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45878860</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45878860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45878860</guid></item><item><title><![CDATA[New comment by serbuvlad in "ChatGPT Atlas"]]></title><description><![CDATA[
<p>ChatGPT gets about 2-3x as smart the second you turn off memories.</p>
]]></description><pubDate>Tue, 21 Oct 2025 23:25:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45663063</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45663063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45663063</guid></item><item><title><![CDATA[New comment by serbuvlad in "Qualcomm to acquire Arduino"]]></title><description><![CDATA[
<p>I have never bought an Arduino. I have bought a few Picos, a few ESP32s, and a couple Picos. And a clone of an Arduino Nano integrated in a system with a Pico for 5V logic, specifically, to implement a PS/2 controller. I don't see any advantage an Arduino has over an ESP32, aside from 5V logic support.</p>
]]></description><pubDate>Wed, 08 Oct 2025 19:27:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45519697</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45519697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45519697</guid></item><item><title><![CDATA[New comment by serbuvlad in "Qualcomm to acquire Arduino"]]></title><description><![CDATA[
<p>While that is true, if Espressif and the Raspberry Pi Foundation can build their SDKs and still offer cheap chips/boards, so could Arduino.<p>I'm not expecting a $0 markup, but Arduino prices are simply unreasonable for what they offer, especially if you live in a lower income country.</p>
]]></description><pubDate>Wed, 08 Oct 2025 11:47:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45515065</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45515065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45515065</guid></item><item><title><![CDATA[New comment by serbuvlad in "Qualcomm to acquire Arduino"]]></title><description><![CDATA[
<p>While that is true, both Espressif and the Pico have their own SDKs, and they're really well written too.<p>The Arduino SDK is the simplest to use, sure, but the Pico framework (I don't have experience with the Espressif one) is extremely good, and the Pico's PIO is a godsend. I used it to implement 3 wire SPI (data bidirectional on the same wire) at almost 'real-time', which is to say, at half the speed of the hardware SPI controller (half the speed because the interface clock is put up one cycle and down the next; this also gives enough time for data shuffling).<p>Why does the Arduino SDK necessitate a huge markup on Arduino boards, when $0 of every computer I buy to run Linux on goes to GCC?</p>
]]></description><pubDate>Tue, 07 Oct 2025 23:57:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45510445</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45510445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45510445</guid></item><item><title><![CDATA[New comment by serbuvlad in "German government comes out against Chat Control"]]></title><description><![CDATA[
<p>Yep. And that's exactly why the EU has the structure it does.<p>Unfortunately the only country that ever left proceeded to shoot itself in both knees, light itself on fire and jump in a pool of gasoline. For NO reason.</p>
]]></description><pubDate>Tue, 07 Oct 2025 23:35:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45510306</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45510306</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45510306</guid></item><item><title><![CDATA[New comment by serbuvlad in "Win32 Is the Only Stable ABI on Linux"]]></title><description><![CDATA[
<p>Because if function foo's third flag parameter supports FOO_ENABLE_FEATURE_X starting from 2.31, and a program only occasionally calls foo with this flag, there is no good way to detect this incompatibility on a 2.30 system at link time.<p>The restriction is only annoying because there is no way to trivially link against an older "minimum requirement" ABI.</p>
]]></description><pubDate>Mon, 06 Oct 2025 11:41:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45490295</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45490295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45490295</guid></item><item><title><![CDATA[New comment by serbuvlad in "Win32 Is the Only Stable ABI on Linux"]]></title><description><![CDATA[
<p>> you just extract an old Linux distribution into a folder and tell your current/modern compiler to target it<p>That sounds like more work than spinning up a Docker container though. I'm imagining<p><pre><code>    gcc --glibc-target=2.31</code></pre></p>
]]></description><pubDate>Mon, 06 Oct 2025 11:32:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45490216</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45490216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45490216</guid></item><item><title><![CDATA[New comment by serbuvlad in "Win32 Is the Only Stable ABI on Linux"]]></title><description><![CDATA[
<p>This is not an ABI stability problem, this is a UX problem.<p>iOS and Android do backwards incompatibility all the time. If you find a mobile app that hasn't been updated in 10 or 15 years, you won't be able to install it on a modern device. But, iOS and Android ship apps to billions of users, nobody complains about ABI stability and nobody uses a Win32 compatibility layer.<p>glibc already has decent UX in that it doesn't allow you to load an app built for a newer version on a host with an older version. Unfortunately, the message is not user friendly at all "could not load @@GLIBC_X.YZ@@foo()", instead of something more readable, but the restriction is, in itself, good.<p>The problem is that there is no system to trigger backwards incompatibility at any point, nor is there a simple way to target an older Glibc version without spinning up a docker container.<p>And glibc is a HELL of a codebase, I would NOT want to be responsible for implementing those features, so I understand why they're not there. But 'our Linux build for our game we are still selling and advertising as working on Linux is no longer compatible with new Linux distributions, so let's rebuild it' is a much easier decision for a developer, publisher, etc. to make than '"some" Linux users are reporting issues with our game, should we dedicate resources to investigating this?'</p>
]]></description><pubDate>Mon, 06 Oct 2025 00:40:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=45486567</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45486567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45486567</guid></item><item><title><![CDATA[New comment by serbuvlad in "Leaked Apple M5 9 core Geekbench scores"]]></title><description><![CDATA[
<p>Yes but there is simply no reason to have two devices. There are a large number of Windows tablet-laptop combo machines that work perfectly well and prove touch apps work perfectly well on a desktop OS.<p>Yeah, that took a long time for MS to get to not suck after Windows 8, but touch and tablet interactions on Windows 10 and Windows 11 work perfectly well.</p>
]]></description><pubDate>Tue, 30 Sep 2025 22:37:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=45432092</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45432092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45432092</guid></item><item><title><![CDATA[New comment by serbuvlad in "European Union Public Licence (EUPL)"]]></title><description><![CDATA[
<p>I simply do not think that the popularity of US tech is due to anything other than the quality of US tech.<p>I live in Romania, and the people that were rushing to pirate Windows in the 90's after communism fell because they couldn't afford licensing weren't doing so because of any US imposition, but simply because they wanted to use personal computers, and Windows was the best OS for most people at the time for that purpose.<p>Just like when phones came around they rushed to buy Nokia phones; when smartphones came around they rushed to buy Samsung phones; when they wanted DLSRs they bought Canon and Nikon cameras and now that they want easily transferable digital cash and cheap tech trinkets they opened up Revolut accounts and order stuff off Temu.<p>Not because of any "influence" or "position" of Finland, South Korea, Japan, the UK or China, but simply because they are the best offer on the market as perceived by consumers.<p>What tech does Europe lead in? To be fair there are still some fields, like Aerospace (Airbus), Lithography (ASML) or Pharmaceutics (BioNTech). But on the consumer tech market, the phones, laptops and streaming services people want? The EU has no presence. Even the auto industry is going to be eaten up by China, because Europe simply pivoted too late to EVs. I know someone who works at Renault and they're just terrified of the cars that are coming out of China.</p>
]]></description><pubDate>Tue, 30 Sep 2025 10:48:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45423977</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45423977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45423977</guid></item><item><title><![CDATA[New comment by serbuvlad in "European Union Public Licence (EUPL)"]]></title><description><![CDATA[
<p>That was not done by the European Commission. It was a document with no legal power. And it was an acknowledgment of an existing market trend. non-iPhones had already began converging on USB charging (including mini-USB and micro-USB) in the years before.<p>By the time the EU actually first proposed regulation on the matter, which was only in 2020, there were in effect three ports on the phone market: the Apple Lightning was still used in iPhones, and the rest of the market was undergoing an orderly migration from the cheaper micro-USB port, to the more expensive but better USB-C port.<p>So yes, the free market was entirely responsible for transitioning from dozens of ports to 3 ports, and would have very likely eventually transitioned to 2 ports. The fact that the EU made recommendation to that effect years ago after the trend had begun that was purely voluntary is an entirely irrelevant datum.</p>
]]></description><pubDate>Tue, 30 Sep 2025 10:11:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45423791</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45423791</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45423791</guid></item><item><title><![CDATA[New comment by serbuvlad in "European Union Public Licence (EUPL)"]]></title><description><![CDATA[
<p>Once again, the EU coming 30 years later to do something everyone else is doing, and everyone will credit them for some odd reason.<p>In the 90s, there were dozens (hundreds?) of phone charging ports. A couple of years ago, there were only two. The dozens -> 2 simplifications occurred on the purely free market. And the EU mandated a simplification from 2 -> 1 and gets the credit for the entire simplification.<p>What is the point of this license? Either the GPL is invalid in the EU, in which case why aren't companies moving to the EU to infringe on the GPL? Or it is valid, in which case a a bunch of EU lawyers were given a bunch of MY money to do nothing of value to anyone.</p>
]]></description><pubDate>Tue, 30 Sep 2025 07:53:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45423007</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45423007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45423007</guid></item><item><title><![CDATA[New comment by serbuvlad in "To AI or not to AI"]]></title><description><![CDATA[
<p>Exactly. AI is your intern, not your contractor.</p>
]]></description><pubDate>Mon, 29 Sep 2025 14:09:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=45414038</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45414038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45414038</guid></item><item><title><![CDATA[New comment by serbuvlad in "F-Droid and Google’s developer registration decree"]]></title><description><![CDATA[
<p>Can anyone using GrapheneOS report if Firebase notifications come in consistently and reliably via sandboxed Play Services?<p>I'm in the market for a new phone, and I'm going to buy a Pixel 9a this week for GrapheneOS if I can reliably get notifications on it. (I already have an A05 for banking apps)</p>
]]></description><pubDate>Mon, 29 Sep 2025 12:25:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=45412826</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45412826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45412826</guid></item><item><title><![CDATA[New comment by serbuvlad in "Plan 9 from User Space"]]></title><description><![CDATA[
<p>Ok, but there's nothing stopping from writing a "discoverable" GUI or TUI or CLI for this interaction.<p>To the user it doesn't matter.<p>To the developer, it makes a difference.<p>/proc/<pid>/ctl is not any more or less simple or discoverable for the end user than TerminateProcess or kill(2). It's all opaque esoteric stuff.<p>But for the developer /proc/<pid>/ctl is MORE discoverable than TerminateProcess or kill(2), since it's a file you can list, so you know it exists. Yeah, you still have to read the man page (you always have to read the docs as a developer), but you know there's a ctl file that probably controls some stuff about the process there. And you already know how to interact with it (the same IO interface as everything else).</p>
]]></description><pubDate>Mon, 29 Sep 2025 09:13:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45411730</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45411730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45411730</guid></item><item><title><![CDATA[New comment by serbuvlad in "Evanston orders Flock to remove reinstalled cameras"]]></title><description><![CDATA[
<p>Thank you for your thoughtful reply.<p>Unfortunately, my comment was simply not a defense of the company, since I know little about the situation, nor was it an attack on the city's actions. It was a reply to the comment I was responding too, which voiced a call to "lock 'em up" and punish them more, which I see all too often.<p>I certainly do not support government surveillance for any reason.<p>My comment was a defense of the legal proceedings as-we-have-them, in which the city issues a cease-and-desist, the company ignores it, the problem persists for a while, litigation start, the city demand a court order etc. And in the end the company is massively screwed, if they were wrong.<p>The alternative is simply that city decides, and the company is forced to follow.<p>The problem is procedural and structural, not consequentialist.</p>
]]></description><pubDate>Fri, 26 Sep 2025 17:22:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=45388860</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45388860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45388860</guid></item><item><title><![CDATA[New comment by serbuvlad in "Evanston orders Flock to remove reinstalled cameras"]]></title><description><![CDATA[
<p>Me: "I do not think the population should live under fear of excessive, arbitrary and unaccountable law enforcement. The company may be entirely in the wrong in which case they should be punished to the full extent of the law, including for present non-compliance, but that should be up to the judge and to the extent determined in the written law."<p>"Bootlicker"</p>
]]></description><pubDate>Fri, 26 Sep 2025 10:50:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45385017</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45385017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45385017</guid></item><item><title><![CDATA[New comment by serbuvlad in "Evanston orders Flock to remove reinstalled cameras"]]></title><description><![CDATA[
<p>What that may all be very true, would it not be better if law enforcement was predictable and in accord with the written law passed by the legislature and settled, in cases of dispute, by the judiciary?</p>
]]></description><pubDate>Fri, 26 Sep 2025 10:42:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=45384968</link><dc:creator>serbuvlad</dc:creator><comments>https://news.ycombinator.com/item?id=45384968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45384968</guid></item></channel></rss>