• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle


  • Googling so many “how do I do X?” type of questions have top-results of 10-minute videos where someone has their cluttered Desktop in full 1920x1080 and then they open the tiny command prompt in a small window (it’s clear they have no idea how to record a video), where they clumsily type commands they clearly don’t understand, and fumble through the entire process.

    I just needed a single command. It should have been a 1-second result at the top of search, not shitty videos or SEO dynamically-generated shit site that are trying to sell me something.




  • BitingChaos@lemmy.worldtoLinux@lemmy.mlLinux hits 4% on the desktop 🐧 📈
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    1
    ·
    7 months ago

    Uh, most apps are still for Windows. That’s why so many people use it.

    If you tell someone to use an alternative OS, but then they are left on their own to run alternative versions of apps that don’t work the same, forced to give up features they are use to, or run dozens of different programs through Wine or Proton or emulation or virtualization or whatever, JUST BECAUSE “Microsoft bad”, they’re going to laugh at you and go right back to Windows.

    It’s taken Linux 30(?) years to make it to 4%, and a lot of that is recent because of games. It’s still a niche platform.


  • The content didn’t violate Lemmy terms of service or be of anything illegal, just the rules the mod posted.

    If the mod has a short list of rules that say not to post X, and a user specifically posts X, what can I do really do about it? They may get some downvotes, but the posts stays up. The post gets reported, but the post still stays up. I check back a week later, and the post is still there.

    I can’t build a community up, and if it’s clear the creators of that community and/or the current mods themselves have moved on or simply don’t care, then I will just move on.




  • After realizing the Godot package in Ubuntu was terribly outdated, I checked their snap store.

    There are half a dozen Godot packages on Snapcraft, uploaded by random people. There is no indication of which a user should actually get, as none are “official”. The one package that has a “verified” check also has a full description of just the word “blah”, so it’s clear it’s not the real one and the “verified” checkmark means nothing.

    Anyone that wants to upload something can. Non-functional, non-tested apps, others’ work, abandoned apps, malware, etc.

    And then the system ties your hands behind your back and refuses to let you control things like updates.

    Snaps are an abortion and it has been turning people off to Ubuntu like crazy.



  • BitingChaos@lemmy.worldtoLinux@lemmy.mlMicrosoft Edge, anyone?
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 year ago

    Well, it’s for work stuff, so I don’t have a lot of choice.

    Several years ago some higher-ups chose Microsoft to provide all services. Exchange, Outlook, Teams, OneDrive, etc.

    I can use LibreOffice or whatever for documents, but everything else is Microsoft.

    A native version of Outlook would be nice.



  • I found something I couldn’t easily do on Linux…

    I wanted to create a Shortcut to a GUI application directly on my Desktop on Linux (Ubuntu 22.04), and after fucking with Gnome extensions and googling multiple terms, I thought I was going insane. There is seriously no easy, standard, or simple way of doing that.

    On Windows or macOS you can just click & drag to make a shortcut to a file, and then put the shortcut on your Desktop. Done.

    On Gnome you have to manually create a .desktop file, fill it with the parameters to run the application (usually by opening a different .desktop file and copying & pasting the contents), ensure you also have Gnome configured to even allow desktop icons, and then copy the .desktop file to the Desktop.

    The Gnome experience was the most-rigid, least user-friendly or user-customizable interface.

    I guess the problem is that I shouldn’t be using Gnome. I liked how simple & clean it is by default, but I hate how inflexible it is.



  • I’m on Lemmy.world.

    Piracy talk is a big no-no, but I do get to see the continuous creation of never-ending pornographic hentai & furry shit or whatever. The drawings look like sexualized cartoons made for children and the furry stuff just looks like people drawing out their sick sexual fantasies of animals. Totally normal for the communities that are into that stuff. Don’t kink shame!

    My blocked community list is several pages long now. I really hate that I have to fucking VISIT a community before I can click something to block it. I wish I could tap-and-hold on a post and be able to block the community it was posted in or block their whole fucking disgusting server.

    But I can’t.

    Because that’s the beauty of Lemmy and federation.

    I’m guessing lemm.ee admins take a stronger stance against sick shit.

    Edit: a lot of the posts I see are from communities on the “yiffit.net” server. I have no idea how to block the entire thing. I’ll block one community from there and then posts from another will show up.

    Edit2: just saw a “kurumi_nsfw” post that looked like a drawing of a naked little girl and an “animefeet” post a little below where I saw this thread, so it’s definitely showing up for people.


  • Oh! I forgot another one! Updates.

    You can’t really control when the updates of snaps are rolled out.

    For “regular” software, I have an “apt update” type of script that I can run when I choose to update everything on my system. On some systems, I have this in a weekly crontab. On other systems, there is no scheduled run. On those systems, it’s important to keep many apps as-is - so several packages are also locked, as well (“apt-mark hold”).

    With snap, you basically have no control. It updates as many times as it wants, when it wants. You can try to adjust some timers to change the window when forced updates are rolled out, but can never tell it to NOT update something. Broken package updated? Well, you can manually roll back that one. Broken update pushed again during the next forced update window? Just roll it back again! (and repeat, every day)

    These are the words direct from a snap developer on why you cannot lock an app: “You need to keep your software up to date.

    Yes, I understand that, but I also know it’s really important to not update some stuff, and I know that broken snaps sometimes get pushed.

    Basically, the snap developers have talked down to the users. THEY know better of what WE actually want and need, not us dumb users that actually administer things for a living.


  • Performance and functionality.

    When I click the Firefox icon, I expect Firefox to open. Like, right away.

    When Ubuntu switched it to a snap, there was a noticeable load time. I’d click the icon and wait. In the background the OS was mounting a snap as a virtual volume or something, and loading the sandboxed app from that. It turned my modern computer with SSD into an old computer with a HDD. Firefox gets frequent updates, so the snap would be updated frequently, requiring a remount/reload every update.

    Ubuntu tried this with many stock apps (like Calculator), but eventually rolled things back since so many people complained about the obvious performance issues.

    I’m talking about literally waiting 10X the time for something to load as a snap than it did compared to a “regular” app.

    The more apps you have as snaps, the more things have to be mounted/attached and slowly loaded. This also use to clutter up the output when listing mounted devices.

    The Micropolis (GPL SimCity) snap loads with read-only permissions. i.e., you cannot save. There are no permission controls for write access (its snap permissions are only for audio). Basically, the snap was configured wrong and you can never save your game.

    I had purged snapd from my system and added repos to get “normal” versions of software, but eventually some other package change would happen and snapd would get included with routine updates.

    I understand the benefits of something like Snaps and Flatpaks - but you cannot deny that there are negatives. I thought Linux was about choice. I’ve been administering a bunch of Ubuntu systems at work for well over a decade, and I don’t like what the platform has been becoming.

    Also, instead of going with an established solution (flatpak), Ubuntu decided to create a whole new problem (snap) and basically contributes to a splitting of the community. Which do you support? Which gets more developer focus to fix and improve things?

    You don’t have to take my word for any of this. A quick Google search will yield many similar complaints.