Haha, I just mean a bot that posts the peertube link instead of youtube just like the piped bot. It was a joke but it would be cool if there was one - but it should remind OP to post on peertube as well - probably a bad idea! 😅
There is no such thing as “the peertube link” (emphasis added) because (a) as with Lemmy, there is no single canonical Peertube instance, and (b) unlike Piped etc., Peertube isn’t designed to mirror Youtube, but instead be its own platform.
In other words, in order to post a Peertube link, somebody would have to explicitly choose to upload the Youtube video to a specific Peertube instance and then post the link to that.
One of the other commenter made the analogy of being in a restaurant. With a mouse you can only point and grunt at things to communicate when you want. A terminal let’s you speak out your order and any other requests you might have.
...What does the writer think support end means? Microsoft bricks the PC as soon as the support period ends?
They're going to just keep using Windows 10, security be damned. Probably a good number of users who weren't keeping their PC up to date even when Microsoft was forcing updates on them.
I work in the behavioral health field as an IT security admin and network with hospitals/health clinics all all the time. The amount of them using XP and 7 in some capacity should scare everyone. The other security admins know it’s an issue, but they just laugh it off.
I tell them if I were an immoral man, their company would be compromised just based off of that information.
Yeah I work for an emergency management SaaS company and we block outdated OSs and browsers and it’s wild how we will occasionally get pushback from potential new customers who are surprised we don’t support their outdated IT infrastructure due to the security risk
This. A lot of our lab’s instruments are proprietary garbage. I wish the people buy these extremely expensive instruments would actually research if there’s open source alternatives or help pressure the government’s into forcing the code to be open. A lot of (public) spending for research is due to this sort of bs “instruments which only works with its own proprietary software” btw. The other good portion is eaten up by scumbags like Elsevier and other publishers.
As long as that machine is disconnected from the internet it’s OK but as soon as you connect it you are cooked.
It’s been getting absolutely worse and worse with hardware as they shovel crap at you and then also expect you to buy subscriptions to make it usable. Keysight/agilent/ whoever they are had been really annoying about this.
Log in as root to avoid trying to make sure no files in /home/ are being read/written to.
Step 1: copy data to new drive. Mount new drive to /mnt/. cp -ra /home/* /mnt/. -a means that all permissions remain the same which will mean that your user can still read them. Check the man page for more details. This command will take a while. Use -v to see progress. You should see a folder with your username appear.
Step 2. Prepare /home for new drive. Move the files to a new folder. This is done to make sure you can still easily go back. mv /home/ /home-bak/ keep your old home dir safe in case a mistake was made. mkdir /home/.
Step 3. Mount your new drive. Mount your drive to /home/ and check if you can login. If everything went correctly, you should be able to just login. Finally you need to update your /etc/fstab to include this new drive. This will make sure your home drive mounts when you start your os. If everything is working, you can delete your home-bak as well.
the mv home is just renaming the folder so you can mount home in the same space. Rsync is probably better than cp but I didn’t want to suggest tools that op doesn’t have installed.
Just download .exes for windows and run them with WINE. Don’t have a single snap or flatpack application. If it doesn’t run then u didn’t need it in the first place 👉😎👉
Edit: someone DMed me and took this comment seriously. Bless ur heart
Would be interesting if this is more on Firefox side, or on compositor side. I’ve been running Firefox in Wayland for about 9 months now, without any issues.
this is a wayland issue. Due to how wayland works, it cannot drop messages, this means if the messages stop being accepted (IE. the program becomes very slow and not very responsive) the application will wind up dying. EEVDF helped resolve a lot of these issues. but they arent gone yet.
a fairly easy replication cause is to start a large rust project compile since cargo will thread to oblivion if it gets the chance, then use the PC on wayland. Applications can frequently die, Firefox, MPV, Kate, gnome web, chromium, games, etc. it also doesn’t matter what compositor you use right now as gnome, kde sway all share the issue
EEVDF really does help stop a lot of these crashing though
You’re describing Wayland running into issues due to overall high system load, and not been given enough scheduler time to accept messages?
edit: This issue? gitlab.freedesktop.org/wayland/wayland/-/…/159 - didn’t find anything else matching the description, and personally have never seen that, both on my low specs notebook or my workstation, which probably counts as higher spec.
correct, this is the same issue, this generally really only happens with a sustained all core workload that will consistently leave you cpu at 100%, since if it’s not sustained, the kernel will allot some time to the programs, and the crash wont happen
I agree. The proxy solution they’re proposing seems like a band-aid on a fundamental design issue to me. It’s easier to just tack yet another library onto a big project than to refactor large amounts of code. This is exactly why a lot of software is getting more and more shit.
Also this is the kind of issues Wayland will be facing now that it’s starting to see widespread adoption, issues that arise from more and more complex situations created by interconnecting more apps with it in more ways.
How the devs handle this will be crucial and imo it can make or break the project in the long run. It’s one thing to successfully run a hobby project at a small scale, it’s another to shoulder the entire Linux desktop for the foreseeable future. That’s the bar that X had to meet; if Wayland intends to be the Linux desktop it has to step up. “Not our problem, deal with it outside Wayland” will not do.
while this is good on theory, when your CPU is being absolutely hammered, you need to re-adjust priorities to make a system responsive again, it’s actually not a simple thing to do without a context aware scheduler. Even though EEVDF is pretty good, it still struggles some times
“The Linux Command Line” by William Shotts is a fairly comprehensive guide to basic use, you can find a link to the .pdf here: linuxcommand.org/tlcl.php
I hate all three. Why do we need to the same dependencies in a thousand different places? There’s gotta be something better between typical software repos and these stupid packed applications.
In what way? Like a home partition?
Home should just be a folder you can copy over in most cases.
If it’s a separate partition, most distros can just install to the other partitions without overwriting the home partition.
Aah yes, appimage, flatpak, snaps, progressive web apps, electron apps… The cross-compatibility of the lazy 21st century developer, where a simple IRC-like chat client comes with an entire operating system or an entire browser (which itself is an entire operating system too nowadays), takes up half a gig of disk space, and starts up in over 10 seconds with a multi-gigahertz multicore CPU.
It’s been that way since the dawn of computing. Developers will push hardware to its limits and the hardware people will keep making a faster chip. A lot of software was laggy as hell back in the day. Not to mention, it didn’t have any features compared to the stuff now. Plus our shit would crash all the time and take down the whole PC. Sure, you run across some shockingly fast and good apps but those have always been few and far between.
linux
Active
This magazine is from a federated server and may be incomplete. Browse more on the original instance.