Live data from Hacker News

Viewing profile — seastarer

seastarer

HN member
Joined
Sun, Apr 26, 2015, 1:50 PM UTC
HN karma
51
Public activity
29 items

About seastarer

No profile information was provided.

Recent public activity

  1. comment
    Comment #48918439

    You can try to re-vectorize the code for larger vector size.

  2. comment
    Comment #48076156

    It's more correct to use O_DSYNC in addition to O_DIRECT. This adds FUA to the disk write if the disk requires it for durability.

  3. comment
    Comment #46337517

    It is actually very cheap if done right. Enterprise SSDs have write-through caches, so an O_DIRECT|O_DSYNC write is sufficient, if you set things up so the filesystem doesn't have …

  4. comment
    Comment #46069772

    Do these calculations take into account the lengthening of the days due to tidal friction?

  5. comment
    Comment #40414295

    They should have refused

  6. comment
    Comment #40162508

    Translating 197 M/mm2 into the dimensions of a square, we get a dimension of 71nm. If we compute the "half-pitch", that's 35.5nm. 230 M/mm2 translates to 33nm "half-pitch". Of cour…

  7. comment
    Comment #39841660

    Now I'm imagining submarines full of illicit maple syrup

  8. comment
    Comment #38856484

    You can implement a virtual machine monitor (e.g. KVM) and then launch a Linux virtual machine to run drivers you lack.

  9. comment
    Comment #34185859

    The energy cost of extracting oxygen is higher than you'd get from burning it.

  10. comment
    Comment #33194013

    ScyllaDB is a rearchitecting of Cassandra, not just a rewrite.

  11. comment
    Comment #32486116

    Some more data on Google PD: https://raw.githubusercontent.com/scylladb/diskplorer/master... Very odd - notice how the latency is high when the read IOPS are low. When the read IOP…

  12. comment
  13. comment
    Comment #32482380

    Persistent Disk read latency is usually good, but jitters up to 100ms. The scheduler can compensate for high latency (essentially applying Little's Law) but cannot compensate for j…

  14. story
  15. comment
    Comment #15416110

    Specialized logging applications, databases, userspace filesystems, and virtual machine monitors.

  16. comment
    Comment #15415684

    It happens sometimes. Very often? Not in my experience

  17. comment
    Comment #15415427

    Multi-Terabyte SSDs are very common. An i3.16xlarge instance on AWS, for example, has 15TB of SSD storage.

  18. comment
    Comment #15413274

    > If you know your read and write patterns very well you can effectively use this for nearly asynchronous IO without the pains of AIO and few to none extra threads. This may work f…

  19. comment
    Comment #15413120

    The diagrams are now correct (the read/write diagram was placed under the mmap section by mistake).

  20. comment
    Comment #15412758

    I see what happened, the read/write diagram got placed under mmap.

  21. comment
    Comment #15412504

    Right, the mmap read hit is incorrect, I'll fix it up.

  22. story
  23. comment
    Comment #11511725

    You're going to be right on that guess. It will take some time though.

  24. story
  25. comment
    Comment #9442237

    We plan to reduce power usage on low load eventually.