this post was submitted on 11 Jun 2023
148 points (100.0% liked)

Technology

37551 readers
274 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Looks like KBin has an edge over Lemmy now in terms of monthly active users.

It's obviously a pretty silly thing, and is not in any way indicative of which project is "better" or more "long-term viable" or anything — instances of both federate with one another, and with the rest of fedi, so it's all one happy family.

That said, it's notable. KBin is a relative newcomer to the "Reddit-like fedi instance" game, and also does not have the tankie baggage.

Anyway, the more, the merrier!

KBin: https://the-federation.info/platform/184

Lemmy: https://the-federation.info/platform/73

Discussion on fedi: https://mstdn.social/@rysiek/110527049024028986

you are viewing a single comment's thread
view the rest of the comments
[–] reric88@beehaw.org 10 points 1 year ago (6 children)

Can you explain this in simple terms for simple minds like mine? And I only ask for other people like me who may wonder but not ask

[–] derived_allegory@beehaw.org 9 points 1 year ago* (last edited 1 year ago) (5 children)

There is a "rumor"/"running joke" in the programming community that PHP application is hard to maintain.

Primarily, because it is originally designed to whip up a website in a quick and dirty way, hence the original name "personal homepage".

Where as rust (which is what Lemmy is built upon) is a much more modern language with more safe guard in place to help scaling the application.

Obviously, like many people pointed out there are many larger project is built by PHP. However, many larger companies have the resources build significant extension to PHP to make it more usable, like Facebook's hhvm and hack language are both tools that revolve around PHP. This is a luxury not enjoyed by smaller projects like kbin, Lemmy, even mastodon.

My personal opinion is that PHP is not a great language, but language is just a tool; programmer is also a huge contributing factor in creating maintainable program. For example, python is probably one of the less principled language out there (for example, it's variable scoping is very confusing); yet if the programmer programs in a manner to avoid these disadvantages, they can still build fast and maintainable project with it.

[–] reric88@beehaw.org 3 points 1 year ago (4 children)

Cool, thanks! I only have experience with JavaScript and Python, and I personally prefer JS because Python has been confusing to me. But, I have heard Python is more efficient and easier in the long-term.

After 'mastering' JS to a sufficient ability I will put my efforts towards Python. I am stumped as to why I feel JS is easier than Python when I have also heard the opposite; that python is easier than JS

load more comments (3 replies)
load more comments (3 replies)
load more comments (3 replies)