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
Rud von Gasserlich likes this.
Development shared a link
Rust takes a major step forward as Linux’s second official language | ZDNet
Linux is getting more Rust in it by the day.
RustyDodge
Ring/cameras are down, alarm system is down....
- December 7, 2021
- ·
- Like
- ·
- React
- ·
- Give Award
- ·
- 1 person
Coz
We've been lucky here, it's not affected us.
But AWS infamously host their status page on their own service so when it goes down their status page goes down too lol apparently also their CEO needs to sign off on saying the services are down!
https://stop.lying.cloud
But AWS infamously host their status page on their own service so when it goes down their status page goes down too lol apparently also their CEO needs to sign off on saying the services are down!
https://stop.lying.cloud
- December 7, 2021
- ·
- Like
- ·
- React
- ·
- Give Award
Development shared a link
Behind The Spotify Wrapped API Scenes
Understanding the components to the Spotify Wrapped generated story.
Mrs. White likes this.
Development shared a link
Developer Tools secrets that shouldn’t be secrets | Christian Heilmann
This is a talk that I’ve given at CityJS this September. I am a principal product manager for developer tools in Microsoft Edge and these are things I encountered during working on the tools, document...
Development shared a link
Understanding Zero-knowledge proofs through simple examples
I recently listened to this ZKFM podcast, which gave illustrative examples that clearly explained key concepts on zero knowledge proofs. I…
Development shared a link
Endianness, API Design, and Polymorphism in Rust
I have been working on a serialization project recently that involves endianness (also known as byte order), and it caused me to explore parts of the Rust standard library that deals with endianness, ...
Development shared a link
Nested Ternaries are Great
Note: This is part of the “Composing Software” series on learning functional programming and compositional software techniques in…