<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: RKearney</title><link>https://news.ycombinator.com/user?id=RKearney</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 07 May 2026 08:28:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=RKearney" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by RKearney in "Grok 4.3"]]></title><description><![CDATA[
<p>Is this satire? Ask it about June 4 1989, Taiwan independence, or Winnie the Pooh.</p>
]]></description><pubDate>Fri, 01 May 2026 19:14:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47978887</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=47978887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47978887</guid></item><item><title><![CDATA[New comment by RKearney in "A macOS terminal command that tells you if your USB-C cable is bad"]]></title><description><![CDATA[
<p>This post is 12 minutes old. Have you finished yet?</p>
]]></description><pubDate>Wed, 08 Oct 2025 05:26:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45512380</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=45512380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45512380</guid></item><item><title><![CDATA[New comment by RKearney in "Small Objects, Big Gains: Benchmarking Tigris Against AWS S3 and Cloudflare R2"]]></title><description><![CDATA[
<p>The testing VM is specified as VM.Standard.A1.Flex (Oracle Cloud)<p>Is this the endpoint you tested against? <a href="https://bgp.he.net/dns/t3.storage.dev#_ipinfo" rel="nofollow">https://bgp.he.net/dns/t3.storage.dev#_ipinfo</a><p>Did you test from a VM in the same cloud that's hosting the product? If so I'm not sure "neutral cloud provider" is an honest statement.</p>
]]></description><pubDate>Tue, 19 Aug 2025 23:47:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44957323</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=44957323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44957323</guid></item><item><title><![CDATA[New comment by RKearney in "Feds want devs to stop coding 'unforgivable' buffer overflow"]]></title><description><![CDATA[
<p>I'd just be happy if organizations stopped doing business with software vendors that still mandate disabling DEP, ASLR, and the dreaded "Please disable your antivirus before installing".</p>
]]></description><pubDate>Thu, 13 Feb 2025 21:09:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=43041385</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=43041385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43041385</guid></item><item><title><![CDATA[New comment by RKearney in "8 days downtime: Cloudflare r2 subscription bug ruins my business"]]></title><description><![CDATA[
<p>I’m currently ~6 weeks into a billing issue with CloudFlare. They typically take 5-6 days to respond, ask you for verification to do things, wait another 5-6 days, then they ask you to do it because it turns out they don’t have permission. It’s a mess.</p>
]]></description><pubDate>Sun, 16 Jun 2024 20:57:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=40700050</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=40700050</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40700050</guid></item><item><title><![CDATA[New comment by RKearney in "Reclaiming IPv4 Class E's 240.0.0.0/4"]]></title><description><![CDATA[
<p>> On macOS, I can't ping or bind to 127.0.0.2<p><pre><code>     uname -a
    Darwin LT-JT6692XPXJ 23.5.0 Darwin Kernel Version 23.5.0: Wed May  1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000 arm64
    
    ~
     ifconfig lo0
    lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
     options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
     inet 127.0.0.1 netmask 0xff000000
     inet6 ::1 prefixlen 128
     inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
     nd6 options=201<PERFORMNUD,DAD>
    
    ~
     ping -c 1 127.0.0.2
    PING 127.0.0.2 (127.0.0.2): 56 data bytes
    
    --- 127.0.0.2 ping statistics ---
    1 packets transmitted, 0 packets received, 100.0% packet loss
    
    ~ 11s
     sudo ifconfig lo0 add 127.0.0.2
    Password:
    
    ~
     ping -c 1 127.0.0.2
    PING 127.0.0.2 (127.0.0.2): 56 data bytes
    64 bytes from 127.0.0.2: icmp_seq=0 ttl=64 time=0.824 ms
    
    --- 127.0.0.2 ping statistics ---
    1 packets transmitted, 1 packets received, 0.0% packet loss
    round-trip min/avg/max/stddev = 0.824/0.824/0.824/nan ms
    
    ~
     ifconfig lo0
    lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
     options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
     inet 127.0.0.1 netmask 0xff000000
     inet6 ::1 prefixlen 128
     inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
     inet 127.0.0.2 netmask 0xff000000
     nd6 options=201<PERFORMNUD,DAD>
    
    ~</code></pre></p>
]]></description><pubDate>Tue, 28 May 2024 18:29:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=40503896</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=40503896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40503896</guid></item><item><title><![CDATA[New comment by RKearney in "Cable ISP fined $10k for lying to FCC about where it offers broadband"]]></title><description><![CDATA[
<p>For comparison, this is roughly the cost of a pair of coherent 400G optics used in DWDM.</p>
]]></description><pubDate>Fri, 22 Mar 2024 19:52:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=39794159</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=39794159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39794159</guid></item><item><title><![CDATA[New comment by RKearney in "Jeff Bezos will save over $600M in taxes by moving to Miami"]]></title><description><![CDATA[
<p>He is moving from Seattle to Miami. Where did you get California from this?</p>
]]></description><pubDate>Mon, 12 Feb 2024 17:40:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=39347802</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=39347802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39347802</guid></item><item><title><![CDATA[New comment by RKearney in "iOS Wi-Fi Profile Generator"]]></title><description><![CDATA[
<p>No escaping is done, so you can end up with a malformed profile if your SSID or PSK includes a < for instance.</p>
]]></description><pubDate>Sun, 31 Dec 2023 18:36:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=38826316</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=38826316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38826316</guid></item><item><title><![CDATA[New comment by RKearney in "Beeper Mini is back"]]></title><description><![CDATA[
<p>iMessage is not about the color of the bubble. While the color is what's most noticeable to the end user, a non-iMessage chat means:<p><pre><code>  1. Unable to rename group chats
  2. Photo sharing quality is lowered  
  3. Video sharing quality is abysmal
  4. Messages traverse carrier networks in plain-text
  5. Loss of undo send and delete
  6. Loss of inline replies
  7. Loss of typing indicators and read-receipts (if enabled)
</code></pre>
Just to name a few.</p>
]]></description><pubDate>Mon, 11 Dec 2023 18:35:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=38603521</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=38603521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38603521</guid></item><item><title><![CDATA[New comment by RKearney in "Icanhazip: A simple IP address tool survived a deluge of users (2021)"]]></title><description><![CDATA[
<p>AWS has an endpoint for this: <a href="http://checkip.amazonaws.com" rel="nofollow noreferrer">http://checkip.amazonaws.com</a></p>
]]></description><pubDate>Tue, 01 Aug 2023 01:13:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=36951105</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=36951105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36951105</guid></item><item><title><![CDATA[New comment by RKearney in "Why [“1”,“2”,“3”].map(parseInt) yields [1, NaN, NaN] in JavaScript (2011)"]]></title><description><![CDATA[
<p>I get Uncaught SyntaxError: Invalid or unexpected token<p>I'm guessing those quotes were supposed to be " rather than “ and ”.</p>
]]></description><pubDate>Fri, 23 Jun 2023 18:50:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=36450785</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=36450785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36450785</guid></item><item><title><![CDATA[New comment by RKearney in "Tell HN: It's 2023 and you still can't import .ics files into iOS Calendar app"]]></title><description><![CDATA[
<p>Remember, Android doesn't only run on mobile phones and managed addresses are just one part of DHCPv6.<p>You seem to be completely ignoring the other aspects of DHCPv6. Your response comes off as extremely hostile towards others who may have different requirements than yours. Please consider that there could be other use cases beyond what you've been exposed to in the past.</p>
]]></description><pubDate>Mon, 29 May 2023 21:21:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=36118252</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=36118252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36118252</guid></item><item><title><![CDATA[New comment by RKearney in "Tell HN: It's 2023 and you still can't import .ics files into iOS Calendar app"]]></title><description><![CDATA[
<p>> I don't even know what this means.<p>It means the Android operating system does not implement the DHCPv6 protocol.<p>> How is it impacting users?<p>Users of Android devices will be unable to obtain a managed IPv6 address configuration, other configuration, or request an IPv6 prefix (read: prefix, not address) via DHCPv6 Prefix Delegation.<p>> Are they crying out about it on support forums for the past several years?<p>For at least 10 years now[0].<p>[0] <a href="https://issuetracker.google.com/issues/36949085" rel="nofollow">https://issuetracker.google.com/issues/36949085</a></p>
]]></description><pubDate>Mon, 29 May 2023 19:40:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=36117250</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=36117250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36117250</guid></item><item><title><![CDATA[New comment by RKearney in "Tell HN: It's 2023 and you still can't import .ics files into iOS Calendar app"]]></title><description><![CDATA[
<p>Tomorrow: It's 2023 and you still can't use DHCPv6 on Android</p>
]]></description><pubDate>Mon, 29 May 2023 18:49:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=36116712</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=36116712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36116712</guid></item><item><title><![CDATA[New comment by RKearney in "Apple Lightning (2020)"]]></title><description><![CDATA[
<p>Look closely at a lightning cable. The edge is metal. When you plug in a lightning cable, you briefly short every single pin together. There's probably a greater risk of bending a pin inside the port than there is shorting pins out.</p>
]]></description><pubDate>Wed, 28 Dec 2022 15:37:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=34162033</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=34162033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34162033</guid></item><item><title><![CDATA[New comment by RKearney in "Instagram can track anything you do on any website in their in-app browser"]]></title><description><![CDATA[
<p>Not only would CSP block it, but this type of behavior only strengthens Apple's decision to not allow third party rendering engines. Could you imagine the privacy nightmare that would ensue if Facebook could release a browser that bypassed any and all safeguards implemented by site operators?</p>
]]></description><pubDate>Wed, 10 Aug 2022 23:21:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=32419701</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=32419701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32419701</guid></item><item><title><![CDATA[New comment by RKearney in "Facebook has started to encrypt links to counter privacy-improving URL Stripping"]]></title><description><![CDATA[
<p>Previous Discussion: <a href="https://news.ycombinator.com/item?id=32117489" rel="nofollow">https://news.ycombinator.com/item?id=32117489</a></p>
]]></description><pubDate>Sun, 17 Jul 2022 19:43:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=32130457</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=32130457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32130457</guid></item><item><title><![CDATA[New comment by RKearney in "Gmail accepts forged YouTube emails"]]></title><description><![CDATA[
<p>The reason for this is right in the headers. The message had a valid ARC headers used to preserve DKIM/SPF/DMARC checks when forwarding email.<p><a href="https://en.wikipedia.org/wiki/Authenticated_Received_Chain" rel="nofollow">https://en.wikipedia.org/wiki/Authenticated_Received_Chain</a></p>
]]></description><pubDate>Thu, 02 Jun 2022 03:05:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=31590843</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=31590843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31590843</guid></item><item><title><![CDATA[New comment by RKearney in "A Tesla vehicle using ‘Smart Summon’ appears to crash into a $3.5mm private jet"]]></title><description><![CDATA[
<p>> even a 15 year old on their learners might not realize that z height matters<p>There are a fair share of adults that do not understand height while driving either. Look no further than the 12'4" (previously 11'8") bridge on YouTube.</p>
]]></description><pubDate>Fri, 22 Apr 2022 22:50:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=31129201</link><dc:creator>RKearney</dc:creator><comments>https://news.ycombinator.com/item?id=31129201</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31129201</guid></item></channel></rss>