Live data from Hacker News

Viewing profile — shmuppet

shmuppet

HN member
Joined
Mon, May 13, 2024, 8:50 AM UTC
HN karma
4
Public activity
6 items

About shmuppet

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #42828161

    An interesting offshoot of this type of question is: how long does it take to hit every stop on a given transit system? BART has quite a few people making attempts; the official BA…

  3. comment
    Comment #40554957

    High quality piracy, especially for music, can convey a lot of social status. Many of the “pirate clubs” online are gated behind presenting your own vault of gems: lots of lossless…

  4. comment
    Comment #40363308

    Jon Gjengset has a good (~3h long) video going over a lot of this and more. https://www.youtube.com/watch?v=pMiqRM5ooNw

  5. comment
    Comment #40363142

    Just so you can see the bias to early numbers in the distribution: for i in $(seq 1000000); do echo $[RANDOM%10000]; done | sort -n | uniq -c | sort -rn | gnuplot -e "set terminal …

  6. comment
    Comment #40363063

    I always like Brian Kernighan's password "/.,/.," [1]. If you're going for a stupid password anyway might as well make is easy to type. "password" is not particularly nice to type;…