Live data from Hacker News

Viewing profile — mVChr

mVChr

HN member
Joined
Sun, Oct 23, 2011, 4:09 PM UTC
HN karma
296
Public activity
127 items

About mVChr

I prefer analog.

Recent public activity

  1. comment
    Comment #14822425

    I've rifled through many a programming font, bought Pragmata Pro at one point (as you can see I also like taller fonts), tried many others over the years (Monoid was my previous fa…

  2. comment
    Comment #14508849

    The screenplay will practically write itself. This section seems to be a direct accusation of attempted obstruction of justice, even though it's unable to be corroborated: > I had …

  3. comment
    Comment #13971396

    I've never seen a language with such a variety of built-in data types (e.g. coordinates, tags, email, url, issues). There's support for IPv4 numbers as a base type (tuples) but I c…

  4. comment
    Comment #13702155

    Sweet! Thanks! https://www.dwitter.net/d/727

  5. comment
    Comment #13701844

    I tried to register as "sfz-" and also got a 500. Is there a problem with a trailing dash? If so, can you fix my username as well to "sfz"? Thanks!

  6. comment
    Comment #13332100

    Workrave[1] is good for this too. Just set short breaks to 20sec every 20min. [1] http://www.workrave.org/

  7. comment
    Comment #13332093

    FWIW I found a great vim colorscheme[1] for such purposes. [1] https://github.com/AlessandroYorba/Despacio

  8. comment
  9. comment
    Comment #13159978

    Is there a recommended way to sync this with a remote server or service? My interest is to share the info between devices. I suppose I could just use a git repo, but wondering if t…

  10. comment
    Comment #13137647

    True, good clarification. I had visited the more general page also[1] but thought the other was more relevant to the email thread. And definitely much better than my only other ink…

  11. comment
    Comment #13137578

    Not quite as much activity as Scala either. I think the good thing is that functional languages as a whole aren't going anywhere, it's just that the jobs for them are spread very t…

  12. comment
    Comment #13137563

    > ...and that Google would very much like to hire senior people as well but they're much harder to find. > I wonder how much of what he said is true vs ageism. Of course they want …

  13. comment
    Comment #13136797

    And not being able to play A-grade games is barely a rounding error in the pros and cons of why most people use Linux, especially in the workplace.

  14. comment
    Comment #13136712

    For any other layer-7-only arm-chair mechanics who also weren't sure what a HAL[1] was, I'm here to help. [1] https://en.wikipedia.org/wiki/HAL_(software)

  15. comment
    Comment #13092232

    No, but the `-r` option makes it use extended regex[1]. Here's some PCRE: cat file | perl -ne 'print if s/(\w+) (\d+)/\1 is \2 years old/' My only point is sometimes old school sta…

  16. comment
    Comment #13092051

    sed -rn 's/([a-zA-Z]+) ([0-9]+)/\1 is \2 years old/p' file

  17. comment
    Comment #13073799

    I'm so glad I don't have to only rely on a journalism source across the globe and can count on my local paper to warn me about such things. https://duckduckgo.com/?q=site%3Alatimes…

  18. comment
    Comment #12527962

    Do you have an up-to-date LinkedIn account? I spend so much time shooing away headhunters I'm sure several would jump at the chance to help me find work and make their commission i…

  19. comment
    Comment #12454564

    Oops, the grep was just to filter the lines that actually have a uid while I worked on it, it's not needed or desired if you were to actually use this. You can remove that part. :P…

  20. comment
    Comment #12446539

    > (and there doesn't seem to be a way to resolve usernames, as `netstat -e` does) Challenge accepted: ss -e | grep uid | gawk 'match($0,/uid:([0-9]+)/,u) {printf "%s user:",$0;syst…

  21. comment
    Comment #12445678

    I like the change of pace. So many of these types of guides seem like cookie cutters of whatever the latest writing and design trends are. I find it nice to see indie zine style (s…

  22. comment
    Comment #12438354

    I know this article says Unix specifically, but on Linux (Ubuntu) I just tried typing `ls^D` in bash and got a terminal beep. I tried in zsh and got an autocomplete as if I'd hit t…

  23. comment
    Comment #12386382

    Ugh, can't we just use the Unix epoch? Time's already too difficult to program.

  24. comment
    Comment #12386288

    Indeed, and following their lead, I created SBFL (Simple Brainfuck Language) since most find the original specification too esoteric. So instead of writing this Hello World program…

  25. comment
    Comment #12353621

    I think the interesting part that relates to this experiment is that it's not worth it to the brain to expend a considerable amount of energy in honing the precision of deciding wh…