Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bartbes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bartbes
8y ago
Sure. Here's one: https://godbolt.org/z/vWl4NE
2.
▲
by
bartbes
8y ago
Easily solved by just keeping some state: /^=====/ { inentry = !inentry; next } inentry Possibly without 'next' if you want the marker lines too.
3.
▲
by
bartbes
8y ago
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 " <register>. Also see :help terminal.
4.
▲
LÖVE 11.0 released
(love2d.org)
1 points
by
bartbes
8y ago
|
0 comments
5.
▲
by
bartbes
9y ago
You can load your .profile into your current shell using either '. ~/.profile' or 'source ~/.profile'.
6.
▲
Efficient game updates
(amos.me)
112 points
by
bartbes
10y ago
|
25 comments
7.
▲
by
bartbes
10y ago
The "key" in that sentence, the one that gets padded, is the (RSA) private key, not the AES key.
8.
▲
Efficient game updates
(amos.me)
2 points
by
bartbes
10y ago
|
0 comments
9.
▲
by
bartbes
10y ago
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.
▲
by
bartbes
10y ago
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 years.
11.
▲
by
bartbes
10y ago
Looks like it only supports the english wikipedia: https://github.com/muffinista/gopherpedia.com/blob/master/fe...
12.
▲
One way to make containers network: BGP
(jvns.ca)
92 points
by
bartbes
10y ago
|
67 comments
13.
▲
How to spy on a Ruby program
(jvns.ca)
229 points
by
bartbes
10y ago
|
27 comments
14.
▲
Untrusting an intermediate CA on OS X
(blog.filippo.io)
18 points
by
bartbes
10y ago
|
0 comments
15.
▲
by
bartbes
10y ago
I think they mean "remove the last digit".
16.
▲
by
bartbes
10y ago
Thanks, I'll give those a go!
17.
▲
by
bartbes
10y ago
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? I've looked at owncloud before, but that
18.
▲
by
bartbes
10y ago
Something that kind of mimics the C64 experience is load81: https://github.com/antirez/load81
19.
▲
by
bartbes
10y ago
That was a really interesting talk, thanks for sharing!
20.
▲
by
bartbes
10y ago
It sounds to me like the OP is actually looking for SRV records, which are basically generalised MX records.
21.
▲
How does perf work? (in which we read the Linux kernel source)
(jvns.ca)
78 points
by
bartbes
11y ago
|
7 comments
22.
▲
LÖVE 0.10.1 released
(love2d.org)
5 points
by
bartbes
11y ago
|
0 comments
23.
▲
by
bartbes
11y ago
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.4.4.
24.
▲
by
bartbes
11y ago
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.
▲
by
bartbes
11y ago
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 information about pseudonyms, etc. This is a data vs metadata t
26.
▲
by
bartbes
11y ago
The rest of the blog post seems to imply the application needs to be aware this is happening anyway, so it can clear the backlog, so it may as well be in charge of this. Conveniently, this also means (setuid) root is never involved at any p
27.
▲
by
bartbes
11y ago
A few years ago I put a tiny game in a data uri in a QR code, unfortunately I lost the QR code, but I thought it was a neat concept.
28.
▲
by
bartbes
11y ago
Should probably resync the title to the article, I'm guessing the guardian realised a "near miss" is a hit.
29.
▲
The new sd-bus API of systemd
(0pointer.net)
5 points
by
bartbes
11y ago
|
0 comments
30.
▲
by
bartbes
11y ago
Except that doesn't change the way 'spew("hello")' is parsed, as far as I know. The 'proof' given for perl actually means you can't fully parse the file without also running it.
More ›