Viewing profile — throwbsidbdk
throwbsidbdk
HN member- Joined
- Fri, Nov 25, 2016, 9:10 AM UTC
- HN karma
- 110
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About throwbsidbdk
No profile information was provided.
Recent public activity
-
comment
Comment #13076259
Or just pull my old Ubuntu box out of the closet. No webcam, no mic, no problem. Still, this is hilarious because only the truly desperate will put up with this crap, everyone else…
-
comment
Comment #13076214
I can see why they might do this, anyone that can land a job with similar benefits somewhere else probably doesn't even apply, leaving them with the worst to choose from. Their cli…
-
comment
Comment #13069908
Whatever happened to progressive jpg? You can get graceful degradation for free by just encoding your images that way
-
comment
Comment #13068721
Maybe I was a hit too excited about the perl part. Perl perfected regex and the perl regex engine was integrated into other languages until it became a normal language feature. Reg…
-
comment
Comment #13068707
I think node is the funniest example. "Yay we can run js on the server now! This is the future!" But wait, what other language can't you run on the server? I can't think of a popul…
-
comment
Comment #13068611
I'm in the opposite camp, it feels like js is mutating quickly to try to fix the rediculous problems with the language because people are forced to use it. You don't see such sweep…
-
comment
Comment #13067661
I donno man, the longer I use typed languages the more I hate untyped ones, if only for the IDE help alone. All the newer static languages use type inference anyways so its not tha…
-
comment
Comment #13065731
I see the proliferation of JavaScript tools as a massive failure of the vanilla js standard library and ECMA. Most of the stuff out there just rebuilds basic language features that…
-
comment
Comment #13065679
Fun factoid most have forgotten: regex is perl. The beginnings are elsewhere but regex as we know it was designed as part of the language and the engine was pulled out and reused w…
-
comment
Comment #13061305
I have heard whispers of this, and the mention of common on call hours seems to lend it some credibility
-
comment
Comment #13061203
The failure mode doesn't matter much in practice. You need to track how many inserts you've done on both for practical reasons so with either you'll have a set cutoff before rebuil…
-
comment
Comment #13060613
What makes these so easy to detect that they're this secretive about it? There has to be obvious clues in the TCP/IP stack. 4g modems are opaque and proprietary so it's unlikely th…
-
comment
Comment #13060503
The net effect is much larger than the smallish overall effect appears to be. The request is much smaller and this has a surprisingly large effect because modern consumer connectio…
-
comment
Comment #13060477
Http was not designed for what we're using it for. The biggest problem is numerous requests, which is caused by http using TCP underneath, not by multiple requests in themselves be…
-
comment
Comment #13060257
To add to this, you can buy GPS time source dongles really cheap and in Linux it's not too hard to run one as a parallel/backup time source. Especially when using distributed datab…
-
comment
Comment #13060227
My biggest issue with NTP is little control over who runs the servers. Unlike the CA system that has checks in place against bad actors, practically anyone can run an NTP pool. It …
-
comment
Comment #13059988
Have you looked at Siphash? I remember reading recently that murmur has been found to have some predictable hashes independent of salts but a lot of big names still use it since it…
-
comment
Comment #13055817
Okay thanks, that explains the why but doesn't make it sound less terrible. They essentially built a nosql database on top of MySQL. Forgivable years ago but this was in 2014...
-
comment
Comment #13055552
Just noticed this article is 3 yrs old which is probably why some of the advice seems out of date. Needs a section on http2/spdy
-
comment
Comment #13055530
I didn't know Erlang had been around that long, I've only seen it pop up within the last few years
-
comment
Comment #13055509
Nothing hard but the various leaks of diplomatic cables and spy tools have made claims of state sponsored hacking undeniable. Everyone knows that all the big companies are getting …
-
comment
Comment #13055412
It's gotta be the case. Probably choose trip db based on cutting map into squares or hexagons. Dump all location data from drivers and riders into it real time. Sounds like they've…
-
comment
Comment #13055361
>The entire trip store, which receives millions of trips every day, now runs on Dockerized MySQL databases together with other stores It really does sound like this is part of the …
-
comment
Comment #13055335
Is it not cool to call these things worker threads anymore? Nothing wrong with the article but I'm getting annoyed by the trend to rename constructs and common patterns in new lang…
-
comment
Comment #13055198
It sounds like Uber has a database cluster for roughly every employee?!! Uber has a single product that largely centers around 1 app. How can this be necessary? I have a feeling...…