Viewing profile — revertts
revertts
HN member- Joined
- Fri, Aug 07, 2009, 7:32 AM UTC
- HN karma
- 284
- Public activity
- 99 items
- HN profile
- View on Hacker News ↗
About revertts
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #36052728
I think you’re understating how many quic implementations exist. Google, Apple, F5, Facebook, Fastly, Cloudflare, Microsoft, AWS all have separate implementations servicing signifi…
- comment
-
comment
Comment #33070896
Failures while communicating to the external systems (the kv store and elastic in your example) are usually where this falls down. It's easy to build a system that's consistent ~90…
-
comment
Comment #33070800
It's very hard for Kafka Connect plugins to maintain consistency in all scenarios - both because of the semantics of some upstream databases, and because of the guarantees the conn…
-
comment
Comment #30031613
IRC is excellent, and located around the Bay Area (there are usually at least a few people carpooling down from Oakland) - https://www.insightretreatcenter.org It's the retreat sid…
-
comment
Comment #29440874
Were the amazon purchases all from the same amazon account?
-
comment
Comment #25358280
Term coined by Jay Kreps, see https://www.oreilly.com/radar/questioning-the-lambda-archite...
-
comment
Comment #25348984
That link's a 3min clip for non-subscribers, but the full talk is here https://www.youtube.com/watch?v=Bz2EXg0Fy98
-
comment
Comment #23901048
Previously msvc's position was to not support newer C standards and instead focus on C++. This was stated publicly at least as far back as 2011 https://herbsutter.com/2012/05/03/re…
- story
-
comment
Comment #23453002
Allen Webster, the creator, was recently interviewed on the Handmade podcast. I thought it was a good discussion - touched on text editors, performance, and some interesting progra…
-
comment
Comment #23452966
Many of the current users, including the creator, are in gamedev. Being extensible in a language they’re already intimately familiar with is a selling point.
-
comment
Comment #23311168
This is done by some apps today, though the motivation was typically network perf (http2 and then QUIC support). The stacks are large - on iOS it's difficult to take over a portion…
-
comment
Comment #23198125
I read their point as “information hiding is not a concept exclusive to OO.” Whether or not the original quote meant to imply that I’m not sure, but do see how it could be read tha…
- comment
-
comment
Comment #23022809
I think the small upside (a single 5-star rating contributes very little to app ranking) is outweighed by the potential downsides (it can be a turnoff if the user sees that because…
-
comment
Comment #23021618
It looks like there's a single 5-star review by "Benedict B." Did you review your own app?
-
comment
Comment #23006220
Ah! I'm sorry, I had misinterpreted your original comment.
-
comment
Comment #23006195
I agree, HashMap is unnecessarily hamstrung because the API requirements push it into a bucket chained implementation (C++ also made this mistake and is one of the downsides of std…
-
comment
Comment #23002416
There are cases where you need them, but it's relatively rare, they definitely shouldn't be your first choice. I'm fuzzy on all the current Linux use cases, but do remember one of …
-
comment
Comment #22868985
What's the best way to keep an eye out for that TR? Periodically checking http://www.open-std.org/jtc1/sc22/wg14/ ? I can't ever tell if I'm looking in the right place. :)
-
comment
Comment #22785756
> Put everything in a bowl Care to share your measurements? I’m aiming for something similar, but having trouble getting my ratios dialed in.
-
comment
Comment #22556536
How strange - OpenDNS/Cisco Umbrella seems to flag the domain and gives me a 403 Forbidden.
-
comment
Comment #22336440
It's a net win for the ISP due to cost savings from not having to haul that traffic across their network/to the Internet. You're right that powering racks isn't free either though:…