mpv
also works well from the command line.
Instructor, author, developer. Creator of Beej’s Guides.
openpgp4fpr:CD99029AAD50ED6AD2023932A165F24CF846C3C8
mpv
also works well from the command line.
The author said they wanted maximum accessibility, so they didn’t opt for a particular platform’s voting system.
It does work better for me in general. The video is no longer slow… unless I start using a virtual background, then it gets really sluggish. (Firefox.)
I also run Arch and have this same problem. I dug in for a bit, but found nothing. :( Webcam works perfectly well in all other circumstances except Zoom.
Recommendation algorithms are great for discovering related information and new stuff.
I agree that open, controllable recommendation algorithms would be great. But right now using none of the currently widespread social media recommendation algorithms at all (and just matching keywords instead) makes for a less-abusive, more positive experience. IMHO.
I mean, I have a BS and MS in computer science, so you can use that as guidance as to whether or not I know what an algorithm is. :)
In this context, though, it should be clear that “The Algorithm” refers to a specific social networking algorithm that chooses the content you see in order to maximize advertising revenue.
So yes, Lemmy has algorithms that show different content based on your input, but that’s a wildly different animal. Notably, I’m the one deciding, and also they’re not trying to maximize ad revenue.
Disk is cheap. Always get a copy of whatever it is you “buy”. If that’s somehow not possible, consider the purchase a short-term rental.
What’s the pay rate for artists?
Algorithm-free solves a lot of problems.
The real problem with the internet isn’t Facebook or Twitter or Reddit, it’s the fact the entire experience is pretty much controlled by Microsoft and Google. As they shape your content, lock you out of areas and generally dictate what’s “legal” or even what gets found during your searches.
I agree the Google and MS are a problem, but Facebook, Twitter, Reddit are also a problem, albeit a different one.
Another option here is GitHub. I keep my markdown notes in a repo that I just clone from there to my various machines… And then I get to edit them in vim. 😂
I’m typing this on an 8-or-9-year-old laptop that used to be a Windows machine years ago. Exact same experience–it got too sluggish so I wiped it and installed Linux and it’s been fine ever since.
I sure am eyeing that new Framework, though… :)
Using free software is the important part, IMO. Not using non-free software is a good wishlist item. But of course there are those who differ with me. :)
If you’re up on your bash coding skills: in the Firefox debugger, you can find the URL to the page images and see if there’s a usable pattern in the URLs. If there is, you could script it in bash and repeatedly call curl
to download the images.
You can start collecting at 62 and get 70% of your computed payout, which I will be doing.
The math is too hard for me given inflation and all that, but since social security rarely seems to have enough money, I’d guess they’re still paying out more than they take in…?
I’ve been using TB and K9 for about a year now. Not even wanting to look back.
When I needed Windows for a piece of software, I ran Windows on another computer. Later I got into a position where I didn’t need to use that software. 😁
Firefox does something else very important: provide another rendering engine for the web. When that landscape homogenizes, you get IE6 all over again. And we never want to go back there.
Some comedian, I don’t recall who, talking about his “job interview”:
“Are you good with the Microsoft Office suite?”
“I excel at it.”
“…Did you just make an Office pun?”
“Word.”
I’ve been using LibreOffice for ages. It’s been excellent–a most impressive project.
This is the fun way. I have a ton of configuration files in git and I symlink to them from various places with an install script. And zshrc has enough brains to determine the OS it’s running under and the hostname. Between those two, I can have it do all the Right Things no matter what system it’s on. So far, it deploys to my personal Mac, my work Mac, my personal Linux box, my SDF account, and my Android phone with tmux.
Basically I clone the repo into
.local/share/beejsys
and then run the install script and everything just works. And I don’t typically have to rerun the install script after a pull.