Zeus

joined 1 year ago
MODERATOR OF
[–] [email protected] 7 points 1 year ago* (last edited 1 year 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] 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] 22 points 1 year ago* (last edited 1 year ago) (1 children)
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

yeah, that's basically when i play most aaa games - when the mood takes me, but mostly ~10 years old. i've just recently finally played wofenstein new order, followed by the tomb raider legend trilogy (they're really short), and i've now started on the tomb raider survivor trilogy

indie games i tend to play a bit sooner; partly because they're cheaper and partly because i feel they're more likely to use (and need) the money to make more games. although the last indie game i played was fez, and the dev of that has quit completely...

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

as a way to search inside communities: https://www.search-lemmy.com/ is in early development but it works surprisingly well usually

 

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

23
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;
	})
()
6
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 bookmark 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;
	})
()

/!\ N.B. it only works in communities, not comment view (for now?)

view more: next ›