<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: gabeio</title><link>https://news.ycombinator.com/user?id=gabeio</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Jul 2026 15:28:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gabeio" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gabeio in "Did They Ghost You?"]]></title><description><![CDATA[
<p>> a third company so that nobody inside the company knows that references were checked<p>That’s actually really interesting. If you are actively looking that prevents anyone in the company from knowing you are looking, even if they did a reference check. That might be because of some previous lawsuits around terminating someone while getting a reference check before actually getting a new job/leaving.</p>
]]></description><pubDate>Sun, 26 Jul 2026 05:36:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49055065</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=49055065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49055065</guid></item><item><title><![CDATA[New comment by gabeio in "Learning a few things about running SQLite"]]></title><description><![CDATA[
<p>> However, it's only meant for local systems. Once you need to connect over a network or robustly handle simultaneous requests<p>That’s not really accurate any longer.<p>Mostly depends on how you layout your tables & files. If you shard the databases then multiple machines can act as writers for their shard. You can also split read requests from write requests and have read only machines scale up/down as much as you’d like. You can use multiple files in a query (there is a limit there).<p>So for example you can split the user table based on the first letter of the username and then depending on the rest of the database either a database file per user or per customer (organization). Of course more of everything is manual but it’s not as hard as you’d expect if you build for it.<p><a href="https://rivet.dev/blog/2025-02-16-sqlite-on-the-server-is-misunderstood/">https://rivet.dev/blog/2025-02-16-sqlite-on-the-server-is-mi...</a><p>If you need sqlite over the network you can look at <a href="https://turso.tech/" rel="nofollow">https://turso.tech/</a> it’s a almost drop in replacement for sqlite (<a href="https://github.com/tursodatabase/turso/blob/main/COMPAT.md" rel="nofollow">https://github.com/tursodatabase/turso/blob/main/COMPAT.md</a>)</p>
]]></description><pubDate>Fri, 17 Jul 2026 20:35:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48952008</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=48952008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48952008</guid></item><item><title><![CDATA[New comment by gabeio in "Apple's weird anti-nausea dots cured my car sickness"]]></title><description><![CDATA[
<p>You don't need to hide it so deeply, it can be added to your control panel add the control 'vehicle motion cues' and you can add a button which allows you to change it between on/auto/off.<p>I highly recommend people look through apple's accessibility features every major release they seem to quietly release some real gems.<p>They hid a whole app for sleep/chill/productivity/wellbeing sounds in there as well!</p>
]]></description><pubDate>Tue, 16 Jun 2026 21:16:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48562240</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=48562240</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48562240</guid></item><item><title><![CDATA[New comment by gabeio in "Apple unveils new accessibility features"]]></title><description><![CDATA[
<p>> Until siri can reliably handle "Navigate to <business that is a decade old>", offline and using pre-downloaded maps<p>Yeah, that's unfortunate considering you can have it do nearly all of that (download maps, navigate to business all while offline), except asking siri to do it for you.<p>> I once had a car that hid the backup cam behind a legal disclaimer every time you turned it on.<p>My car pops up a dialog telling me (in a paragraph+) to pay attention while in semi-autopilot which I have to click "ok" on to get back to the map. It's very ironic, and extremely dangerous.</p>
]]></description><pubDate>Tue, 19 May 2026 19:41:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48198375</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=48198375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48198375</guid></item><item><title><![CDATA[New comment by gabeio in "We stopped AI bot spam in our GitHub repo using Git's –author flag"]]></title><description><![CDATA[
<p>Those are the only two options to finding quality candidates?<p>Try talking more about the meta of coding itself. Get into the developers head by _talking_ to them and understanding how they would approach and attack different problems. You can show them code and ask them what they would do differently / how they would go about implementing X-Y-Z. Just because you can write foobar doesn't mean you understand how to apply algorithms or w/e specific problems [your] team has. It's _far_ better to understand how they would solve a problem over their syntax anyway.</p>
]]></description><pubDate>Tue, 19 May 2026 04:09:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48189067</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=48189067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48189067</guid></item><item><title><![CDATA[New comment by gabeio in "We stopped AI bot spam in our GitHub repo using Git's –author flag"]]></title><description><![CDATA[
<p>I believe they are referencing the person who wrote the program, not the name itself.</p>
]]></description><pubDate>Tue, 19 May 2026 04:02:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48189027</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=48189027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48189027</guid></item><item><title><![CDATA[New comment by gabeio in "Let’s Encrypt: Stopping Issuance for Potential Incident – Resolved"]]></title><description><![CDATA[
<p>> This is a compliance incident<p>Uh. I don't know if I like the sound of that...</p>
]]></description><pubDate>Fri, 08 May 2026 20:11:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48068141</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=48068141</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48068141</guid></item><item><title><![CDATA[New comment by gabeio in "FBI used iPhone notification data to retrieve deleted Signal messages"]]></title><description><![CDATA[
<p><a href="https://archive.is/bSQhD" rel="nofollow">https://archive.is/bSQhD</a> You can view their link here.</p>
]]></description><pubDate>Fri, 10 Apr 2026 13:19:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47717725</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=47717725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47717725</guid></item><item><title><![CDATA[New comment by gabeio in "AirPods Max 2"]]></title><description><![CDATA[
<p>Do they brick less? I bought a pair for my husband and after a year they were bricked, apple support basically told him to buy a new one. I will never waste my money on the max line ever again.</p>
]]></description><pubDate>Mon, 16 Mar 2026 13:54:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47399074</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=47399074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47399074</guid></item><item><title><![CDATA[New comment by gabeio in "I'm a project manager, to the engineers: how replaceable do you think my job is?"]]></title><description><![CDATA[
<p>Anyone “smart” enough to connect an ai agent to a payroll systems will get what they deserve.</p>
]]></description><pubDate>Fri, 13 Mar 2026 14:23:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47364885</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=47364885</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47364885</guid></item><item><title><![CDATA[New comment by gabeio in "Fix the iOS keyboard before the timer hits zero or I'm switching back to Android"]]></title><description><![CDATA[
<p>I use it all of the time! I actually love it but I use it for grayscale mode, nothing actually critical. And yeah it triggers randomly but I am never upset to be without color.</p>
]]></description><pubDate>Fri, 13 Feb 2026 22:47:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47008876</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=47008876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47008876</guid></item><item><title><![CDATA[New comment by gabeio in "Fix the iOS keyboard before the timer hits zero or I'm switching back to Android"]]></title><description><![CDATA[
<p>No they are talking about the new camera button on the same side as the power/siri button. Which is semi-ironic considering the volume buttons still work fine as camera buttons they just don’t also handle zoom (you can slide your finger on the button to adjust zoom). I honestly am more annoyed at the button than enjoy it, yet another button I accidentally press when I nearly drop my phone and now have the camera app open.</p>
]]></description><pubDate>Fri, 13 Feb 2026 22:45:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47008856</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=47008856</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47008856</guid></item><item><title><![CDATA[New comment by gabeio in "FBI couldn't get into WaPo reporter's iPhone because Lockdown Mode enabled"]]></title><description><![CDATA[
<p>> despite an insignificant fraction of customers using such a feature?<p>Isn't that the exact same argument against Lockdown mode? The point isn't that the number of users is small it's that it can significantly help that small set of users, something that Apple clearly does care about.</p>
]]></description><pubDate>Wed, 04 Feb 2026 15:50:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46887319</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=46887319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46887319</guid></item><item><title><![CDATA[New comment by gabeio in "Jiratui – A Textual UI for interacting with Atlassian Jira from your shell"]]></title><description><![CDATA[
<p>Wouldn’t that mean they could still exfiltrate it to another jira site they control?</p>
]]></description><pubDate>Thu, 11 Sep 2025 08:41:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45209276</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=45209276</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45209276</guid></item><item><title><![CDATA[New comment by gabeio in "Cloudflare Radar: AI Insights"]]></title><description><![CDATA[
<p>? I use firefox all of the time and I don’t believe I have been marked as a “bot”? I rarely hit website captchas/browser checks. Do you have anything to read that says otherwise?</p>
]]></description><pubDate>Mon, 01 Sep 2025 16:54:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45094379</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=45094379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45094379</guid></item><item><title><![CDATA[New comment by gabeio in "Ban me at the IP level if you don't like me"]]></title><description><![CDATA[
<p>> It's also a page that's never visited by humans.<p>Never is a strong word. I have definitely visited robots.txt of various websites for a variety of random reasons.<p><pre><code>  - remembering the format
  - seeing what they might have tried to "hide"
  - using it like a site's directory
  - testing if the website is working if their main dashboard/index is offline</code></pre></p>
]]></description><pubDate>Mon, 25 Aug 2025 16:10:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45015402</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=45015402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45015402</guid></item><item><title><![CDATA[New comment by gabeio in "Why are anime catgirls blocking my access to the Linux kernel?"]]></title><description><![CDATA[
<p>The string “null” or actually null? I have recently seen a huge amount of bot traffic which has actually no UA and just outright block it. It’s almost entirely (microsoft cloud) Azure script attacks.</p>
]]></description><pubDate>Thu, 21 Aug 2025 00:11:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44967798</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=44967798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44967798</guid></item><item><title><![CDATA[New comment by gabeio in "Google admits anti-competitive conduct involving Google Search in Australia"]]></title><description><![CDATA[
<p>You should give kagi a whirl I rarely need to go past page 1 or even the first result for most queries.</p>
]]></description><pubDate>Mon, 18 Aug 2025 04:27:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=44937417</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=44937417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44937417</guid></item><item><title><![CDATA[New comment by gabeio in "I've Had It with Microsoft"]]></title><description><![CDATA[
<p>I do not consider auto-upgrading people to pay more for something they probably aren’t already using “transparent”. Most especially if they didn’t mention in the email that there is a way to keep the existing price.</p>
]]></description><pubDate>Fri, 25 Jul 2025 17:18:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44685636</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=44685636</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44685636</guid></item><item><title><![CDATA[New comment by gabeio in "iOS 26 Will Let You Add Your U.S. Passport to Wallet for Identity Verification"]]></title><description><![CDATA[
<p>> I imagine passport cards as well<p>As someone who has a passport card, I can confirm it definitely has an RFID chip in it. Ironically they come in a protective sleeve.</p>
]]></description><pubDate>Tue, 17 Jun 2025 14:47:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=44299937</link><dc:creator>gabeio</dc:creator><comments>https://news.ycombinator.com/item?id=44299937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44299937</guid></item></channel></rss>