is me, just like on lemmy.wtf, but here on lemmy.today, hoping for more uptime with the no instance censoring.

  • 1 Post
  • 29 Comments
Joined 13 days ago
cake
Cake day: July 29th, 2026

help-circle

  • Digit@lemmy.todaytolinuxmemes@lemmy.worldOS Tier List
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 hours ago

    I think you have the skill to take this further, and make it interactive, clickable, explorable, even wiki’fied (or at least git’ified) to allow others to contribute too.

    I noticed some were missing.

    • BedrockLinux
    • CRUX
    • SLAX
    • Tin Hat
    • Hannah Montana
    • KISS
    • Carbs
    • Exherbo
    • … Okay, I’ll not exhaust this list with dozens more. ;)

    Well done for including as many as did already. Was joyous seeing Slitaz made the lislt. :) A fave of the small distros.


  • *Ahem*

    mcedit

    under sung hero of easy tui text editors. [Has controls on screen.]

    overlooked because it’s part of mc, and thus does not show up in the text editor categories in package managers and websearches?

    could do a similar THGTTG bit for it. … or other parodies of other stuff… idk, my brain not conjuring such things with ease just now.

    (And yes, I missed the reference, at first, too… Thought about responding with some contrived towel elaboration).


  • Digit@lemmy.todaytolinuxmemes@lemmy.worldintimidating
    link
    fedilink
    English
    arrow-up
    0
    ·
    15 hours ago

    Which text editor do you use?

    • Emacs mostly
    • sometimes fin for configs and some other small file tweaks and when developing/testing fin,
    • sometimes mcedit just because it’s an awesome under sung hero of easy tui text editors. … beats nano imo.
    • sometimes leafpad, like when i need some intermediary between things that are being stubborn to paste between
    • rare neovim, like when i’m trying to learn neovim, or trying something that only neovim has
    • rare nano… there are probably still times…
    • once kate to see what it was like, I liked it, then I added the features I liked to emacs.


  • Oh. I didn’t even notice the Dr Pepper. … Also… I did not know there was any correlation between Dr Pepper and gentoo. I stopped my Dr Pepper addiction 5 years before I used gentoo. … I was on 4L a day for months, and didn’t realise I had a problem until I drank 9L in 24hr.

    +1 for “-1 for non Lenovo machine”. [… unless it’s like tuxedo or system76 or something like that or some pure custom job on a different architecture]





  • Huh. … I could have swore there was a woman. I even package searched, even in overlays… no woman.

    digit 20260807 tyson gentoo /home/digit % whereis woman
    woman:
    digit 20260807 tyson gentoo /home/digit % which woman
    which: no woman in (/bedrock/cross/pin/bin:/bedrock/bin:/usr/local/bin:/usr/local/sbin:/opt/bin:/opt/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/snap/bin:/home/digit/bin:/usr/games/bin:/usr/games:/bedrock/strata/devuan/usr/libexec/xscreensaver:/home/digit/.cargo/bin:/bedrock/cross/bin)
    digit 20260807 tyson gentoo /home/digit % apropos woman
    woman: nothing appropriate.
    
    digit 20260807 tyson gentoo /home/digit % man cry
    No manual entry for cry
    digit 20260807 tyson gentoo /home/digit % whereis cry
    cry:
    
    

    No woman.

    No cry.





  • Heh. That was fun to try to read. Took a couple extra seconds.

    Then I wondered how well an LLM would manage that… XD It’s been going at it for minutes already.

    Oh, it’s done now…

    Worked for 6min 27s

    The text is upside-down. Flipping each character and reversing the word order gives:

    I love you all with the Crime songs

    XD

    W°Ħłеŧ ł°µµ@© ħªĦł łÆĦł §Әðæ§§ªШ Я£↑!|ª¢ ©Ł <<°Ħ m•µ» ªŊŊ ΩΩøµ º§!

    ;D


  • [ps. preface warning: dangerous whimsy here… rtfm… don’t dive in eager and blind and then “break” your system and come blame me.]

    Debian user here. I want to switch to arch but dont want to troubleshoot my pc after each update. How do u folks deal with that?

    I don’t [switch]. Instead I [(having already thoroughly read through all the documentation several times)]

    • go to https://bedrocklinux.org/
    • click on Installation Instructions
    • click on the first from here link
    • scroll down select the correct line for my architecture, e.g. https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.31/bedrock-linux-0.7.31-x86_64.sh and paste it to a terminal as target for wget, wget https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.31/bedrock-linux-0.7.31-x86_64.sh
    • make it executable chmod +x bedrock-linux-0.7.31-x86_64.sh
    • run it ./bedrock-linux-0.7.31-x86_64.sh
    • run it again remembering the need to add --hijack
    • run it again remembering the need to run it as root. (… I know, I could just remember to do sudo and --hijack first time, but I like this silly ritual).
    • and type in the “Not reversible!”, knowing how non-trivial a change to my operating system is about to happen in an instant.
    • reboot
    • enjoy seeing the new init select screen after the grub screen (albeit with only one option yet)
    • once back at a tty or once back in gui with a terminal emulator (… maybe after some more configuration tweaks, e.g. in /bedrock/etc/bedrock.conf), brl fetch arch
    • et viola, done. can do sudo apt update ; sudo apt upgrade ; sudo pacman -Syu.

    … And more likely I’d do brl fetch void ; brl fetch gentoo ; brl fetch -r ceres -n ceres devuan ; brl fetch artix. But ^ that’s for if “I want to switch to arch but dont want to troubleshoot my pc after each update.”

    Could also do frequent brl copy arch arch-fallback-(date) or some such, so then if something goes wrong with an upgrade, you could just carry on unperturbed, or even disable the stratum that had something go wrong, or even delete it, and brl rename arch-fallback-20260806 arch, and carry on with your day, sure it’ll resolve the upgrade properly next time tomorrow. ;)

    But of course, this is a bit overkill, like starting a huge complex science and production logistics project just to crack a nut.

    But it is my honest answer of how I deal with that. ;)