Matthias J. Richter
@matthiasjrichter.bsky.social
Programmer, Musician, Outdoorsman, #100Devs
When I was young Star Trek had tablets and Socialism.
Now we have tablets and no socialism.
I wish we had Socialism and no tablets.
Now we have tablets and no socialism.
I wish we had Socialism and no tablets.
November 4, 2025 at 1:36 AM
When I was young Star Trek had tablets and Socialism.
Now we have tablets and no socialism.
I wish we had Socialism and no tablets.
Now we have tablets and no socialism.
I wish we had Socialism and no tablets.
Who else thinks infinite for loops can be elegant? 😍
function calculateYears(principal, interest, tax, desired) {
for (let years = 0; ; years++) {
if (principal >= desired) return years;
principal *= 1 + interest * (1 - tax);
}
}
www.codewars.com/kata/563f037...
#100Devs #js #codewars
function calculateYears(principal, interest, tax, desired) {
for (let years = 0; ; years++) {
if (principal >= desired) return years;
principal *= 1 + interest * (1 - tax);
}
}
www.codewars.com/kata/563f037...
#100Devs #js #codewars
November 3, 2025 at 9:57 PM
Who else thinks infinite for loops can be elegant? 😍
function calculateYears(principal, interest, tax, desired) {
for (let years = 0; ; years++) {
if (principal >= desired) return years;
principal *= 1 + interest * (1 - tax);
}
}
www.codewars.com/kata/563f037...
#100Devs #js #codewars
function calculateYears(principal, interest, tax, desired) {
for (let years = 0; ; years++) {
if (principal >= desired) return years;
principal *= 1 + interest * (1 - tax);
}
}
www.codewars.com/kata/563f037...
#100Devs #js #codewars
This is so cool! 😎🎉
I just finished my 100 hours project and wanted to share it with the 100Devs community.
DevLeads (devleads.site) is a complete, self-hosted lead management system I built specifically for freelance web developers. It handles everything from initial contact to final payment.(cont.)
#100Devs #webdev
DevLeads (devleads.site) is a complete, self-hosted lead management system I built specifically for freelance web developers. It handles everything from initial contact to final payment.(cont.)
#100Devs #webdev
October 25, 2025 at 12:32 PM
This is so cool! 😎🎉
October 10, 2025 at 7:52 AM
Today I created a pretty efficient backwards loop to format numbers. 1234567 --> "1,234,567"
Then I learned about Number.prototype.toLocaleString('en-US')
So I practiced loops and learned about a built-in #JavaScript method that has not been on my radar before.
I call it a win!
Then I learned about Number.prototype.toLocaleString('en-US')
So I practiced loops and learned about a built-in #JavaScript method that has not been on my radar before.
I call it a win!
October 9, 2025 at 10:54 PM
Today I created a pretty efficient backwards loop to format numbers. 1234567 --> "1,234,567"
Then I learned about Number.prototype.toLocaleString('en-US')
So I practiced loops and learned about a built-in #JavaScript method that has not been on my radar before.
I call it a win!
Then I learned about Number.prototype.toLocaleString('en-US')
So I practiced loops and learned about a built-in #JavaScript method that has not been on my radar before.
I call it a win!
Carrying the boats and the frogs!
I've helped 1000+ people get jobs in tech
This is the most amount of interviews, callbacks & offers I've seen in almost two years
For the next 30 days, I'm going live on Discord every day to help you land one too!
If you are feeling stuck, join us in 15mins
leonnoel.com/discord
This is the most amount of interviews, callbacks & offers I've seen in almost two years
For the next 30 days, I'm going live on Discord every day to help you land one too!
If you are feeling stuck, join us in 15mins
leonnoel.com/discord
Join the Learn w/ Leon & Friends Discord Server!
We are engineers who believe in community before code & provide a 100% free path to becoming a software engineer! | 73204 members
leonnoel.com
October 9, 2025 at 9:34 PM
Carrying the boats and the frogs!
Monthly #SocialAnxiety Meetup on the #100Devs Discord turns 18 in a week!
It's remarkable how much can change over the course of 1.5 years. Lots of downs, some ups.
Life is a rollercoaster.
It's remarkable how much can change over the course of 1.5 years. Lots of downs, some ups.
Life is a rollercoaster.
August 15, 2025 at 1:27 PM
Monthly #SocialAnxiety Meetup on the #100Devs Discord turns 18 in a week!
It's remarkable how much can change over the course of 1.5 years. Lots of downs, some ups.
Life is a rollercoaster.
It's remarkable how much can change over the course of 1.5 years. Lots of downs, some ups.
Life is a rollercoaster.
Cooked dinner for my parents today. They loved it. Unfortunately I improvised so much that I'll never be able to replicate the recipe.
July 26, 2025 at 9:23 PM
Cooked dinner for my parents today. They loved it. Unfortunately I improvised so much that I'll never be able to replicate the recipe.
60 megawatts of existential dread per second. 😥
July 16, 2025 at 7:28 AM
60 megawatts of existential dread per second. 😥
ChatGPT just answered a coding question and ended it with 'Solidarische Grüße zurück, Genosse', which is German for 'Solidarity greetings back, comrade'.
#100Devs #100Comrades
#100Devs #100Comrades
July 13, 2025 at 10:08 AM
ChatGPT just answered a coding question and ended it with 'Solidarische Grüße zurück, Genosse', which is German for 'Solidarity greetings back, comrade'.
#100Devs #100Comrades
#100Devs #100Comrades
To get a job as a coder I have to be a very good salesman. Why not just be a salesman at that point?
July 10, 2025 at 2:34 PM
To get a job as a coder I have to be a very good salesman. Why not just be a salesman at that point?
If you haven't already, Check out the podcast here on Spotify
open.spotify.com/show/6d59PZ1...
YouTube channel
youtube.com/@theprogramm...
Or wherever else you listen to podcasts!
Please don't forget to rate it if you have listened to it! 🙏🏽
open.spotify.com/show/6d59PZ1...
YouTube channel
youtube.com/@theprogramm...
Or wherever else you listen to podcasts!
Please don't forget to rate it if you have listened to it! 🙏🏽
The Programming Podcast
Podcast · The Programming Podcast · Leon Noel and Danny Thompson explain technical problems, industry information, career advice and more on The Programming Podcast! Danny Thompson, Director of Techn...
open.spotify.com
July 10, 2025 at 7:23 AM
Reposted by Matthias J. Richter
November of 2024 @leon and I decided to start The Programming Podcast.
What started as a small chuckle at a conference became a huge movement. We both are always blown away by it.
Here are some stats for the last 30 days alone:
What started as a small chuckle at a conference became a huge movement. We both are always blown away by it.
Here are some stats for the last 30 days alone:
July 8, 2025 at 9:47 PM
November of 2024 @leon and I decided to start The Programming Podcast.
What started as a small chuckle at a conference became a huge movement. We both are always blown away by it.
Here are some stats for the last 30 days alone:
What started as a small chuckle at a conference became a huge movement. We both are always blown away by it.
Here are some stats for the last 30 days alone:
I talked to @leonnoel.bsky.social in front of a lot of people in the #100Devs huddle.
So grateful for all the #100Devs folks that show up to the monthly #SocialAnxiety Meetups. Without them I'd be where I was a year ago: buried in my cave thinking I'm the only one suffering from this.
So grateful for all the #100Devs folks that show up to the monthly #SocialAnxiety Meetups. Without them I'd be where I was a year ago: buried in my cave thinking I'm the only one suffering from this.
July 9, 2025 at 7:40 AM
I talked to @leonnoel.bsky.social in front of a lot of people in the #100Devs huddle.
So grateful for all the #100Devs folks that show up to the monthly #SocialAnxiety Meetups. Without them I'd be where I was a year ago: buried in my cave thinking I'm the only one suffering from this.
So grateful for all the #100Devs folks that show up to the monthly #SocialAnxiety Meetups. Without them I'd be where I was a year ago: buried in my cave thinking I'm the only one suffering from this.
Played a concert at my neighbouring farmer's farm festival yesterday.
Became friends with his donkey.
In other words: I scratched a farmer's ass and he loved it.
Became friends with his donkey.
In other words: I scratched a farmer's ass and he loved it.
July 6, 2025 at 3:22 PM
Played a concert at my neighbouring farmer's farm festival yesterday.
Became friends with his donkey.
In other words: I scratched a farmer's ass and he loved it.
Became friends with his donkey.
In other words: I scratched a farmer's ass and he loved it.
Some times I listen to myself singing songs about peace www.youtube.com/watch?v=bhpt...
Maddes singt: La Nouvelle Marseillaise (Graeme Allwright)
YouTube video by Matthias Richter
www.youtube.com
June 19, 2025 at 3:42 AM
Some times I listen to myself singing songs about peace www.youtube.com/watch?v=bhpt...
Fick dich Merz!
www.youtube.com/watch?v=wbDw...
www.youtube.com/watch?v=wbDw...
Maddes singt: Einheitsfrontlied
YouTube video by Matthias Richter
www.youtube.com
June 3, 2025 at 9:34 AM
Fick dich Merz!
www.youtube.com/watch?v=wbDw...
www.youtube.com/watch?v=wbDw...
"Socialism never never worked!"
"Yeah because because of the fuckin' CIA!"
"Yeah because because of the fuckin' CIA!"
June 3, 2025 at 8:24 AM
"Socialism never never worked!"
"Yeah because because of the fuckin' CIA!"
"Yeah because because of the fuckin' CIA!"