[-] recursive_recursion@programming.dev 2 points 10 hours ago* (last edited 9 hours ago)

for me I thought it was a smaller cat lying on a bigger cat (with somehow the same color and coat style😂)

looking again 90° counter clockwise it could also look like she's flexing on everyone💪😸

ahhhh thank you😂🤗

the attempted wafting 😂
and Moxxi is very cute🤗❤️

Capitalism: steal first, apologize with no real repurcussions later

that's pretty fucked if true

Nintendo's stagnated and has become a patent troll

as someone that used to be a fan I'm sad as it's hard to be hyped for any of their games when they're widely known for pulling these kinds of scummy tactics time and time again

indies be dammed, it's too much of a risk to make Nintendo-inspired games let alone direct fan-games

24

$240 USD for an expensive piece of junk
sheeesh

please mark as NSFW~🤗

no worries and best of luck!

[-] recursive_recursion@programming.dev 2 points 3 days ago* (last edited 3 days ago)

ah thank you for calling that out👍

pacman -Sy is definitely a mistake and you are correct in that it should be -S <packages> or -Syu

I've edited my previous comment to reflect this thank you!

[-] recursive_recursion@programming.dev 3 points 4 days ago* (last edited 3 days ago)

while I'm not sure about the tiling WM front I can help with the KDE optimization on Arch part:

To preface I'm sharing sections of my Bash script that I'm in the process of eventually releasing under AGPL-3.0 which should help explain the editing/verboseness of them.

For base/minimal Arch Linux Packages:

## `btrfs-progs` is dependent/only required if you use BTRFS as your file system.
## `grub` is also dependent if you use GRUB instead of Systemd as your init system.
## intel-ucode replaces amd-ucode (as discerned from your comment on this post) which installs Intel-based microcode for your processor/CPU.
pacstrap -K /mnt intel-ucode base base-devel btrfs-progs efibootmgr grub iptables-nft linux linux-firmware linux-lts man nano networkmanager pipewire pipewire-alsa pipewire-jack pipewire-pulse sudo

For Installing Core Packages

### grub-btrfs is omitted as it is orphaned as of Sept 3, 2024. https://archlinux.org/packages/extra/any/grub-btrfs/.
pacman -S --needed bash-completion cryptsetup dnsmasq e2fsprogs efibootmgr firewalld man-db networkmanager sddm sddm-kcm

KDE Focused Packages

## Installing plasma Group Packages
## https://archlinux.org/groups/x86_64/plasma/
pacman -S --needed breeze breeze-gtk discover drkonqi kactivitymanagerd kde-cli-tools kde-gtk-config kdecoration kdeplasma-addons kgamma kglobalacceld kinfocenter kmenuedit kpipewire kscreen kscreenlocker ksystemstats kwallet-pam kwayland kwin kwrited layer-shell-qt libkscreen libksysguard libplasma milou plasma5support plasma-activities plasma-activities-stats plasma-desktop plasma-disks plasma-firewall plasma-integration plasma-nm plasma-systemmonitor plasma-thunderbolt plasma-vault plasma-workspace plasma-workspace-wallpapers polkit-kde-agent powerdevil qqc2-breeze-style systemsettings xdg-desktop-portal-kde

## Installing kde-applications Group Packages
## https://archlinux.org/groups/x86_64/kde-applications/
pacman -S --needed dolphin kate kmix konsole kwalletmanager

AMD GPU Related Packages

## Installing Video Drivers
## FOSS AMD GPU Drivers
## Please see the table on https://wiki.archlinux.org/title/Xorg
pacman -S --needed mesa vulkan-radeon libva-mesa-driver mesa-vdpau xf86-video-amdgpu

## Enable the multilib repository for 32-bit application support:
sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf

## To enable 32-bit application support, the multilib repository is enabled by default using the sed command above. This allows the necessary drivers to be installable from the multilib repository.
pacman -S --needed lib32-mesa lib32-libva-mesa-driver lib32-vulkan-radeon lib32-mesa-vdpau
## Owners of older AMD graphics cards (GCN 1&2) may also want to install the ATI driver:
#pacman -S --needed xf86-video-ati

Some packages were omitted from the installation lines above as this was taken from my custom installer for self-hosting services.
I'd recommend checking the links provided above to to figure out what additional packages you want for yourself🤗

