Zeus

joined 1 year ago
MODERATOR OF
[–] Zeus@lemmy.world 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 @zeus@lemm.ee if you want me to see your response)

[–] Zeus@lemmy.world 2 points 1 year ago

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

[–] Zeus@lemmy.world 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?

[–] Zeus@lemmy.world 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

[–] Zeus@lemmy.world 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

[–] Zeus@lemmy.world 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

[–] Zeus@lemmy.world 23 points 1 year ago* (last edited 1 year ago) (1 children)
[–] Zeus@lemmy.world 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...

[–] Zeus@lemmy.world 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

 

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

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 ›