Viewing profile — bmalehorn
bmalehorn
HN member- Joined
- Thu, Jul 14, 2016, 4:34 PM UTC
- HN karma
- 148
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About bmalehorn
No profile information was provided.
Recent public activity
-
comment
Comment #44451614
Would you mind sharing what AI note taking app do you use?
-
comment
Comment #23666296
Based on this article, it now uses Hypervisor.framework: https://www.quora.com/What-hypervisor-does-Docker-use > In Linux, Docker uses kernel features. It does not use any hypervis…
-
comment
Comment #23666243
Interesting - would you mind sharing a link?
-
comment
Comment #23647273
Cool, thanks for sharing. It's these kind of experiences that I was hoping to gather from making this post. Did you notice at the end that you did NOT end up choosing ARM? You ende…
-
comment
Comment #23646725
Thanks, I didn't know about c6g, m6g, r6g. I've updated the post to remove this mention - I only counted a1 instances. That still leaves storage optimized and GPU optimized instanc…
-
comment
Comment #23646575
Awesome, thanks for testing this out! A 3x slowdown is not as bad as 6x, but it's still quite a bit. I also saw a slowdown of ~4x when I tried this experiment on a native Linux x86…
-
comment
Comment #23644579
I ran this on a Linux laptop - it looks like it's running qemu-user-static: root 9934 103 0.0 125444 6664 pts/0 Rl+ 12:25 0:12 /usr/bin/qemu-aarch64-static /usr/bin/gzip So it migh…
-
comment
Comment #23643772
Author here. > 1. If emulating aarch64 (arm64) on x86_64 is 6x slower (on your system, btw, it's not an universal constant), it doesn't mean emulating x86_64 on aarch64 will be 6x …
-
comment
Comment #23643614
Author here. I'm glad somebody said something! Yes the gzip perf test is pretty silly, but illustrates a significant difference. /dev/urandom throughput on this setup was about 100…
-
comment
Comment #23643471
Author here. That's a major point of the article - "are we screwed?" I'm not an expert on virtualization but I wanted to see some discussion on this topic, because it feels like we…
- story
-
comment
Comment #20949090
The speaker mentions that Redis, MongoDB and background jobs were replaced by Erlang. What does he mean by that exactly? Erlang provides some persistent state storage? Or is he jus…
-
comment
Comment #20120821
> I would rephrase as companies whose express intent is to manipulate people's habits for their own gain. Entertainment is fine as long as it's done in relative good-faith (not gam…
-
comment
Comment #20118412
It sounds like you're skeptical about companies that affect people's habits. So avoid these terms: - finance - advertising - entertainment I'd focus on companies that sell to other…
-
comment
Comment #20079571
This is a nice article, with a comprehensive if long history of npm and node. I agree with the author that there will one day be a reckoning with npm, inc - they'll shut down abrup…
-
comment
Comment #20073488
In a lot of organizations there are "bug teams", whose job is to detect bugs, fix some, and make fixing them easier. However, you probably don't call them "the bug team". Examples:…
-
comment
Comment #20005454
I think the right approach here is to figure out how to use git in the company IDE. Then, have a presentation / workshop about how to use git in the IDE. Personally I prefer the co…
-
comment
Comment #19917146
As a former Cisco employee, I can tell you why companies never want to open source their security-sensitive products: Pros of open sourcing a product: - fewer total number of vulne…
-
comment
Comment #18427737
The article makes it sound like you have to choose between two options: 1. users see example.com in the address bar 2. hosting on www.example.com However you can get the best of bo…
-
comment
Comment #17631864
I have written exactly that kind of changelog. Let me explain why. I write the changelog for a product. In fact I write two changelogs - one for engineers and one for customers. En…
-
comment
Comment #16004484
> Alowing Trim passthrough on SSDs without impacting vulnerability. Unfortunately I don’t think that’s possible. If I scan your encrypted disk and see that 10% of blocks are zeroed…
-
comment
Comment #14384756
I have a similar setup to GP: Emacs + one file + an "new-day" command. Everything goes in one big "scratch.txt" file, with headers like: ###### Saturday, May 20 2017 ...at the star…
-
comment
Comment #14384625
Also not GP, but I also have notes per-day. If you organize by topic, you have to decide which topic to put information in. This means you have to pause and think for 10 seconds ab…
-
comment
Comment #13273807
Great, thanks for the reply and links. Sounds to me like the current state is "doable," but not "solid." I can convince myself to try it out, but not my whole company. But, maybe t…
-
comment
Comment #13273285
I am a systems programmer working at a company with a largely C++ codebase. We don't use Rust. It has nothing to do with the reasons mentioned in the article or this thread. Here a…