Viewing profile — alexhornbake
alexhornbake
HN member- Joined
- Tue, Mar 13, 2012, 11:15 AM UTC
- HN karma
- 79
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About alexhornbake
No profile information was provided.
Recent public activity
-
comment
Comment #42792845
As you’ve pointed out High SPL isn’t what breaks ribbons, it’s high SPL at low frequencies (ie wind/air moving frequencies, like those produced from a slamming wooden case lid. Kic…
-
comment
Comment #40888818
^ this. The AWS v4 signing method is a spec for how to do HMAC request signing. It is not limited to use only with AWS services. You can use it to sign requests on any service, and…
-
comment
Comment #36471782
This is article is a pedantic waste of time. Tapping out SOS is a thing… https://www.smithsonianmag.com/history/the-civilian-worker-w...
-
comment
Comment #23812005
This is cool, and I applaud the author’s effort. For certain projects this is likely the right way to go. However, another way to solve this which is safe to use when testing packa…
-
comment
Comment #23059829
It depends what you’re optimizing for. One of the beautiful things about a static site is it’s ability to be served by object stores like S3 as your origin, and cached by a CDN. Fr…
-
comment
Comment #20970279
Someone wants to lower their cdn bill, so they serve static things on cdn, and dynamic things from origin.
-
comment
Comment #20163655
Common mistake. Good vibrations did not actually use a theremin. It was a ribbon controller type instrument that was designed to mimic the sound. Theremins are hard. https://en.m.w…
- story
-
comment
Comment #19478871
https://youtu.be/hZGqtmwboHU I defer to an expert.
-
comment
Comment #19408412
It’s a static site, so perhaps S3 (or any static cloud storage origin) and any CDN are a better comparison. What is the total power consumption of 1/nth of a large pool of cloud re…
-
comment
Comment #15387519
Beme (CNN) | Platform Engineer (Golang) | NYC | ONSITE | https://beme.com Beme is looking for a software engineer to join us in creating the next generation of apps for newshounds.…
-
comment
Comment #15350668
The right to be a customer of cloudflare (edit: cloudfront typo) is not really a "free internet" either. Personally, I value the right to not do business with nazis over the right …
-
comment
Comment #15254164
I think it's a common argument for people who think biometrics are a bad idea for security. IE. You can change your password, you can't change your thumb/face/biometric (easily). A…
-
comment
Comment #15117426
This is a migration problem. A network of only self driving cars is effectively a more complex train without tracks. This does not require an AI, just a very reliable and coordinat…
-
comment
Comment #14805198
Ahhh... Found it... The project has it's own Kernel. I stand corrected. This is super cool. https://github.com/ApolloAuto/apollo-kernel
-
comment
Comment #14802310
Hmmm, thanks for the additional info. Still seems like a bad idea. Based on your assertion, what happens when the RTOS/microcontroller does not receive a "decision" before the sche…
-
comment
Comment #14800116
Maybe I'm missing something, is this is a platform strictly for developing ML techniques? Or is it intended to actual run in a vehicle... on ubuntu, in a docker container? I'm no e…
-
comment
Comment #14668580
Naming the return value in the function signature will both allocate the named variable, as well as make it the default variable to return. Returning a new unnamed variable for eve…
-
comment
Comment #14580763
I'm running 4.6 kernel "testing" on a MacBook Air 7,2 as my daily driver. It is rock solid. Wifi, Backlight brightness control and FaceTime camera will not work out of the box, how…
- story
-
comment
Comment #12343057
Thank you for mentioning adrenaclick. Generics have been completely missing from the public debate. While epipen price gouging is very real, and a problem, there is one short term …
-
comment
Comment #12303860
One of the big advantages of microservices is scaling/migrating the databases behind each service independently. If you need transactions across multiple services then one could ar…
-
comment
Comment #12257344
Not that odd if you are trying to represent a chunk of a file with a single url, which would be desirable if you were serving video manifest/playlist files like m3u8 (HLS) or f4m (…
-
comment
Comment #7793149
This advice was given to me by a friend when I was dealing with less than ideal employment situations. 1) Change the way you feel about the situation. Is this a me issue? 2) Change…