meekah

joined 2 years ago
[–] meekah@lemmy.world 6 points 1 day ago

I like to automate processes I keep repeating on my machine. For example, there are some documents I receive every month, like bank statements and phone bills. Since the naming conventions of those files are atrocious, I wrote a little program to automatically fix those for me

Some people also like participating in the development of open source software. That requires you to be a somewhat decent programmer already, though, as you'll have to work with integrated systems

[–] meekah@lemmy.world 2 points 1 day ago

All currently existing Klein bottles.

It seems obvious but I feel like specifying is necessary when talking about abstract things like 4d shapes.

[–] meekah@lemmy.world 1 points 1 day ago (1 children)

Might still be useful for when you configured fast booting on your hardware. Stuff like that usually doesn't leave enough time for you to manually hit the hotkey during boot.

[–] meekah@lemmy.world 7 points 1 day ago

There is no such thing as a free market IMO.

Either you have an unregulated market dominated by big players which isn't free because of said big players, or you have a heavily regulated market, that gives a fair chance to anyone, but isn't free at all because of the regulation.

The free market is an illusion, just like the american dream. Which shouldn't be much of a surprise, seeing as the american dream builds off of the illusion of a free market and fair chances for anyone

[–] meekah@lemmy.world 1 points 2 weeks ago (1 children)

That's a tree?

[–] meekah@lemmy.world 6 points 2 weeks ago

"An 'I can read' book" yeah why else would you have it then, smartass

/s just in case

[–] meekah@lemmy.world 4 points 2 weeks ago

Hmm fair enough

[–] meekah@lemmy.world 19 points 2 weeks ago (3 children)

produce usually means fruits and vegetables

[–] meekah@lemmy.world 23 points 3 weeks ago (1 children)

My female colleague told me the other day I'd make a great dad because my tattoos are all black and white and that would be great for kids because they could color them.

[–] meekah@lemmy.world -5 points 4 weeks ago

Peak redpilled content

[–] meekah@lemmy.world 8 points 4 weeks ago

Im pretty sure they just wanted to jokingly point out how context matters and spelling usually doesn't as much

[–] meekah@lemmy.world 5 points 1 month ago* (last edited 1 month ago)

I mean, there has always been 'random=funny' humor. Brain rot is just the currently popular form

 

e/OS is a privacy focused android version that still allows users to install apps from the Play Store by spoofing user data. It uses it's own store called App Lounge, and it works fine for most apps. For some reason, Boost for Lemmy doesn't install when I click install, like all other apps, instead it opens the Play Store website inside a webview. Installing from the website doesn't work for me. I was wondering if the developer provides the APK somewhere? I only found some sketchy links so far.

 

I am interested in installing a de-googled android on my phone, but I would like to try it out a little bit first. Is there some way to emulate a phone on my PC, or is there anything like dual booting on phones?

 

I am interested in installing a de-googled android on my phone, but I would like to try it out a little bit first. Is there some way to emulate a phone on my PC, or is there anything like dual booting on phones?

 

He's such an idiot sometimes. I love him

30
submitted 1 year ago* (last edited 1 year ago) by meekah@lemmy.world to c/linux@lemmy.ml
 

Edit: sadly, Auto Tab Discard did not fix my issue. Firefox is also set to block audio (including video with audio to my understanding) by default, which I never changed so I don't think that helps with this issue either.

So I installed pop on my laptop a few months ago, and recently got another one where I installed arch. On both laptops I mostly just watched series, and often times I'd just leave the laptop with the media player still open.

Now to the issue: Randomly throughout the day, it would just start playing whatever I left open, usually after a few hours of being left alone. Now that I think about it, I think it was only crunchyroll. Does anyone experience anything similar, or might even have an idea as to how to fix this or what causes this? Is it just crunchyroll being buggy?

 

I was thinking about some raw fish or something like that, he seems to really like salmon. Any suggestions or things to watch out for?

 

