Viewing profile — ryanmjacobs
ryanmjacobs
HN member- Joined
- Sat, Jan 31, 2015, 10:18 AM UTC
- HN karma
- 582
- Public activity
- 156 items
- HN profile
- View on Hacker News ↗
About ryanmjacobs
Recent public activity
-
comment
Comment #42574084
Oh that's embarrassing -- you're right, the first example doesn't make sense. Kinda pointless actually haha I use it for code like this: raw = IO.popen(%W[gzip -d -c -- #{path}]){_…
-
comment
Comment #42570827
FYI, one of my favorite Ruby idioms is to capture command output with `open(...){_1.read}` pp open("|ls -lh /usr/bin/ls"){_1.read} "-rwxr-xr-x 1 root root 135K Aug 30 04:57 /usr/bi…
-
comment
Comment #42570824
Oh damn. I have been using `_1`, `_2`, etc. extensively for years... I didn't know about that footgun. I'd like know if `it` is merely an alias for `_1`, or if protects from this "…
-
comment
Comment #42570697
I'm pleasantly surprised to see this improvement: Tempfile.create(anonymous: true) removes the created temporary file immediately. So applications don’t need to remove the file. [F…
- story
- story
-
comment
Comment #37018447
Rest in peace, Bram. I was introduced to Vim by my father when I was a kid, and have been using it for the past 15 years. Your software has touched many lives.
-
comment
Comment #35609932
I tried Mint. AFAIK Apple CC doesn't allowing pulling live transactions.
-
comment
Comment #35605294
Oh nice. This is a very useful tip. I wish I knew that a month ago.
-
comment
Comment #35605283
I had the same exact situation. I used the Apple card almost exclusively in 2022 because of the 1% card + 2% apple pay rewards. Doing taxes right now and I spent about 10 minutes m…
-
comment
Comment #33967539
Well written story. Worth the read.
- story
- story
-
comment
Comment #28849463
https://pbs.twimg.com/media/FBkA6ZrWEAA9olm?format=jpg&name=...
- story
-
comment
Comment #28790185
I found out because my CircleCI jobs were failing to `npm install`. Guess the deploy will have to wait...
- story
-
comment
Comment #28613495
Ah. Yeah, that's what I have been doing. It took about an hour to send 100G initial ZFS seed over the network between different datacenters. Then I suspended all of the VMs and sen…
-
comment
Comment #28611627
I've been doing this with several production PostgreSQL instances. PostgreSQL on ZFS is great. I have zstd compression enabled and I average 3.50x compression ratios. (Probably som…
-
comment
Comment #28611586
This is fantastic. I am definitely going to look into the blktrace calls. They look useful. --- I've been looking for a way to copy virtual machine disks over the network with mini…
- story
- story
-
comment
Comment #26086658
I'm 30 minutes north of Sacramento and can only get 2.5 Mbps from AT&T :/ Most of the time, I choose to use my cell phone as a hotspot in order to reliability video chat for work. …
-
comment
Comment #25640044
SEEKING WORK | REMOTE Resume: https://notryan.com/resume.pdf Anything *nix-related, infrastructure, and backend deployment.
-
comment
Comment #25639665
Location: Sacramento, CA Remote: PREFERRED Willing to relocate: YES (to Bay Area) Technologies: PostgreSQL, C, linux, Node.js/TypeScript/React.js Resume: https://notryan.com/resume…