[-] [email protected] 7 points 10 months ago* (last edited 10 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] 28 points 1 year ago* (last edited 1 year ago)

sharing is caring... ...seed your torrents button

another, for those who use 88x31 buttonspiracy now! button

[-] [email protected] 10 points 1 year ago

personal opinion, i think padding is worse for delineating objects than a bit of colour; or just, like, a line. look at this example - there are four distinct segments on the left, whereas on the right they all merge into one and a half

padding is really useful, yes, but if you put padding on everything then what's there to be separated?

[-] [email protected] 7 points 1 year ago* (last edited 1 year ago)

yeah, i hated material ew as soon as it was announced. so much padding everywhere, and so little contrast - to paraphrase the incredibles: if everything's orange^[1]^, nothing is. your eyes will adjust to it. i want actionable items to stand out, not be a slightly lighter shade of the same colour. it also looks rather like a fischer-price my first phone interface

i must say, if an app (for example, jerboa) uses material 3, i usually try to look for an alternative

[1] other colours are available, i just like orange


edit: some examples:

with material design, it's clear what's a header, what's a footer,^[2]^ and what each button's state is.

with all the padding, there's also less space; leading to less functionality

with material ew, it's much harder to tell at a glance what each app is, one has to scrutinise the icon rather than just tell at a glance by colour

i also really dislike monet; the way it pulls this horrible washed out sickly pastel colour from a wallpaper and washes it over the entire app. if i just pulled one accent colour, and applied that to, say, the header and main action button, i'd like it a lot more

[2] look at the lack of contrast on that "new post" button

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

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

[-] [email protected] 12 points 1 year ago

because fdroid build all of their apps themselves, so every app on the fdroid repo uses the fdroid signing key

[-] [email protected] 8 points 1 year ago

instances aren't like subreddits in this example though. if i don't care about drama, i can subscribe to both r/tumblr and r/curatedtumblr and have them both appear in my feed. i can't do that with instances without creating two accounts, and browsing both separately

[-] [email protected] 6 points 1 year ago

have you tried changing the "type" option in lemmy.world/settings/ (or [yourinstance]/settings)?

type: subscribed/local/new

1
Moderators Wanted (lemmy.world)
submitted 1 year ago by [email protected] to c/[email protected]

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

[-] [email protected] 6 points 1 year ago* (last edited 1 year ago)

nooo, the icon was one of the things that drew me to .world

i don't know whether it's original or taken from somewhere, but it's so glossy and nice

flat design has always been boring, but it's starting to become unfashionable as well

[-] [email protected] 77 points 1 year ago

somebody else pointed this out, but it's honestly bizarre he's going in on the "we aren't making any money" ploy in preparation for the ipo

what's the pitch to the investors? "please by shares in this unprofitable company, in the hope that we can become profitable by pissing off our userbase"?

[-] [email protected] 6 points 1 year ago* (last edited 1 year ago)

that will work, but it's quicker to just long press the app icon in recents:

demonstration

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;
	})
()
[-] [email protected] 7 points 1 year ago* (last edited 1 year ago)

nice, we had the same idea within about 10 minutes...

edit: uh, it seems to have gone; so i've tried reposting it

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 ›

Zeus

joined 1 year ago
MODERATOR OF