Viewing profile — bartbes
bartbes
HN member- Joined
- Thu, May 31, 2012, 9:20 AM UTC
- HN karma
- 305
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About bartbes
Recent public activity
-
comment
Comment #18849581
Sure. Here's one: https://godbolt.org/z/vWl4NE
-
comment
Comment #17326986
Easily solved by just keeping some state: /^=====/ { inentry = !inentry; next } inentry Possibly without 'next' if you want the marker lines too.
-
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.
- story
-
comment
Comment #15747970
You can load your .profile into your current shell using either '. ~/.profile' or 'source ~/.profile'.
- story
-
comment
Comment #13456154
The "key" in that sentence, the one that gets padded, is the (RSA) private key, not the AES key.
- story
-
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.
-
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…
-
comment
Comment #12285182
Looks like it only supports the english wikipedia: https://github.com/muffinista/gopherpedia.com/blob/master/fe...
- story
- story
- story
-
comment
Comment #11752930
I think they mean "remove the last digit".
-
comment
Comment #11748954
Thanks, I'll give those a go!
-
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? …
-
comment
Comment #11709882
Something that kind of mimics the C64 experience is load81: https://github.com/antirez/load81
-
comment
Comment #11701854
That was a really interesting talk, thanks for sharing!
-
comment
Comment #11512046
It sounds to me like the OP is actually looking for SRV records, which are basically generalised MX records.
- story
- story
-
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…
-
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.
-
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…