<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: calmingsolitude</title><link>https://news.ycombinator.com/user?id=calmingsolitude</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Apr 2026 01:47:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=calmingsolitude" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by calmingsolitude in "Dropping Cloudflare for Bunny.net"]]></title><description><![CDATA[
<p>Thanks for the update. The usage of an affiliate link feels quite dishonest here because the hyperlink says bunny.net but then opens up bunny.net/?ref=xxxx</p>
]]></description><pubDate>Tue, 07 Apr 2026 18:19:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47679272</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=47679272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47679272</guid></item><item><title><![CDATA[New comment by calmingsolitude in "Some iPhone Apps Receive Mysterious Update 'From Apple'"]]></title><description><![CDATA[
<p>What trust model? Is there anyway to verify that an app from the app store is the same as the one the developer uploaded?</p>
]]></description><pubDate>Tue, 07 Apr 2026 10:33:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47673073</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=47673073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47673073</guid></item><item><title><![CDATA[New comment by calmingsolitude in "Apple randomly closes bug reports unless you "verify" the bug remains unfixed"]]></title><description><![CDATA[
<p>IMO closing issues via stale bot is fine, the problem is locking issues so that no further conversation is allowed on the issue. Multiple times, I've encountered multi-year old issues (which is usually not fixed due to the fix not being simple or compatible with the current architecture). There's usually a good amount of conversation between users offering workarounds (and those workarounds updated for newer versions) - till stale bot locks the issue.</p>
]]></description><pubDate>Thu, 26 Mar 2026 05:22:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47526883</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=47526883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47526883</guid></item><item><title><![CDATA[This site is only accessible via UDP]]></title><description><![CDATA[
<p>Article URL: <a href="https://udpquiz.com/only-udp.html">https://udpquiz.com/only-udp.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47350230">https://news.ycombinator.com/item?id=47350230</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 12 Mar 2026 13:25:38 +0000</pubDate><link>https://udpquiz.com/only-udp.html</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=47350230</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47350230</guid></item><item><title><![CDATA[New comment by calmingsolitude in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>Working on an alt-tab window switcher for wayland compositors! Currently only supports Hyprland but working on adding support for others as well.<p>Check it out at <a href="https://github.com/radiantly/alttabway" rel="nofollow">https://github.com/radiantly/alttabway</a></p>
]]></description><pubDate>Tue, 10 Feb 2026 09:25:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46957252</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=46957252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46957252</guid></item><item><title><![CDATA[New comment by calmingsolitude in "A Broken Heart"]]></title><description><![CDATA[
<p>When I read the first sentence, I expected the author to use `git bisect`.<p>However, what the author seems to have done is used a prompt with claude that probably looked something like this:<p>"Some piece of code is causing the page to load very slowly. To debug this, I'd like to use binary search, where we keep commenting/uncommenting 50% of the remaining code, and then I manually check if the page is still very slow. Let's start now; Comment out a component (or parts of a component) that you estimate is 50% of the page, and I will tell you if the page is still slow."</p>
]]></description><pubDate>Thu, 05 Feb 2026 17:51:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46902382</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=46902382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46902382</guid></item><item><title><![CDATA[New comment by calmingsolitude in "Debian's Challenge When Its Developers Drift Away"]]></title><description><![CDATA[
<p>The challenge outlined by the article is the lack of communication regarding the change in availability of Debian volunteers themselves. TFA doesn't mention issues regarding recruitment of new developers.</p>
]]></description><pubDate>Thu, 05 Feb 2026 12:25:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46898883</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=46898883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46898883</guid></item><item><title><![CDATA[New comment by calmingsolitude in "Rex is a safe kernel extension framework that allows Rust in the place of eBPF"]]></title><description><![CDATA[
<p>This is a pretty cool project and I think the comments here are being overly negative. Sure, removing the constraints that the eBPF verifier requires might encourage more complex and less performant code - but this is just another tool in the toolbox. For truly production systems, I can see the battle-tested eBPF being the top choice over a dubious kernel extension. But for quick prototyping? Rex can probably take the cake here once the project matures a bit more.</p>
]]></description><pubDate>Sun, 28 Dec 2025 09:27:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46409688</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=46409688</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46409688</guid></item><item><title><![CDATA[New comment by calmingsolitude in "Windows GUI – Good, Bad and Pretty Ugly (2023)"]]></title><description><![CDATA[
<p>Here's the problem: your reply is factually correct, but it doesn't address the GP's overarching complaint - the start menu is simply not performant. And since the code powering the start menu is closed source, it is not possible to perform a benchmark to see if the react native portion of the start menu is to blame or if it is something else.</p>
]]></description><pubDate>Tue, 25 Nov 2025 19:14:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46049526</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=46049526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46049526</guid></item><item><title><![CDATA[New comment by calmingsolitude in "Ask HN: Dark Mode for HN is overdue"]]></title><description><![CDATA[
<p>Visiting this site on mobile is not great. A good portion of the screen is covered by a sticky header and there is no underline or feedback when a link is clicked. Additionally, it is missing the story position and with infinite scroll there is no way to differentiate whether you are looking at the 10th story or the one in the 100th position.</p>
]]></description><pubDate>Thu, 13 Nov 2025 09:17:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45912659</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=45912659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45912659</guid></item><item><title><![CDATA[New comment by calmingsolitude in "Meta replaces WhatsApp for Windows with web wrapper"]]></title><description><![CDATA[
<p>This is because many of the "native" windows components like the start menu are written in react native.</p>
]]></description><pubDate>Thu, 13 Nov 2025 08:26:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45912281</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=45912281</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45912281</guid></item><item><title><![CDATA[New comment by calmingsolitude in "Affinity Studio now free"]]></title><description><![CDATA[
<p>Downloaded v3 but it kept crashing for me on Windows 10. Possibly because I had designer v1 previously installed. If anyone's facing the same issue, deleting %APPDATA%\Affinity directory fixes this.</p>
]]></description><pubDate>Fri, 31 Oct 2025 13:20:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45771701</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=45771701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45771701</guid></item><item><title><![CDATA[WebGPU Fundamentals]]></title><description><![CDATA[
<p>Article URL: <a href="https://webgpufundamentals.org/webgpu/lessons/webgpu-fundamentals.html">https://webgpufundamentals.org/webgpu/lessons/webgpu-fundamentals.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45480640">https://news.ycombinator.com/item?id=45480640</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 05 Oct 2025 11:14:39 +0000</pubDate><link>https://webgpufundamentals.org/webgpu/lessons/webgpu-fundamentals.html</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=45480640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45480640</guid></item><item><title><![CDATA[New comment by calmingsolitude in "BrowserPod: In-browser full-stack environments for IDEs and Agents via WASM"]]></title><description><![CDATA[
<p>Unfortunately when visiting the demo (<a href="https://vitedemo.browserpod.io/" rel="nofollow">https://vitedemo.browserpod.io/</a>), the terminal just shows "/lt/npm/bin/npm.js install" and does nothing more. There does not seem to be any errors in the developer console and no network requests have failed either. This is on Chrome v140, Windows 10.</p>
]]></description><pubDate>Wed, 01 Oct 2025 04:48:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45434327</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=45434327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45434327</guid></item><item><title><![CDATA[Wireview – Wireshark on the Web]]></title><description><![CDATA[
<p>Article URL: <a href="https://wireview.github.io/">https://wireview.github.io/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43691606">https://news.ycombinator.com/item?id=43691606</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 15 Apr 2025 12:13:14 +0000</pubDate><link>https://wireview.github.io/</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=43691606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43691606</guid></item><item><title><![CDATA[New comment by calmingsolitude in "Termux on Android 5 or 6"]]></title><description><![CDATA[
<p>I have termux installed to quickly run `ip neigh` to find the IP addresses of devices connected to the hotspot - unfortunately my version of Android doesn't have this feature built in.<p>This is especially useful when you have multiple Pis connected and need to know the IP address to ssh to.</p>
]]></description><pubDate>Mon, 21 Nov 2022 13:28:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=33692227</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=33692227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33692227</guid></item><item><title><![CDATA[New comment by calmingsolitude in "I can’t believe that I can prove that it can sort"]]></title><description><![CDATA[
<p>And here's a version I wrote that visualizes it on your terminal <a href="https://github.com/radiantly/simplest-sort" rel="nofollow">https://github.com/radiantly/simplest-sort</a></p>
]]></description><pubDate>Mon, 04 Jul 2022 13:52:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=31977029</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=31977029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31977029</guid></item><item><title><![CDATA[New comment by calmingsolitude in "Starring your repo does not give you permission to spam me"]]></title><description><![CDATA[
<p>Stars are public - navigating to any GitHub profile and clicking the 'Stars' tab shows all the repositories starred by the user. Moreover, all users that have starred a repository can be viewed by appending /stargazers to the repo url or clicking the stars link in the sidebar.</p>
]]></description><pubDate>Tue, 22 Mar 2022 13:28:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=30765799</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=30765799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30765799</guid></item><item><title><![CDATA[Arpchat – Text your friends on the same network using just ARP]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/kognise/arpchat">https://github.com/kognise/arpchat</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30762921">https://news.ycombinator.com/item?id=30762921</a></p>
<p>Points: 88</p>
<p># Comments: 4</p>
]]></description><pubDate>Tue, 22 Mar 2022 05:09:24 +0000</pubDate><link>https://github.com/kognise/arpchat</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=30762921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30762921</guid></item><item><title><![CDATA[Three DDoS attacks on my personal website]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.jeffgeerling.com/blog/2022/three-ddos-attacks-on-my-personal-website">https://www.jeffgeerling.com/blog/2022/three-ddos-attacks-on-my-personal-website</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30700211">https://news.ycombinator.com/item?id=30700211</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 16 Mar 2022 15:43:27 +0000</pubDate><link>https://www.jeffgeerling.com/blog/2022/three-ddos-attacks-on-my-personal-website</link><dc:creator>calmingsolitude</dc:creator><comments>https://news.ycombinator.com/item?id=30700211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30700211</guid></item></channel></rss>