pemptago
December vibes. More places should just take the month off. Surely the data shows how unproductive most are. Now’s the time to get cozy and rest.
Offline playback / downloads
Dope. Aside from the usual, outside of wifi situations, if your networking skills are (like mine) not to the point of confidently, and securely opening ports, this is a great stopgap. It’s a nice-to-have feature that’s missing from the official app, last I checked.
I’m a fan of most of the movies listed, but didn’t notice anyone mention one of my favorites, Moneyball. Don’t let the baseball fool you. I don’t even like baseball. To me it’s not about baseball, it’s about trying to succeed in a flawed system.
They survived the 90’s because they weren’t subscription-based back then. They could charge a lot more, but they had to actually invest in development so that clients would be willing to pay for an upgrade. Once development started stagnating, and they had an enormous market share, they could switch over to the subscription model and start charging people to access the software (and their files) in perpetuity.
the affinity suite is a good alternative if you’re not on linux, not that adobe supports linux last i checked. There’s also https://www.photopea.com/ Really depends on the use case, plenty of better painting options out there now. For photo editing, a dedicated raw editor can cover a lot of territory. For compositing heavy stuff, I use gimp or even blender. inkscape is awesome for vector work.
i could go on. i think a lot of people forget how difficult it was to learn adobe software when they started, and it’s tough to switch and lose that muscle memory, but even if the alternatives aren’t as good, most have been improving over the years and adobe has just gotten worse and worse. Redirecting money from adobe to alternatives will accelerate that.
It’s also much easier to write scripts for adobe alternatives, so it’s possible to get productivity boosts in that domain, depending on how you work.
I went a little overboard and wrote a one-liner to accurately answer this question
history|cut -d " " -f 5|sort|uniq -c|sort -nr|head -5
Note: history
displays like this for me
20622 2023-02-18 16:41:23 ls
I don’t know if that’s because I set HISTTIMEFORMAT='%F %T '
in .bashrc, or if it’s like that for everyone.
If it’s different for you change -f 5
to target the command. Use -f 5-7
to include flags and arguments.
My top 5 (since last install)
2002 ls
1296 cd
455 hx
427 g
316 find
g
is an alias for gitui. When I include flags and arguments most of the top commands are aliases, often shortcuts to a project directory.
Not to ramble, but after doing this I figured I should alias the longest, most-used commands (even aliasing ls
to l
could have saved 2002 keystrokes :P) So I wrote another one-liner to check for available single characters to alias with:
for c in a b c d e f g h i j k l m n o p q r s t u v w x y z; do [[ ! $(command -v $c) ]] && echo $c; done
In .bash_aliases I’ve added alias b='hx ${HOME}/.bash_aliases'
to quickly edit aliases and alias r='source ${HOME}/.bashrc'
to reload them.
I know it has a cult following, but in case there are others who are like me: I had hard time getting into King of the Hill when it aired. I’m really glad I gave it another shot. Most episodes are solid with great character moments, and a handful are right up there with the best of Simpsons and Futurama.