• 0 Posts
  • 53 Comments
Joined 1 year ago
cake
Cake day: December 7th, 2023

help-circle
  • You absolutely do not need AI in order to sound different in one context versus another. I mean, I highly doubt most people on Lemmy speak to their bosses in the exact way that they write their comments here.

    Hell, I’d be surprised if they spoke to their friends and family the same way all the time (yes, I’m aware that you can generally be more lax around friends - but there’s a time and place for it, whereas comments on message boards tend to just be lax all the time).

    That very concept has been around far longer than “AI” has.


  • I really don’t think there was any malice intended by them. Pretty sure the intent was more along the lines of"Yes, it has gotten better. Here’s a quick demonstration using the current conversation as context." (which reads very similar to what they said)

    They could’ve left it at “Yes it’s gotten better” but I suppose it’s similar to the idea of “A picture is worth a thousand words”. Rather than “Ugh your grammar is terrible.” Of course no one should expect perfect grammar on Lemmy or similar platforms.

    (Unless I’m just missing a giant ‘whoosh’ moment here - in that case, I’m sorry)



  • Ah, perhaps that’s what I’m missing. I do have a Windows install for playing the odd games every now and then that don’t support Linux, but I don’t actually back anything up since all of my games are via Steam and utilize Steam’s cloud saves for syncing (and these games are usually multiplayer online-only games and wouldn’t need syncing anyways). I know that when I originally used macOS (back during “Mountain Lion” I believe?) Time Machine did utilize an external disk, but I would’ve thought these days it also leveraged iCloud Drive.

    I did know about Windows’ File History mechanism, but I also made the assumption that Windows tech would integrate with OneDrive since they’re made by the same company… doing a quick search though seems to indicate that it “should” be possible, but actually getting it to do so definitely doesn’t have a simple toggle like you’d expect.

    That’s what I get for speaking about features I’ve not used myself, whoops!


  • I’m sure both Linux and (I know) Windows have something similar, but it’s not immediately active and trying to get you to save your stuff.

    Funnily enough, Microsoft does try to do this with OneDrive, prompting you during OOBE. A lot of the tech space demonizes Microsoft for exactly this.

    Which to be fair, a lot of that does come down to legitimate concerns (such as being far to eager about this even when you say “No” and not offering a “don’t ask me again”) - but at the same time, some of the push (likely) comes from a good place of trying to set up backups for users.

    It’s definitely not completely altruistic - companies hardly ever are (cough cough, forced online accounts). But I also don’t think it’s as black and white as “Microsoft is bad for this”. And though even I complain about this, the same goes for Microsoft being aggressive with Windows Updates.


  • IIRC, flatpaks do work with NixOS so long as it’s enabled (and you’ve installed GNOME Software / Discover / etc - since I assume they’re not using the terminal to install programs, and that’s assuming that they don’t need more than a web browser).

    So, if OP already set that up, then if Flathub has all you need, then it would make sense.

    Though the Nix philosophy would disagree because that’s imperatively installing software rather than declaratively. You could probably wire up something to dump flatpak list to a file every so often and then load that in from configuration.nix or a Flake, but I’m not well versed in Nix at all haha


  • I remember back when I was a kid, the only way I was even able to try Ubuntu was through “WUBI” which was pretty cool - it allowed you to “install” Ubuntu via Windows, by leveraging the VHD support in the Windows 7 bootloader. It could also be uninstalled via the Windows control panel as it was registered just like any other program.

    As far as I understand, it was discontinued because of inherent technical issues with that system - but I always thought if it could be done again, then it’d help bridge the gap a bit. All you had to do was download the installer, and double click it like any other program.

    I had no clue how to write an image to a flash drive, hell I doubt I even had a flash drive to use at the time. 😅



  • Also, if the warnings are meaningless, why display them to the end user?

    I mean to be fair, the Windows Event Viewer has zero shortage of warnings that are meaningless to the everyday user as well.

    I’ve always seen the event viewer and dmesg to be two sides of the same coin - both of them serve the same (or close enough of an equivalent) purpose to my knowledge, and both are very verbose.



  • I always find the command line argument to be a bit of an odd thing too. If you Google any weird Windows error, I can almost guarantee you will find a Microsoft forums result with someone saying to run sfc /scannow (or a DISM command).

    What I think it really comes down to is that people are used to troubleshooting Windows stuff that they forget they’re having to do it. Then some will say that “Windows doesn’t need troubleshooting” which is pure crap unless maybe all you do is login and open Chrome - which Linux can do that perfectly fine too.

    At the end of the day, I don’t really care all that much about what OS other people use (use the best tool for the job and all that). I’m not going to be using their PC, but I do get a bit aggravated when people seem to go out of their way to make it look like Linux is still the same ecosystem it was in the '00s.


  • I can only speak for myself here but… A lot of things are taught in school. Most of them weren’t something that I use everyday and thus have forgotten about it (some more than others, of course).

    Ohm’s Law would’ve been taught to me sometime during highschool (as the other commenter mentioned, I can tell you it relates to electricity but without looking it up I couldn’t tell you the actual principle behind it) - I graduated from highschool 10 years ago, and have not had a reason to “flex” that memory ever since then.


  • Ah, I thought this was in regards to AFK tracking when discord isn’t focused (which this plugin still won’t fix due to the mentioned Wayland restrictions) - I didn’t realize that it still didn’t work even when discord was focused, which is strange.

    I’ve been using Vesktop since screen share wasn’t working on Wayland, and it already seems to do what this plugin does hence my confusion.







  • Nowadays I primarily just go with Arch, it works “fine enough” for my use cases (software dev and gaming) and the AUR truly does just about have everything that I’ve ever wanted to install.

    That is not to say that it doesn’t have its issues though, a while back ago I was using EndeavourOS and my PC completely locked up (seemed like a kernel panic) in the middle of pacman running a system upgrade and it borked the whole install. I haven’t gotten around to migrating my home folder to its own partition (it is in its own btrfs subvol though), so I just went with installing Arch and choosing to keep the btrfs home subvolume so that the base system was replaced, yet my home folder was preserved. I’m sure that I could’ve fixed the issue in a chroot, but it was easier to just wipe everything outside of my home folder and just start fresh.

    I am heavily interested in Atomic systems, the above issue being one of the bigger reasons, but I would continuously run into walls when trying to use non-flatpak software. Most of the Atomic distros have a way to effectively spin your own image, but at the moment I just don’t have the time to learn how to do it. NixOS fell into a similar boat for me, Nixpkgs is quite large but I’d have things randomly break because they’re expecting a FHS compliant layout (such as some of my dev tools) and while I’m sure I could eventually learn how to fix it, Nix’s docs are… not the best, and I ran into time constraints again.

    I’ll eventually circle back to reviewing Atomic distros and spinning up my own custom image once things in my life settle down a bit, but there’s just too much chaos for me to justify throwing another wrench into it when Arch for the most part does what I need it to do.

    My desktop also used to have a Nvidia GPU in it, and is one of the reasons why I started using Arch in the first place - they were pretty much always the first to get the Nvidia driver updates. Thankfully I switched to AMD (a 6700 XT) about a year ago and that specifically hasn’t been an issue (and allowed me to explore more distros without having to worry about how the Nvidia installation/update process was - its not really complicated on any of the distros, but its an additional step unless you use something like Pop that has the drivers preinstalled).

    However I do also use Fedora on my old MacBook, I tend to only use it for lightweight browsing and occasionally SSH’ing into some systems and I’ve quite enjoyed Fedora so far.


  • I try to keep all of the distros I’ve tried out, with their current versions and previous versions (if it makes sense), such as:

    • Arch
    • NixOS
    • Fedora
    • Debian
    • Ubuntu
    • Pop!_OS
    • Bazzite (and their friends Aurora & Bluefin)
    • Even Windows 10 >_>

    I’ve stopped distro hopping as much as I used to, but I do keep a much smaller partition around for playing with another distro if I want to (such as the latest test version of Pop that includes the COSMIC epoch alpha release). I’d say that you definitely don’t need a 128GB flash drive, but the last 16GB flash drive I was using pretty much died and when I went to get a new one, the difference between 16/32/64/128 was negligible enough that I just decided to get a 128 one and never deal with storage issues on it again. Plus, you can tell the Ventoy installer to leave some free space for a non-ISO partition to keep other stuff on it as well.