• 3 Posts
  • 228 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • corsicanguppy@lemmy.catoLinux@lemmy.mlI have a question about flatpak
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    10 days ago

    Ohai, let’s load our own individual copy of everything separately. Since - we hope - it’s all bult from pristine sources and unlikely to match versions, all that static code load isn’t shared with anything else.

    It’s gonna load slower, take up buckets of space, and not care whether it’s some crusty old thing with sploits aplenty.

    I miss when we had mentors to remind us not only How to be better, but also Why. My mentor was like if obi-wan was born in Dublin. His sarcasm cut deep if you could parse what he was saying.


  • corsicanguppy@lemmy.catoLinux@lemmy.mlI have a question about flatpak
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    10 days ago

    Quick reminder: because flatpak hides your installation state from the system, part of flatpaks could be wildly out of date or toxic releases and your system will.not.care nor even show you anything about it.

    Enterprise tools - or normal stuff that acts like them - that check remotely what you have installed and let you know you’re potentially out of date (like tenable but not junk) will not learn anything about flatpak content.

    Good luck. Every good thing about enterprise packaging is thrown out the window. Flatpaks are toxic.





  • I see from the github ticket you need 3.10 .

    There’s an EPEL clone, apparently, that bundles a python3.10 package.

    MAYBE this is your process:

    yum* install dnf-plugins-core
    yum config-manager --add-repo=https://pkgs.dyn.su/el9/base/x86_64/
    yum install python3.10
    

    Then use it like /usr/bin/python3.10 . Remove it and the repo after.

    *I avoid using DidNotFinish(dnf) even though I know it’s an alias.



  • corsicanguppy@lemmy.catoLinux@lemmy.mlForgejo v9.0 released
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    16 days ago

    radicle also has an own cryptocurrency, and is entangled with web3.

    And that’s where it breaks the rule of “Do One Thing Well”.

    And while it’s super popular to spread and consume everything like a big sticky blob - oh hello, systemd - doing many things poorly (yes, we see you, systemd) needs a lot of diplomacy and help from others - hi, Kay - to keep the code flowing. It’s often not worth it, as we’ve seen but don’t want to admit … with systemd.

    (if you’ll excuse me, I need to go change the location where I look for static nic config files and use a reader more complex than ‘.’ because the windows format is way better and I’m old if I think otherwise)









  • GitLab which I don’t use anymore self-hosted

    This. Gitlab swapped out the performant webeditor for a VCS clone that runs like a fucking dog all.the.time, and they’re in a phase where they just can’t control their memory consumption while they focus on whole-sale vendoring of shit projects inside the code – they’re actually considering bringing in pulp as if they can figure out 20 kind of artifact storage but RPMs are a special snowflake requiring the worst bloated pig of an add-on ever.

    I need gitlab to get better as I really like their CI specification and how not-fucking-YAML it is.