Viewing profile — geeio
geeio
HN member- Joined
- Sat, Mar 01, 2014, 11:49 PM UTC
- HN karma
- 25
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About geeio
[ my public key: https://keybase.io/geeio; my proof: https://keybase.io/geeio/sigs/-WvV3Q8frgTDN2Wd6f3GBtmrZGwDG5AZjjFLz_JfSP4 ]
Recent public activity
-
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.
-
comment
Comment #33947238
native english speaker here, I still cannot connect it either.
-
comment
Comment #31870302
I wasn’t expecting the app to be that good! Great recommendation
-
comment
Comment #30521283
This might be a good fit for roaring bitmaps [1] or Minimal Perfect Hashing [1] http://roaringbitmap.org/
-
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...
-
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)
-
comment
Comment #28411322
Agreed, when you start to need these kind of optimizations, go might not be the best choice
-
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
-
comment
Comment #26431945
I’ve used lulu.com in the past
-
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?
-
comment
Comment #23922428
It is probably closer to something like avro, but with more features and less java focus.
-
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…
-
comment
Comment #19585509
H2 has a disk persistence mode. Though I’d probably use SQLite for this use case
-
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)
-
comment
Comment #17802477
Maybe airtable.com? Not sure if you are ok with a hosted solution
-
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. …
-
comment
Comment #17252156
NVMe is the spec for controllers supporting NVM. Think PCI vs PCIe https://en.m.wikipedia.org/wiki/NVM_Express
-
comment
Comment #15718427
I don’t think this would be possible even with a fair coin.
-
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.
-
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…
-
comment
Comment #15068737
I think hours per week "in the zone" is a nice proxy for measuring how happy I am in a job
-
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.
-
comment
Comment #14627663
Try the history of the English language after that. It's similar and equally good.
- comment
-
comment
Comment #14039296
I assume they are talking about things like the truetime clocks used in spanner, which are not available on commodity hardware