If you still have issues with KDE X11/Wayland on Arch or Ubuntu, feel free to DM me and I'll try my best to help👍

[-] recursive_recursion@programming.dev 2 points 6 days ago* (last edited 6 days ago)

Please be mindful of fellow community members and our TOS when making posts/comments on our communities.

As stated in our TOS:

  • 1.4. You are responsible for your own experience on our services.
  • 1.7. You are expected to follow our Code of Conduct
    • 1.1. Remember the human: When interacting with other people on the site they should be interacted with as if they are a human, that is with respect and in a way that you would want to be treated.

Please be respectful and mindful of others when making posts and comments towards others.
Consider this your first warning.
Thank you.

please mark as NSFW

78
submitted 1 week ago* (last edited 1 week ago) by recursive_recursion@programming.dev to c/canada@lemmy.ca

https://www.cbc.ca/news/politics/air-canada-labour-dispute-1.7321527

Obligatory fuck the CEOs and Shareholders

"We are bargaining. We are committed to reaching a deal. But we are saying that if that fails, the government should be ready to intervene and avoid the disruption," - Christophe Hennebelle (Air Canada’s vice-president of corporate communications)

this is not what a company that's negotiating in good faith does


NDP won't support interference

NDP Leader Jagmeet Singh said Thursday morning the party would not support efforts to force pilots back to work.

"We're going to send a clear message again that we are opposed to Justin Trudeau and the Liberals, or any government, interfering with workers," said Singh.

1
submitted 1 week ago* (last edited 1 week ago) by recursive_recursion@programming.dev to c/documentaries@lemmy.world

seeing the consequences of our actions can change a person for better or for worse

43

cross-posted from: https://ani.social/post/5863580

This was posted on GKIDS official twitter account. This is part of the ongoing Studio Ghibli Fest 2024 that GKIDS has been running (in the US). I have managed to see a couple of the films so far this year and am trying to make 1-2 more before the year ends.

8
119

cross-posted from: https://slrpnk.net/post/13094630

Link to sign EU initiative: https://eci.ec.europa.eu/045/public/#/screen/home

Guides on how to sign EU initiative: https://www.stopkillinggames.com/eci

113
19

cross-posted from: https://programming.dev/post/19007507

For context:
I've encrypted the swap partition with:

cryptsetup -v luksFormat /dev/${DEVICE}
cryptsetup luksOpen /dev/${DEVICE} swap

And what I want is for the user to be able to enter their password only once to decrypt their root partition which would contain a keyfile to then decrypt their swap partition.

Does anyone know if this is possible?
Just thought I'd ask to see if anyone's done this already

Links:

145

cross-posted from: https://beehaw.org/post/15787798

Archived version

Naomi Wu has disappeared. Perhaps she has been disappeared. That’s not rare in China.

[...]

The proximate cause of her apparent disappearance, as Jackie Singh explains in detail here, was a discovery that Naomi Wu, an experienced coder, had made. It seemed that the cute little cellphone keyboard applications developed by the Chinese company Tencent, and used by just about everyone, were spyware. They could log keystrokes, and did it outside of even very secure applications such as Signal, so things that were sent securely could be “phoned home” by the keyboard app itself.

It seems, though the evidence is coincidental, that this was one too many cats let out of the bag, and the Chinese communist government of Winnie Xi Pooh acted quickly, with the results (probably understated) in the Tweet quoted above.

[...]

The silence has been deafening. People on the internet, especially young, enthusiastic websters, have long been thought unbelievably shallow, in it for whatever they could get out of it, and unwilling to take a stand on something important unless there was profit in it for them. We needn’t think that anymore — now we know it’s true.

What can be done? [...] Our government won’t lift a finger even for American citizens or very well known Chinese figures trapped under the thumb of the Disney-character’s evil lookalike, or the Uyghurs, unless there’s some political gain to be had, such as with the tattooed LGBT WNBA player who couldn’t be bothered to leave her dope at home during a visit to Russia.

[...]

China was afraid that silencing Naomi Wu would make the government there look bad. Let’s prove them right.

3
29

cross-posted from: https://lemmy.blahaj.zone/post/15873568

holy shit

if this is true AMD gamers just got a huge free boost in gaming performance

Windows was very unoptimized for Ryzen

93
view more: next ›

recursive_recursion

joined 1 year ago