Viewing profile — jcalabro
jcalabro
HN member- Joined
- Thu, Aug 25, 2016, 12:54 AM UTC
- HN karma
- 1,042
- Public activity
- 126 items
- HN profile
- View on Hacker News ↗
About jcalabro
No profile information was provided.
Recent public activity
-
comment
Comment #48659701
We use bunny as our CDN provider at Bluesky, and I have had a very positive experience! Team is great, service is great, price is great.
- story
-
comment
Comment #46569192
Interesting. I just run it in docker compose: https://github.com/jcalabro/atlas/blob/fee905ba496d363188fb3...
-
comment
Comment #44577673
Have you found them to work well and be consistent? I've been a helix user for a couple years now, and I found Zed's helix keybindings to be inaccurate. Either that or I have some …
-
comment
Comment #44565840
came here to report the same
-
comment
Comment #44201694
I remember reading a similar thing about FoundationDB with their DST a while back. Over time, they surfaced relatively few bugs in the core server, but found a bunch in the client …
-
comment
Comment #43910768
I just gave it a try on some zig code and no dice. Works great with C though, and I might just be doing it wrong!
-
comment
Comment #43907801
I had pretty much the exact same experience with my debugger (uscope). Your debugger looks awesome, nice work! Hopefully I'll have time to get back to mine at some point (or hopefu…
-
comment
Comment #43508374
zigception!
-
comment
Comment #43497408
I had a similar experience with my girlfriend and Dr. Worm - genuinely one of my favorite songs of all time!
-
comment
Comment #43205549
Amazing game, thanks for sharing.
- story
-
comment
Comment #43067612
What's next? Vingegaard: secure your wine online with this one simple app!
-
story
Show HN: Uscope, a new Linux debugger written from scratch
Hi! I've been building a debugger on my nights and weekends because it's fun, and I personally need a better debugger for my work. GDB and LLDB pain me greatly; we can and will do …
-
comment
Comment #42578179
I grew up in the town next door to Norwell and I play the drums. I drove by many times and would have loved to have gone in and seen if they might have given a high school student …
-
comment
Comment #42474691
[2012] it took me a second when they said "Mayor Thomas M. Menino" rather than "former Mayor Thomas M. Menino"
-
comment
Comment #42441862
I'm still having issues. I can't push, it just hangs forever.
-
comment
Comment #42410971
The logo is quite similar to Roc? [0] https://www.roc-lang.org/
-
comment
Comment #42401586
I'm in the exact same boat right now. I'm too lazy to fix it, so this is basically the only reason I still have my FB account.
-
comment
Comment #42351350
I've been using just at work and in personal projects for almost a year, and I like it a lot. In particular, its self documentation with `just --list` makes onboarding new folks ea…
-
comment
Comment #42324393
"A man who sits for something stands for nothing" https://www.youtube.com/watch?v=WqjUlmkYr2g
-
comment
Comment #42246097
Agreed. As much as I want it to be simpler to build C++ programs from source, it's pretty much always _possible_ in my experience, it can just a PITA frequently. I think that tests…
-
comment
Comment #42135862
I'm a heavy Zwift user myself and I saw think this is genius and now I want to replicate it. I even ride a Cannondale and use a ZSA keyboard haha
-
comment
Comment #42086585
Love the 8-bit Holst :)
-
comment
Comment #42076588
Indeed, Zig does this for instance (at least for x86_64 linux [0]) as a way to avoid having to link libc at all [0] https://github.com/ziglang/zig/blob/ee9f00d673f2bccddc2751c3...