stepan

joined 2 years ago
MODERATOR OF
[–] stepan@lemmy.cafe 1 points 53 seconds ago

there's a point in our neurodivergent lives where we have to decide whether to be a super queer leftist or comic book villain. no other option

[–] stepan@lemmy.cafe 2 points 16 hours ago* (last edited 16 hours ago)

watch the comments section burn

and rightfully so...

[–] stepan@lemmy.cafe 5 points 1 day ago

i don't really know honestly. some personal disagreements between the leader and other developers.

from my experience, when most devs leave because of the leader, they are usually in the right. but i didn't investigate it much.

[–] stepan@lemmy.cafe 20 points 1 day ago

i thought it was ships falling off the exploding flat earth's edge

[–] stepan@lemmy.cafe 2 points 2 days ago* (last edited 2 days ago) (1 children)

oh i read that as a call to boycott google and some google's agreement.

i might be dumb one in a thousand, but a period after the first sentence would help.

[–] stepan@lemmy.cafe 26 points 2 days ago (7 children)

YouTube Morphe. It's the new revanced fork after they had some drama. IIRC most ReVanced devs are working on Morphe now.

[–] stepan@lemmy.cafe 4 points 2 days ago (4 children)

ok that's just the claim again. i read about historical zionism in the context of palestine, and with what i read even just on wikipedia i'm inclined to believe what you're saying is true.

still, comments on the internet are quite impactful sometimes, and i believe you should add a source when making a non-obvious claim

[–] stepan@lemmy.cafe 1 points 2 days ago

Thanks, that confirms the claim about the symbols just displaying incorrectly being an utter bullshit.

I agree the existence of the symbols is not an issue by itself. We even have 卐 in unicode.

Removing those symbols would be problematic, because fascist were always so unoriginal they stole most of the symbolism from different cultures.

[–] stepan@lemmy.cafe 3 points 2 days ago (7 children)

source please 🙏

[–] stepan@lemmy.cafe 6 points 4 days ago

why would i otherwise?

[–] stepan@lemmy.cafe 2 points 4 days ago (2 children)

@gnufuu@infosec.pub commented GOG's response claiming the symbols just displayed like that on some devices. Like it's just some bug in how they are rendered, which sounds like bullshit... When you have time, could you please try to copy them from the email and paste to some web unicode explorer or something to be sure it really is that symbol used in the email?

[–] stepan@lemmy.cafe 0 points 4 days ago (1 children)

I wonder how realistic the one rune being displayed as the other on several devices is. Like, they are both unicode, and the screenshots seem to be from regular web browsers which should be pretty good at displaying it. It sounds like bullshit honestly...

6
Any thought on this? (www.anarchistfederation.net)
 

I strongly disagree with the text. I understand it as the author doesn't want the people of Iran to liberate themselves from tyranny, because then they would be controlled by US which is also tyrannic. But not supporting people liberating themselves because one feels like they know better than the people seems just like the imperialist logic, just reversed. What are your thoughts? Does the text reflect common opinion among anarchists?

 

Niri doesn't have a command to change its settings yet. However, as its config files are live reloaded, you can write to them programmatically and it will update immediately. Here's my script to toggle the swapescape keyboard functionality that swaps Escape and CapsLock:

#!/bin/bash

if [ $(
	grep -c ",caps:swapescape" ~/.config/niri/config.kdl
) -eq 1 ]; then
	sed -i s/",caps:swapescape//" ~/.config/niri/config.kdl
else
	sed -i "s/options \"grp:win_space_toggle/&,caps:swapescape/" ~/.config/niri/config.kdl
fi

I bind the script to a keyboard shortcut in niri config:

Mod+Shift+A { spawn "bash" "-c" "~/scripts/toggle_caps_esc_swap.sh"; }

I like to have the keys swapped, but some games act weirdly with it and use the actual Esc key, which also enables CapsLock in addition to showing some in-game menu. This way, I can quickly disable the swap when launching the game, and enable it after I'm done.

 

Bit old news, but I only noticed now. Niri added support for include "some-file.kdl". You can finally split your config into multiple files, and have your config.kdl only contain includes, if you want.

 

You get to live a happy life and don't care about all the horrible things happening all across the world. You wouldn't feel terrible for children getting killed in a genocide half the globe away, every day. Blissful ignorance.

My response would be no. And I suppose most responses are gonna be no, but I also don't think anyone who already doesn't care would take a pill to start caring. That's an interesting concept to me.

I'm sure that what me caring does to my mental state is far worse than however good is anything it does to anyone else. But by that logic, if everyone stopped caring, how would the world look like?

EDIT: It's permanent. It doesn't take away your emotions, it just stops you from caring about things like wars as long as they don't directly affect you. Just like many people already have it.

 

Hi, I created a lemmy community for the Niri WM. Join if you use it or are interested in it. Have fun!

!niri@lemmy.cafe

1
First post (lemmy.cafe)
 

Hey, I just created this community. I hope to create a nice place to share and discuss Niri. I will post some things after the weekend, feel free to post before me :)

74
submitted 5 months ago* (last edited 5 months ago) by stepan@lemmy.cafe to c/piracy@lemmy.dbzer0.com
 

Hi, I'm thinking about writing a media piracy tutorial for absolute beginners (think my mother - people who can use browsers and office but that's about it).

Does anybody know what's the legislation for that? I'm in the Czech Republic (EU), and the site is hosted on Codeberg pages (Germany). Nameservers for my domain are managed by CloudFlare (USA). So I'm curious about both EU and US laws.

If it's illegal, can I make it legal by not including any direct links, or stating some "educational purposes only" bullshit?

I feel like the internet is full of that stuff and even GitHub READMEs usually get away with "we don't condone piracy", but I also vaguely remember some lawsuit against redditors discussing piracy?

Thanks for advice.

 

I made this userscript to play multiple videos from pirate streaming sites in sync (play/pause them at the same time)

usecase: You want to watch dubbed version of a movie (most people here probably watch in english, but may have friends or family members who don't). You find dubbed version, but in poor quality. Finding high quality english version is easy. You play the english version muted in foreground, and the dubbed version with audio in the background. With this userscript, you can play or pause them at the same time.

Not sure if anyone else finds it useful, but it' super useful for me, so I figured I'll share it here.

38
submitted 6 months ago* (last edited 6 months ago) by stepan@lemmy.cafe to c/android@lemmy.world
 

I've written this blog post about moving from rooted Samsung to a Pixel running GrapheneOS. It's a list of every root tool that I used, with a note on whether I'll miss it. I wrote it as a checklist for myself initially, and decided to add links and more comments and publish it. Turns out I don't really need root, which truly surprised me.

Do you have any apps or tools that hold you back from leaving root?

 

Being at school is so incredibly boring I'm literally losing my mind. Drawing pretty much anything is better than paying attention.

 

Nof sure if this counts as it's not some high quality art, but no other album art has had such a strong emotional effect on me. Votes will show.

view more: next ›