Live data from Hacker News

Viewing profile — jimis

jimis

HN member
Joined
Mon, Oct 08, 2018, 8:26 PM UTC
HN karma
155
Public activity
35 items

About jimis

No profile information was provided.

Recent public activity

  1. comment
    Comment #48773497

    If you use the default mode MDB_SYNC then it's reliable but can be slow for writes. For max write performance you need MDB_NOSYNC (IIRC that's what the official benchmarks use) but…

  2. comment
    Comment #46050642

    [flagged]

  3. comment
    Comment #45058888

    So each enclosure hosts its own RAIDZ2. Have you tested if it can survive loss of USB connectivity? It can happen because of cable damage or movement, and also because of any failu…

  4. comment
    Comment #45058811

    Each drive shows up as an external USB mass storage device?

  5. comment
    Comment #44140599

    What is the systemd equivalent for `service crond stop` and later `service crond start`? In other words, I want to disable all jobs for some time (for benchmarking) and then bring …

  6. comment
    Comment #41367250

    > The DC-ROMA RISC-V Pad II starts at $149 for the 4GB RAM version and is already available for pre-order on the DeepComputing store. > If you get the 16GB RAM variant, the tab is …

  7. comment
    Comment #41191139

    Who are the phone/tablet manufacturers that are friendliest to rooting or installing open-source Android clones? It's a pain to do that on my Samsung Galaxy devices... I'm looking …

  8. comment
    Comment #38574526

    It's not the same buying a new product from official supplier, to buying something old and/or used from an unknown entity on eBay.

  9. comment
    Comment #35327273

    > bloat their io buffer size to several GiB, set the eviction priority to 1 How do you tweak these? I'm aware of dirty_writeback_centisecs and the likes, but you are most likely re…

  10. comment
    Comment #33452762

    > after paying more money than it would cost to buy a basic laptop No need to be imprecise, unless you are trying to push some agenda. The cost is CHF 198, which is around USD 195.…

  11. comment
    Comment #31436463

    They are only slow to compress. They are as fast to decompress, or even faster sometimes. Source: I tested.

  12. comment
    Comment #29701392

    JGit has advanced a lot, and is in use in software handling huge repositories like Gerrit code review system. Java has also had numerous advancements in the past 10 years. It would…

  13. comment
    Comment #29559521

    The main complaint still stands: the report provides very few details about the incomes and expenses. Out of almost 100 slides, I only see one, titled "Financial Disclosures". And …

  14. comment
    Comment #29557227

    Their financial report appears to be quite opaque and closed, as opposed to the Linux project and community.

  15. comment
    Comment #29556272

    Now that SSDs are ubiquitous, hard disk drive manufacturers should up their game: * 5.25'' drive which is taller (more platters) and wider (more sectors per platter) * Slow rotatio…

  16. comment
    Comment #27474484

    Defaulting to root UID is not an understandable default. Systemd requiring polkit is a valid issue.

  17. comment
    Comment #26191396

    I find this article hard to read. But I believe its point stands. In Rust: - You bubble up errors using `?` operator, - then you get a nice error message. - However the location of…

  18. comment
    Comment #25820216

    I had implemented it once in 2 lines of Python. some 25 years ago. If I can shake the rust maybe I'll be able to rederive it. Please do! I would love to see a concise and readable …

  19. comment
    Comment #25801304

    Awesome to see you answering here! It's obvious that your little experiment has had the honour to be hammered many times by thousands of people, so I'm curious to hear your experie…

  20. comment
    Comment #25725811

    I was looking for Twitter alternatives and found this one, which is old and stale but looks like a very interesting experiment! Quoting its frontpage: But what's wrong with Twitter…

  21. story
  22. comment
    Comment #25597613

    Thanks for the link to OPAQUE. It looks indeed much better than SCRAM-SHA, I like how the draft underlines that "clients never disclose their password to the server, even during re…

  23. comment
    Comment #25597279

    > If you use SCRAM-, you're committing your password storage to only* use that method for storing the plaintext. I consider this an advantage. I know how the password is stored, an…

  24. comment
    Comment #25596292

    I would personally want to see the opposite: disable PLAIN or LOGIN or HTTP basic auth methods or plaintext HTML password-entry forms, and never ever send a password without a dige…

  25. comment
    Comment #25254092

    Aeskulap was the best one, I used it successfully a couple of years ago, despite the home page making it look like abandonware. http://www.nongnu.org/aeskulap/ Unfortunately it see…