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.
HN user
jcalabro
Interesting. I just run it in docker compose: https://github.com/jcalabro/atlas/blob/fee905ba496d363188fb3...
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 config options set that were confounding them. Curious how your experience with them has been?
came here to report the same
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 libraries because the clients were more complicated and were not run under their DST.
Anyways, really interesting report and project. I also like your youtube show - keep up the great work! :)
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!
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 hopefully RAD comes to Linux first haha)
zigception!
I had a similar experience with my girlfriend and Dr. Worm - genuinely one of my favorite songs of all time!
Amazing game, thanks for sharing.
What's next? Vingegaard: secure your wine online with this one simple app!
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 a quick tour of the less-secret parts of the factory, but I never did.
There was definitely a strong drumming community in the area; there were some fantastic players and teachers around (i.e. Steve Smith from Journey was born in Whitman). Not sure if that's because of Zildjian, but it was a fun place to grow up and play music. It might just be that there are so many strong music universities in the area.
[2012] it took me a second when they said "Mayor Thomas M. Menino" rather than "former Mayor Thomas M. Menino"
I'm still having issues. I can't push, it just hangs forever.
The logo is quite similar to Roc?
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.
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 easy. It's also just a nicer syntax than make.
"A man who sits for something stands for nothing"
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 are a sure-fire way to improve the quality of your code, but I'd throw another piece in to the ring: sanitizers [0]. Projects that have good tests and run them regularly with TSan/ASan/UBSan in my experience are much better to work on because it means that it's much less likely there's deep seeded issues that are lurking. It gives you increased confidence that you're not introducing hard-to-detect issues as you go.
These tools aren't just exclusive to C++. I've said the same thing about C, Go, Zig, Odin, etc. Projects that use them (and have good automated tests) tend to be in good shape, and projects that don't tend to take a long time to make any progress on.
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
Love the 8-bit Holst :)
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...
I've found compile times on large C++ code bases to be the only thing I really notice improving. I recently upgraded my work machine from a 2017 i7 to a shiny new Ryzen 9 9950x and my clean compile times went from 3.5 minutes to 15 seconds haha. When I compile with an M2 Max, it's about 30s, so decent for a laptop, but also it was 2x the price of my new desktop workstation.
I have poked around with Pernosco, and it's very impressive! I just added a paragraph to the intro of this series about it. Pernosco is so cool!
However, I think it's aiming to solve different bugs than I am usually after. I want a very quick-to-use debugger because I like to step through all my code as I'm writing it to sanity check. It generally just helps me stay focused and make fewer errors (I'm not the most detail-oriented person in the world, and the debugger helps keep me on the rails).
Pernosco/rr are invaluable tools for solving much tougher bugs, but I want a better debugger for the "every-day" sort of stuff as well. Thank you for pushing the state of the art though, Pernosco is jaw-dropping!
I agree with this whole thread. I do use VS Code as my debugger frontend for C++ on Linux, but it's a real bummer compared to what's available on Windows. Hence this series!
I don't think so since you could do a front end over DAP, right? No linking required therefore. IANAL
Great catch! I wrote these quickly for a 1-week code jam, and it slipped through. Thanks, I've adjusted the post! :)
Congrats! Extremely impressive and inspiring. I always enjoy your posts.
The main difference is that the FEN no longer only encodes castling to the king's or queen's side. It must fully encode which file for each side. Castling _rules_ are the same, just the castling _location_ can change.
https://www.chessprogramming.org/Forsyth-Edwards_Notation#Ch...
There's a great talk that explains how/why this works for those looking for more info.
Also, Go UMass!