[-] meekah@lemmy.world 64 points 6 months ago

I mean, the whole bee is, if you think about it

[-] meekah@lemmy.world 63 points 7 months ago

You did see him praise trump at some kinda tech bro meeting in the white house the other day, right?

25
submitted 7 months ago* (last edited 7 months ago) by meekah@lemmy.world to c/linux@lemmy.ml

I am trying to set up a simple home server with some old hardware, and since power is pretty expensive here I am trying to enable WoL so that I can turn it on whenever I need it, and automatically shut it down after a short time of inactivity.

I enabled WoL ("Power On By PME") in my BIOS, which then allowed me to enable WoL in my network device drivers using nmcli. It now reliably shows mode g selected after reboot, as reported by ethtool. I installed gWakeOnLan on another device to try waking my server, but to no avail.

When my server is shut down, the ethernet LEDs are still blinking, so I suppose the network device successfully stays turned on after shutdown. However, when I use netcat on my server to check that the magic packets get there, I can't see any output after sending the packets using gWakeOnLan. I tried both ports 9 and 40000.

I am using a router that was provided to me by my network provider, maybe I need to enable/unblock something there? No idea what it would be, though.

Any ideas on how to track this issue further down?

Edit: I am now using wol instead of gWakeOnLan. this command worked for me:

wol -p 9 -i 192.168.2.255 <server-mac-address>.

I got the IP from ip address :

inet 192.168.2.31/24 brd 192.168.2.255 scope global dynamic noprefixroute eno1

I'd like having a little GUI but apparently it's not possible to configure the IP in gWakeOnLan like this. I tried setting it to 'internet' mode (to allow me to enter my IP) but that didn't work. Oh well, a little script to double-click is fine, too, haha

26
submitted 8 months ago by meekah@lemmy.world to c/selfhost@lemmy.ml
3

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.

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

I know firefox has the very useful "Copy clean Link" option in the context menu, but I would like a similar feature for copying links from any other software, like spotify for example. So I am looking for some software that hooks into the clipboard pipeline, and cleans any URL that gets added. I tried googling for something like it, but was completely unsuccessful. Does anyone have a clue how I might go about achieving this?

Thanks in advance :)

Edit: I found out about klipper's actions, which provide the option to run a command when a string that matches a regex is added to the clipboard buffer. I am not sure how to properly use this though, so any help is appreciated!

14
submitted 1 year ago by meekah@lemmy.world to c/askandroid@lemdro.id

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?

27
submitted 1 year ago by meekah@lemmy.world to c/android@lemmy.world

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?

26
submitted 1 year ago by meekah@lemmy.world to c/linux@lemmy.ml

I am relatively new to linux and would like to learn how to troubleshoot things like this. I'm not sure whether the title is indeed correct, but I've had it happen twice now that I was on discord with friends, and suddenly my whole system freezes. When I restart, the official discord client says it has an update.

Has anyone else have this happen? How do I best look for the actual cause? Or at least some error message I can google?

I am on vanilla arch, running plasma on wayland, and I've got the AUR enabled using yay. Discord is installed from the arch extra repo though.

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

I'm on KDE Plasma using wayland, and I'm annoyed with KDE's emoji picker. Well, the interface is fine, I just want emojis to immediately be pasted into the text field that was in focus when I used the shortcut to launch the emoji picker. Basically I want the behavior to be as close to the Windows emoji picker as possible.

Does anyone know of an alternative that allows me to quickly type 2 different emojis in succession? Bonus points when it's easily available on arch.

[-] meekah@lemmy.world 48 points 2 years ago* (last edited 2 years ago)

A few years ago I moved to a new city but hadn't had any luck dating. One day I matched a girl on some online dating site who immediately started sexting aggressively. Usually I'm the more intimate type, but I thought that I hadn't had sex in a while so I went for it.

She took the lead and started giving me head, which wasn't so bad honestly. But I just couldn't get into it. When she rode me I didn't get fully limp, but I wasn't really hard either. At some point she apparently came (or just got bored of my dead fish impression) and I pretty quickly packed my things and left.

That day I learned I really need some type of emotional connection with a person before having sex works for me.

[-] meekah@lemmy.world 43 points 2 years ago

Sure looks like it

222
submitted 2 years ago by meekah@lemmy.world to c/cat@lemmy.world

He's such an idiot sometimes. I love him

30
submitted 2 years ago* (last edited 2 years 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?

[-] meekah@lemmy.world 48 points 2 years ago

Idk, I don't think creating a Spotify playlist is taking things seriously at all

286
submitted 2 years ago by meekah@lemmy.world to c/cat@lemmy.world

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?

32
submitted 2 years ago* (last edited 2 years ago) by meekah@lemmy.world to c/linux@lemmy.world

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

[-] meekah@lemmy.world 38 points 2 years ago

I guess they think tools are just things like pliers, wrenches, grinders etc. without realizing they themselves are the real tools they made along the way

[-] meekah@lemmy.world 71 points 2 years ago* (last edited 2 years ago)

That kinda mentality is why america has the most people in prison per capita. Its the only way to rationalize the way the prisoners are essentially being enslaved. So by being commercially productive, people with money (read: with power) will always work to increase the number of prisoners.

[-] meekah@lemmy.world 43 points 2 years ago

It totally is a matter of opinion. These are arbitrary rules, made up by us. We can make up whatever rules we want to.

I agree that it's weird that only in CS kilo means 1024. It would be logical to change that, to keep consistency across different fields of science. But that does not make it any less a matter of opinion.

[-] meekah@lemmy.world 39 points 2 years ago

Or those people who actively avoid patches in general, because "they make my device slow"

[-] meekah@lemmy.world 41 points 2 years ago

Where have you heard that? It's just what regular fingernails look like.

[-] meekah@lemmy.world 44 points 2 years ago

really looking forward to getting another SSD and just installing linux on it so I don't have to deal with that kind of bullshit anymore. The bullshit I will be dealing with will not be privacy related, just compatibility related.

[-] meekah@lemmy.world 38 points 2 years ago

Dbrand, apparently

view more: next ›

meekah

joined 2 years ago