Live data from Hacker News

Viewing profile — mclehman

mclehman

HN member
Joined
Sun, Mar 19, 2017, 10:45 PM UTC
HN karma
156
Public activity
129 items

About mclehman

No profile information was provided.

Recent public activity

  1. comment
    Comment #24297747

    I was just able to create a new google account with no phone number.

  2. comment
    Comment #24256926

    I have absolutely no clue what I've done to make it work this way (if anything), but in zsh running a command with !$ (last word from the previous command) I get the opportunity to…

  3. comment
    Comment #24242201

    I was able to swing $230 total for two x230s with the base i5 and ssds last fall/winter (actually three, but the third doesn't really count (arrived damaged, seller initiated a ref…

  4. comment
    Comment #22232316

    Reminding people that this is a viable threat model is why sudolph.in exists, albeit for the drive-by someone-left-their-laptop-unlocked case rather than regular local privilege es…

  5. comment
    Comment #22172653

    I'm not sure exactly what you're after, but the Hiragana Pro/Katakana Pro apps (android only, I believe) have two practice modes: choice from three pronunciations as you mentioned,…

  6. comment
    Comment #22035270

    I could see this as a reason to keep "you might also like ____" lists short, but for languages/subtitles I'm going to seek out one of the four languages that's even slightly useful…

  7. comment
    Comment #21833431

    At least recently, HSTS failures could still be bypassed if you really wanted to (if, say, you made the bad choice of using the .dev tld for private domains). It's just completely …

  8. comment
    Comment #21819682

    Team discovery could be a pain, but channel discovery within a team is pretty much everything I would expect it to be.

  9. comment
    Comment #21586581

    This is pretty much* how the Keybase filesystem works, with the added benefit of using more identities than just emails/usernames. Even if you only know someone's Twitter handle or…

  10. comment
    Comment #21560224

    I ended up writing a mostly-declarative tool for managing my mix of docker-composed and init-system-ed services at home when that got too unmanageable.

  11. comment
    Comment #21542550

    My monitor may be widescreen, but my editor typically isn't.

  12. comment
    Comment #21510809

    Raku is not the direct successor to Perl, active Perl development continues.

  13. comment
    Comment #20488585

    On the other side of things, my favorite demo for people new to docker who aren't yet aware that sudoless docker ~~ root access is: docker run -itv /:/host ubuntu chroot /host

  14. comment
    Comment #20437233

    I have a friend who does this for free. Every single thing I've ever shown him (both my software and that of others) breaks as soon as he gets his hands on it. He's the sort to dig…

  15. comment
    Comment #20394358

    Agreed. I don't use them often but I made sure to program discrete volume/media/brightness controls into my keyboard.

  16. comment
    Comment #20394329

    You could have both, I've never needed to hold down escape or tap control. That said, I've had caps lock bound to backspace for years, so I'm not advocating for something I do myse…

  17. comment
    Comment #20387634

    Thanks, I'll definitely keep it in mind. MAIN is probably what I should point to as P6's killer feature for things of this scope. I tend to get sidetracked by math/functional featu…

  18. comment
    Comment #20387529

    Thanks! I'll see what I can do about writing things up and posting them somewhere. My site is a mess at the moment (always has been), but maybe this will motivate me to do somethin…

  19. comment
    Comment #20377195

    I don't necessarily want to wade into the discussion on the tone of the article, but I do want to detail something I've used Perl 6 for that makes me really enjoy working with the …

  20. comment
    Comment #20368549

    A similar thing happens to me when I fly. My boarding passes usually truncate the middle name field which in my case (typically) results in the name of a religious figure rather th…

  21. comment
    Comment #20364296

    Speaking as an only mildly colorblind person, I still tend not to use color to differentiate things. Even when it's two colors I can easily tell the difference between, I don't rea…

  22. comment
    Comment #20334415

    The Sony WH-1000XM series (possibly the next segment down as well?) still has this feature and I've found it good enough to be useful. On planes it's simpler than pausing/removing …

  23. comment
    Comment #20292532

    That may be a Firefox on Windows issue (not that it helps you in this case). I regularly have ~1000 tabs open in Firefox on Linux with no issues (related to tabs and performance, a…

  24. comment
    Comment #20284817

    Where's the fun in having the number of open tabs visible instead of just ':D'? I honestly can't remember the last time that was the case on my phone.

  25. comment
    Comment #20262088

    In the case of a traditional filesystem, similarly unfortunate memory corruption would just affect the actual data directly. Forgoing ZFS throws out the happy path where the checks…