Welcome Lemmy.world
41–50 of 78 posts
Re: Welcome Lemmy.world
#42I wish Lemmy's default design was more of a copy of old.reddit.com. For me, that design was better than both HackerNews' design and way better than the current default look of Lemmy instances.
old.reddit.com looks rather dated to this 53 y/o bloke. Very busy too. I don't actually care because content is king and presentation is not but it would be nice if it looks good. Modern Reddit looks OK to me but I have recently deleted all comments I've ever made on Reddit and also my account. I will keep the mail alias alive for a while to see what shite turns up. For me Reddit was a new and vaguely exciting thing…
Re: Welcome Lemmy.world
#43I wish Lemmy's default design was more of a copy of old.reddit.com. For me, that design was better than both HackerNews' design and way better than the current default look of Lemmy instances.
Same. However it seems most people don't like the old.reddit look, only 4% of redditors use it. Most people are content with the slow bloated new reddit. When redditors talked about what sites to migrate to most of them preferred the modern interfaces over text based ones like tildes.net.
Re: Welcome Lemmy.world
#44I wish Lemmy's default design was more of a copy of old.reddit.com. For me, that design was better than both HackerNews' design and way better than the current default look of Lemmy instances.
It's quite easy to change the css from Lemmy, and from a quick look their HTML is reasonably clean. I'm tempted to attempt it.
Re: Welcome Lemmy.world
#45Earlier quoted context omitted.
I'm on kbin.social and participate in communities across ~20ish other instances regardless of whether they've turned off registrations temporarily or permanently. Disabling registrations only prevents new accounts on that instance, it doesn't stop people from posting and commenting from other instances.
Parent comment is the perfect example of how we got so used with dealing with shitty and user-hostile systems. We've been dealing with walled gardens for almost a generation now, it's like they don't even understand that it is possible to interact with a remote system without having everything in one centralized database.
Re: Welcome Lemmy.world
#46I wish Lemmy's default design was more of a copy of old.reddit.com. For me, that design was better than both HackerNews' design and way better than the current default look of Lemmy instances.
I am a fan of the software but I agree that the default design is horrible, it would probably serve Lemmy to get that addressed ASAP to get more people in the door. It's open source, any UI/UX people spot some low-hanging fruit? https://github.com/LemmyNet/
What jumped out first is the irregular post layout. For example the up/down arrows are farther from the image than the title, possibly to accommodate large, centered numbers. The titles can be at least three rows tall which results in posts that are quite different in height. The post images are all different heights and widths. Some users also have large circular icons that increase the height of the row while others have no icons. The other icon buttons are all slightly different sizes and appear to be from different sets. Finally, the content appears to be laid out a little haphazardly: why is the star icon next to the comments but the book icon next to the post's age? Why is the article's domain sandwiched between the community name and the age, and do we really need to show subdomains? (As an alternative, you could truncate large numbers with postfix magnitude to shrink their padding, make all images the same height/width, truncate long titles to two rows, make all icons the same optical size, and collapse the metadata to a single row such as: "From domain.org · Submitted by @name to community 11h ago · # Comments · star".)
The gray text on gray background results in poor contrast which makes it harder to read than necessary. This is especially apparent in the Posts/Comments and Subscribed/All toggles as the unselected option looks entirely disabled.
Finally, I'm not sure it works to put so many communities in one large block of wrapping rows. It may fit more content on the screen but makes for a loud block of bright green text that is attention-grabbing but hard to scan, especially since the list doesn't seem to have a visible sort order. It's also driving me crazy that the communities with icons result in inconsistent leading between rows. In that case I might start by finding out whether the page really needs to show six dozen subscriptions in the sidebar in the first place.
[1] https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/ma...
Re: Welcome Lemmy.world
#47Having worked in the tech legal and compliance, privacy, and security spaces for a very long time the idea of letting thousands of strangers upload binary files to a server I’m legally liable for is terrifying.
I had a heated discussion with some Nostr advocates who thought that by calling servers "avocados" or something, then they wouldn't be responsible for what users posted on the "avocados".
I've not looked into ActivityPub or the Fediverse enough to know what is hosted locally and would (not) be protected by Sec 230, but it might drive some centralization toward corporations or other accountable organizations.
Re: Welcome Lemmy.world
#48I wish Lemmy's default design was more of a copy of old.reddit.com. For me, that design was better than both HackerNews' design and way better than the current default look of Lemmy instances.
It's quite easy to change the css from Lemmy, and from a quick look their HTML is reasonably clean. I'm tempted to attempt it.
I have also started looking at it, by $REAL_JOB doesn't leave that much time.
Re: Welcome Lemmy.world
#49Having worked in the tech legal and compliance, privacy, and security spaces for a very long time the idea of letting thousands of strangers upload binary files to a server I’m legally liable for is terrifying.
This isn't straight binary file hosting. Its just text, image, and video. Images/Video can get into trouble but if you have a Safe-for-work only policy and defederate from NSFW instances, you're probably in the clear?
And I'm pretty sure any large amount of data is going to be throttled. So not even "big" videos are going to be hosted, more like a few-second .mp4 memes at best.
Re: Welcome Lemmy.world
#50There were some Lemmy-related discussions going on this past weekend. I think this is the one tidbit everyone around Hacker News wants to know: > The current VPS couldn't be resized that much anymore, and load was going up with all the new users. So I bought the same server at Hetzner: a 32-core/64 thread 128GB RAM dedicated server. (For Mastodon, I doubled the RAM. For Lemmy I don't think it's needed yet.) I migrate…