<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: reorder9695</title><link>https://news.ycombinator.com/user?id=reorder9695</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 23 Sep 2026 00:19:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=reorder9695" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by reorder9695 in "OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005"]]></title><description><![CDATA[
<p>Enigma wasn't one time pad based (although these were used a lot during the war), enigma does have known weaknesses such as letters never being decrypted to itself. Enigma was based off daily settings (rotor positions, plugboard settings etc), which could be mostly recovered by the end of the war, unlike actual one time pads which are only crackable by bad key hygiene/brute force.</p>
]]></description><pubDate>Tue, 22 Sep 2026 19:22:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49806741</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49806741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49806741</guid></item><item><title><![CDATA[New comment by reorder9695 in "Blizzard Workers Win Historic Union Contract"]]></title><description><![CDATA[
<p>Presumably they subsidise the good conditions, few but high quality releases etc with the Steam store, which does set them apart from most studios.</p>
]]></description><pubDate>Thu, 10 Sep 2026 10:00:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49641124</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49641124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49641124</guid></item><item><title><![CDATA[New comment by reorder9695 in "Copyright does more harm than good and should be abolished"]]></title><description><![CDATA[
<p>How would that work for things like films or music when it genuinely is a group of people making something? I agree that copyright is way, way too long and should be a fixed length, but there's definitely a use in corporations being able to hold it.</p>
]]></description><pubDate>Wed, 09 Sep 2026 07:30:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=49622646</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49622646</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49622646</guid></item><item><title><![CDATA[New comment by reorder9695 in "How bicycle coaster brakes work (2018)"]]></title><description><![CDATA[
<p>As someone from outside the US, I had only heard of coaster brakes from this article. As a child all my bikes had rim brakes and now my bike has hydraulic discs, coaster breaks seem very strange to me.</p>
]]></description><pubDate>Fri, 04 Sep 2026 08:06:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49561884</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49561884</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49561884</guid></item><item><title><![CDATA[Music Theory for Programmers]]></title><description><![CDATA[
<p>Article URL: <a href="https://runjs.app/blog/music-theory-for-programmers">https://runjs.app/blog/music-theory-for-programmers</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49397659">https://news.ycombinator.com/item?id=49397659</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 22 Aug 2026 08:07:25 +0000</pubDate><link>https://runjs.app/blog/music-theory-for-programmers</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49397659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49397659</guid></item><item><title><![CDATA[New comment by reorder9695 in "Using an old Android phone as a music player"]]></title><description><![CDATA[
<p>I use Auxio from F-Droid. It's quite simple (which to me is a benefit) and my only real complaint is how similar shuffle on and off look on Android Auto. It handles non ASCII titles correctly where some others didn't (from what I remember due to weirdness with the Android media store) and it picks up new media/edited quickly and reliably which can be a sore spot with others. I don't know how Android's media store is apparently so incompetent that most music apps don't work correctly using it.</p>
]]></description><pubDate>Fri, 21 Aug 2026 20:58:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49393708</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49393708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49393708</guid></item><item><title><![CDATA[New comment by reorder9695 in "Google has acquired the data of failed US airline Spirit"]]></title><description><![CDATA[
<p>I wonder how this is treated in terms of consent (at least from a GDPR perspective in the EU), even if I gave my data to Spirit, I did not consent to it being shared with Google unless they explicitly said they would share it with that partner and I agreed. Surely they can't just retroactively change the scope of consent for data sharing?</p>
]]></description><pubDate>Tue, 18 Aug 2026 17:54:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49349679</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49349679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49349679</guid></item><item><title><![CDATA[New comment by reorder9695 in "How Go detects struct copies with sync.noCopy"]]></title><description><![CDATA[
<p>Coming from Rust anyway (can't say I'm familiar with Go), nothing about having it as a trait would pollute the method set, traits don't have to have methods (e.g. pin, unpin, send, sync, etc.). Yes a zero length field can be metadata and this is a style complaint but a struct's fields are traditionally its data and the type is its metadata, I feel like it's harmful to mix these two as I at least wouldn't generally look at fields to find metadata for the struct.</p>
]]></description><pubDate>Mon, 17 Aug 2026 12:56:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49330079</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49330079</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49330079</guid></item><item><title><![CDATA[New comment by reorder9695 in "old.reddit.com Now Requires a Login"]]></title><description><![CDATA[
<p>On desktop they're same as HN, on mobile click the number in the bubble on the far right hand side.</p>
]]></description><pubDate>Mon, 17 Aug 2026 07:38:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49327558</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49327558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49327558</guid></item><item><title><![CDATA[New comment by reorder9695 in "Ordinary WiFi can now identify you with near-perfect accuracy"]]></title><description><![CDATA[
<p>"Oceania had always been at war with Eastasia."</p>
]]></description><pubDate>Sun, 16 Aug 2026 18:24:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=49322401</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49322401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49322401</guid></item><item><title><![CDATA[New comment by reorder9695 in "Asus Bike Booster"]]></title><description><![CDATA[
<p>The lack of mudguard wouldn't be an issue, almost no mountain bikers fit them to their bikes. There may well be enough space in the frame without a bottle cage to attach it given it's incompatible with full sus bikes anyway, so that may not actually be an issue, could always shove it in a backpack afterall.<p>The biggest issue to me is the inability to put the seat all the way down given that's quite important, and obviously this won't work at all with a dropper post (which are fairly common nowadays), honestly actual ebikes are quite popular in the mountain biking scene at the minute and they seem like a significantly better fit to me.<p>I wonder how much torque the motor could put out though without putting a lot of wear on your (probably fairly soft material on mtb) tyres or slipping on knobby, possibly dusty/muddy, tyres; that itself might kill it off for offroad climbing.</p>
]]></description><pubDate>Sun, 16 Aug 2026 15:22:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49320914</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49320914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49320914</guid></item><item><title><![CDATA[New comment by reorder9695 in "Asus Bike Booster"]]></title><description><![CDATA[
<p>I'd be quite worried about breaking it in the not unlikely event of a crash, additionally it looks like it could quite significantly limit how low you could put your seat down on a mountain bike, so that would get in the way. Even if you got your seat down, it would add a significant amount of height above the tyre so you mighn't be able to move your arse far enough back to shift your weight property. It's also adding nearly 4kg weight relatively high up which probably isn't the end of the world but would be better if it wasn't so high up.<p>It says on the website it will fit hardtails but not full sus, and that it isn't recommended on knobby tyres due to performance which isn't ideal either.<p>I could be wrong on all of this but those are just the concerns coming to mind as another mountain biker.</p>
]]></description><pubDate>Sun, 16 Aug 2026 08:28:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49318068</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49318068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49318068</guid></item><item><title><![CDATA[New comment by reorder9695 in "England set to be one of the first countries to eliminate hepatitis C"]]></title><description><![CDATA[
<p>Confusingly the proper term for England, Scotland, Wales, and NI is country individually, the UK is a country of countries. They should probably be called states but they never have been, I'd pretty much always assume when someone says England to become the first country... that they mean England exclusively.<p>The bit that gets me is that people often refer to the UK but actually mean GB or vice versa.</p>
]]></description><pubDate>Tue, 11 Aug 2026 14:45:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=49259269</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49259269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49259269</guid></item><item><title><![CDATA[New comment by reorder9695 in "I'm switching my phone from Android to Linux"]]></title><description><![CDATA[
<p>I've come to the conclusion that I actually really like Android as an operating system, the internals seem remarkably well thought out and ideal for the mobile use case (so long as you're running a userdebug build with the ability to adb root in when needed), most of people's issues aren't really with Android (although Google reducing the AOSP release schedule isn't a good sign).<p>I think the real problem is Google Play Services. It's far, far too tightly integrated in a way that it just seems like Android was designed to be unusable without. It's installed as a location manager internally, which gives it a shitload of permissions by default that you never grant it. There's absolutely no reason everything (notifications, the app store, some location services) has to be packaged together into one thing instead of each having its own module that can be removed at will. Play integrity just plain shouldn't exist and as far as I'm concerned is purely there to ensure no one creates a real play services alternative or another mobile OS with Android compatibility.<p>The ideal outcome for me would be keeping Android but effectively dissolving Play Services and instead having the concept of a core services, where instead of apps choosing to use Firebase for notifications, they instead bind to the system notifications service, and as the user I choose which implementation I want, preferably with it not installed as a system app. I'm well aware that's not going to happen, but it seems like the most practical way to break up the Google/Apple monopoly to me, Android's great but Google's services aren't.</p>
]]></description><pubDate>Thu, 06 Aug 2026 07:43:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49193737</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49193737</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49193737</guid></item><item><title><![CDATA[New comment by reorder9695 in "Google will expand age checks on Android worldwide till the end of the year"]]></title><description><![CDATA[
<p>Pretty much, my car doesn't have navigation built in but supports android auto. I've tried a phone mount before but the experience is so much worse when it's not integrated with the car (volume of announcements and music can't be done independently, can't switch what music/podcast app's playing without grabbing my phone, etc) that I just went back to using it.</p>
]]></description><pubDate>Fri, 31 Jul 2026 20:06:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49127977</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49127977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49127977</guid></item><item><title><![CDATA[New comment by reorder9695 in "Show HN: Gander, an Android file viewer that asks for no permissions"]]></title><description><![CDATA[
<p>AOSP allows the internet permission to be denied per app (hence LineageOS and Graphene exposing it), it's just most OEMs ROMs don't expose it, you can draw your own conclusions from that.</p>
]]></description><pubDate>Fri, 31 Jul 2026 18:16:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49126740</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49126740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49126740</guid></item><item><title><![CDATA[New comment by reorder9695 in "Google will expand age checks on Android worldwide till the end of the year"]]></title><description><![CDATA[
<p>For me to fully drop google someone needs to create something compatible with Android Auto in my car, it doesn't sound like a big deal but that's a big enough thing for me to need it now.</p>
]]></description><pubDate>Thu, 30 Jul 2026 12:19:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49109013</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49109013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49109013</guid></item><item><title><![CDATA[New comment by reorder9695 in "AI companies are shredding rare books"]]></title><description><![CDATA[
<p>It also solves the issue of potentially not knowing when the author died, with a fixed period (the number isn't so important imo so long as it's sane), a work is out of copyright x years after the first known copy was published.</p>
]]></description><pubDate>Mon, 27 Jul 2026 15:48:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=49071293</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49071293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49071293</guid></item><item><title><![CDATA[New comment by reorder9695 in "Kill The Cookie Banner"]]></title><description><![CDATA[
<p>Don't underestimate the argument of "just to be on the safe side". Someone running a business who doesn't know a lot about cookies will often just put a banner on as an easy arse covering mechanism even when not required.</p>
]]></description><pubDate>Sun, 26 Jul 2026 16:09:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49059544</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49059544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49059544</guid></item><item><title><![CDATA[New comment by reorder9695 in "So Reddit has decided that plain HTML is unsafe"]]></title><description><![CDATA[
<p>I gave up on it years ago when they killed off 3rd party clients, I have to say it doesn't seem like I've been missing much. The rare occasion I do need to see something on it, it's just full of deleted accounts and comments. I do also love how VPNs get blocked but accessing it over tor is allowed (genuinely I think allowing access over tor is great, but it seems so antithetical to everything else they've done recently)</p>
]]></description><pubDate>Wed, 22 Jul 2026 22:31:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49014366</link><dc:creator>reorder9695</dc:creator><comments>https://news.ycombinator.com/item?id=49014366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49014366</guid></item></channel></rss>