<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: tomchuk</title><link>https://news.ycombinator.com/user?id=tomchuk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Apr 2026 09:58:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tomchuk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tomchuk in "New 10 GbE USB adapters are cooler, smaller, cheaper"]]></title><description><![CDATA[
<p>… and a M1 MacBook will source 5V/3A all day long to a non-PD negotiated sink. Somewhere between the M1 and M3 Apple decided to buy into USB-IF compliance and limit to 500mA.<p>Has lead to some very embarrassing “works on my computer” situations on prototype boards shared with my EE colleagues (I’m a software guy who dabbles in hardware when I need to)</p>
]]></description><pubDate>Sat, 25 Apr 2026 14:08:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47901668</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=47901668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47901668</guid></item><item><title><![CDATA[New comment by tomchuk in "AWS multiple services outage in us-east-1"]]></title><description><![CDATA[
<p>IAM, Cloudfront, Route53, ACM, Billing...</p>
]]></description><pubDate>Mon, 20 Oct 2025 13:31:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=45643692</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=45643692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45643692</guid></item><item><title><![CDATA[New comment by tomchuk in "DuckDuckGo now lets you hide AI-generated images in search results"]]></title><description><![CDATA[
<p>Yesterday's discussion around Kagi[0] prompted me to poke through some settings there, as it had been a while. They've also added a "Exclude AI generated images" which they describe as "Best-effort removal of AI generated images from search results"<p>[0] <a href="https://news.ycombinator.com/item?id=44594475">https://news.ycombinator.com/item?id=44594475</a></p>
]]></description><pubDate>Fri, 18 Jul 2025 17:09:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44607223</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=44607223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44607223</guid></item><item><title><![CDATA[New comment by tomchuk in "The intricacies of implementing memoization in Ruby"]]></title><description><![CDATA[
<p>Can't mention Fibonacci and memoization in the same sentence without me breaking out my favorite Python party trick:<p><pre><code>    def fib(n, cache = {0: 0, 1: 1}):
        if n not in cache:
            cache[n] = fib(n-1) + fib(n-2)
        return cache[n]</code></pre></p>
]]></description><pubDate>Mon, 23 Dec 2024 14:57:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42494813</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=42494813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42494813</guid></item><item><title><![CDATA[New comment by tomchuk in "Mechanical Watch (2022)"]]></title><description><![CDATA[
<p>Very relaxing. Until impossibly small $15 Incabloc springs start flying around the room. I'm convinced these sublimate into a vapor the moment they fly out of view of your loupe.</p>
]]></description><pubDate>Mon, 11 Dec 2023 20:30:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=38605093</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=38605093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38605093</guid></item><item><title><![CDATA[New comment by tomchuk in "Ask HN: Offline resources during internet outages?"]]></title><description><![CDATA[
<p>During a recent move, I found my WikiReader [0] from 2009 at the back of a drawer. Tossed some new AAA batteries in it and it fired right up. It contains a fairly complete offline copy of (2012-era) Wikipedia and some reference material for survival, medicine, farming, and repair of various mechanical and electrical devices. Remarkable little device for the $20 I paid for it.<p>[0] <a href="https://en.m.wikipedia.org/wiki/WikiReader" rel="nofollow">https://en.m.wikipedia.org/wiki/WikiReader</a></p>
]]></description><pubDate>Sat, 01 Oct 2022 17:29:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=33048289</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=33048289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33048289</guid></item><item><title><![CDATA[New comment by tomchuk in "Plain Text Calendar"]]></title><description><![CDATA[
<p>I have a shell function I use all the time to keep track of both calendar and timezones where our teams are located<p><pre><code>  now() {
    cal -3
    echo
    echo -n "Local:       "
    date --rfc-3339=s
    echo -n "UTC:         "
    date -u --rfc-3339=s
    echo -n "New York     "
    TZ='America/New_York' date --rfc-3339=s
    echo -n "London:      "
    TZ='Europe/London' date --rfc-3339=s
    echo -n "New Zealand: "
    TZ='Pacific/Auckland' date --rfc-3339=s
  }</code></pre></p>
]]></description><pubDate>Wed, 01 Jun 2022 15:34:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=31583399</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=31583399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31583399</guid></item><item><title><![CDATA[AWS DNS Issues?]]></title><description><![CDATA[
<p>Anyone seeing name resolution issues in AWS? Some internal monitors started failing about an hour ago with name resolution issues. Quad9 is returning SERVFAIL for status.aws.amazon.com</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31525267">https://news.ycombinator.com/item?id=31525267</a></p>
<p>Points: 21</p>
<p># Comments: 10</p>
]]></description><pubDate>Fri, 27 May 2022 01:41:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=31525267</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=31525267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31525267</guid></item><item><title><![CDATA[New comment by tomchuk in "Apple is discontinuing the iPod"]]></title><description><![CDATA[
<p>I have an older iPad mini for this purpose (but an old iPhone without a data plan would work too). I setup a separate home@<domain> iCloud account under my family plan and use it exclusively for streaming music vi AirPlay, cooking w/ recipes on Paprika, HomeKit controls, reminders, timers, etc. - no Slack notifications, no calls, no calendar reminders. The AppleTV goes on the same account too. It's really been a great solution.</p>
]]></description><pubDate>Tue, 10 May 2022 18:04:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=31330288</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=31330288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31330288</guid></item><item><title><![CDATA[New comment by tomchuk in "The case for induction cooking"]]></title><description><![CDATA[
<p>Kenji Lopez-Alt, of Seriouseats and “The Food Lab” fame, is coming out with his new book, “The Wok”, here is his travel rig: <a href="https://www.instagram.com/p/CaxbNwdvOTR/" rel="nofollow">https://www.instagram.com/p/CaxbNwdvOTR/</a>. I’ve had a similar wok hob for years, and while fitting the wok to the curvature of the hob is essential, once you’ve got that figured out, it’s an absolute joy to use. Even, fast, powerful heat - nowhere near to a commercial gas hob, but neither is my gas range at home. My next home or kitchen reno will be induction, not even considering gas.</p>
]]></description><pubDate>Sat, 12 Mar 2022 23:26:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=30656074</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=30656074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30656074</guid></item><item><title><![CDATA[New comment by tomchuk in "Ask HN: What is the best privacy-focused video doorbell?"]]></title><description><![CDATA[
<p>I’ve divulged my camera & network setup. Sure, you could use that info to sneak up to my house, turn the gas off to my generator, cut the power, wait 3h for the batteries in my UPS to run out….<p>Or you could walk up and smash a window wearing a balaclava.</p>
]]></description><pubDate>Thu, 04 Nov 2021 14:20:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=29107523</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=29107523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29107523</guid></item><item><title><![CDATA[New comment by tomchuk in "Ask HN: What is the best privacy-focused video doorbell?"]]></title><description><![CDATA[
<p>I’ve been very happy with Ubiquiti’s Unifi Protect doorbell. It does mean having to buy into their whole ecosystem, but I was already most of the way there when I added the doorbell and a couple 4k cameras.<p>Recording to a local device does mean you have to consider things like power/network outages if you want remote access and recording to continue during those events. I’ve got all my network gear and the doorbell transformer running off a UPS to cover the time between a power outage and my whole-home generator kicking in. I’ve also got an LTE modem to fail over to on my Dream Machine Pro (Router/network controller/video storage).</p>
]]></description><pubDate>Thu, 04 Nov 2021 13:37:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=29107001</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=29107001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29107001</guid></item><item><title><![CDATA[New comment by tomchuk in "NvChad: An attempt to make Neovim TUI as functional as an IDE"]]></title><description><![CDATA[
<p>Looks like the author is running BSPWM, their configuration (in their dotfiles repo) is available here: <a href="https://github.com/siduck76/dotfiles/blob/master/thinkpad/bspwm/bspwmrc" rel="nofollow">https://github.com/siduck76/dotfiles/blob/master/thinkpad/bs...</a></p>
]]></description><pubDate>Thu, 19 Aug 2021 17:09:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=28236444</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=28236444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28236444</guid></item><item><title><![CDATA[New comment by tomchuk in "Why do they still make car alarms? (2015)"]]></title><description><![CDATA[
<p>Depending on the make, this could be something you could disable via app/ODB dongle. I use the Carista app/BT dongle and have used it to disable the panic button on my last two Toyoyas.</p>
]]></description><pubDate>Tue, 19 Jan 2021 18:17:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=25836625</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=25836625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25836625</guid></item><item><title><![CDATA[New comment by tomchuk in "ReMarkable 2.0 – A digital notebook that feels like paper"]]></title><description><![CDATA[
<p>Looks like the embargo just lifted today. reMarkable just sent out an email with links to reviews:<p><a href="https://mailchi.mp/remarkable.com/first-remarkable-2-reviews-634674" rel="nofollow">https://mailchi.mp/remarkable.com/first-remarkable-2-reviews...</a></p>
]]></description><pubDate>Thu, 27 Aug 2020 18:01:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=24296579</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=24296579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24296579</guid></item><item><title><![CDATA[New comment by tomchuk in "Time to Upgrade Your Monitor"]]></title><description><![CDATA[
<p>Couldn't agree more. My primary monitor is a 43" 4k LG at unscaled, native resolution. I can fit five 94 column wide terminals tiled across, each showing 140 lines of text.<p>Is the text super crisp? Nope. Would I give up all this space for smoother text? Not a chance. Would I replace it with a 43" 8k monitor? In a heartbeat.</p>
]]></description><pubDate>Wed, 17 Jun 2020 19:03:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=23555346</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=23555346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23555346</guid></item><item><title><![CDATA[New comment by tomchuk in "Nikon's 300mm F/2"]]></title><description><![CDATA[
<p>Canon has their DO (Diffractive Optics) technology[1] which I think only ever made it into a 70-300[2].<p>Mirror lenses have been around for a long time. They fold the length of larger telephotos into about a third with some trade-offs in speed and image quality.<p>[1] <a href="https://global.canon/en/v-square/34.html" rel="nofollow">https://global.canon/en/v-square/34.html</a>
[2] <a href="https://www.usa.canon.com/internet/portal/us/home/products/details/lenses/ef/telephoto-zoom/ef-70-300mm-f-4-5-5-6-do-is-usm" rel="nofollow">https://www.usa.canon.com/internet/portal/us/home/products/d...</a></p>
]]></description><pubDate>Wed, 15 Apr 2020 15:39:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=22879038</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=22879038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22879038</guid></item><item><title><![CDATA[New comment by tomchuk in "Folding@home now has 400k users fighting coronavirus"]]></title><description><![CDATA[
<p>As mentioned, you'll need to ensure your /etc/fahclient/client.xml includes:<p><pre><code>  <config>
    <!-- Folding Slots -->
    <slot id='0' type='CPU'/>
    <slot id='1' type='GPU'/>
  </config>
</code></pre>
If you check your logs in /var/lib/fahclient/logs, you'll probably see something like:<p><pre><code>  CUDA Device 0: Platform:0 Device:0 Bus:51 Slot:0 Compute:7.5 Driver:10.2
         OpenCL: Not detected: Failed to open dynamic library 'libOpenCL.so':
                 libOpenCL.so: cannot open shared object file: No such file or
                 directory
</code></pre>
Take that missing library over to the Ubuntu Package Search[0] and it will lead you to ocl-icd-opencl-dev<p><pre><code>  apt install ocl-icd-opencl-dev
</code></pre>
Restart fahclient and you should see something like:<p><pre><code>   CUDA Device 0: Platform:0 Device:0 Bus:51 Slot:0 Compute:7.5 Driver:10.2
  OpenCL Device 0: Platform:0 Device:0 Bus:51 Slot:0 Compute:1.2 Driver:440.64
</code></pre>
[0] <a href="https://packages.ubuntu.com/search?suite=bionic&arch=amd64&mode=exactfilename&searchon=contents&keywords=libOpenCL.so" rel="nofollow">https://packages.ubuntu.com/search?suite=bionic&arch=amd64&m...</a></p>
]]></description><pubDate>Fri, 20 Mar 2020 17:43:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=22639568</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=22639568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22639568</guid></item><item><title><![CDATA[New comment by tomchuk in "Show HN: A directory of restaurants with links to buy gift cards to support them"]]></title><description><![CDATA[
<p>The website lists a restaurant (Southern Proper in Boston) that shut its doors months ago. The space already has a new tenant, has been renovated and has new signs up.<p>Edit: It appears the site immediately posts any user submissions without any verification. I posted Toro, and it immediately went live on the site. They’re worth posting, because they’re sharing 50% of gift card proceeds with staff through the end of April: <a href="https://www.instagram.com/p/B9zIuPkB4U-/" rel="nofollow">https://www.instagram.com/p/B9zIuPkB4U-/</a></p>
]]></description><pubDate>Wed, 18 Mar 2020 05:14:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=22613832</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=22613832</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22613832</guid></item><item><title><![CDATA[New comment by tomchuk in "iPhone 11 Pro and iPhone 11 Pro Max"]]></title><description><![CDATA[
<p>I was disappointed as well. But I get it.<p>After three years, Pixel users still have to refer to a guide [0] or track down a Google Engineer's Amazon reviews [1] to find a 3rd party USB-C cable on Amazon that doesn't have the potential to fry their device [2].<p>If I were Apple, I'd be hesitant to jump on to USB-C, when Amazon and gas stations around the world are selling $5 cables and chargers that are so out-of-spec that they introduce the very real possibility of damaging devices that will end up at the Genius Bar for an AppleCare+ repair/replacement.<p>[0] <a href="https://www.reddit.com/r/GooglePixel/wiki/officialguide/usbcinfo" rel="nofollow">https://www.reddit.com/r/GooglePixel/wiki/officialguide/usbc...</a>
[1] <a href="https://www.amazon.com/gp/profile/amzn1.account.AFLICGQRF6BRJGH2RRD4VGMB47ZA" rel="nofollow">https://www.amazon.com/gp/profile/amzn1.account.AFLICGQRF6BR...</a>
[2] <a href="https://www.engadget.com/2016/02/03/benson-leung-chromebook-pixel-usb-type-c-test/" rel="nofollow">https://www.engadget.com/2016/02/03/benson-leung-chromebook-...</a></p>
]]></description><pubDate>Tue, 10 Sep 2019 20:39:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=20933444</link><dc:creator>tomchuk</dc:creator><comments>https://news.ycombinator.com/item?id=20933444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20933444</guid></item></channel></rss>