this post was submitted on 13 Oct 2024
457 points (98.9% liked)

Linux

47723 readers
747 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 14 points 2 days ago

Gonna miss the old one but I definitely had to go. I kinda like Luanti too

[–] [email protected] 2 points 2 days ago (15 children)

Did they ever fix the game having a maximum map size of like 10.000 by 10.000? That limitation always seemed to put it at a disadvantage compared to Minecraft, for larger communities

[–] [email protected] 4 points 2 days ago

They fixed that quite a while back. It is 60000x60000x60000

load more comments (14 replies)
[–] [email protected] -5 points 2 days ago (2 children)
load more comments (2 replies)
[–] [email protected] -4 points 2 days ago (6 children)

Minetest doesn't have to turn into Roblox, we already have OpenBlox for that purpose

load more comments (6 replies)
[–] [email protected] 0 points 2 days ago
[–] [email protected] 0 points 2 days ago (1 children)

hope they improve upon it, the old (when the banning was implemented) version of minetest was horrible. I'll be trying it soon :)

[–] [email protected] 9 points 2 days ago* (last edited 2 days ago) (1 children)

It has come a long way. These days it doesn't even come with a game preinstalled. You can play VoxeLibre, Asuna, and so much more. Plus the original Minetest game is still installable. Also there are quite a lot of mods and other content available.

The only gripes I really have is the security and UI design. Neither are that bad but they could be better.

[–] [email protected] 3 points 2 days ago (1 children)

What is the problem with security?

[–] [email protected] 5 points 2 days ago (2 children)

Online play is 100% unencrypted or authenticated. Client executes lua code sent by the server. I hope the code is kinda sandboxed but wouldnt put my hopes up there.

[–] [email protected] 3 points 2 days ago (1 children)

As far as I’m aware, most of the “dangerous” lua api (io/network etc) is blocked and only available to mods during the startup phase, and not otherwise during runtime.

But I’m sure there are workarounds. For one, I’ve written mods with rust for it, and you can require and then call any dynamic library through lua, with all of the io and networking you’d want, as long as it is brought in during the init phase. And the mods that do access the “dangerous” api, have to be explicitly given rights to do so (but again, by the server, not the clients) in the config before it works.

It’s not that bad for the most cases, as long as you trust the server. If playing single player, you personally control which mods get the secure environment access, so at that point it’s entirely your own fault, if you get exploited.

[–] [email protected] 2 points 2 days ago

I hope they can build on some work from the lua devs. Isolating stuff like that is not always easy. But given lua is used extensively for embedded scripting, there is a good chance they can.

[–] [email protected] 1 points 2 days ago

Also there isn't necessarily a clean environment between mods. This means one mod could modify another mod.

[–] [email protected] -2 points 2 days ago (3 children)

Too bad that luanti.org is note available...

[–] [email protected] 2 points 2 days ago

Also luanti.net (which would be the most logical step to use that address because of the same TLD).

Why isn't something like this done prior to announcing the new name ...

load more comments (2 replies)
load more comments
view more: ‹ prev next ›