• 8 Posts
  • 106 Comments
Joined 3 months ago
cake
Cake day: March 19th, 2024

help-circle

  • Forensic data on you is already pretty easy to obtain unless you’re taking special effort to avoid it being taken. Also when you get arrested they take whatever biometrics they like. The info on you those DNA testing companies are getting is info already easily available to the government. I guess if you’re concerned about your DNA being used to tailor ads to you, not just to criminalise you, it could be an issue, but idk I don’t think your DNA can really predict what ads will be effective on you.





  • I think the vast majority of people who, even if they have some discomfort around the idea, would not care enough to opt out. The only effect of not allowing opt out, I think, would be to cause considerable distress to those who do care a lot about not donating. I don’t agree with their stance but I don’t think they should be forced to donate, especially if we can get enough organs just from making it opt out instead of opt in




  • I wouldn’t do anything. Your job is to teach, not to discipline. Your students can choose to do or not do whatever work you set them; it’s their education and their choice. Ultimately cheating only affects them and their learning.

    Also, seconding the fact that if you give people a graded take home exam that implies open book (including the internet and each other)


  • I found the equivalent of high school maths in my country to be similarly intuitive and trivial. The kids who think that the maths they’re being taught is obvious will just memorise what the examiners want to see and regurgitate it even if they feel like it’s teaching shapes to a baby. If you are “gifted” and truly do understand it then it shouldn’t be hard to just overexplain (which is what most exam boards are looking for)




  • Literally just

    #!/bin/sh
    
    if checkupdates || yay -Qu; then
        notify-send "Package updates available" "To update, press MOD + SHIFT + U" -i "update-catppuccin-mocha"
    fi
    

    mod+shift+u was bound to spawn a terminal window running yay -Syu, obviously change the notification to say whatever you want. The icon is a custom icon, replace it with whatever icon you want for the notification or just remove the icon if you don’t want one.

    I’ve since moved to Artix so the test is now just yay -Qu as checkupdates doesn’t seem to exist on Artix, but if you’re on base Arch and use yay, the above should work. You can also remove the yay if you don’t use yay and I think that just checks for updates from official arch repos, not from aur. (yay -Qu should check both but I have both commands in the script just in case)






  • I have a script that runs when I start my graphical environment that checks for updates and sends a notification if there are updates. Which prompts me to do a full system update if I get the notification. I shut my PC off at the end of the day and boot it up in the morning, so I update at least daily, occasionally more than daily if I turn my computer on and off multiple times in the day.



  • Tbh, as a current Artix user, I think the Artix documentation is lacking. Their full disk encryption installation guide doesn’t have any UEFI instructions and while they have a wiki, it definitely doesn’t cover a lot of the things that differ from systemd, which is the purpose of the Artix Wiki, ie to cover everything from Arch Wiki which needs to be changed without systemd. I get most of my info from the Artix forums. I even used the Arch wiki installation guide for installing Artix instead of Artix Wiki’s installation guide (it’s only like 3 commands that are different, they use basestrap instead of pacstrap and you install a different init system with basestrap, they use fstabgen instead of genfstab, and artix-chroot instead of arch-chroot (that last one should be obvious though)). I still like the distro ofc, otherwise I wouldn’t use it, but I think it’s lacking in good documentation. Maybe that’s just my perspective after being spoiled by the Arch Wiki for so long though lol. I can’t really speak for many distros though, I’ve not daily-driven many