Skip Navigation

Posts
0
Comments
71
Joined
2 yr. ago

  • True, but do you want to be putting your funds with a company that thinks Twitter is a sound investment?

  • The best of those that I've found are often restaurant/something else in the same building. Like restaurant/laundromat. Or restaurant/rug shop.

  • My dog hates wearing a harness. We've tried a ton of different types, and he just doesn't like it for some reason.

    He doesn't really pull on his leash, though.

  • Whoa whoa whoa. So Harris is laffin, and Walz is smilin??? Too much happiness.

  • Doesn't always work, especially if you need to work with any sort of calendar or recurring schedule.

  • Maybe it's like a centipede. Centicow.

  • I never want to turn it on, but I do swap from shuffle to regular (depending on whether I want to listen to just the newest stuff I've added), which means I have to click through smart shuffle now too.

    Which wouldn't be a huge problem, but if you do it too fast, smart shuffle appears to be off, but the songs it has added are at least partially still in the queue.

  • Yeah. I'm happy to wear shirts with logos from my favorite bands on them.

  • Apparently it doesn't all even out!

    We're gonna need your friend to pick up another from ball-mart.

  • How many of those were actually good, though?

    Genuinely asking, I only saw 3 out of the 5 and don't remember being blown away by any of them. I'm not sure I even remember the plot of some.

    But I can still immediately recall songs from both Encanto and Moana and I haven't seen either of those in years.

  • I'm still mad that ML was stolen and doesn't make people think about the ML family of programming languages anymore.

  • ...

    Jump
  • Or Gleam!

  • On the other hand, deer are really stupid. I wouldn't be surprised to learn that some of them still got run over by a train going only 10 mph while blasting the horn.

  • Just enable format-on-save. That way gofmt can helpfully delete that variable you just added that you were for sure never going to use. You're welcome!

  • Helldivers is effectively just starship troopers: the game. Same kind of satire.

  • Not everything. There's a list of currently supported and unsupported apis on the docs. Streams aren't supported at all, for example.

  • This is America, you can basically sue anyone for anything.

    Whether you'll be successful or not is a different question.

  • Nah, they're very similar, really. You generally kick IO heavy stuff you don't need immediately off to async await.

    There are a few more applications of it in C# since you don't have the "single thread" to work with like in JS. And the actual implementation under the hood is different, sure. But conceptually they're similar. Pretty sure JS was heavily influenced by C#'s implementation and syntax.