[-] Shareni@programming.dev 3 points 5 days ago* (last edited 4 days ago)
20

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

The product of a chat with @QuazarOmega@lemy.lol

133

The product of a chat with @QuazarOmega@lemy.lol

[-] Shareni@programming.dev 62 points 1 month ago

So why should we use this instead of just saying lixmaballs and using nix/aux/nux/whatever other fork?

[-] Shareni@programming.dev 38 points 1 month ago
  1. in the currently evaluated year 2023 the battery accounts for 44.1 percent of breakdowns

  2. 3-10 year old combustion cars vs electric cars only having enough registered models to start observing their reliability in 2021

[-] Shareni@programming.dev 38 points 1 month ago

Sega took that as a challenge

[-] Shareni@programming.dev 37 points 1 month ago

Prints a 10m scroll daily containing automated probes and attacks

[-] Shareni@programming.dev 61 points 1 month ago* (last edited 1 month ago)

Dude still hasn't decided where to host the repo. It's not an alternative, guix is...

[-] Shareni@programming.dev 40 points 1 month ago* (last edited 1 month ago)

Flying would be a very high demand service and could be sold for much more than what a train ticket costs. If it was feasible, it would have already been done.

  • someone 150 years ago
[-] Shareni@programming.dev 71 points 1 month ago

Wait a bit Ubuntu is next. They already added terminal ads, embedded affiliate links for amazon, and sold user data to amazon.

21
submitted 2 months ago* (last edited 2 months ago) by Shareni@programming.dev to c/linux@lemmy.ml

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.

[-] Shareni@programming.dev 34 points 2 months ago

Installs proprietary WiFi drivers on Debian

PROPRIETARY OS

[-] Shareni@programming.dev 48 points 2 months ago

Try it, the worst thing that can happen is you waste a few hours, get mad, break your PC, and get a brain aneurysm

[-] Shareni@programming.dev 37 points 4 months ago* (last edited 4 months ago)
  1. As you can see from the state of this thread, people see nix or nixpkgs but read nixos. There's no momentum from the community to push it as an extra package manager, while every thread is spammed with nixos.

  2. No gui integrations for casuals. For example Discover integrates flatpaks and snaps, but for nix you need to use the terminal.

  3. The documentation is abysmal. I spent days trying to figure out how to use nix as a declarative package manager before I accidentally came across home-manager. Even the manual leads you down the wrong path. A quick start guide with a few examples for home-manager and flakes, and a few basic commands, would've had me going in 5 minutes. That problem is made worse by the fact that almost all sources of info focus on nixos instead.

Edit:

if anyone's interested in trying it out, here's a part of my other comment in this thread

It's just a list of packages, and an optional flake to control the repositories (stable/unstable) and add packages from outside of the official ones.

To update everything nix related I just run:

cd ~/dotfiles/nix/ && nix flake update && home-manager switch

view more: next ›

Shareni

joined 1 year ago