Is it still -2 for you though?
Is it still -2 for you though?
It’s two downvotes (at least on lemmy.ml at this point in time). Is it hard to imagine that 2 out of 16 people could dislike seeing someone say that anything that doesn’t fit their narrative is the result of bots?
What makes you think it isn’t just real people?
I don’t think ð was pronounced exactly the same way as thSeems like I was thinking of other languages where they were/are pronounced differently.
Linux is the kernel, not the OS. RedStar uses Linux as the kernel.
you’re not usually directly accessing/working on the hardware
I mean, you are. Sure, there’s a layer of abstraction when doing tasks that require the intervention of the kernel, but you are still dealing with cpu registers and stuff like that. Merely by writing in assembly you are making your software less portable because you are writing for a specific ISA that only a certain family of processors can read, and talking with the kernel through an API or ABI that is specific to the kernel (standards like Posix mitigate the latter part somewhat, but some systems (windows) aren’t Posix compilant).
Writing it in assembly would make it pretty much the opposite of portable (not accounting for emulation), since you are directly giving instructions to a specific hardware and OS.
Thanks! Yeah, typescript was just an example that I gave because it was made to tackle the perceived problems in javascript. I never used it myself and just mentioned it to explain the idea I was getting at.
Btw, what is a non-local RSS reader? I have come across multiple that RSS readers that advertise being “self-hosted” and I’m confused about that since in my mind RSS readers are simply clients that periodically query different servers for an .rss file, so I’m confused about where there is anything to host besides the host of the .rss feed.
I recognize you and your profile picture from some quite popular Luanti mods. :D I have a question regarding making content for Luanti:
I’ve been interested in maybe some day making a game for Luanti, but I don’t really like Lua (I for example imagine that undefined variables evaluating to nil
rather than directly throwing an error, identifiers by default being public, and absence of static checking of possibility of null dereference before runtime to be things that can cause quite some annoying bugs). Is there some popular X to Lua transpiler that you’ve heard people using? Something like what Typescript is to JS or Kotlin/Clojure/Scala to Java (not exactly the same thing since they all compile directly to jvm bytecode rather than java, but you get the point).
I hope I’m not insulting you by asking such a question.
Yeah I also never reached the end, though I imagine if playing multiplayer, with enough players and time, that then at some point there won’t be any untouched land.
Potentially?
I like my toots.
deleted by creator
I didn’t know who she was, so I just assumed it was true and that she was just another celebrity sponsored by a VPN company.
The hover-over text says “Disclaimer: I have not actually tried the beta yet. I hear it’s quite pleasant and hardly Hitler-y at all.”
echo
and alias
are both shell commands. If the shell is running (which it obviously still is), those commands should still work, as it does not involve reading data from disk, but from memory.
Edit: I just noticed the picture said cd
was not found, which is also a shell built-in. So, I don’t know.
Let’s hope some day this bug gets fixed: https://github.com/godotengine/godot/issues/71929
I couldn’t run it because of that bug back when I tried it.
That’s weird, because it also has 2 downvotes for me at the moment (which means it can’t be some weird federation issue), but assuming that you originally saw 2 downvotes before I came along, then something something can’t be right because I am one of the two downvoters and I only saw the comment some hours after your comment in this thread (judging from the timestamp of my comment) (or maybe I visited the post once, then came back to leave a comment?).