Live data from Hacker News

Viewing profile — geeio

geeio

HN member
Joined
Sat, Mar 01, 2014, 11:49 PM UTC
HN karma
25
Public activity
38 items

About geeio

gee.io

[ my public key: https://keybase.io/geeio; my proof: https://keybase.io/geeio/sigs/-WvV3Q8frgTDN2Wd6f3GBtmrZGwDG5AZjjFLz_JfSP4 ]

Recent public activity

  1. comment
    Comment #46507232

    Don’t know why, but this was an approachable intro to FP for me, just the right level of detail for me to grok why.

  2. comment
    Comment #33947238

    native english speaker here, I still cannot connect it either.

  3. comment
    Comment #31870302

    I wasn’t expecting the app to be that good! Great recommendation

  4. comment
    Comment #30521283

    This might be a good fit for roaring bitmaps [1] or Minimal Perfect Hashing [1] http://roaringbitmap.org/

  5. comment
    Comment #29640562

    Pressure treated wood is kinda like that (it uses something other than tar). [1]: https://www.homedepot.com/c/ab/types-of-pressure-treated-woo...

  6. comment
    Comment #29157881

    I’ve used lulu.com for this in the past for small one-off print jobs (I think it was 5$ for something around 80 pages)

  7. comment
    Comment #28411322

    Agreed, when you start to need these kind of optimizations, go might not be the best choice

  8. comment
    Comment #28409042

    I think you could do the pointerless version (the one using an int32 index) of this in go via unsafe casting. I’ll try it out later

  9. comment
    Comment #26431945

    I’ve used lulu.com in the past

  10. comment
    Comment #25062319

    > we had to make release branches SOX-compliant, adhering to additional rules and constraints. Does anyone have an example of what is required to make a branch SOX-compliant?

  11. comment
    Comment #23922428

    It is probably closer to something like avro, but with more features and less java focus.

  12. comment
    Comment #21937352

    Kafka works best when the data it is returning to consumers is in the page cache. When consumers fall behind, they start to request data that might not be in the page cache, causin…

  13. comment
    Comment #19585509

    H2 has a disk persistence mode. Though I’d probably use SQLite for this use case

  14. comment
    Comment #17897264

    https://pdos.csail.mit.edu/6.824/schedule.html Read the paper/notes from the schedule and you’ll learn a ton (took this course as an undergrad)

  15. comment
    Comment #17802477

    Maybe airtable.com? Not sure if you are ok with a hosted solution

  16. comment
    Comment #17620948

    Do you like the reMarkable tablet? I currently have an iPad Pro but I really don’t like reading PDFs on it. I’d love to stop printing out papers and an eink display would be nice. …

  17. comment
    Comment #17252156

    NVMe is the spec for controllers supporting NVM. Think PCI vs PCIe https://en.m.wikipedia.org/wiki/NVM_Express

  18. comment
    Comment #15718427

    I don’t think this would be possible even with a fair coin.

  19. comment
    Comment #15300094

    Time to install is much faster, bundle install is just so damn slow. And now that I'm not a ruby dev any more, I don't install a modern ruby on my computer.

  20. comment
    Comment #15296476

    I do the same thing. Small projects start with the job queue in postgres. As things eventually scale up, I move the queue to its own dedicated postgres node. Once that starts to be…

  21. comment
    Comment #15068737

    I think hours per week "in the zone" is a nice proxy for measuring how happy I am in a job

  22. comment
    Comment #15068703

    I'd be really interested in this for non-tech books as well. I'd love to have a fast way to find new fantasy books.

  23. comment
    Comment #14627663

    Try the history of the English language after that. It's similar and equally good.

  24. comment
  25. comment
    Comment #14039296

    I assume they are talking about things like the truetime clocks used in spanner, which are not available on commodity hardware