Yup, Wayland is so old it already has old concepts. But it is also changing a lot
Ironically that link (that I manually took from the browser as it would otherwise be a permalink to my instance…) doesnt work in Jerboah
Awesome!
Thanks, exactly what I searched for.
Lemmy has a huge problem with federation of small servers it seems? At least my server has immense troubles loading anything from some servers and it seems clicking the ! Links forces the server to load them.
I think every instance should promote a random community every day to prevent this tech-only and only big community monopoly
Imagine Git for Lemmy
Damn didnt know that was FOSS
Adblock doesnt help privacy.
You need to use a hardened browser with as little unique identifiers as possible. Then you need to delete cookies and use different or unified IP addresses, obviously.
Fossify Contacts
Connect You
2 notes.
Timers are not needed luckily, you can but the timer in the .service file and call it a day. I love chatGPT for that as the syntax is annoying.
sudo cat > /etc/systemd/user/rsync-backup.service <<EOF
[Unit]
Description=do rsync backups with some conditions
# After=network-online.target
[Service]
Type=oneshot
# require a power connection (optional)
# ExecStartPre=sh -c '[ $(cat /sys/class/power_supply/AC/online) = 1 ]'
# require battery over 40%
# ExecStartPre=sh -c '[ $(cat /sys/class/power_supply/BAT0/capacity) -ge 40 ]'
# require the connected network to NOT be "metered"
# ExecStartPre=sh -c '! $(nmcli -t -f GENERAL.METERED dev show | grep -q 'yes')'
ExecStart=/home/user/.local/bin/rsync-backup
# you might add everything you need
# ExecStart=/path/to/something/else
# delete old logs (disabled for testing)
# ExecStartPost=rm -f /var/log/rsync-backups.log
# log the updates
# ExecStartPost=sh -c 'echo "Last backup: $(date)" > /var/log/rsync-backup.log'
# write errors to log
StandardError=file:/var/log/rsync-backups.log
# GUI message
#ExecStartPost=/usr/bin/notify-send -t 0 -a "Backup" "rsync backup finished." "$(output of some command if you want infos about the backup)"
# run with low priority, when idling
# Nice=15
IOSchedulingClass=idle
# when conditions were not met, try again after 15 minutes
# Restart=on-failure
# RestartSec=900
[Timer]
OnCalendar=daily
Persistent=true
[Install]
WantedBy=multi-user.target
EOF
That is a slightly modified variant of my automatic rpm-ostree system updates which took an hour or so with the help of ChatGPT and a lot of testing around.
Systemd services are lit.
If you add a “repeat when conditions are not met” you need another timer to start it. Like 2 loops, one big loop to start the process, and one small loop to keep trying until conditions are met. I do that with my system updates to prevent them being done
Okay then that was the “extreme” mode and maybe was already removed.
I think their concept is just as flawed as “dash to dock”. Desperately trying to “not be Windows” (while mimicking mac lol)…
You have a huge top bar that is mainly unused space. You have no hitbox at the top right edge, because of the bad GNOME decorations (also in Firefox) and because of that stupid top bar.
Then having a dock with empty space around it, where you could easily fit clock, quicksettings and menu, why??
Dash to panel fixes most, just not the bad hitboxes to the top edge. And luckily it is very actively maintained.
Ubuntu meanwhile keeps that useless top bar and also places a bar at the edge. This is good for regular screens. But it is annoying when tiling in half.
And they dont fix it, as they still keep the silly top bar.
And the main issue is their theming, which breaks apps.
Can we stop calling a good software dev autistic or stuff?
If you use dnf you are not affected, yes
Doesnt look like that, many translations but also normal maintenance
It is also a lie as the installer doesnt know any percentages.
But afaik Debian installer, Calamares, Fedora Anaconda and more all have loading bars
This is so damn needed
To my knowledge they did some horrible “performance” fixes like disabling Windows Defender.
Windows requires you to install random software. If you are really careful, you could live without antivirus, but honestly just dont.
If your PC doesnt tolerate the overcomplicated Windows 11, any Linux distro is lighter.
I recommend to give Fedora Kinoite a shot. It is a very modern distribution model.
Fedora Discussion is a good resource for help, and I am always down to fix the small Kinoite issues like video codecs or flatpaks.
Did it!