[-] [email protected] 45 points 4 months ago

working hard and nepotism aren't mutually exclusive

57
submitted 5 months ago by [email protected] to c/[email protected]

in summer 2023, when I moved here from reddit, the lemmy instance beehaw.org was extremely divisive. they wanted to create a website according to certain rules rather than a free for all. some people were saying it would be the end of the threadiverse before it even began.

since that time, there have been various other intrinsic and extrinsic threats. I do not see much panicking about beehaw. did the threadiverse survive beehaw? or is this only a shell of what we might have had otherwise?

[-] [email protected] 17 points 5 months ago

I think this is the most level headed pro-mbin comment I ever read.

If the project could attract and retain more of this energy it would only be a good thing.

[-] [email protected] 27 points 5 months ago

But the defendant still has to put the funds up in the first place? It's a huge gamble and most people don't even have the ante available.

Is there anywhere in the world that has a robust and comprehensive public funding for legal entanglements of all types?

35
submitted 6 months ago by [email protected] to c/[email protected]

When I join threadiverse (summer 2023), soon everyone was talking about Threads and how it was about to destroy the whole thing.

Then nothing came of it and the whole convo kinda vanished.

Why didn't threads destroy threadiverse already?

8
submitted 7 months ago by [email protected] to c/[email protected]

On desktop kbin is 5x better than vanilla lemmy.

But on mobile I have several FLOSS lemmy clients. They all have their pros n cons. Their development is spread out with different projects. Work and the responsibility are distributed from the main lemmy maintainers.

The kbin webapp is pretty good, but not as good as a native client. There is of course only one.

My feeling is that designing for clients (having an API) imposes some kind of discipline on projects. Like you can't just do whatever willy nilly.

My other feeling is that kbin is setting up to be like iCloud whereas lemmy is more akin to sftp.

Thoughts?

11
submitted 7 months ago by [email protected] to c/[email protected]

When I Find-in-page for a term using ctrl+f or "find as you type" with "Highlight all" turned on, all results will appear highlighted. But then much of the time several seconds (variable) later it goes away, as though I had hit esc. If I hit ctrl+g for "find again" it starts again at the top. So current place in page is lost.

This happens even if I take my hands away from keyboard/mouse. It is not some kind of input I am doing.

Does this sound framiliar to anyone? Is there a way to make the "find" results stay found?

Or is there an add-on which reliably implements Find?

I have problem on multiple devices, for a long time, and with linux, windows and mac.

5
submitted 7 months ago by [email protected] to c/[email protected]

One of the extremely useful things about reddit was that content was somewhat organized by URL. Each post was created in a subreddit. So you could do websearch like keyword site:reddit.com/r/subreddit

This is more difficult/impossible on the threadiverse.

I am not sure to what extent it is configurable on either platform, but quickly looking I see URLs like this:

  • lemmy: https://lemmyinstance.tld/post/0000000; no community/magazine context is present

  • kbin: https://kbininstance.tld/m/magazinename/t/00000/the-title-of-the-post-is-optionally-included

I like the kbin way of doing this because it provides the possibility of searching as with reddit.

Are there any potential solutions to this problem? I haven't even mentioned various other hurdles inherent to the distributed nature of the fediverse content. So feel free to enumerate those.

I'm sure I'm not the only one to want this feature. What is the status of it?

12
submitted 8 months ago by [email protected] to c/[email protected]

Somebody who was previously active on the kbin codeberg repo has left that to make a fork of kbin called mbin.

repo: https://github.com/MbinOrg/mbin

In the readme it says:

Important: Mbin is focused on what the community wants, pull requests can be merged by any repo member. Discussions take place on Matrix then consensus has to be reached by the community. If approved by the community, no additional reviews are required on the PR. It's built entirely on trust.

As a person who hangs around in repos but isn't a developer that sounds totally insane. Couldn't someone easily slip malicious, or just bad, code in? Like you could just describe one cool feature but make a PR of something totally different. Obviously that could happen to any project at any time but my understanding of "code review" is to at least have some due diligence.

I don't think I would want to use any kind of software with a dev structure like this. Is it a normal way of doing stuff?

Is there something I'm missing that explains how this is not wildly irresponsible?

As for "consensus" every generation must read the classic The Tyranny of Stuctureless. Written about the feminist movement but its wisdom applies to all movements with libertarian (in the positive sense) tendencies. Those who do not are condemned to a life of drama, not liberation.

2
geese (imgur.com)
submitted 9 months ago by [email protected] to c/[email protected]
1
test (media.kbin.social)
submitted 9 months ago by [email protected] to c/[email protected]

test

8
submitted 9 months ago by [email protected] to c/[email protected]

hello friends of rblind. I am a sighted person who follows the kbin-core repo. I saw an issue #1143 opened recently regarding the use of alt in markdown. I am having a hard time discerning whether it is a productive request or not.

I understand that rblind is not a free-of-charge accessibility consultation company. But I thought I would point out this issue in case anyone had an interest in contributing to the discussion.

If I am posting in error, please either remove it or notify me so I can remove or edit the post.

Here is the text of the issue:

See this post

Current widespread wisdom is that you should specify alt text with the format ![alt text](url) but this ISN'T behaving as alt text. It's behaving as a label. It needs to be set to the alt text attribute on the image.

True alt text doesn't need to be rendered out. It's a nice feature that apps like pixelfed give you a button to see the alt text, because it can give extra context, but this is a secondary feature. This would be great to add as well, but it's out of scope here.

Labels are meant for things like crediting the photographer. See any well written news articles for examples of this. This one has an image of some sharks as a header. You'll see underneath that it has an explanation and credits NIWA for the image.

