Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cryptonaut
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cryptonaut
8y ago
I'm really struggling to understand that as well. Can't wait until this comes full circle and someone decides to write a "simplified" version that allows you to write some variant of <foo>bar</foo> that
2.
▲
by
cryptonaut
8y ago
It's a JPEG with the HTML written in the comment field: # exiftool -b -comment <(curl -s http://lcamtuf.coredump.cx/squirrel/) <html><body><style>body { visibility: hidden; } .n { visibili
3.
▲
by
cryptonaut
9y ago
Minor correction: In the section about converting a vector of strings into integers the article says that the Result returned from parse() is converted to a bool via Result::ok(). However, Result::ok() actually converts the Result<T, E&g
4.
▲
by
cryptonaut
11y ago
If you're using systemd you can do this by setting up /etc/crypttab[1] which has a similar format to fstab. For example, here's my swap line: eswap /dev/mapper/vg0-swap /dev/urandom
5.
▲
by
cryptonaut
11y ago
Was just about to post this. Though I map Caps-Lock to Esc through xmodmap so it works everywhere instead of just in Vim.
6.
▲
by
cryptonaut
11y ago
I'm missing the scroll bar too, it's really annoying. After looking at the stylesheet it looks like it's due to this rule: body::-webkit-scrollbar { width: 0!important; }. If you remove that rule the scroll bar will be visibl