Then don’t complain once you get arrested…
- 0 Posts
- 56 Comments
You just need to find a girl that also likes Tsoding! Then, you can ask her “Hey, do you have plans for Christmas? I’d love it if we could do AoC (Advent of Code) in a language we both hate!”
yetAnotherUser@lemmy.cato
Programming@programming.dev•JetBrains to opt-in all non-commercial IDE users to training AI models
6·2 months agoOh no, that sound rather chaotic…
I recognize “Clean Code” in there. Isn’t that the programming best practices book that seriously recommends programmers to have a hard limit of three-four sentences per function, or something like that?
This is such a stupid joke, yet I like it
Now I need one of those videos where they explain the iceberg image
The first link should look like
⚧️.fm. The second ome should look likeマリウス.com.
I’ve seen https://マリウス.com/ before
Linus did a follow-up: https://⚧.fm/notes/abh00crrs1gcja8q
Why is
.tree’s position relative?
Oops… I misunderstood the question then…
iOS is lowercase for two reasons:
- Naming consistency. Since they are already name it iPhone, might as well name the OS the same way.
- The name was already in use. This may have not been as significant for choosing the name of Apple’s OS, but when the first iPhone released, Cisco IOS was already a family of operating systems for routers and network switches, and the Wii had already released a few months before, and they also called the console’s operating system(s) as IOS.
yetAnotherUser@lemmy.cato
Programmer Humor@lemmy.ml•The JavaScript type coercion algorithm
5·3 months agoHey OP, do you mind checking if your book explains the type coercions that are used with the
+operator? I remember it also being mind-boggling, so I was hoping you book could demystify it too.
yetAnotherUser@lemmy.cato
Programmer Humor@programming.dev•AI cannot replace humans spiteful spirit
4·4 months agoThe person on the video, known online as Tsoding (or by some as “mista azozin”), was writing a music visualizer program using the raylib library for writing videogames. raylib doesn’t have code aimed at UI handling, meaning he had to manage the UI by himself. He likes doing a little bit of trolling, so that’s why he picked that title.
Tsoding does by far the most entertaining recreational programming sessions I have ever seen on the Internet, so, despite them being quite long (about two hours), I recommend you watch at least a little bit of his videos/streams if you have time.
- YouTube channel: https://www.youtube.com/channel/UCrqM0Ym_NbK1fqeQG2VIohg
- Twitch channel: https://twitch.tv/tsoding
If you’re interested specifically on this video in question:
- The video: https://www.youtube.com/watch?v=SRgLA8X5N_4
- The program’s code: https://github.com/tsoding/musializer
- The playlist containing the making of the program: https://www.youtube.com/playlist?list=PLpM-Dvs8t0Vak1rrE2NJn8XYEJ5M7-BqT
yetAnotherUser@lemmy.cato
Programmer Humor@programming.dev•AI cannot replace humans spiteful spirit
6·4 months agoHow I love mista azozin…
As another Helix user, I’ll gladly accept the high five 👏
I almost didn’t notice the title.
Tsoding has created a few rules for writing Rust to make Rust “fun” to program in, and gave them the name of Crust.
Here is the rule set (it may change over time):
- Every function is unsafe.
- No references, only pointers.
- No cargo, build with rustc directly.
- No std, but libc is allowed.
- Only Edition 2021.
- All user structs and enums #[derive(Clone, Copy)].
- Everything is pub by default.
If you ever want to try this out for some ungodly reason, there’s a GitHub repository with an example Main that shows how to use libc and other libraries (in the example, it’s raylib), and with a Makefile showing how to compile your projects (remember we aren’t using
cargo).
OP, I don’t think you’ve correctly linked to the post (when I visit the linked webpage, the browser tries to download an ActivityPub activity instead of showing the post in the Mastodon web UI). Please replace the link with this one.

A person that keeps trying to control everyone around them… Sounds like a typical soap opera villain to me…