Live data from Hacker News

Viewing profile — bartbes

bartbes

HN member
Joined
Thu, May 31, 2012, 9:20 AM UTC
HN karma
305
Public activity
57 items

About bartbes

[ my public key: https://keybase.io/bartbes; my proof: https://keybase.io/bartbes/sigs/j_9UeRUxLLF13lmXp8-QAcU3pP66LFXGqk69Fj-wmCc ]

Recent public activity

  1. comment
    Comment #18849581

    Sure. Here's one: https://godbolt.org/z/vWl4NE

  2. comment
    Comment #17326986

    Easily solved by just keeping some state: /^=====/ { inentry = !inentry; next } inentry Possibly without 'next' if you want the marker lines too.

  3. comment
    Comment #17103535

    You can go to terminal-normal mode using ctrl-w N, and then you can select and yank as usual. To paste, you can use ctrl-w " . Also see :help terminal.

  4. story
  5. comment
    Comment #15747970

    You can load your .profile into your current shell using either '. ~/.profile' or 'source ~/.profile'.

  6. story
  7. comment
    Comment #13456154

    The "key" in that sentence, the one that gets padded, is the (RSA) private key, not the AES key.

  8. story
  9. comment
    Comment #12566883

    Sure, but you can revoke them without changing your password or revoking other app passwords, making it much easier to recover if they do leak.

  10. comment
    Comment #12565364

    I was honestly surprised to see all this gpg setup, yet no mention of application-specific passwords. I've been using email clients with what google now calls an "App password" for…

  11. comment
    Comment #12285182

    Looks like it only supports the english wikipedia: https://github.com/muffinista/gopherpedia.com/blob/master/fe...

  12. story
  13. story
  14. story
  15. comment
    Comment #11752930

    I think they mean "remove the last digit".

  16. comment
    Comment #11748954

    Thanks, I'll give those a go!

  17. comment
    Comment #11748206

    I see a lot of replies on the mail side of things, but I don't really see anything detailing solutions for calendars. Any recommendations on "the rest": calendar, notes, contacts? …

  18. comment
    Comment #11709882

    Something that kind of mimics the C64 experience is load81: https://github.com/antirez/load81

  19. comment
    Comment #11701854

    That was a really interesting talk, thanks for sharing!

  20. comment
    Comment #11512046

    It sounds to me like the OP is actually looking for SRV records, which are basically generalised MX records.

  21. story
  22. story
  23. comment
    Comment #10962472

    Why would they be blocking it? Google promotes 8.8.8.8 as the primary dns server, and, as far as I know, as long as it keeps answering, clients won't fall back to the secondary 8.8…

  24. comment
    Comment #10055544

    I just started using it (for nothing serious). I'm going to have so much fun when I rediscover this in a year or so.

  25. comment
    Comment #10005543

    As much as the keys contain public data, I wouldn't consider (but it apparently is) the list of keys with access to my github account public data. Github willingly reveals informat…