Interesting take on the sci-fi horror genre 😁
- 16 Posts
- 111 Comments
Chais@sh.itjust.worksto Programmer Humor@lemmy.ml•Days since last Rust Minecraft server1·3 months agoYou don’t? Then why?
Chais@sh.itjust.worksto Programmer Humor@lemmy.ml•What's stopping you from writing your Rust like this?13·4 months agoI don’t like this type of question. In my experience knowing one language has little impact on learning another. What matters much more is understanding the underlying concepts.
If you grok OOP it doesn’t matter if you go from Java to C# or from C++ to Python. Yes, there are differences, but they’re mostly syntactic in nature.
So assuming you got the hang of imperative programming and maybe had some exposure to functional programming, too, the concept you’re likely to struggle with the most is ownership. Simply because it’s a concept that’s fairly unique to Rust.
Having come from Java, via C++ and Python and having dabbled with Haskell a bit, I feel like The Book does a decent job of explaining Rust in general and its oddities in particular.
Chais@sh.itjust.worksto Programmer Humor@lemmy.ml•it's how the basic linear algebra subprograms are implemented1·4 months agoBecause R is incredibly clunky. I’ve worked with both and never got the hang of R.
You mean missing documentation?
The first ‘E’.
Chais@sh.itjust.worksto Programmer Humor@lemmy.ml•Using comments as arguments in python.22·7 months agoYou can so stupid shit in any language. I admit Python doesn’t exactly make it difficult. A bit like JS, but different.
Exactly. Love it!
That’s called dumb luck.
I have that with Rust quite frequently. At least a lot more often than with any other language. I love it!
Chais@sh.itjust.worksto Programmer Humor@lemmy.ml•Real Programmers Implement Functions On Top Of Classes2·7 months agoThe background is most likely a color that is in the Mocha palette, just one that is intended for dark accents, not regular background.
Chais@sh.itjust.worksto Programmer Humor@lemmy.ml•Real Programmers Implement Functions On Top Of Classes2·7 months agoYou’re right, the background is too dark. Probably crust instead of base. Maybe it was customised or created improperly.
But I’m fairly confident that the palette is Catppuccin, probably Mocha.
Chais@sh.itjust.worksto Programmer Humor@lemmy.ml•Real Programmers Implement Functions On Top Of Classes5·7 months agoLooks like Catppuccin Mocha
Chais@sh.itjust.worksto Programmer Humor@lemmy.ml•TIFU by not using objects in my object-oriented programming coursework2·7 months agoYou can’t teach experience.
Chais@sh.itjust.worksto Programmer Humor@lemmy.ml•Real Programmers Implement Functions On Top Of Classes41·7 months agoI think that’s called a functor.
Chais@sh.itjust.worksto Selfhosted@lemmy.world•How does hypixel have their website and minecraft server on their root domain? (I would like to do something similar)English1·7 months agoOf the internet? Probably not. Of the independent internet? Maybe.
Chais@sh.itjust.worksto Selfhosted@lemmy.world•Explo: Spotify's "Discover Weekly" for self-hosted music systemsEnglish8·8 months agoGiven previous more or less similar projects this is likely to get sued out of existence by Google.
One of their greatest songs still.
Chais@sh.itjust.worksto Selfhosted@lemmy.world•Installing Jellyfin as a Podman QuadletEnglish61·9 months agoWhy would you not want containers managed by systemd?
You get the benefits of containerisation and you don’t have to learn the arcane syntax of some container engine or another.
😱