Ysx | 2 months ago | on: Janet Jackson had the power to crash laptop computers (2022)
Ysx's comments
Ysx | 4 months ago | on: We reduced a container image from 800GB to 2GB
Build args are content in the image: https://docs.docker.com/reference/build-checks/secrets-used-...
Ysx | 4 months ago | on: 'Do not trust your eyes': AI generates surge in expense fraud
Ysx | 2 years ago | on: Ask HN: Is GitHub down?
Ysx | 3 years ago | on: Synth pioneer and maker of ‘Popcorn’, Gershon Kingsley (2019)
Ysx | 3 years ago | on: Ask HN: I've Built a DHT Torrent Sniffer and Search Engine. Should I Release?
Ysx | 4 years ago | on: Why do recipe writers lie about how long it takes to caramelize onions? (2012)
Ysx | 4 years ago | on: It is 2018 and this error message is a mistake from 1974
Ysx | 5 years ago | on: Reddit user fixes Cyberpunk 2077 steam controller input bug through decompiling
Ysx | 5 years ago | on: Ask HN: 1Password vs. LastPass vs. Bitwarden for teams ?
Ysx | 5 years ago | on: Dear Google Cloud: Your Deprecation Policy Is Killing You
Can't get too upset, we don't pay them anything. Not in a rush to use them again though.
Ysx | 5 years ago | on: People work longer and different hours under lockdown
Lockdown is a different and and new scenario, more akin to Groundhog Day. Work can be a relief.
Ysx | 7 years ago | on: Build an Air Quality Monitor with InfluxDB, Grafana and Docker on a Raspberry Pi
Ysx | 7 years ago | on: Chrome “clear cookies on exit” feature does not work
Ysx | 7 years ago | on: W3C approves WebAuthn as the web standard for password-free logins
Ysx | 7 years ago | on: When optimising code, never guess, always measure
"a2 = a2+c; c = c+2" is still fastest on both 2 and 3, though don't know enough to say why.
Ysx | 7 years ago | on: When optimising code, never guess, always measure
$ for STMT in "a2, c = a2+c, c+2" "a2 += c; c += 2" "a2 = a2+c; c = c+2"; do
echo \[$(python3 -m timeit "a2 = 1; c = 1; $STMT")\] $STMT
done | sort -n
[... 0.0547 usec per loop] a2 = a2+c; c = c+2
[... 0.0569 usec per loop] a2, c = a2+c, c+2
[... 0.0608 usec per loop] a2 += c; c += 2Ysx | 7 years ago | on: Plastic Bag Found at the Bottom of World's Deepest Ocean Trench
Ysx | 8 years ago | on: Show HN: Mitmproxy 3.0 released, an open-source console-based proxy
https://mitmproxy.readthedocs.io/en/v2.0.2/tutorials/gamecen...
Ysx | 8 years ago | on: Previously Unknown Warhol Works Discovered on Floppy Disks from 1985 (2014)
They mention Graphicraft was unable to load the images unless booted with a particular Kickstart version.
From the follow-up post: https://devblogs.microsoft.com/oldnewthing/20220920-00/?p=10...