<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: wazdra</title><link>https://news.ycombinator.com/user?id=wazdra</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 06 May 2026 08:31:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=wazdra" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by wazdra in "GameStop makes $55.5B takeover offer for eBay"]]></title><description><![CDATA[
<p>A tautology is a sentence vacuously true. This is called a pleonasm.</p>
]]></description><pubDate>Mon, 04 May 2026 11:34:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48007372</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=48007372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48007372</guid></item><item><title><![CDATA[New comment by wazdra in "Apple Just Lost Me"]]></title><description><![CDATA[
<p>Are you being sarcastic? This has definitely changed with Apple Silicon. 
Looking at hardware value, the M-series are way more competitive than the Intel macs ever were, and if you want to run an LLM locally, they are undefeated.<p>However, it is quite ironic that while the value of their hardware has sharply increased, their software has become the slop that everyone is complaining about.</p>
]]></description><pubDate>Wed, 25 Mar 2026 16:15:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47519404</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=47519404</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47519404</guid></item><item><title><![CDATA[New comment by wazdra in "Learning to Boot from PXE"]]></title><description><![CDATA[
<p>Tails works like this, and has gained a lot of traction in the past few years — although one may argue that running from RAM is only indirectly responsible for its popularity.<p>I think this idea appeals to many people, also concerning remanence: keeping your system and user data separate to the point that you could virtually mount your /home on any given UNIX host, with the added bonus that if the host is not compatible with your setup, you can always reboot it on your USB stick, run a live ISO on RAM, and retrieve a decent work environment.</p>
]]></description><pubDate>Thu, 20 Nov 2025 17:53:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45995469</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=45995469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45995469</guid></item><item><title><![CDATA[New comment by wazdra in "Bible and Quran apps flagged NSFW by F-Droid"]]></title><description><![CDATA[
<p>I think there's a large cultural bias at play here. Different nations have different relationships to religion. As a french person, the decision to mark religious content as NSFW seems totally normal to me, but I also know that french people are (often too) fierce atheists.<p>I also understand things are different in many places, but I think the argument is too heated right now, maybe everyone needs to take a step back and think in a more "international" way?<p>Someone in the linked thread suggested a new tag altogether for religious content, that might be a sound decision.</p>
]]></description><pubDate>Mon, 20 Oct 2025 10:41:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45642373</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=45642373</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45642373</guid></item><item><title><![CDATA[New comment by wazdra in "Daniel Kahneman opted for assisted suicide in Switzerland"]]></title><description><![CDATA[
<p>Valuing how others remember you is definitely a motivation in life for many. I respect that it is not your own, respect that it may be mine. It is by no means "absurd".</p>
]]></description><pubDate>Sat, 11 Oct 2025 12:48:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45548755</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=45548755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45548755</guid></item><item><title><![CDATA[New comment by wazdra in "Memory access is O(N^[1/3])"]]></title><description><![CDATA[
<p>I don't think we have such a lower bound: from a “theoretical" point of view (in the sense of the post), your processor could walk on the cube of memory and collect each bit one by one. Each move+read costs O(1) (if you move correctly), so you get O(n) to read the whole cube of n bits.<p>If you require the full scan to be done in a specific order however, indeed, in the worse case, you have to go from one end of the cube to the other between each reads, which incurs a O(n^{1/3}) multiplicative cost. Note that this does not constitute a theoretical lower-bound: it might be possible to detect those jumps and use the time spent in a corner to store a few values that will become useful later. This does look like a fun computational problem, I don't know it's exact worst-case complexity.</p>
]]></description><pubDate>Wed, 08 Oct 2025 22:23:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45521282</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=45521282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45521282</guid></item><item><title><![CDATA[New comment by wazdra in "AirPods live translation blocked for EU users with EU Apple accounts"]]></title><description><![CDATA[
<p>(I’m an EU-based user of Apple products)
I see your point. However, Apple already provides a translation API[0], a speech recognition API[1], and a Text2Speech API[2], so not a lot more is needed than the API you describe. Also note that, while I have not looked into that thoroughly, it seems the kind of API you are discussing shares many similarities with the features of the Apple Vision Pro SDK (real time computation introducing new constraints…)<p>I think this situation also shows a strong divide between two visions of Apple end-game (and I think both exist within the company): exposing those APIs makes the Apple ecosystem better <i>as a whole</i>, with its satellite accessories/app developers; while keeping them private gives them an edge as a hardware selling company. Personally, I prefer when Apple  embraces its gatekeeper status.<p>[0]: <a href="https://developer.apple.com/documentation/translation/translating-text-within-your-app" rel="nofollow">https://developer.apple.com/documentation/translation/transl...</a>
[1]: <a href="https://developer.apple.com/documentation/speech" rel="nofollow">https://developer.apple.com/documentation/speech</a>
[2]: <a href="https://developer.apple.com/documentation/avfoundation/speech-synthesis" rel="nofollow">https://developer.apple.com/documentation/avfoundation/speec...</a></p>
]]></description><pubDate>Thu, 11 Sep 2025 23:55:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45217317</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=45217317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45217317</guid></item><item><title><![CDATA[New comment by wazdra in "Type checking is a symptom, not a solution"]]></title><description><![CDATA[
<p>Note that this is not incompatible with the author's view. The function abstraction does solve <i>something</i>: a problem we faced in the 20th century.<p>While I don't know whether I agree with their view, I do see that, once we've used the function abstraction to build a C compiler, and used this C compiler to build a proper OS, there is possibility for such an OS to provide entirely new abstractions, and to forego (almost) completely with functions.</p>
]]></description><pubDate>Fri, 05 Sep 2025 20:35:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45143298</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=45143298</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45143298</guid></item><item><title><![CDATA[New comment by wazdra in "Stripe Launches L1 Blockchain: Tempo"]]></title><description><![CDATA[
<p>Well, doesn't that specific meaning apply here? I mean, the lack of protection for end-users is at first compensated by investment money (low prices and huge effort on support). Once network effect is reached, the unregulated nature of the platform shows, end-users are wronged, only providers profit from the lack of regulation ...<p>Or maybe I don't understand the meaning of enshittification?</p>
]]></description><pubDate>Thu, 04 Sep 2025 22:05:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45132759</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=45132759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45132759</guid></item><item><title><![CDATA[New comment by wazdra in "Kagi Is Bringing Orion Web Browser to Linux"]]></title><description><![CDATA[
<p>A few weeks ago, I saw a blog post here about their new billing policy[1]: if you don't use Kagi during a month, they'll pause your subscription.
Personally, because of this one feature of their subscription, I don't feel too bad about such "trial schemes".<p>I'm not affiliated with Kagi, nor am I a paid customer.<p>[1]: <a href="https://news.ycombinator.com/item?id=42944371">https://news.ycombinator.com/item?id=42944371</a></p>
]]></description><pubDate>Sun, 09 Mar 2025 14:41:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=43309394</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=43309394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43309394</guid></item><item><title><![CDATA[New comment by wazdra in "Apple's Dictation System Transcribes the Word 'Racist' as 'Trump'"]]></title><description><![CDATA[
<p><a href="https://archive.ph/2rVhO" rel="nofollow">https://archive.ph/2rVhO</a></p>
]]></description><pubDate>Tue, 25 Feb 2025 22:54:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=43178616</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=43178616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43178616</guid></item><item><title><![CDATA[New comment by wazdra in "What situations in classical physics are non-deterministic?"]]></title><description><![CDATA[
<p>Intuitively, it seems to me that those examples of classical "non-determinism" are radically different from the quantum ones, in the sense that quantum physics theorize non-determinism, while those situations are merely "left out" by classical theory. (I'm not a physicist, if any one reads this, I'd like to know what they think :)<p>By "left out", I mean that there are multiple solutions to the equations of motion which are compatible with the initial values of the situation.<p>I guess this could also explain why there is such an association in this thread between non-determinism and non-predictability ?</p>
]]></description><pubDate>Sat, 15 Feb 2025 15:21:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43059101</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=43059101</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43059101</guid></item><item><title><![CDATA[New comment by wazdra in "A Year of Telepathy"]]></title><description><![CDATA[
<p>Am I the only one a bit disturbed by this whole communication ?<p>I mean, we all know helping disabled is not the end-game objective of neuralink. And right now, from a very cynical point of view, disabled people constitute a large reservoir of cobayes and free marketing for Neuralink<p>I don’t know how much has been invested in R&D on Neuralink, but I doubt we have ever invested that much money in any other technology to provide autonomy to the disabled.<p>And it is not perfectly clear to me that, for the sole prospect of helping paralysed people, Neuralink is the best way to go. It sure is the one that looks the coolest, but it’s going to be very expensive, hard to fix when something goes wrong, and it is also hard to trust. Those issues do not seem to be avoidable<p>Don’t get me wrong, I admire the huge QoL gain for the three patients. As individuals, they sure benefited from this. Idk if the same is true of the disabled as a social group</p>
]]></description><pubDate>Wed, 12 Feb 2025 05:26:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=43022181</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=43022181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43022181</guid></item><item><title><![CDATA[New comment by wazdra in "Trump wants to manage your investment portfolio"]]></title><description><![CDATA[
<p><a href="https://archive.is/LiIkr" rel="nofollow">https://archive.is/LiIkr</a></p>
]]></description><pubDate>Sun, 09 Feb 2025 16:24:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=42991623</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=42991623</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42991623</guid></item><item><title><![CDATA[New comment by wazdra in "Tips for mathematical handwriting (2007)"]]></title><description><![CDATA[
<p>\times denotes the cartesian product (to my knowledge) universally.
If 3rd-semester calculus is when you introduce a general definition of continuity (I am not from the US, wouldn't know how the programs usually work there) on either metric or topological spaces, the cartesian product starts to appear quite a lot I guess ?</p>
]]></description><pubDate>Sun, 09 Feb 2025 03:12:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=42988131</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=42988131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42988131</guid></item><item><title><![CDATA[New comment by wazdra in "Tips for mathematical handwriting (2007)"]]></title><description><![CDATA[
<p>I found your comment quite agressive, and a bit out of place.
I, for one, do have trouble getting others to read my handwriting (on boards mostly, on paper it's ok). I'm left-handed, and the system of traditional writing education you seem to value so much has left people like me unattended for most of recent history.<p>And it is not the kind of mentality that transpires from your comment that would have helped anything change as --thankfully-- it did.</p>
]]></description><pubDate>Sun, 09 Feb 2025 02:30:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=42987954</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=42987954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42987954</guid></item><item><title><![CDATA[New comment by wazdra in "Willow, Our Quantum Chip"]]></title><description><![CDATA[
<p>It is unknown whether quantum computing makes NP-complete problems easier to solve. There is a complexity class for problems that can be solved "efficiently" on using quantum computing, called BQP. How BQP and NP are related is unknown. In particular, if an NP-complete problem was shown to be solvable efficiently with Quantum Computing (and thus in BQP), this open (and hard) research question would be solved (or at least half of it).<p>Note that BQP is not "efficient" in a real-word fashion, but for theoretical study of Quantum computing, it's a good first guess</p>
]]></description><pubDate>Mon, 09 Dec 2024 17:36:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42368272</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=42368272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42368272</guid></item><item><title><![CDATA[New comment by wazdra in "Writes and Write-Nots"]]></title><description><![CDATA[
<p>I think you have understood "writing" in a very narrow sense. As mentioned in other replies, Stephen Hawking was a very prolific author. He did not write much, but he sure knew how to write.<p>PG is obviously talking about the mental process of writing, i.e. of organizing a complex network of thoughts in a linear hierarchy that others can grasp, not the physical one.</p>
]]></description><pubDate>Sun, 27 Oct 2024 10:28:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=41961368</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=41961368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41961368</guid></item><item><title><![CDATA[New comment by wazdra in "OpenAI to Become For-Profit Company"]]></title><description><![CDATA[
<p>Idk if that was parent's ref, but clopen is a term used in topology</p>
]]></description><pubDate>Thu, 26 Sep 2024 15:01:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=41659184</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=41659184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41659184</guid></item><item><title><![CDATA[New comment by wazdra in "Forget ChatGPT: why researchers now run small AIs on their laptops"]]></title><description><![CDATA[
<p>I'd like to point out that llama 3.1 is <i>not</i> open source[1] (I was recently made aware of that fact by [2], when it was on HN front page)
While it's very nice to see a peak of interest for local, "open-weights" LLMs, this is an unfortunate choice of words, as it undermines the quite important differences between llama's license model and open-source.
The license question does not seem to be addressed at all in the article.<p>[1]: <a href="https://www.llama.com/llama3_1/license/" rel="nofollow">https://www.llama.com/llama3_1/license/</a><p>[2]: <a href="https://csvbase.com/blog/14" rel="nofollow">https://csvbase.com/blog/14</a></p>
]]></description><pubDate>Sat, 21 Sep 2024 16:19:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=41610870</link><dc:creator>wazdra</dc:creator><comments>https://news.ycombinator.com/item?id=41610870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41610870</guid></item></channel></rss>