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

  • 0 Posts
  • 40 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle



  • I love Jon Stewart but I think he’s a little off base with this take. Are we supposed to not call out the overtly fascist stuff the government is doing? Will that get more people to listen the next time we have to call out an overtly fascistic act or will we have to hold our tongue then, as well? How many grannies need to be eaten and impersonated by wolves before we’re allowed to move past the “ooh what sharp teeth you have” crap?

    With fascism especially, if you’re not part of the solution, you’re part of the problem. The people going through life like everything is fine are implicitly supporting the fascism. I’m not going to stop yelling about how a pack of wolves has taken over the government, just because some people think the word is overused.










  • 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.



  • A really common issue with sway is that it doesn’t run as a login shell, so none of your .profile or other environment settings get sourced when you login. I think that might be the problem here.

    Try closing your sway session, then login to a tty and run sway. If the qt themes work properly then it’s definitely an environment issue.


  • Fellow Arch user here (btw). It’s exactly the same as building AUR packages. Clone a git repo containing a PKGBUILD, use makepkg to build it, and pacman to install it. The nice thing is you can host a repo of your built packages and install them on other systems really easily. The big downside is that dependency management is not automated, so it will take some time and annoyance to map out what packages you need to build and in what order, if you want a fully source-bootstrapped system.