<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: notpushkin</title><link>https://news.ycombinator.com/user?id=notpushkin</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 17 Aug 2026 07:53:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=notpushkin" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by notpushkin in "The AI Credit Resale Economy"]]></title><description><![CDATA[
<p>> CREDITS FROM YC STARTUP SCHOOL<p>Is that still a thing? I’ve thought they’ve discontinued the deals section. (There are a lot of other ways to get a startup grant, of course.)</p>
]]></description><pubDate>Sun, 16 Aug 2026 15:31:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49320991</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49320991</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49320991</guid></item><item><title><![CDATA[New comment by notpushkin in "The AI Credit Resale Economy"]]></title><description><![CDATA[
<p>And I’m pretty sure that’s just the tip of the iceberg.</p>
]]></description><pubDate>Sun, 16 Aug 2026 15:27:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49320966</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49320966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49320966</guid></item><item><title><![CDATA[New comment by notpushkin in "Guiding Ships with Moire Patterns"]]></title><description><![CDATA[
<p>It is used and I guess it works largely the same way as in author’s first picture: you get arrows pointing towards where you should correct your course to. Tom Scott has made a video on those: <a href="https://wew.youtube.com/watch?v=d99_h30swtM" rel="nofollow">https://wew.youtube.com/watch?v=d99_h30swtM</a></p>
]]></description><pubDate>Sun, 16 Aug 2026 09:32:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49318416</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49318416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49318416</guid></item><item><title><![CDATA[New comment by notpushkin in "Firefox is now the last major browser that still supports uBlock Origin"]]></title><description><![CDATA[
<p>> Maybe I'm foggy on the history. But isn't this like Fork #4 or #5 of some previous AdBlock extension?<p>IIRC it was written from scratch. It was called uBlock before, then a co-maintainer tried to pull some shit, and the original author had to fork it with a new name (I don’t remember the details, it’s been ages since then).<p>No selling out yet. The author also explicitly says they don’t accept donations. I don’t think he’s looking for a business model. But if that changes – yeah, the fork button is right there, so I don’t see a big problem here.</p>
]]></description><pubDate>Sat, 15 Aug 2026 10:04:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49309288</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49309288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49309288</guid></item><item><title><![CDATA[New comment by notpushkin in "Firefox is now the last major browser that still supports uBlock Origin"]]></title><description><![CDATA[
<p>Waterfox, a Firefox fork, has actually built a builtin qdblocker. (And yes, they do whitelist their search partner by default, but you can turn that off.) Apparently it’s faster than uBlock Origin, but there’s been problems on some websites, so I’ll be sticking with uBO for now.<p>Edit: actually, it seems the underlying functionality was built <i>by Mozilla</i> themselves, just not exposed in the UI yet: <a href="https://news.ycombinator.com/item?id=49309020">https://news.ycombinator.com/item?id=49309020</a></p>
]]></description><pubDate>Sat, 15 Aug 2026 09:43:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49309161</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49309161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49309161</guid></item><item><title><![CDATA[New comment by notpushkin in "Firefox is now the last major browser that still supports uBlock Origin"]]></title><description><![CDATA[
<p>> I get unsolvable recaptchas all the time, especially on cloudflare pages.<p>If you really mean reCAPTCHA (the one with a “select all squares that have X” kinda challenges), then Cloudflare hasn’t used that for quite a while now. archive.today uses a Cloudflare-looking (old style) page with a reCAPTCHA (and they do serve it quite often), but I don’t think I’ve seen other sites do that.</p>
]]></description><pubDate>Sat, 15 Aug 2026 08:02:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49308705</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49308705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49308705</guid></item><item><title><![CDATA[New comment by notpushkin in "I close SSH port 22 (and what I use instead)"]]></title><description><![CDATA[
<p>Good point, thanks.</p>
]]></description><pubDate>Sat, 15 Aug 2026 06:29:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49308225</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49308225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49308225</guid></item><item><title><![CDATA[New comment by notpushkin in "I close SSH port 22 (and what I use instead)"]]></title><description><![CDATA[
<p>Why even type anything? Just ssh to 7000, and use the same public key to authenticate. The server responds with “You’re in”, opens up 22 and closes the connection. You then ssh normally.<p>This bespoke server should not advertise it in any special way though (generic OpenSSH banner), and can be used to also ban port scanners if they try to do something fishy.<p>fwknop is <i>impossible</i> to even scan for, though, so it’s a bit more robust in that sense.</p>
]]></description><pubDate>Sat, 15 Aug 2026 06:12:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49308134</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49308134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49308134</guid></item><item><title><![CDATA[New comment by notpushkin in "I close SSH port 22 (and what I use instead)"]]></title><description><![CDATA[
<p>You could run both on 443: <a href="https://github.com/yrutschle/sslh" rel="nofollow">https://github.com/yrutschle/sslh</a></p>
]]></description><pubDate>Sat, 15 Aug 2026 05:58:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49308055</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49308055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49308055</guid></item><item><title><![CDATA[New comment by notpushkin in "I close SSH port 22 (and what I use instead)"]]></title><description><![CDATA[
<p>fwknop is a bit lower risk though. If all an attacker can do is open a port, they’ll still have to exploit OpenSSH.</p>
]]></description><pubDate>Sat, 15 Aug 2026 05:54:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49308034</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49308034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49308034</guid></item><item><title><![CDATA[New comment by notpushkin in "The TEMU-Fication of Software, Digital Goods and Services"]]></title><description><![CDATA[
<p>This can briefly happen, but until VCs run out of money we’ll get competitors about as soon as the enshittification starts. Well, at least in theory, regulatory caprure is a thing, so it doesn’t always work out.<p>This also doesn’t work when there’s network effects at play. I believe this is why Grab (Southeast Asian Uber/UberEats) is adding social features like a whole fucking messenger into the app. Didn’t help: Bolt has launched there as well and is often cheaper and faster so I usually check both.<p>(Now, Grab is publicly traded, and <i>maybe</i> it’s profitable, which would undermine my whole argument. But I’m still getting cheap transportation and discounted food. Maybe they externalize the costs somewhere else which indeed also sucks.)</p>
]]></description><pubDate>Sat, 15 Aug 2026 05:44:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49307985</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49307985</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49307985</guid></item><item><title><![CDATA[New comment by notpushkin in "The TEMU-Fication of Software, Digital Goods and Services"]]></title><description><![CDATA[
<p>All that aside, I’m happy that VCs are paying for my stuff! I have no idea why they keep doing that. They’ve studied my behaviour so they should already know I’ll delete {app_name} as soon as I get a better deal elsewhere. (Better yet, I’ll keep both and let them fight!)<p>Maybe they can capture the market for a brief moment, but if they do have a long term strategy, I’m not seeing one.</p>
]]></description><pubDate>Fri, 14 Aug 2026 17:05:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49301553</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49301553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49301553</guid></item><item><title><![CDATA[New comment by notpushkin in "WhatCable: Know what your USB-C cable can do"]]></title><description><![CDATA[
<p>100 Mbps is sometimes just enough for the job. And it’s easy to see that you only have two pairs instead of four – just look at the connector.</p>
]]></description><pubDate>Fri, 14 Aug 2026 16:41:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49301184</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49301184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49301184</guid></item><item><title><![CDATA[New comment by notpushkin in "WhatCable: Know what your USB-C cable can do"]]></title><description><![CDATA[
<p>WhatKable was right there!</p>
]]></description><pubDate>Fri, 14 Aug 2026 16:37:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49301141</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49301141</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49301141</guid></item><item><title><![CDATA[New comment by notpushkin in "Bluesky Protocol Services"]]></title><description><![CDATA[
<p>There’s a next-route-announcer tag on the page, so probably not Astro. (Can’t recommend Astro Starlight enough though!)</p>
]]></description><pubDate>Fri, 14 Aug 2026 09:07:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49296288</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49296288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49296288</guid></item><item><title><![CDATA[New comment by notpushkin in "Gloomberb"]]></title><description><![CDATA[
<p>I think it is more oriented towards retail investors (if anybody) than professional users. In theory it could compete with TradingView?<p>(I’d especially love to see some federated social feature built in!)</p>
]]></description><pubDate>Thu, 13 Aug 2026 15:14:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49287280</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49287280</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49287280</guid></item><item><title><![CDATA[New comment by notpushkin in "Show HN: Scroll through all 43252003274489856000 Rubik's Cube states"]]></title><description><![CDATA[
<p>The number of permutations of <i>n</i> distinct objects is <i>n!</i>. So, probably a bit more than 8, since <i>8! < 10⁸</i>, but I don’t think you are terribly off :-)<p>Edit: <i>58! < 10⁸⁰ < 59!</i></p>
]]></description><pubDate>Tue, 11 Aug 2026 07:09:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49254424</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49254424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49254424</guid></item><item><title><![CDATA[New comment by notpushkin in "Show HN: Mcptoon – Token-efficient MCP CLI client"]]></title><description><![CDATA[
<p>Cool! Can we get a human-efficient MCP CLI while at it? I want to be able to use MCP just as well as the LLMs can.</p>
]]></description><pubDate>Tue, 11 Aug 2026 06:57:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49254317</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49254317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49254317</guid></item><item><title><![CDATA[New comment by notpushkin in "My server is a phone now"]]></title><description><![CDATA[
<p>> It came back, and lesson learned: Android already has working drivers for every piece of this hardware. [...] Throwing all of that away in pursuit of a more conventional userspace was the wrong trade.<p>pmOS is a proper port with native Linux drivers, but there’s also Libhybris / Halium which runs Android drivers in a more typical “Linux” userland. Ubuntu Touch uses that, so it could be a good starting point. Sadly, I don’t see CMF Phone 1 in the devices list: <a href="https://devices.ubuntu-touch.io/" rel="nofollow">https://devices.ubuntu-touch.io/</a></p>
]]></description><pubDate>Sun, 09 Aug 2026 14:59:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49232024</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49232024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49232024</guid></item><item><title><![CDATA[New comment by notpushkin in "Pareto Front"]]></title><description><![CDATA[
<p>Something like that! But for any font.<p>I think fontTools instancer could work here, though it’s a CLI: <a href="https://fonttools.readthedocs.io/en/latest/varLib/instancer.html#module-fontTools.varLib.instancer" rel="nofollow">https://fonttools.readthedocs.io/en/latest/varLib/instancer....</a></p>
]]></description><pubDate>Fri, 07 Aug 2026 18:22:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49214426</link><dc:creator>notpushkin</dc:creator><comments>https://news.ycombinator.com/item?id=49214426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49214426</guid></item></channel></rss>