Scikit-learn 1.5 release highlights in video:
Or as a webpage: https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
| ๐บ๏ธ Web | https://hayesall.com |
| ๐ GitHub | https://github.com/hayesall |
Scikit-learn 1.5 release highlights in video:
Or as a webpage: https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
Could anyone point me to their favourite resource on the Model View Controller architecture? Yes, I have tried googling but I mostly get SEO'd pages, so if you happen to have a favourite blogger who has a good post on it pls send a link!
#TIL a one-liner for clearing out all local branches except for `main`:
```
git branch | grep -v 'main' | xargs git branch -D
```
credit:
https://stackoverflow.com/questions/10610327/delete-all-local-git-branches
finally ready to announce that my git zine, โHow Git Works", is coming out in ONE WEEK! on Friday May 31!
it also comes with this (free!) cheat sheet which you can download and print out here: https://wizardzines.com/git-cheat-sheet.pdf
Like let's compare to other scenarios.
"I am going to screw up and trip you, sorry, I'm working on it."
"I am going to screw up and hit you with my backpack. Sorry, I'm working on it."
Sounds bizarre, right?
There are a handful of situations where I can see such statements as being relevant, but only a handful, and not in most of the situations where someone does this preemptive apology dance.
TIL Google Takeout exists to export data from google services
wow the cloud messed up my web scraping advice
normally I'd say: "pull that data at off-hours with ~1 second in a single-threaded request queue, that way you don't overload the server"
but now: "welp a trickle of requests over three hours means the VM won't scale up or down properly, and compute is billed by the minute"
a fresh debian install sits before you
*this time i'll get my dotfiles right*, you say