Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SH
Shareni @programming.dev
Posts 4
Comments 678
Ubuntu Linux 24.10 Is Finally Available
  • Best case scenario: sunk cost fallacy

    Worst case scenario: there's a lot of shit you can do when you control a closed source app store, and canonical has a history of doing sketchy shit like selling user data to Amazon

  • How "out of date" is Debian really?
  • Depends on what you do.

    If you're just browsing, and doing casual stuff, it's not really noticeable. It's perfect for the less technically oriented because nothing changes for years.

    I've been using MX for about a year now, but I definitely wouldn't have without flatpak and nix. I need packages that aren't years out of date, so they're all installed through nix home-manager.

    The benefit of this combo is that while user packages might break, the system itself will be predictable for the next few years. That means no new bugs, but also that minor issues won't be solved.

  • Snap bad
  • Yeah, who'd hate using a package manager that increasingly slows down your boot time with every package installed, or that uses a closed source store to provide you FOSS

    Maybe there's a reason canonical has to force it on their users

  • The IDEs we had 30 years ago... and we lost
  • Emacs had some "premade IDE" project I recall that I tried and wasn't that enthusiastic about.

    Doom Emacs, spacemacs, etc.

    And there are plenty of nvim "distros" like that (lazyvim for example).

    They make getting started pretty easy. I've been using Doom for years and never bothered to make a full config of my own.

  • Recommend me a scripting language
  • if there's something that I can adopt as a default goto solution without having to worry about how each system is packaged/configured.

    Go is probably your best bet. Simple to use, and you can compile it so it runs everywhere

  • The genesis of a nixOS user

    cross-posted from: https://programming.dev/post/14020506

    > The product of a chat with @[email protected]

    6

    The genesis of a nixOS user

    The product of a chat with @[email protected]

    27

    (partially solved, will update when completed) Please help with an xfce/powerup bug: black screen after suspend/hibernate

    MX Linux, Xfce 4.18

    Closing the laptop lid suspends the system, opening it resumes it, but the screen is black. I'm guessing it's related to powerup because suspending through the logout menu and systemctl suspend both work as expected. When it's black, switching to a different tty works, as well as C-M-Backspace to logout.

    Same results with both lightdm and sddm, when replacing suspend with hibernate, and I've tried a few solutions like disabling lock on sleep.

    Seems like this issue has been around for years, but had a whole bunch of different causes since every other thread has a different solution.

    XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon > /tmp/xf.log 2>&1

    ps -ef | grep -E 'screen|lock'

    xfconf-query -c xfce4-power-manager -lv

    dmesg, cleared it before trying to suspend

    updates:

    I'm not seeing a black screen, instead it turns on the display and then turns it off.

    Additionally, I tried closing and opening the lid a few times, and it woke up correctly.

    I tried it in i3wm with the xfce power manager to suspend after closing the lid. It woke up correctly 10 times in a row.

    Solution: start an xrandr config and the monitor turns back on.

    22

    Non-general purpose posts

    This community is:

    > A general purpose programming community for English speakers

    Language specific posts like:

    and ide specific posts like:

    are not general purpose. Posts like that ruined /r/programming for me, and this community seems to be going down the same road. I'm here to read about programming concepts that can be applied to any/most languages, not patch notes for 10 different Js frameworks posted by karma farming bots. If I wanted to read posts like that, I'd have subbed to /c/javascript...

    Do you agree with me that they should be removed from /c/programming, and limited only to their respective communities? Or have I missed the point of this community?

    33