linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

CrabAndBroom, in openSUSE Logo Contest Concludes With Winners Selected

I think the A031 Tumbleweed logo is actually my favourite there. But the winner’s not bad either.

cashews_best_nut,

It’s cute!!!

dillydogg,

I think that one is the only logo with any soul to it. The rest are so flat! I like the old opensuse logo, but I get that it doesn’t fit with the rest.

aluminium, in openSUSE Logo Contest Concludes With Winners Selected

Another monochromatic flat logo, oh boy.

smileyhead, in openSUSE Logo Contest Concludes With Winners Selected

I am glad logo on which we knows what animal is on it won.

chitak166, (edited ) in Flatpak can look daunting...

Immutability and sandboxing are, and always have been, a meme.

DangerousInternet, (edited ) in Flatpak can look daunting...
@DangerousInternet@lemmy.world avatar

deleted_by_author

  • Loading...
  • bizdelnick,

    What distros are you talking about? Even if install all available DEs, any distro will take ~10 GiB or a bit more. Default installation is much smaller.

    DangerousInternet,
    @DangerousInternet@lemmy.world avatar

    deleted_by_author

  • Loading...
  • bizdelnick,

    There’s no any magic that could reduce Silverblue size, it is based on the same packages as Workstation. Only the installed subset of packages can differ.

    DangerousInternet,
    @DangerousInternet@lemmy.world avatar

    deleted_by_author

  • Loading...
  • bizdelnick,

    Yes, it’s kinda magic if you are unable to remove them in non-atomic distro.

    ExLisper,

    I remember when I used to keep my fully configured distros below 700MB so I could just dump it all to a CD as a backup. Good days.

    Fizz, in KDE Plasma Mobile 6 Porting Underway
    @Fizz@lemmy.nz avatar

    Kde plasma seems to complex for a phone

    Waluigis_Talking_Buttplug,

    Why

    Fizz,
    @Fizz@lemmy.nz avatar

    I’m thinking of desktop plasma mainly. It seems to complicated to be moving and customizing Taskbars on a phone. Plasma is janky enough on pc.

    eliasp,

    That’s why Plasma is built to support different shells, optimized for different form factors which allows to do this stuff like the Netbook shell in the past or now Plasma Bigscreen for TVs or Plasma Mobile for smartphones.

    pineapplelover,

    I understand your concerns but if you can run it in a raspberry pi then I feel like running it on a phone should be fine

    Diabolo96, (edited ) in Flatpak can look daunting...

    That’s why I think AppImage is the best. Despite needing to pack everything it needs it’s always far more lightweight than flatpak. I’d rather download a 50mb appimage than several gigabytes of an entire OS libraries and then the updates requiring roughly the same size. That and I have a shitty internet

    Chewy7324,

    In my experience updates aren’t that big. The flatpak cli ux is just confusing to read how much data actually has to be downloaded because of deduplication.

    Diabolo96, (edited )

    I have like 4 gigs of flatpak updates I keep unchecking because at my horrible internet speed it would take the entire day if not more to download. Honestly, if you’re right then this is a horrendous design flaw.

    CrabAndBroom,

    TBH I dislike Appimage purely because I can’t be bothered to go and check them all individually for new versions all the time, it feels like being on Windows again. I don’t mind a little bloat for the sake of convenience. But that’s just personal preference of course.

    Diabolo96,

    There was an app that dealt with this but it’s since been abandoned.

    Deebster, in openSUSE Logo Contest Concludes With Winners Selected
    @Deebster@programming.dev avatar

    I like it, and I think the simplicity means it’ll be quite flexible.

    MonkCanatella, in openSUSE Logo Contest Concludes With Winners Selected

    Looks nice, I know open Garuda suse

    Frederic, in Flatpak can look daunting...

    Why use flatpak?

    juli,

    Because has many advantages

    Pantherina,

    Because its a modern package system that is free, focused on making every app run, has isolation, sandboxing and a permission system

    miss_brainfart,
    @miss_brainfart@lemmy.ml avatar

    And brings the most recent version of something to any system. I’m astounded sometimes by how much a native package can lag behind

    MonkderZweite,

    Convenient libraries/frameworks are fat. Because they are fat, they need frequent updates/security fixes, breaking codebase more often. With flatpack, developers can freeze lib versions at a convenient point, without caring for system dependencies.

    RmDebArc_5, in KDE Plasma Mobile 6 Porting Underway
    @RmDebArc_5@lemmy.ml avatar

    2024 year of the Linux D̶e̶s̶k̶t̶o̶p̶ phone

    Contend6248,

    We literally already have Linux phones, but i would love to cut some bullshit in the middle and go more upstream one day

    toastal, (edited )

    Nothing would make me more happy. I really wish it weren’t such a pain to deal with the telephony. You check devices on postmarketOS & while some devices can boot, it’s usually the actual phone part that isn’t working–which is kind of an important part. The open hardware phones work fine, but their specs are ancient while being as expensive as flagships. I still have eventual hope tho as device needs have started to plateau.

    drwankingstein, (edited ) in Flatpak can look daunting...

    Flatlack is weird. Sometimes it’s really good, but then other times depending on what you install it really bloons up.

    magikmw,

    One gotcha is installing both as user and root, getting two sets of dependencies. I only found out after a year or so of consciously using flatpak.

    I’m now taking care to make sure I only use flatpak as root. Maybe not the most secure.

    Pantherina,

    Those are unmaintained apps and you probably shouldnt use them. Poorly this is not as obvious and cant be enforced.

    sentient_loom, in openSUSE Logo Contest Concludes With Winners Selected
    @sentient_loom@sh.itjust.works avatar

    I know this is dumb, but cute animal logos is the reason I refuse to learn Go.

    janAkali,

    IMO, go’s gopher is ugly, not cute. But, anyway, there are better reasons not to learn Go.

    sentient_loom,
    @sentient_loom@sh.itjust.works avatar

    I’m curious to know those reasons. I’d like to pretend that I have a valid argument against Go.

    janAkali, (edited )

    For one - the error handling. Every codebase is filled with messy, hard to type:

    
    <span style="color:#323232;">if err != nil {
    </span><span style="color:#323232;">    ...
    </span><span style="color:#323232;">}
    </span>
    

    And it doesn’t even give you a stack trace to debug the problem when an error happens, apparently.

    Second reason - it lacks many features that are generally available in most other languages. Generics is the big one, but thankfully they added them in last half a year or so. In general Golang’s design principle is to implement only the required minimum.

    And probably most important - Go is owned by Google, aka the “all seeing eye of Sauron”. There was recently a big controversy with them proposing adding an on-by-default telemetry to the compiler. And with the recent trend of enshittification, I wouldn’t trust google or any other mega-corporation.

    sentient_loom,
    @sentient_loom@sh.itjust.works avatar

    Yeah the “owned by google” thing is a big turn-off. And telemetry… he’ll no. Also it’s weird that Go doesn’t have a ternary. It’s a small thing, but it’s a thing.

    BarrierWithAshes, (edited )
    @BarrierWithAshes@kbin.social avatar

    That gopher is literally the reason I have been considering learning go. Same with plan 9.

    DannyBoy,

    Guess you’re stuck with C++

    sentient_loom,
    @sentient_loom@sh.itjust.works avatar

    Right, the only other language.

    DannyBoy,

    Because it has an animal mascot that’s not cute.

    savvywolf,
    @savvywolf@pawb.social avatar

    Poor Keith. ;_;

    sentient_loom,
    @sentient_loom@sh.itjust.works avatar

    I didn’t even know they has a mascot. And now my idiot-brain wants to learn c++ for a bad reason (on top of some good reasons).

    savvywolf, in openSUSE Logo Contest Concludes With Winners Selected
    @savvywolf@pawb.social avatar

    Oh, it’s a cameleon with the Linux Mint logo as the head.

    Pantherina, in openSUSE Logo Contest Concludes With Winners Selected

    In Germany we would say

    verschlimmbessert

    ISOmorph,

    Nonono, we would say ‘‘Geschmackssache’’

    cashews_best_nut,

    Do you prefer stollen to have marzipan?

    jxk,

    Everybody prefers Stollen with Marzipan

    cashews_best_nut,

    I’m looking for that one freakie German who doesn’t

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #