tomchuk | 4 months ago | on: AWS multiple services outage in us-east-1
tomchuk's comments
tomchuk | 7 months ago | on: DuckDuckGo now lets you hide AI-generated images in search results
tomchuk | 1 year ago | on: The intricacies of implementing memoization in Ruby
def fib(n, cache = {0: 0, 1: 1}):
if n not in cache:
cache[n] = fib(n-1) + fib(n-2)
return cache[n]tomchuk | 2 years ago | on: Mechanical Watch (2022)
tomchuk | 3 years ago | on: Ask HN: Offline resources during internet outages?
tomchuk | 3 years ago | on: Plain Text Calendar
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
}tomchuk | 3 years ago | on: Apple is discontinuing the iPod
tomchuk | 4 years ago | on: The case for induction cooking
tomchuk | 4 years ago | on: Ask HN: What is the best privacy-focused video doorbell?
Or you could walk up and smash a window wearing a balaclava.
tomchuk | 4 years ago | on: Ask HN: What is the best privacy-focused video doorbell?
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).
tomchuk | 4 years ago | on: NvChad: An attempt to make Neovim TUI as functional as an IDE
tomchuk | 5 years ago | on: Why do they still make car alarms? (2015)
tomchuk | 5 years ago | on: ReMarkable 2.0 – A digital notebook that feels like paper
https://mailchi.mp/remarkable.com/first-remarkable-2-reviews...
tomchuk | 5 years ago | on: Time to Upgrade Your Monitor
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.
tomchuk | 5 years ago | on: Nikon's 300mm F/2
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.
[1] https://global.canon/en/v-square/34.html [2] https://www.usa.canon.com/internet/portal/us/home/products/d...
tomchuk | 6 years ago | on: Folding@home now has 400k users fighting coronavirus
<config>
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
<slot id='1' type='GPU'/>
</config>
If you check your logs in /var/lib/fahclient/logs, you'll probably see something like: 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
Take that missing library over to the Ubuntu Package Search[0] and it will lead you to ocl-icd-opencl-dev apt install ocl-icd-opencl-dev
Restart fahclient and you should see something like: 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
[0] https://packages.ubuntu.com/search?suite=bionic&arch=amd64&m...tomchuk | 6 years ago | on: Show HN: A directory of restaurants with links to buy gift cards to support them
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: https://www.instagram.com/p/B9zIuPkB4U-/
tomchuk | 6 years ago | on: iPhone 11 Pro and iPhone 11 Pro Max
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].
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.
[0] https://www.reddit.com/r/GooglePixel/wiki/officialguide/usbc... [1] https://www.amazon.com/gp/profile/amzn1.account.AFLICGQRF6BR... [2] https://www.engadget.com/2016/02/03/benson-leung-chromebook-...
tomchuk | 7 years ago | on: Drone Sighting Halts Departures at Heathrow Airport
[1] https://www.aaronia.com/products/solutions/Aaronia-Drone-Det...
tomchuk | 8 years ago | on: AWS accelerates instance reboots in anticipation of research findings