Live data from Hacker News

Viewing profile — nuopnu

nuopnu

HN member
Joined
Sun, Feb 21, 2016, 6:54 AM UTC
HN karma
18
Public activity
18 items

About nuopnu

No profile information was provided.

Recent public activity

  1. comment
    Comment #47436896

    There are vram disks, so at least you can use it for the swap.

  2. comment
    Comment #47038554

    Sigh. https://i.imgur.com/YWM5Y6u.jpeg

  3. story
  4. comment
    Comment #45219540

    Yes, but it's irrelevant here.

  5. comment
    Comment #45219535

    They do, but not in Pro mode: (S23U) https://ibb.co/B2hN7jwZ

  6. comment
    Comment #29670805

    Just embed both CSS files and images in the HTML file.

  7. comment
    Comment #16827998

    A "better offline music on the iPhone".

  8. comment
    Comment #16821239

    foobar2000 on the App Store: https://itunes.apple.com/us/app/foobar2000/id1072807669?mt=8

  9. comment
  10. 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

  11. 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…

  12. 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…

  13. 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.

  14. comment
    Comment #14395836

    Practically it's even less than 47 bits. :) But sure, know your limits.

  15. 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…

  16. 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 …

  17. story
  18. 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 …