Sign Up
Welcome home! Here at WTMX you can make new friends and meet people with the same interests as you. All free and ad-free.
Development
Internet & Technology
Development shared a link
Year 2038 problem is still alive and well
Largely because of a single code snippet used by many.
Development shared a link
Evolving your RESTful APIs, a step-by-step approach
Designing an intuitive, user-friendly RESTful API is a tough job. It might already be a massive task if it’s your first attempt. Planning for the lifecycle management of your API is likely to be an af...
Development shared a link
Linus Torvalds prepares to move the Linux kernel to modern C | ZDNet
The Linux kernel’s foundation is the ancient C89 standard of C. Now, Torvalds has decided to upgrade to 2011’s more modern C11 standard.
Development shared a link
David and Destiny Blue reacted to this.
Development shared a link
Writing an OS in Rust
This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code.
Development shared a link
Explain the First 10 Lines of Twitter’s Source Code to Me | CSS-Tricks
A question I always like to ask when interviewing a front-end candidate is: “Explain the first ten or so lines of the Twitter source code to me.”
Destiny Blue likes this.
Development shared a link
Why Should you Learn Rust?
Rust the programming language is having a good 2022
Destiny Blue and Gifted163 reacted to this.
Development shared a link
A quick explanation and demo of one of the more exciting features coming up in Go 1.18 if you're less interested in the internals (above) and more about day to day use.
packagemain #23: Fuzz Testing in Go
Fuzzing or fuzz testing is a method of giving random unexpected input to your programs to test for possible crashes or edge cases. Fuzzing can shed a light o...
Development shared a link
While the new fuzz testing feature in 1.18 has gotten a lot of press, no one has dug in and described how it works. Jay, who was part of the team that built it, does just that.
Internals of Go’s new fuzzing system
Go 1.18 is coming out soon. It’s a huge release, but native fuzzing has a special place in my heart. Not much has been written yet on how Go’s fuzzing system actually works, so I’ll talk a bit about t...