There IS a way to specify labels in markdown, and leave the alt text in tact. The correct format is ![alt text](link "label goes here") but this isn't currently recognised by kbin and the label gets completely stripped out. (link)

You can verify this by using something like this plugin.

Notice how all the post images are marked as "Missing alt attribute"

Notice how things like the magazine icon don't render out their alt text "ArtemisAppPlayground Icon"

Further, see codberg's handling of images:

alt text

![alt text](https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/SMPTE_Color_Bars.svg/320px-SMPTE_Color_Bars.svg.png "Label text here")

results in the following html:
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/SMPTE_Color_Bars.svg/320px-SMPTE_Color_Bars.svg.png" alt="alt text" title="Label text here">

(codeberg displays labels as tooltips)

I honestly think it's fine to keep using the first [part] as labels, mostly because this syntax is already widely in use, but I think the second (link "this bit") should be set to the image's alt text attribute.

4
submitted 9 months ago by [email protected] to c/[email protected]

I just learned:

https://github.com/ogham/exa the ls replacement has been replaced by https://github.com/eza-community/eza

the exa repo says:

exa is unmaintained, use the fork eza instead.
(This repository isn’t archived because the only person with the rights to do so is unreachable).

I didn't read it all, but for the curious, looks like the story is here: [Question] Is this project still being actively maintained? · Issue #1139 · ogham/exa

hope everyone involved is OK, on to other projects

3
submitted 9 months ago by [email protected] to c/[email protected]

I just learned:

https://github.com/ogham/exa the ls replacement has been replaced by https://github.com/eza-community/eza

the exa repo says:

exa is unmaintained, use the fork eza instead.
(This repository isn’t archived because the only person with the rights to do so is unreachable).

I didn't read it all, but for the curious, looks like the story is here: [Question] Is this project still being actively maintained? · Issue #1139 · ogham/exa

hope everyone involved is OK, on to other projects

[-] [email protected] 18 points 11 months ago

you can but preserve your sanity and stay away from it

23
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]

Secure a place in history. Create the source material for hundreds of journalists, bloggers and shitposters writing about the downfall of reddit and the rise of the threadiverse. (also missing!)

At some point, there will be some sort of drama involving kbin. It could be constructive drama or not; who knows.

When it happens, whatever it is, lots of people will direct themselves to wikipedia to learn about what this website is. We all know wikipedia can be very influential. Even in the absence of drama.

[-] [email protected] 20 points 11 months ago

when I start writing this comment, the post is 47 minutes old. if I understand the linked page properly, lemmy.world has been functional (all green checkmarks) for the past 10 minutes which is the furthest back the data goes. All the other instances are all green except for lemmy.one which is all red. I am assuming that 47 minutes ago, lemmy.world had red boxes?

Maybe a different link would have explained the point better but I don't really see how a 30 minute (??) server outage during an upgrade is compelling to avoid a large instance. Are you suggesting it's better to use a server whos admins don't upgrade? If not, is there really any size of server that would meaningfully avoid this kind of occasional disruption? Seems to me that the dynamism of the environment will inevitably lead to various problems. That's part of the experience. TBH threadiverse uptime on the whole is pretty impressive for such a ragtag groups of admins and devs.

I have accounts on some smaller servers but they have their drawbacks too. Using a bigger server is more convenient because the people and content is already there. It's easier. I didn't plan to use lemmy.world but I ended up making account there to use sometimes.

I think in a year or so the situation might be different. I see the ideological point and I would like it to be true. Maybe the technology will catch up. I think it would be nice to be able to programmatically seed content, but maybe that would be obnoxious to admins.

[-] [email protected] 16 points 11 months ago

the FLOSS alternative https://github.com/NeoApplications/Neo-Launcher/

I don't have a play store link if you do please post it for those in need

[-] [email protected] 39 points 11 months ago* (last edited 11 months ago)

In US/Europe when cops would do this in bathrooms, parks, bars, bookshops etc they'd get the BJ first before doing the arrest/beating/robbery/roughride.... you know to really be sure the guy was for real. Mostly stopped since the 90s.

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

Have any of these referendums happened? I have not been able to follow all this

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

For scale:

According to wikipedia the population of finland is 5.6 million.

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

Reddit demonstrated some accessible designs

no they didn't

, the meeting highlighted Reddit's prioritization of user accessibility over moderator accessibility,

wrong, they aren't caring about anyone's accessibility

tldr: reading the last paragraph (traditionally known as a "conclusion") would be more useful than reading dumb bullshit chat gpt

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

I think that would be great!

Not that it wouldn't be worthwhile anyway, but as a general thing, changes which greatly improve accessibility for some tend to be positive for everyone. I think that above post really demonstrates that. The /r/Blind users were using the same 3rd party apps as everyone else. Contrary to what reddit is trying to say, there are not particular "accessibility"-only apps. Like there's no daisy reddit. Being accessible was part of the general high quality, thoughtful design. And now they are being told to use the same low quality, shitty tools which nobody else wants to use, but they can't use. Accessibility goes hand in hand with quality. No news to you I'm sure.

I would be shocked (and sad) to learn if the devs here wouldn't appreciate PRs from a knowledgeable contributor along these lines. I think it could be hard to prioritize doing these things already because of how many bazillions of communications are coming in from people who are already using the platform. And if the main dev doesn't have expertise in this area it is also easier to apply oneself to the many problems you do know how to solve rather than going off on a research project.. (I have no idea about the skills of the kbin devs.)

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

I also find it interesting that lack of mod tools is a big complaint of reddit but it seems that lack of mod tools is immediately an issue on kbin/lemmy.

But the decisions made on one vs the other are moving in the opposite directions.

This is a new town, not a razed town.

view more: next ›

density

joined 1 year ago