I am designing a tshirt with a friend and we wanted to put some japanese on it. Since my japanese is extremely basic (こんにちは、ミカです) I wanted to ask whether the symbols DeepL gave us mean what we think it means. We want to have a skeleton inside a water bottle and the text should read "stay hydrated" and we got these symbols: 水分補給. Do they work in that context? Or are there any better suggestions we could use? Thanks in advance!

 

I use KDE on arch and would like to achieve the following behavior:

Whatever way I launch Konsole, I want it to check whether there already is a Konsole instance. If one exists, it should be brought into focus, and if no instance exists, one should be launched.

I am unable to find such an option in the Konsole settings, even though I found a roughly 1 year old forum entry mentioning such a setting. Was it removed or am I just blind? Or do I need some optional dependency?

Alternatively, it would be fine if this could simply kick in when I use my Super+K shortcut, which I've set up. Maybe there's a way to call Konsole from the terminal like that? I tried using konsole --force-reuse but it didn't seem to do the trick, and konsole --new-tab does not bring Konsole into the foreground.

Edit: Here's a script that does this, by @Audalin@lemmy.world

#!/bin/bash
WIN="$(kdotool search --class org.kde.konsole | head -1)"
if [[ "$WIN" != "" ]]; then 
    kdotool windowactivate "$WIN"
else 
    konsole
fi

kdotool is available in AUR as kdotool-git

16
submitted 1 year ago* (last edited 1 year ago) by meekah@lemmy.world to c/linux@lemmy.world
 

I recently bought a Drop ENTR, and I would like to use the media keys. On the drop.com website it says that using FN + the F-keys should work, but “Fn hotkeys may work with Windows operating system only.”. Well, for me it doesn’t work. Any ideas as to why that could be, or how I could go about creating a workaround?

obligatory I use arch btw

 

I have 2 relevant drives. The system drive, and a drive with my game files. The drive with the game files is mounted. However, it is not displayed under "Other devices" and I am unable to select it from /dev/

Installed it using yay from AUR (aur/heroic-games-launcher-bin 2.14.1-1).

Any ideas as to what may be causing this, or how to go about troubleshooting?

 

I think the community here is much better than reddit, so I'm trying here first.

I've been living here for a few years now but haven't yet found anyone who enjoys playing smash bros with me. I'm by no means an expert in the game but I am good enough that noone I met here so far was a real challenge. I would describe my skill level as advanced casual.

I'm also happy to meet in some kind of public space first to get rid of the serial killer vibes, but my goal definitely is a friend to play smash bros with. Shoot me a DM if you're interested :)

 

I am pretty new to linux so please excuse any foolish mistakes.

I am trying to manually install gpu-screen-recorder(GSR) to get rid of an annoying password prompt that I can't seem to disable in the flatpak version. I know there must be some way to do it because this prompt didn't show up on Pop!_OS, but maybe it's just not possible on Nobara KDE/Fedora. I noticed in the install.sh of GSR, that setcap cap_sys_admin+ep is called on the executable. So if you know any way of replicating something like that for flatpaks that is simpler than installing GSR manually, feel free to let me know.

I tried checking the dependencies listed, but was unable to figure out how to really make sure they are installed and accessible for GSR.

For example: I tried checking for libglvnd by running dnf list libglvnd. Sure enough, it returns

Installed Packages
libglvnd.i686                                         1:1.6.0-2.fc38                                       @anaconda
libglvnd.x86_64                                       1:1.6.0-2.fc38                                       @anaconda

But then I tried checking for mesa, so I ran dnf list mesa. But it returned

Available Packages
mesa.src                                    23.2.1-1.fc38                                     nobara-baseos         
mesa.src                                    23.2.1-1.fc38                                     nobara-baseos-multilib

It says 'available packages', so not installed, right?

Well, glxinfo -B says I am using mesa 23.2.1, so it seems to be installed, I guess?

So, just assuming I had everything necessary, I cloned the repo and tried to just run install.sh. However, of course I get an error message: wayland-scanner: command not found.

I am a bit confused because I am running on wayland, and checked using loginctl show-session 1 -p Type.

How do I properly make sure the dependencies are available?

view more: next ›