I have noticed this too, I have to press the ‘back’ button on the remote to get the computer output.
I have noticed this too, I have to press the ‘back’ button on the remote to get the computer output.
I’m running PopOS on a computer for wathing media at home. I’m not too impressed. I read a bunch of comment threads recommening it so I treid it out. They seem a bit unstable – that at least falls in OP middle ground. I made an update and dpms management was just different, like the screen is no longer turning itself off. I’ve had some thing like this happen on it. It’s not breakage, it’s a bit annoying. “Just works”? Eh, sure, kinda’.
What does it mean to “open up” an operating system in this context? Do they mean something like the possibility to intall other OSes on their devices, or that the app stores needs to be more open? I’m guessing it does not mean they have to start open source:ing parts of the OS… or?
Not the person you were replying to, and don’t understand exactly what you mean with port and device id. But if it changes every time, -ish, you plug it in, do you mean like /dev/sdX device names? If so, then maybe look at /dev/disk/by-TYPE/ and use those instead? You have stuff there which is the same each time you plug in.
I have been forced to use mac now for like a year, and I don’t get the whole “just works” opinion of it. Like I have had so many issues with just basic stuff. Turning off mouse acceleration and the mouse still feels all slimy. Highest mouse speed is so slow and setting it higher requires some crazy tricks, which also does not work consistently through boots. It can’t wake up a lot of monitors, I have to turn them off and on manually. If it cannot connect to a monitor properly but tries, it like disables your keyboard for a few seconds while trying. Some items in the settings menu take a long time to load, as in if I reboot, log in, open settings, there is no mouse settings.
There is a video linked in the article for context:
https://youtu.be/WiPp9YEBV0Q?t=1529
If I try to interpret the context, it could be C programmers just being negative to Rust because it is not C, that there is a conception of Rust programmers trying to enforce Rust on others, or that Rust programmers will break things.
Did not want to switch from windows 98 SE to XP, so went with linux instead.
How much delay could you live with between syncs? If it’s not important to be immidiate, just an end-of-the-day thing you could cronjob the rync with the update flag every so often.
bring down the average temp by ~10 to 15c.
Your cpu temp is at 15C? Is your room very cold, otherwise will you not have problems with condensation?
Edit: nvm, you mean 10-15c, I just read it wrong in my head.
Windows 98SE for me too. I wanted to escape XP hell, so I stayed on 98SE until 2005 when I switched to linux.
My bank blocked “firefox” at some point on debian. Then it was because the version of firefox presented it self to be too old (because debian) to the bank so they blocked me. Firefox was up to date on security pathes, but the bank did not understand that and blocked.
Wow, that is so dumb. I saw some crack pot dude trying to solve unsolved physics problems by using prompts like “imagine you are Einstein, then how would you solve: …”. Good to see he is not alone, but has Bill fucking Gates with similarly dumb AI takes.
On my main computer: Ubuntu (@2005) -> Gentoo (for years) -> Arch (for maybe 6 months) -> Gentoo (for years) -> Debian (for years) -> Gentoo (until now)
Never liked vlc. Only used mpv and mplayer before that. A few times I had some problems with mpv and forumposts have insisted “just use vlc”, and it never helped. First time I installed it for such troubleshooting I noticed there was no manual, just a mile long help print. I just uninstalled it right there, that time.
I waited through meamo, meego, and tizen hoping for it to take off. Went with Firefox OS and Ubuntu touch instead, which had very little to offer. Not too long ago I felt I had to give up and go with android, and dream of a world where nokia would have taken the meamo/meego/tizen path instead.
A lot of the answers here are mentioning the kernel. The version of it and what not. Look, the distro compiles the kernel for you, they are not gonna support literally everything but they have to make a choice. That choice is stored in the “kernel config”. If you have one distro working and another one not, compare the two configs. It’s gonna take a lot of work to parse through, there are many config settings. But where do you start to look? Most distros have their config published in two places: /boot/config-<kernel version>, for any installed kernel, or /proc/config.gz (cat /proc/config.gz | gunzip
to read), for your running kernel. Get the two files from the distros, compare, find what seems relevant, make the changes (I only know how to do this in gentoo), and test.
I was gonna write 99%, but then I remember I also need capture groups quite often. That would make 99% I’d say
This is 80% of my usage of awk and sed:
“ugh, I need the 4th column of this print out”: command | awk '{print $4}'
Useful for getting pids out of a ps
command you applied a bunch of grep
s to.
”hm, if I change all ‘this’ to ‘that’ in the print out, I get what I want": command | sed "s/this/that/g"
Useful for a lot of things, like “I need to change the urls in this to that” or whatever.
Basically the rest I have to look up.
If the gentoo wiki did not exist back then I would probably not be as deep into linux as I am today. Insane loss that.
“Some” appears to be 3. How many are left?