riquisimo

joined 2 years ago
[–] riquisimo@lemmy.dbzer0.com 6 points 5 days ago

Oooh, Oooh! Let me guess the last two!

Umm, something along the lines of "it was locker room talk." As in, "any guy in my position would have done the same."

And for the last one... "They were asking for it!" Like they don't think of the children as children, think of them as non-humans who were begging to be-

Ugh, this bit is too gross to continue.

[–] riquisimo@lemmy.dbzer0.com 20 points 5 days ago (2 children)

If this happens to you:

  • Always put a little oil/butter in the pan first.
  • Make sure the pan is hot before adding the eggs. (Wet your hand and flick droplets onto the pan, make sure the droplets sizzle when they hit.)
[–] riquisimo@lemmy.dbzer0.com 14 points 6 days ago (1 children)

That looks like a good bread! You did a good job!

[–] riquisimo@lemmy.dbzer0.com 16 points 1 week ago* (last edited 1 week ago) (1 children)

The video on the page didn't load for me, even if I turned off ublock origin (is the video even there?)

So I found it elsewhere: https://x.com/MeidasTouch/status/1948178548998762586

EDIT: Link to xcancel instead, so you don’t have to login to see replies: https://xcancel.com/MeidasTouch/status/1948178548998762586

[–] riquisimo@lemmy.dbzer0.com 29 points 1 week ago (6 children)

I guess they want you to read the comics on their website? A quick search leads me to "gocomics." Top comment on the first C&H page:

"This'll be the last comment I ever leave on GoComics. For those who don't know, they just closed down r/calvinandhobbes due to copyright striking. Really lame and unnecessary perversion of fair use, especially in conjunction with the paywalling. Cancelling my subscription."

GoComics seems like a fine enough place to read comics. They have a lot of comics on there- aaaaaand a paywall. Yeah idk about that.

[–] riquisimo@lemmy.dbzer0.com 1 points 1 week ago (1 children)

ydotool is working! However I need to start the daemon in order for it to work, using:

ydotoold --socket-path="/run/user/1000/.ydotool_socket" --socket-own="$(id -u):$(id -g)"

So now I'm looking for a way to automatically run that on login so that it's fully automatic. KDE has startup options that can run scripts, but GNOME seems to only let you run "apps" using GNOME tweaks.

So I need to figure out how to have Fedora/GNOME run a command in the background at startup, then I should be good to go.

