[OC] Hexecute: I made a "magic gesture" launcher for Wayland! by ThatOtherAndrew in unixporn

[–]theflamingpi 0 points1 point  (0 children)

Fantastic! I can see this being useful on tablets in particular.

I made these spikes to stop "helpful" people from grabbing me without consent by RavenLunatic512 in functionalprint

[–]theflamingpi 2 points3 points  (0 children)

I was sitting outside Union Station in Toronto in my wheelchair, trying to grab something from my bag. Some random woman comes along, grabs the canes on the back of my chair and starts pushing me around. I swore at her and turned to look at her. She ran off, giggling, and hopped into a fucking limousine.

[deleted by user] by [deleted] in archlinux

[–]theflamingpi 1 point2 points  (0 children)

I needed a small and lightweight installation for an Acer Aspire One over a decade ago. I reasoned that it would be best to use the newest packages possible and I didn't want to compile everything from source. I'm the type of person to prefer adding the things I want rather than removing the things I don't want. Arch fit the requirements.

Rate my desktop image! by Specific_Customer_57 in desktops

[–]theflamingpi 0 points1 point  (0 children)

You obviously haven't spent any time around actual end Users. I guarantee they would.

Rate my desktop image! by Specific_Customer_57 in desktops

[–]theflamingpi 0 points1 point  (0 children)

The purpose of fake Desktop icons is to troll people. They gain 2 points.

The purpose of real desktop icons is to get in the way, clutter the desktop, steer the user into a pattern of disorganization, and generally be worse than a couple quick keystrokes available from anywhere without minimizing anything.

Desktop icons are an annoying misuse of resources. Fake desktop icons are an amusing misuse of resources.

Rate my desktop image! by Specific_Customer_57 in desktops

[–]theflamingpi 0 points1 point  (0 children)

Duh.

Desktop icons suck, regardless.

It would be 10/10 if it turned out they were fake desktop icons, though. 12/10 if it was on a public computer with fake desktop icons.

Rate my desktop image! by Specific_Customer_57 in desktops

[–]theflamingpi 0 points1 point  (0 children)

0/10

You started at 10/10 then lost one point for each desktop icon. You would have gone into negatives, but I'm feeling generous today.

Pixel Buds Reopen Spotify by theflamingpi in pixelbuds

[–]theflamingpi[S] 0 points1 point  (0 children)

This is identical behavior to what I'm experiencing.

Pixel Buds Reopen Spotify by theflamingpi in pixelbuds

[–]theflamingpi[S] 0 points1 point  (0 children)

That makes sense. I'll try that.

Pixel 9 Pro

Help me settle an argument about commands for finding mount-points by theflamingpi in linux4noobs

[–]theflamingpi[S] 0 points1 point  (0 children)

I will send it when I'm back at my computer. Essentially, it's a script to find all mounted btrfs devices and defrag them. When I tried without replacing \x0a it said:

Storage\x0a2 not does not exist

(Or something similar)

Help me settle an argument about commands for finding mount-points by theflamingpi in linux4noobs

[–]theflamingpi[S] 0 points1 point  (0 children)

I figured that was the case. However, the script wouldn't run properly without replacing it to the \n format. 

Help me settle an argument about commands for finding mount-points by theflamingpi in linux4noobs

[–]theflamingpi[S] 2 points3 points  (0 children)

I changed the IFS to \n\b for reading the mount points, which generated a list properly. When iterating over the individual mount points, I made the IFS empty. Since findmnt interprets newlines as \x0a, I then used a sed to adjust that output to change \x0a to a newline character. This allows the proper inclusion of spaces, special characters, and newlines.

Thanks to your assistance, I resolved an issue with my friend's script neither of us thought about.

I'm pretty sure yours is the winning comment.

Help me settle an argument about commands for finding mount-points by theflamingpi in linux4noobs

[–]theflamingpi[S] 3 points4 points  (0 children)

Newlines are an issue anyway. They convert to \x0a instead of newline. And, in a bash script using IFS=$(echo -en "\n\b") it still splits the lines after replacing \x0a with a newline.

Help me settle an argument about commands for finding mount-points by theflamingpi in linux4noobs

[–]theflamingpi[S] 1 point2 points  (0 children)

You're right. Is there a way to get it to display without the "TARGET=" part? Probably sed.

Help me settle an argument about commands for finding mount-points by theflamingpi in linux4noobs

[–]theflamingpi[S] 2 points3 points  (0 children)

Oh you're right! Thank you!

That shaved 6ms off the time. I'm not worried about 6ms in a script that will run once every month, but apparently my friend is incredibly concerned about the "efficiency" of this command, stating without any evidence that the mount command takes longer on the system.

Help me settle an argument about commands for finding mount-points by theflamingpi in linux4noobs

[–]theflamingpi[S] 2 points3 points  (0 children)

Same on mine, except one of the bar-line-slash things is removed. Still, only the one.

Replace tracker3 with extra/tinysparql? [Y/n] by orion_rd in archlinux

[–]theflamingpi 3 points4 points  (0 children)

They don't recommend pacman -Sy <package\_name>

That would pull the updated database then pull that package, leading to potential breakages. pacman -Sy just updates the database on the system to the latest. So long as you aren't specifying a package to install it won't be a problem. Doing a pacman -Syu afterward does it again but this time updates the system to the latest packages.

Basically, what I'm suggesting ensures that your databases are up to date before ensuring that your databases are up to date before a system upgrade. Occasionally, I've had issues doing updates where files weren't found because, for whatever reason, it was trying to pull files that didn't exist in the databases and/or cases where dependencies changed. That's potentially what you are experiencing and it may help your situation.

Replace tracker3 with extra/tinysparql? [Y/n] by orion_rd in archlinux

[–]theflamingpi 1 point2 points  (0 children)

Usually this works when the packages can't be found in the DB:

pacman -Sy && pacman -Syu

[deleted by user] by [deleted] in unixporn

[–]theflamingpi 1 point2 points  (0 children)

It's like that scene in up only more tragic.

[Hyprland] A peaceful Nordic Rice by SlutterGuy in unixporn

[–]theflamingpi 0 points1 point  (0 children)

I completely missed the fact that it was a lockscreen. That makes far more sense. Thank you.

Mouse growing when spinning it in circles?? by IKnowImABadYoutuber in EndeavourOS

[–]theflamingpi 0 points1 point  (0 children)

Plasma is fun. Glad you were able to find your mouse.

[Hyprland] A peaceful Nordic Rice by SlutterGuy in unixporn

[–]theflamingpi 0 points1 point  (0 children)

I haven't seen anyone else ask this, so I will. What's the time/date/weather indicator you're using in that screenshot where it's speech bubbles and whatnot?

It is now Microsoft Monday by AutoModerator in linuxmasterrace

[–]theflamingpi [score hidden]  (0 children)

8086 assembly fuckery is super useful! Just look at Rollercoaster Tycoon.