

@cm0002 To bad, guess I’ll have to switch distros.
@cm0002 To bad, guess I’ll have to switch distros.
@cm0002 Me, I just need a display that works over a network, X does, Wayland does not.
@Pro It’s one thing to provide a definition and another to implement, without the latter it’s useless.
@phantomwise @SpiderUnderUrBed Every program on your system has “kernel access”, it’s called “syscalls”, but actually being able to modify the kernel, that is another matter.
@MachineFab812 @SpiderUnderUrBed even if you have steamOS, what keeps you from downloading kernels from kernel.org and building?
@dnzm Yes but why if you’re going to do something to “improve” linux, and honestly the fast parallel start up IS an improvement, but why then go on to try to take over the entire operating system and enforce limits that were not enforced before, or at least why not make it an option?
@dnzm Some of us live in the real world where we have customers that expect to receive their e-mail and aren’t interested in the details of a standard, and since prior to systemd this was not an issue, I see no benefit to making an issue. UDP packets can be any arbitrary length up to 65535 bytes (including the header), there is no sound reason for limiting them to 512 bytes.
@Godort @SpiderUnderUrBed That’s really the conundrum, in an open source kernel, where can you put anti-cheat that someone else can’t readily pull out?
@FlexibleToast @zero_spelled_with_an_ecks If that company built upon open source and had then to release their work because of the original license, then I can’t speak for others, but I’m ok with it. They can do original work or they can build on others, if they do the latter then they have to expect the same.
@Dark_Arc @LeFantome I’ve had mixed luck with debian in this regard. Bullseye to Bookworm was a smooth upgrade but some of the others have not gone so well.
@potentiallynotfelix You’re most welcome!
@potentiallynotfelix Ya gotta love it!
@Badabinski @just_another_person @rumschlumpel @propitiouspanda Yes but they are becoming the defaults on many distros. In particular systemd-resolvd is an issue because it enforces the 512 byte limit on txt records. The problem with doing this is many large sites have spf records longer than 512 bytes and fail to break them up into separate txt records, so if you enforce this limit and they initiate mail from one of the truncated hosts, it gets rejected. This is not good and so I’ve worked around this by disabling networkd-resolvd and installed bind9 instead. I’ve actually had no problem with timesync but why re-invent all the wheels? To me it seems Poettering is a control freak and wants to take over my systems.
@binom If you film with a camera with a ntsc vertical reference rate of 59.95 hz you will see a beat note between the lights and the led lighting indicating it is not well filtered if at all. If you have a newer HiDef camera, most of them work at a 24Hz refresh rate, that IS a slow enough rate that you see jitter in the movement, they also will have a beat note if recording under most LED lights. Many cheap led lights just have a capacitive current limiter and that’s it. If you power them off of 50Hz you will see the flicker, if you get dimmable LED lights they will NOT have a filter. But I don’t want to interfere with anyone’s bragging rights.
@Attacker94 The boot block pointing to grub is what gets overwritten, grub itself in /boot/efi doesn’t. You can fix either though with either boot repair or boot from a usb thumb drive, mount the partitions on /mnt and subdirectories,mount --bind /dev /mnt/dev, /dev/pts /mnt/dev/pts, and then mount --rbind /proc /mnt/proc and /sys /mnt/sys, cp /etc/resolv.conf to /mnt/etc/resolv.conf, chroot to /mnt, and then grub-install /dev/sda or whatever the drive is. Not a big deal. And this only happens if you install Windows AFTER you have installed Linux.
@FlembleFabber Do you have LED lights in your house? Can you see 60Hz flicker?
@Rubanski if you have mdraid partitions, you also should add bootdegraded=true to the grub command line so the system will still boot even if a disk fails and an array is in the degraded mode.
@VinesNFluff Most people can’t honestly perceive any change in their visual field in less than 1/60th of a second except perhaps at the very periphery (for some reason rods are faster than cones and there are more rods in your peripheral vision) and even then not in much detail. So honestly, frame rates above 60 fps don’t really buy you anything except bragging rights.
@just_another_person In what ways do the use cases and userbases vary between these distros?
@cm0002 Ubuntu isn’t ditching X altogether as advertised, some of the spins, including Mate which I use, will continue to support X.