Zeus

joined 1 year ago
MODERATOR OF
[–] [email protected] 7 points 11 months ago* (last edited 11 months ago)

the "risk" of false positives comes down to the consequence. if the consequence is being stuck in the slammer, don't use ai. if the consequence is you can't upload the image unless you manually appeal, or even maybe have to use an external image host; i think ai is fine

edit: ah bugger, wrong acct. ah well

(please tag @[email protected] if you want me to see your response)

[–] [email protected] 2 points 1 year ago

ah okay, i see. i will endeavor to do so then

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (2 children)

oh of course - sorry, i forgot you could only mod someone who comments.. i've commented under my latest post

might i ask why it would be preferable though? i have nothing against l.w (i was very happy w/ just a l.w acct.) but i moved to lemm.ee because i felt it better for the health of the fediverse? surely it's better to spread the load?

[–] [email protected] 1 points 1 year ago (2 children)

hello avaddonlfc!

thank you

[–] [email protected] 3 points 1 year ago

yeah, i liked the soft & friendly kde cursors.

not sure about the colours either, but that might be because they've changed from the portal colours to the portal beta colours. i never thought of them as portal themed before, but now i can't unsee it

[–] [email protected] 4 points 1 year ago

bangs are invaluable, and the main reason i stick with ddg. having !w and !pcgw just instantly take me to the right page is great

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (10 children)

i just use them for fun things. i've never "written a short description of myself", just put something that makes you giggle

 

posting this because i searched for it and very little came up. for some reason it's not in joystick settings, it's hidden off-screen at the bottom of the available input methods. it's on screen for inputs with few options, like ABXY, but not joysticks, trackpads or gyro

youtube tutorial (not mine)

i realise people generally prefer action layers, but i find mode shifts much less buggy

 

i'll be honest, i started this sub because nobody else had; and i wanted it to exist. i don't want to be a mod, i don't know how to, and i don't like the idea

if you would like to help out, please comment on this post or message me

1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Most of these resources are outdated (including the official wiki) due to the steam input revamp with the release of the steam deck. The basic concepts should stay the same, but the UI layout will be different



[1]. previously RambleTan, or ExistentialEgg

[2]. currently down due to reddit api blackout

[3]. formally GloSC

3
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

i find it annoying to have to manually change urls to subscribe to a community outside lemmy.world, so i wrote a bookmarklet to quickly switch to the lemmy.world instance

to use, just drag the following code to your bookmarks bar (name it whatever you like), then click it when you want to use it

javascript:(function() {const myInst="lemmy.world";let currUrl=window.location.toString().split("/");let currInst=currUrl[2];currUrl[2]=myInst;let newUrl=currUrl.join("/")+"@"+currInst;window.location=newUrl;})();

readable version:

javascript:(
	function() {
		// make sure to change this if using on a different instance
		const myInst="lemmy.world";
		let currUrl=window.location.toString().split("/");
		let currInst=currUrl[2];
		currUrl[2]=myInst;
		let newUrl=currUrl.join("/")+"@"+currInst;
		window.location=newUrl;
	})
()
view more: next ›