A typical bike-riding leftist urbanite who also happens to be a hockey-crazy Western Canadian.

  • 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle


  • What this story reveals is the stunning level of ignorance amongst Americans at large. This is a bona fide fascist manifesto, published by the handlers of the current leading presidential candidate, over a year ago. Nothing rattles me to my core quite like being confronted by the harsh reality that a lot of people out there are just going about their lives like everything is fine.

    These are the people we need to organize with in order to ― at this point ― basically survive, so I’m very glad something was able to spur them into some level of action before election day.

    That said, and please excuse the momentary lapse into doomerism, but if we have to rely on Hollywood and celebrity culture to bring something of this magnitude into public awareness, we might be more thoroughly cooked than it was previously thought to be possible.











  • I used Clementine for years but the project eventually got abandoned. Now I use Strawberry, which is based on it. I’m still working out how to completely replace the default theme (folder colours, tooltips, other small details are stuck in adwaita mode) but other than that it’s an excellent music player.





  • I would highly recommend python. It’s fairly simple syntactically, which makes it less overwhelming someone who’s just looking at code for the first time. It doesn’t force you to learn about functions and classes right away, like other languages would, so you can focus on the real basics until you’re ready to tackle the more abstract stuff.

    The fact that it’s on the ‘simpler’ side doesn’t make it any less powerful, either. It’s one of the top languages used for neural net AI and data science. It’s also really great for throwing together a spur of the moment script when inspiration strikes, to automate a really boring task, for example. And yes, you can also make games with it.

    Plus, the fundamental concepts that you use to solve problems with python are mostly the same in every language, so once you get proficient in one language, you’ll be able to pick up other languages much easier.

    Whichever language you do end up choosing, good luck on your journey!