thepiguy

u/thepiguy@lemmy.ml
0 posts · 101 comments

Recent posts

No posts.

Recent comments

As someone who has an AC, I have 2 thoughts.

  1. It's not useful for summer, I have never used it to cool a room, opening the windows works fine.
  2. It is cheaper than a normal heater, and works slightly better in the earlier months of winter. Right now, it is too cold outside for it to work at its best efficiency, using a normal heater is better in this case.

We had ours installed back when the price of gas from Russia skyrocketed, it was way more affordable to use it for heating then.

on Rule · c/196 · 7 pts · 1y

It seems you have not typed in "gui" when using lldb via cli. Also, people use cli debuggers because they want to. Everything has a gui, jetbrains happens to make some of the best ones, based on top of cli debuggers like lldb.

on How do you take notes? · c/asklemmy · 5 pts · 1y

Am I weird for just using a pen and paper? I recently upgraded my setup by buying a binder and ~1000 pages so I won't have to burn through notebooks or money.

One thing that I know for sure is weird is that I use a fountain pen for it all...

on *Permanently Deleted* · c/linux · 5 pts · 1y

I use a window manager on my desktop, and gnome on my laptop. Gnome's gestures are amazing with a touchpad

It is my modifier key for any window management keybind. Using alt or control might overlap with other apps or games. For example, I do super+r to open my app launcher or super+w to close a window. It does not do anything on its own.

I had mostly the same keybinds when I used windows. Ofc I can't remember how I did them as it was a long time ago.

You can get GPS systems that upload data using a SIM. Only viable if you live somewhere with cheap roaming plans. Last I checked, a local company was selling the hardware (without sim) for 200EUR. The thing I was trying to protect was 120-ish.

on Share your stories · c/curatedtumblr · 29 pts · 1y

I remember a story about a dying woman who predicted that she would die when the last leaf of a plant outside her house falls. But the leaf actually did fall, and her friend put up a fake one there. The woman gets better but her friend dies because of pneumonia. This was from back when I was maybe 10-11yo and I remember it for some reason. I think the moral of the story is that willpower is strong, but idk about that ending.

on Encrypt whole system? · c/linux · 2 pts · 1y

systemdBoot is supposed to be true, not a typo. But yeah, I don't use plasma much so I don't really know how to solve the issue... Sorry for that!

on Encrypt whole system? · c/linux · 1 pts · 1y

The template is supposed to be something that you put in your own systemd services. plasma-kwin_x11.service and plasma-kwin_wayland.service both already have it.

If I have to guess, it is probably a bug that will get fixed sometime in the future, meaning this is not a viable solution until then. Sorry for that.

Just as a last bit of troubleshooting, check if cat ~/.config/startkderc shows systemBoot = true. If it does not, run kwriteconfig6 --file startkderc --group General --key systemdBoot true. I doubt this will change much, but still worth trying.

If I get some free time, I will do some testing and let you know here

on Encrypt whole system? · c/linux · 2 pts · 1y

Systemd has a good guide on how to use it https://systemd.io/HOME_DIRECTORY/

And they also have a guide on migrating a traditional user home to this. Do remember to take backups if going this route https://systemd.io/CONVERTING_TO_HOMED/

I personally used the arch wiki when I set it up https://wiki.archlinux.org/title/Systemd-homed

There is not much config.

I think the command I used for my laptop was:

homectl create <name> --storage=luks --shell=/usr/bin/fish --member-of=wheel

https://wiki.archlinux.org/title/Systemd-homed#Creation

Gnome is working on a gui for this, but it will probably be a while until that is out. I feel like it is pretty safe to use the cli for this one.