Alexander L. Hayes

94 Followers
194 Following
125 Posts
Health Informatics Ph.D. Student at Indiana University. Open Source, AI/ML, Statistical Relational Learning. ๐Ÿ‘จโ€๐ŸŽ“ he/him
๐Ÿ—บ๏ธ Webhttps://hayesall.com
๐Ÿ™ GitHubhttps://github.com/hayesall
scikit-learn Version 1.5.0 Release Highlights

YouTube

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!

#mvc #softwarearchitecture #askfedi

#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

Delete all local Git branches

I follow a development process where I create a new local branch for every new feature or story card. When finished I merge the branch into master and then push. What tends to happen over time due ...

Stack Overflow

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.

I need to start Alexander's Academic Academy of Science just to make this disambiguation page even more confusing https://en.wikipedia.org/wiki/AAAS
AAAS - Wikipedia

I read somewhere that Fitbits are just modern day Tamagotchis and the stupid animal youโ€™re trying to keep healthy is just you. I think about that a lot.

TIL Google Takeout exists to export data from google services

https://takeout.google.com/

Sign in - Google Accounts

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