So these books are not worth anything because they have so few copies but they are still worth including in only their models? Seems a bit contradictory
I found that confusing personally, seems like it's just unnecessary and just seeing the raw number that you're missing out on would be easier to reason about.
I came here to post this so glad I'm not the only one looking for specific time of day. Or at least give the user the estimated time they can be outside before getting burned? The timer feels great to fire and forget…
It's a joke/sarcasm
https://xkcd.com/1053/ Relax, not everyone sees every article everyday
It is a table stakes missing feature.. for a long time. Clown seems appropriate, every project I've worked on in github we end up copying a github yml action to allow us to do this with one comment '/fast-forward', just…
Very nice, the movement and snapping of the tiles is very nicely done, enjoyed today's puzzle!
This sounds like running an event loop per thread instead of 1 event loop with a backing thread pool. Or am I misunderstanding you? It works great for small tasks but larger tasks block local events and you can get…
Been using valkey streams recently and loving it. Took a bit to understand how to to properly use it but now that I've figured it out I'd highly recommend trying it. It's very easy to setup and get going and just works.
The suggestion is c# class vs struct basically, with explicit globals which are just class with synchronization
reminds me of the classic https://xkcd.com/927/ not exactly identical to Bjarne's quote but similar. I'm quite familiar with C++ as well and this just jives so much, each standard is just almost exponentially more…
https://danluu.com/everything-is-broken/ Always has been and always will be. This article was eye opening to me because I didn't even realize how often I was working around buggy software.
I've always thought that it seems like a silly way to measure it.. Everest also goes to the sea floor, technically.
It's an interesting idea, but reactive, and could cause big delays due to bisecting and testing on those regressions. There's the 'old' saying that the sooner the bug is found the cheaper it is to fix, seems weird to…
Isn't it both on LLMs? The input is your ability to craft a prompt, the output is checking if the prompt worked.
It's a decent idea, but it's weird reviewing code you wrote in saying GitHub, it looks totally different. Imo not a show stopper but a side effect you have to get used to.
We interestingly ran into issues with actix and the AWS lb. The lb takes some liberty with how it handled connections and actix seems to be "to the spec" so we were seeing a lot of dropped connections. Placing nginx…
I do appreciate that you write tests. I find it's like pulling teeth with most devs to get them to write anything but the most basic of tests. I tend to think more than write code, so usually my first go is reasonably…
I like you're analogy, but I do think there are features of c++ that are big hills as well. To me it would be SF to LA with some big ups and downs on that long ride. I'm also curious what's difficult about pin in rust?…
Yikes, I was so excited for modules back when I was still writing C++17 and a bit of early 20. Sad they have so many problems with them and/or are just plain not implemented still. Honestly I'm happy I'ved moved on from…
What if you had to earn your undos? As opposed to starting with N of them in the beginning. What if you scored like wordle but based on undos? 1 undo used, 2 undos used... Up to 5 undos used. This incentivizes the user…
I've used both very extensively and while I like the direction c++ is headed, I know a lot of people don't, I couldn't disagree with you more. Writing reasonably fast rust that doesn't crash is far easier than writing…
Anecdotal but my company is using it for a new project and we just hit production about a month ago. So far it's been great with 10+ million requests handled per day. Looking forward to upgrading to 4.0
I think you're point is correct around rust in that writing rust is harder than writing C due to the constraints the compiler places on what you can do. So far I'm happy with this tradeoff because I've had some very…
I've been on teams that haven't used docker for dev envs and teams that do in the last 5~ years. The teams that used docker were significantly more productive since each dev env was a replica and forced the team to…
So these books are not worth anything because they have so few copies but they are still worth including in only their models? Seems a bit contradictory
I found that confusing personally, seems like it's just unnecessary and just seeing the raw number that you're missing out on would be easier to reason about.
I came here to post this so glad I'm not the only one looking for specific time of day. Or at least give the user the estimated time they can be outside before getting burned? The timer feels great to fire and forget…
It's a joke/sarcasm
https://xkcd.com/1053/ Relax, not everyone sees every article everyday
It is a table stakes missing feature.. for a long time. Clown seems appropriate, every project I've worked on in github we end up copying a github yml action to allow us to do this with one comment '/fast-forward', just…
Very nice, the movement and snapping of the tiles is very nicely done, enjoyed today's puzzle!
This sounds like running an event loop per thread instead of 1 event loop with a backing thread pool. Or am I misunderstanding you? It works great for small tasks but larger tasks block local events and you can get…
Been using valkey streams recently and loving it. Took a bit to understand how to to properly use it but now that I've figured it out I'd highly recommend trying it. It's very easy to setup and get going and just works.
The suggestion is c# class vs struct basically, with explicit globals which are just class with synchronization
reminds me of the classic https://xkcd.com/927/ not exactly identical to Bjarne's quote but similar. I'm quite familiar with C++ as well and this just jives so much, each standard is just almost exponentially more…
https://danluu.com/everything-is-broken/ Always has been and always will be. This article was eye opening to me because I didn't even realize how often I was working around buggy software.
I've always thought that it seems like a silly way to measure it.. Everest also goes to the sea floor, technically.
It's an interesting idea, but reactive, and could cause big delays due to bisecting and testing on those regressions. There's the 'old' saying that the sooner the bug is found the cheaper it is to fix, seems weird to…
Isn't it both on LLMs? The input is your ability to craft a prompt, the output is checking if the prompt worked.
It's a decent idea, but it's weird reviewing code you wrote in saying GitHub, it looks totally different. Imo not a show stopper but a side effect you have to get used to.
We interestingly ran into issues with actix and the AWS lb. The lb takes some liberty with how it handled connections and actix seems to be "to the spec" so we were seeing a lot of dropped connections. Placing nginx…
I do appreciate that you write tests. I find it's like pulling teeth with most devs to get them to write anything but the most basic of tests. I tend to think more than write code, so usually my first go is reasonably…
I like you're analogy, but I do think there are features of c++ that are big hills as well. To me it would be SF to LA with some big ups and downs on that long ride. I'm also curious what's difficult about pin in rust?…
Yikes, I was so excited for modules back when I was still writing C++17 and a bit of early 20. Sad they have so many problems with them and/or are just plain not implemented still. Honestly I'm happy I'ved moved on from…
What if you had to earn your undos? As opposed to starting with N of them in the beginning. What if you scored like wordle but based on undos? 1 undo used, 2 undos used... Up to 5 undos used. This incentivizes the user…
I've used both very extensively and while I like the direction c++ is headed, I know a lot of people don't, I couldn't disagree with you more. Writing reasonably fast rust that doesn't crash is far easier than writing…
Anecdotal but my company is using it for a new project and we just hit production about a month ago. So far it's been great with 10+ million requests handled per day. Looking forward to upgrading to 4.0
I think you're point is correct around rust in that writing rust is harder than writing C due to the constraints the compiler places on what you can do. So far I'm happy with this tradeoff because I've had some very…
I've been on teams that haven't used docker for dev envs and teams that do in the last 5~ years. The teams that used docker were significantly more productive since each dev env was a replica and forced the team to…