Viewing profile — pentlander
pentlander
HN member- Joined
- Wed, Sep 24, 2014, 1:10 AM UTC
- HN karma
- 52
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About pentlander
Recent public activity
-
comment
Comment #42048051
Hi Tim, I sent you a message from the email in my profile about two weeks ago but haven’t heard back yet. I’m definitely interested!
-
comment
Comment #41798635
I’m pretty sure that Lucene is exactly the same, the segments it creates are immutable and Elastic is what handles a “mutable” view of the data. Which makes sense because Tantivy i…
-
comment
Comment #27821408
Roc is trying to fill this space: https://www.roc-lang.org/
-
comment
Comment #26821295
I started upgrading some of the Docker images from Java 8 to Java 16 at work without touching the compiler. The changes I had to make to the code were fairly minimal, bump the vers…
-
comment
Comment #26691492
Some quick feedback on the mobile layout, there isn't a lot of the actual blog post text visible due to the margins. I would suggest allowing the url and text to span the full widt…
-
comment
Comment #25243172
Is it PG? If so, I was an intern at the time and you were gone once I joined full time.
-
comment
Comment #25239576
As another ex-Glacier dev, I disagree with it not being "all that hard" but I agree with everything else. Now I'm curious who this is :)
-
comment
Comment #25239258
Though I no longer work for Amazon, I'm reasonably certain they use it from the description. Especially given I know for a fact that other more foundational services use it. Why is…
-
comment
Comment #25238331
Yeah Amazon still runs on Coral, there were some recent (release a few years ago) advances on it under the hood and ergonomically. I think the "replacement" for it is Smithy[0] tho…
-
comment
Comment #25238116
The hand rolled gossip protocol (DFDD) is not used for consensus, it's just used for cluster membership and health information. It's used by pretty much every foundational AWS serv…
-
comment
Comment #24746708
Ah right I misspoke. I was conflating it with the common case, which is that one of the deps for versionset's target was changed. I agree with your other comment, the first year or…
-
comment
Comment #24731537
Not the OP but I am currently working at a company moving towards a Bazel monorepo and I previously worked at Amazon. For me the lightbulb of "this is a great system" didn't click …
-
comment
Comment #23133545
I don't think that's true, internally there was a long term plan to bring cloudwatch up to par with internal metrics and alarming systems. At the time when I left Amazon, there wer…
-
comment
Comment #23127777
Probably because that C code is the embedded Lua interpreter. See the lua.h file, there's the copyright notice at the bottom.
-
comment
Comment #17708198
This looks like like a great project, I'm excited to see where this goes. Could you elaborate on how the trait system works? I read through the manual and the documentation for tra…
-
comment
Comment #10844028
There's also a lightweight menu bar for X11 systems called bar. https://github.com/LemonBoy/bar
-
comment
Comment #8653240
I agree, a lot of people tout how functional programming is easier to both read and write, but this really puts things in perspective. I especially like how he explains how the dif…