(If no one replies to this post I'll edit it later with my results.)

[–] riquisimo@lemmy.dbzer0.com 2 points 1 week ago

I don't understand this.

If I put on something with video I want to absorb it. There's more video content in existence than I could ever watch, I always want to watch something worth watching. If it's something I've seen before them I'm rewatching because it was entertaining enough that I want to watch it again. Even if I try to ignore it, it's good enough that it'll rope me in.

Put something on and not watch it? Is it boring enough that it's not pulling you in? It's just background noise? Then why isn't it a podcast or something?

If you're ignoring it then why turn it on? Do you turn on lights in rooms you're not in? It feels... like something just above brainrot. Like it's not rotting you, but either it's not engaging or it's just background noise (with an unused visual component)

[–] riquisimo@lemmy.dbzer0.com 2 points 1 week ago

Ok, so following the MesonBuild website, I needed to install a compiler toolchain:

sudo dnf install gcc-c++

Then I was still missing some dependencies, so I also dnf installed "cmake," "rust-wayland-client+default-devel," and "rust-xkbcommon+wayland-devel"

And now it builds and I was able to install! However, it doesn't work. I get an error "Compositor does not support the virtual keyboard protocol," which, looking at the issues on github, seems to be a known issue with Fedora and other GNOME desktops.

So wtype is out. I'll try ydotool next!

[–] riquisimo@lemmy.dbzer0.com 1 points 1 week ago (2 children)

Ok, wtype looks really promising but I'm having issues building it. I cloned it, installed meson, and when I try "meson build" I get this error:

meson.build:1:0: ERROR: Unknown compiler(s): [['cc'], ['gcc'], ['clang'], ['nvc'], ['pgcc'], ['icc'], ['icx']]
The following exception(s) were encountered:
Running `cc --version` gave "[Errno 2] No such file or directory: 'cc'"
Running `gcc --version` gave "[Errno 2] No such file or directory: 'gcc'"
Running `clang --version` gave "[Errno 2] No such file or directory: 'clang'"
Running `nvc --version` gave "[Errno 2] No such file or directory: 'nvc'"
Running `pgcc --version` gave "[Errno 2] No such file or directory: 'pgcc'"
Running `icc --version` gave "[Errno 2] No such file or directory: 'icc'"
Running `icx --version` gave "[Errno 2] No such file or directory: 'icx'"

And I can't figure out what I need to install to fix that. It looks like on debian based systems there's a "build-essentials" package, but when I "sudo dnf search build-essential" I get nothing. I'll keep searching but if you have any tips please let me know.

[–] riquisimo@lemmy.dbzer0.com 1 points 1 week ago

Thanks.

So the link you originally sent doesn't say anything about sending ctrl/shift/alt modifier keystrokes. And I didn't click the Userbase link at the end of that page because it said it was linking to scripts.

That Userbase link does mention sending keystrokes! However it uses "nircmd," which is a windows-specific command (Example: nircmd sendkeypress shift+plus)

BUT! The reddit link mentions Unexpected Keyboard, which does work! Once installed and enabled I can go into KDE Connect > remote input > keyboard and hit the language icon/globe thing and my keyboard swaps between my preferred keyboard and Unexpected keyboard. On UK I can press Ctrl and swipe down&right on the "n" key to access semicolon and my display config switches. Success!

However it's still not as clean as I would like it. It's still 5 clicks/taps instead of 2. I decided to post on the app's GitLab page to see if the developer could make a command or something that would trigger the switch. But in the mean time, I have one working solution. So thanks!

 

Ok, first off KDE Connect is a killer app. It's so slick and convenient. Love it.

My desktop is running Fedora 42 Workstation with Gnome. Since I've got GNOME instead of KDE, I'm using an extension called GSConnect to communicate with KDE connect on my phone. It's working perfectly.

I've also got this extension called "Display Configuration Switcher" that lets me use a keyboard shortcut ( ctrl + ; ) to switch between two display configs:

  1. Standard desktop layout
  2. TV only.

(Fedora 42 is using Wayland, when I was on X11 I could use ARandR to create custom commands but Wayland is... more complicated.)

I want to add a command to KDE Connect/GSConnect to switch my display configuration from "desktop" output to "TV" output. The problem is I don't know what command to invoke to trigger "Display Configuration Switcher" to swap configurations.

There are multiple ways to approach this. The best solution is just to figure out what command is invoked when I press the keyboard shortcut "ctrl + ;", which is the shortcut to switch display configs. I'm not sure how to see what command is run when I press a button or shortcut.

Alternatively, I could find a way to send the ctrl + ; shortcut from the KDE connect app. Sending keyboard shortcuts would be handy regardless, but this is a workaround.

Any help would be appreciated. Thank you in advance!

EDIT: Ok, a lot of options below worked!

  • wtype and ydotool can be used to send keystrokes via commands. While wtype didn't work for me, ydotool did! It requires setting up a daemon to run in the background on system boot.

  • Simply installing a keyboard on android that supports modifier keys (specifically the ctrl key) works too. I used Unexpected Keyboard. Once installed and enabled you can go into KDE Connect > remote input > keyboard and hit the language icon/globe thing and your keyboard swaps between the preferred keyboard and Unexpected keyboard. On UK press Ctrl and swipe down&right on the “n” key to access semicolon and my display config switches.

  • My preferred solution, however, is using gdctl and pactl to manually set the dispay and audio output. Once I figured out the commands I put them in a bash script and point GSConnect to that. My displayConfig_tv.sh script looks like this:

#!/bin/bash
gdctl set --logical-monitor \
--primary \
--monitor HDMI-2 \
--mode 1920x1080@120.000
pactl set-default-sink alsa_output.pci-0000_2f_00.1.hdmi-stereo-extra3

My TV by default wanted to be 4K at 60Hz, which makes everything too small and at 60Hz everything was stuttery. I had to add the "--mode 1920x1080@120.000" to force it to 1080p at 120Hz.

(Also of note is that I was having an issue with one of my desktop monitors having a weird refresh rate. I kept trying to set the monitor to "--mode 2560x1440@144" but got an error that no such mode existed. I ended up setting the refresh rate through GNOME settings and running "gdctl show" to see what the current profile was, which was 2560x1440@144.006. Including the ".006" fixed my issue.)

The final issue I'm having is the pactl command fails because the TV audio-out doesn't exist until the display is enabled. My fix is just to press the command a second time once the TV is active. I may see if adding a "time sleep" or something to the bash script fixes this issue.

Thank you to everyone who helped!

 

I recently picked out a 32in QHD monitor to pair with two 27in QHDs for a triple-monitor setup. After using the 27in QHDs for a few years I decided the pixel density was a bit too high for comfort so I decided to upgrade my primary to a 32in.

Both of my QHD screens are IPS monitors with 178 degree viewing angles, so I made sure the 32in monitor I picked was an IPS screen with a 178 (or higher) viewing angle. With a little color correction everything should look the same, but wow, this monitor really looks different.

When looking at the monitor straight-on from ~2 feet away the sides of the screen are dark. The best way I can exaggerate this is if I fill the screen with white and move my head side to side. The "bright" part of the screen stays straight in front of me and the rest of the monitor gets darker as it gets further away.

My other two monitors don't do this. I can tilt both of them to an extreme angle before they start to appear dark. I don't understand what is different about this monitor that makes it this way. The darkening is so extreme that, if the screen is filled with solid white, the edges of the screen appear "shimmery" as the angle from my left eye is getting a darker/brighter image than my right eye.

I thought maybe it was the "screen surface finish" but my two 27in monitors are "matte" and "glossy," the new 32in is "glossy." All three are IPS displays. All three boast a 178 degree viewing angle. Reviews for the 32in talk about how it looks great and I don't understand how people can stand this. It feels like an old LCD TV, not a gaming LED monitor.

Does anyone know what attribute I need to look for?

The 32in is the "SAMSUNG 32-Inch Odyssey G50D."

My two 27in's are the "ASUS TUF Gaming VG27AQ1A" and the "Acer Nitro VG271U."

EDIT: I posted in the comments, it's an LCD and Samsung deliberately tried to hide that fact.

 

cross-posted from: https://lemmy.dbzer0.com/post/30765479

I updated my graphics drivers from nvidia 470 to nvidia 560 due to issues running certain games. It's fixed my gaming issue but reintroduced the problem that kept me from updating for so long.

After setting my computer to "suspend," it wakes up to this screen on all monitors. I am unable to scroll up or type further commands, my only option is to reboot the machine.

  • My graphics card is: NVIDIA Corporation GP104 [GeForce GTX 1070]
  • Nvidia driver version: 560.35.03
  • My desktop environment is Cinnamon X11. (This does not occur on Wayland, but there is no Cinnamon Wayland.)

I can't make heads or tails of this error screen. The best I can understand is the "Fixing recursive fault but reboot is required!" line. How can I get more information? Does anyone have any ideas on how I can fix this? Thanks in advance.

Edit: It seems important to mention this is happening only on X11 (Pop default and Cinnamon), and not on Pop!_OS on Wayland.

 

I updated my graphics drivers from nvidia 470 to nvidia 560 due to issues running certain games. It's fixed my gaming issue but reintroduced the problem that kept me from updating for so long.

After setting my computer to "suspend," it wakes up to this screen on all monitors. I am unable to scroll up or type further commands, my only option is to reboot the machine.

  • My graphics card is: NVIDIA Corporation GP104 [GeForce GTX 1070]
  • Nvidia driver version: 560.35.03
  • My desktop environment is Cinnamon X11. (This does not occur on Wayland, but there is no Cinnamon Wayland.)

I can't make heads or tails of this error screen. The best I can understand is the "Fixing recursive fault but reboot is required!" line. How can I get more information? Does anyone have any ideas on how I can fix this? Thanks in advance.

Edit: It seems important to mention this is happening only on X11 (Pop default and Cinnamon), and not on Pop!_OS on Wayland.

 

Trying to get the FitGirl repack to run in Lutris or Heroic. I'm running PopOS! with Nvidia 470 drivers. (Using xorg, not wayland.)

I installed the game on my Win10 partition and it runs fine, so instead of re-extracting everything I just copied over the installed game directory over to linux.

I tried running the game in lutris, but the framerate is less than 1fps, constantly. The main menu is navigable with extreme patience. I've tried running in Heroic as well. Same problems. In Heroic I'm using Wine-Wine-GE-Proton8-26, which looks like the most recent version of Wine-GE (even though there is a separate entry for "Wine-GE-Latest" with the same release date.)

Looking on Lutris' website, there isn't exactly any documentation on what dependencies I may be missing: https://lutris.net/games/metaphor-refantazio/

Checking FitGirl's repack site, the comments go on forever and no one is talking about issues running on linux. I've seen youtube videos showcasing it being playable on linux so I know it's possible.

Following this video, I installed some generic dependencies using winetricks in the game's heroic settings. https://www.youtube.com/watch?v=tbbXoqDfkY0

Though, some components are failing to install. I installed:

  • d3dcompiler_43
  • d3dcompiler_47
  • d3dx9
  • d3dx10
  • d3dx11_42
  • d3dx11_43
  • vcrun2005

I'm having various issues installing:

  • dotnet20
  • dotnet48
  • faudio
  • vcrun2008
  • vcrun2010
  • vcrun2012
  • vcrun2013
  • vcrun2015
  • quartz

Though, I don't even know if I need any of those things. I'm just trying common solutions and hoping one works. The game is launching it's just playing really slowly, so a dependency might not be the problem.

Does anyone have any idea why the game is playing so slowly?

EDIT: Issue solved by upgrade Nvidia graphics drivers from 470 to 560!

34
Deezer ARLs (lemmy.dbzer0.com)
submitted 10 months ago* (last edited 10 months ago) by riquisimo@lemmy.dbzer0.com to c/piracy@lemmy.dbzer0.com
 

Where are you guys finding you Deezer ARLs for Deemix etc.?

The megathread post here hasn't been updated in a while. The last ARL expired Sept. 10th. That page does link to a telegram post, but it's also expired.

I don't have telegram, but by incrementing the last few numbers in the URL I was able to find a more recent ARL, but this is a hit-or-miss technique.

I was thinking about getting a telegram acct to follow Firehawk, however telegram works, but I is there a simpler way? I know of YAMS and Lucida, but Deemix is really nice.

Many users here speak the joys of soulseek, but I'm under the impression Deezer would have a higher base-standard for quality.

EDIT: Solved, thanks to this comment. The ARLs list isn't in numerical order. You can search for 2025 (or 2099 even) and find some ARLs that are still active. Thanks everyone!

 

One of the wallpapers has XFCE on it, but I didn't change my desktop environment. Also of note, when I open the terminal it doesn't look the same as it used to. Instead of the dark purple window it's a black window with white text and the window's icon is a red "X" with a dark blue "T" on it.

This is a headless machine and I connect to it through remote-desktop.

If I go through the applications menu (manually clicking, the super key does nothing and my keyboard does not have a "Fn" key) and go to settings I get the window on the left. Changing the settings in this window does nothing. Right clicking the desktop and clicking "desktop settings" I get the window on the right. This window correctly changes the wallpaper.

When I open the home folder I get Thunar.

My guess is there are two desktop environments competing or something right now? How can I fix this?

Also, weirdly, if I click my name in the upper right I can "lock screen" and "log out..." but I can't "switch user," "suspend," or "shut down."

Thank you in advance for any help.

view more: next ›