<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: taldo</title><link>https://news.ycombinator.com/user?id=taldo</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 06 May 2026 16:02:35 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=taldo" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by taldo in "Today I've made the difficult decision to reduce the size of Coinbase by ~14%"]]></title><description><![CDATA[
<p>This REALLY is the year of the Linux Desktop</p>
]]></description><pubDate>Tue, 05 May 2026 13:50:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48022548</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=48022548</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48022548</guid></item><item><title><![CDATA[New comment by taldo in "Why doesn't Apple make a standalone Touch ID?"]]></title><description><![CDATA[
<p>I was wondering if it'd be possible to go further, and actually use it as a fully fledged keyboard, but with your choice of switches and mechanical layout... and turns out that somebody has been doing that already! basically reverse-engineering the matrix and hooking up your own switches to the logic board. You get TouchID, pretty good BT performance and integration in the Apple ecosystem, good battery life, ... and all in a single device.<p>Found it in a forum post here: <a href="https://geekhack.org/index.php?topic=120964.0" rel="nofollow">https://geekhack.org/index.php?topic=120964.0</a></p>
]]></description><pubDate>Thu, 04 Dec 2025 14:25:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46147984</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=46147984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46147984</guid></item><item><title><![CDATA[New comment by taldo in "US startup Substrate announces chipmaking tool that it says will rival ASML"]]></title><description><![CDATA[
<p>You mean the cost of EDA software directly (paying Synopsys/Cadence for the software used to design, verify, and synthesize your own chips)? Or the actual R&D cost to design the chip itself? Or paying for prepackaged IP blocks (major ones like CPU cores, or lesser ones like I/O)?</p>
]]></description><pubDate>Tue, 04 Nov 2025 17:50:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45813811</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=45813811</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45813811</guid></item><item><title><![CDATA[New comment by taldo in "Ty: A fast Python type checker and language server"]]></title><description><![CDATA[
<p>pylance is pyright + proprietary stuff on top, see <a href="https://docs.basedpyright.com/latest/" rel="nofollow">https://docs.basedpyright.com/latest/</a> for a fork with some of pylance's features added.</p>
]]></description><pubDate>Fri, 09 May 2025 12:59:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=43936228</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=43936228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43936228</guid></item><item><title><![CDATA[New comment by taldo in "Amazon Aurora DSQL"]]></title><description><![CDATA[
<p>Sooo they're finally launching a Spanner contender?<p>I'm itching to read more details into what this actually is under the marketing blab.</p>
]]></description><pubDate>Tue, 03 Dec 2024 18:16:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=42309295</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=42309295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42309295</guid></item><item><title><![CDATA[New comment by taldo in "How I write code using Cursor"]]></title><description><![CDATA[
<p>Cursor has been an enabler for unfamiliar corners of development. Mind you, it's not a foolproof tool that writes correct code on the first try or anything close to that.<p>I've been in compilers, storage, and data backends for 15ish years, and had to do a little project that required recording audio clips in a browser and sending them over a websocket. Cursor helped me do it in about 5 minutes, while it would've taken at least 30 min of googling to find the relevant keywords like MediaStream and MediaRecorder, learn enough to whip something up, fail, then try to fix it until it worked.<p>Then I had to switch to streaming audio in near-realtime... here it wasn't as good: it tried sending segments of MediaRecorder audio which are not suitable for streaming (because of media file headers and stuff). But a bit of Googling, finding out about Web Audio APIs and Audio Worklet, and a bit of prompting, and it basically wrote something that <i>almost</i> worked. Sure it had some concurrency bugs like reading from the same buffer that it's overwriting in another thread. But that's why we're checking the generated code, right?</p>
]]></description><pubDate>Tue, 29 Oct 2024 11:44:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=41982870</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=41982870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41982870</guid></item><item><title><![CDATA[New comment by taldo in "Reverse Engineering and Dismantling Kekz Headphones"]]></title><description><![CDATA[
<p>There's also yotoplay.com, although that one does seem to require wi-fi and cloud thingies.</p>
]]></description><pubDate>Fri, 04 Oct 2024 13:37:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=41741254</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=41741254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41741254</guid></item><item><title><![CDATA[New comment by taldo in "Reverse engineering and dismantling Kekz headphones"]]></title><description><![CDATA[
<p>Ouch, open Cosmos DB with geolocation logs publicly accessible...</p>
]]></description><pubDate>Fri, 04 Oct 2024 11:51:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41740434</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=41740434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41740434</guid></item><item><title><![CDATA[New comment by taldo in "Show HN: I made a tiny camera with super long battery life"]]></title><description><![CDATA[
<p>Since the read part is handled by another chip (feeding off of USB power, therefore not terribly power constrained), you could present as a MTP device, or even mass storage, while generating the file structure on the fly. Maybe TIFFs are simple enough so you don't have to mess with the actual image bytes.</p>
]]></description><pubDate>Tue, 04 Jun 2024 00:08:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=40569236</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=40569236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40569236</guid></item><item><title><![CDATA[New comment by taldo in "Apple Will Revamp Siri to Catch Up to Its Chatbot Competitors"]]></title><description><![CDATA[
<p><a href="https://archive.is/Awojo" rel="nofollow">https://archive.is/Awojo</a></p>
]]></description><pubDate>Fri, 10 May 2024 19:00:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=40322656</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=40322656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40322656</guid></item><item><title><![CDATA[New comment by taldo in "Show HN: QR Builder"]]></title><description><![CDATA[
<p>How is this not just a thin, expensive wrapper around <a href="https://www.npmjs.com/package/react-qrcode-logo" rel="nofollow">https://www.npmjs.com/package/react-qrcode-logo</a>?</p>
]]></description><pubDate>Wed, 10 Apr 2024 16:30:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=39992607</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=39992607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39992607</guid></item><item><title><![CDATA[New comment by taldo in "How we built the Find My Device network with user security and privacy in mind"]]></title><description><![CDATA[
<p>And yet they couldn't agree with Apple on a protocol that could be implemented by both. Imagine how much better tracking you'd get with tags that could be picked up by either Android or iPhones. Especially in the _third world_ where Android phones are way more prevalent.</p>
]]></description><pubDate>Tue, 09 Apr 2024 23:39:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=39985464</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=39985464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39985464</guid></item><item><title><![CDATA[New comment by taldo in "Apple Watch Ultra 2 Hacked"]]></title><description><![CDATA[
<p>The customer is always right... unless they are not.</p>
]]></description><pubDate>Mon, 19 Feb 2024 14:58:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=39430423</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=39430423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39430423</guid></item><item><title><![CDATA[New comment by taldo in "28-ton, 1.2-megawatt tidal kite is now exporting power to the grid"]]></title><description><![CDATA[
<p>Kinda reminescent of Makani, Google/X flying kite-turbine-generator-thingies. <a href="https://x.company/projects/makani/" rel="nofollow">https://x.company/projects/makani/</a></p>
]]></description><pubDate>Mon, 12 Feb 2024 20:16:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=39349844</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=39349844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39349844</guid></item><item><title><![CDATA[New comment by taldo in "FAA authorizes Zipline to deliver commercial packages using drones"]]></title><description><![CDATA[
<p>We're like 3 steps away from Factorio-style logistic robots...<p>The factory must grow!</p>
]]></description><pubDate>Wed, 20 Sep 2023 14:01:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=37584243</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=37584243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37584243</guid></item><item><title><![CDATA[New comment by taldo in "My favourite API is a zipfile on the European Central Bank's website"]]></title><description><![CDATA[
<p>A very simple optimization for those complaining about having to fetch a large file every time you need a little datapoint: if they promised the file was append-only, and used HTTP gzip/brotli/whatever compression (as opposed to shipping a zip file), you could use range requests to only get the new data after your last refresh. Throw in an extra checksum header for peace of mind, and you have a pretty efficient, yet extremely simple incremental API.<p>(Yes, this assumes you keep the state, and you have to pay the price of the first download + state-keeping. Yes, it's also inefficient if you just need to get the EUR/JPY rate from 2007-08-22 a single time.)</p>
]]></description><pubDate>Fri, 15 Sep 2023 18:23:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=37527194</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=37527194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37527194</guid></item><item><title><![CDATA[New comment by taldo in "Using disposable phone numbers for better security"]]></title><description><![CDATA[
<p>There's Burner (<a href="https://burnerapp.com" rel="nofollow noreferrer">https://burnerapp.com</a>) and I'm sure there are at least a handful others around.</p>
]]></description><pubDate>Thu, 07 Sep 2023 12:49:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=37418161</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=37418161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37418161</guid></item><item><title><![CDATA[New comment by taldo in "“Please do not make it public” (Tencent’s Sogou Input Method)"]]></title><description><![CDATA[
<p>From TFA<p>> While alphabetic keyboards typically provide autocomplete features for more expedient typing, predictive features in Chinese input methods are more crucial when using input methods such as pinyin where hundreds of characters might match an inputted pinyin syllable. For longer strings of syllables, an IME will commonly reach out over the network to a cloud-based service for suggestions if suitable suggestions are not available in the input method’s local database.<p>Not saying whether they <i>should</i>, but it's pretty easy to understand why they do it.</p>
]]></description><pubDate>Wed, 09 Aug 2023 19:56:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=37067579</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=37067579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37067579</guid></item><item><title><![CDATA[New comment by taldo in "Is Coffee Good for You? – James Hoffmann review of scientific literature [video]"]]></title><description><![CDATA[
<p>Then you should probably check out Hoffmann's "ultimate french press technique" <a href="https://youtu.be/st571DYYTR8" rel="nofollow noreferrer">https://youtu.be/st571DYYTR8</a>
IMO it produces the best coffee I've ever been able to make in a french press.</p>
]]></description><pubDate>Fri, 23 Jun 2023 13:09:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=36446344</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=36446344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36446344</guid></item><item><title><![CDATA[Is Coffee Good for You? – James Hoffmann review of scientific literature [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=rABfboy0h6o">https://www.youtube.com/watch?v=rABfboy0h6o</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36440042">https://news.ycombinator.com/item?id=36440042</a></p>
<p>Points: 50</p>
<p># Comments: 16</p>
]]></description><pubDate>Thu, 22 Jun 2023 22:28:50 +0000</pubDate><link>https://www.youtube.com/watch?v=rABfboy0h6o</link><dc:creator>taldo</dc:creator><comments>https://news.ycombinator.com/item?id=36440042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36440042</guid></item></channel></rss>