Viewing profile — nuopnu
nuopnu
HN member- Joined
- Sun, Feb 21, 2016, 6:54 AM UTC
- HN karma
- 18
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About nuopnu
No profile information was provided.
Recent public activity
-
comment
Comment #47436896
There are vram disks, so at least you can use it for the swap.
-
comment
Comment #47038554
Sigh. https://i.imgur.com/YWM5Y6u.jpeg
- story
-
comment
Comment #45219540
Yes, but it's irrelevant here.
-
comment
Comment #45219535
They do, but not in Pro mode: (S23U) https://ibb.co/B2hN7jwZ
-
comment
Comment #29670805
Just embed both CSS files and images in the HTML file.
-
comment
Comment #16827998
A "better offline music on the iPhone".
-
comment
Comment #16821239
foobar2000 on the App Store: https://itunes.apple.com/us/app/foobar2000/id1072807669?mt=8
- comment
-
comment
Comment #14480327
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
-
comment
Comment #14439571
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…
-
comment
Comment #14439258
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 a…
-
comment
Comment #14439061
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.
-
comment
Comment #14395836
Practically it's even less than 47 bits. :) But sure, know your limits.
-
comment
Comment #14393766
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 _so…
-
comment
Comment #14391991
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 …
- story
-
comment
Comment #11411311
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 …