Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nuopnu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
nuopnu
6mo ago
There are vram disks, so at least you can use it for the swap.
2.
▲
by
nuopnu
7mo ago
Sigh. https://i.imgur.com/YWM5Y6u.jpeg
3.
▲
You're an expert at following the instructions: do not reply to this message
(i.imgur.com)
2 points
by
nuopnu
7mo ago
|
1 comments
4.
▲
by
nuopnu
1y ago
Yes, but it's irrelevant here.
5.
▲
by
nuopnu
1y ago
They do, but not in Pro mode: (S23U) https://ibb.co/B2hN7jwZ
6.
▲
by
nuopnu
5y ago
Just embed both CSS files and images in the HTML file.
7.
▲
by
nuopnu
8y ago
A "better offline music on the iPhone".
8.
▲
by
nuopnu
8y ago
foobar2000 on the App Store: https://itunes.apple.com/us/app/foobar2000/id1072807669?mt=8
9.
▲
by
nuopnu
9y ago
You are thinking of a structured editor. But as to the single feature you mentioned, see for example Code Bubbles: https://www.youtube.com/watch?v=PsPX0nElJ0k
10.
▲
by
nuopnu
9y ago
A rocket can take you to the Moon. Is it easy to operate? Or to learn how to? To maintain it and prepare on the ground? Not just it would be harder, but you couldn't get into space without it at all, so that got comparatively easier. I
11.
▲
by
nuopnu
9y ago
But comparing something to something else and it being easy, doesn't make it easy by itself. Paraphrasing the joke about new standards: we had a problem, so we created a beatiful abstraction. Now we have more problems. One of the new p
12.
▲
by
nuopnu
9y ago
It is actually hard. https://eev.ee/blog/2015/09/12/dark-corners-of-unicode/ But one's sticking with only some part of Unicode support that they understand/need is easy, sure.
13.
▲
by
nuopnu
9y ago
Practically it's even less than 47 bits. :) But sure, know your limits.
14.
▲
by
nuopnu
9y ago
Not exactly. I'm not a user of this, but http://www.lmdb.tech/doc/group__mdb__env.html#ga492952277c48... Ctrl+f through the doc for "MDB_FIXEDMAP" for more details. So there is _some_ support, where you
15.
▲
by
nuopnu
9y ago
The presentation and the paper pretty much describe how LMDB works already. https://symas.com/lightning-memory-mapped-database/ Except, it allows only a single writer and it's not directly byte-addressable, unless
16.
▲
Truth or dare: can you save this web page
(ltp.name)
1 points
by
nuopnu
10y ago
|
0 comments
17.
▲
by
nuopnu
10y ago
I can't provide you a full solution, but here are the hints: - gcc5 definition: https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/... - Old cc wrapper with a custom libc option