On today’s Coming to Streaming this Week, we look at all of the upcoming content coming to streaming services in the U.S. This week we have the S2 premiere of Andor, WondLa coming to AppleTV+, Tom Hardy-led Havoc on Netflix, and more!
You always own your intellectual property, mailing list, and subscriber payments. With full editorial control and no gatekeepers, you can do the work you most believe in.
I’m going to say something that shouldn’t be controversial but will be. If you are a Christian, you can support border control and immigration being legal vs illegal. You CANNOT celebrate deportations and get off on the cruelty, and be a real Christ follower. Period
Great discussions
Join the most interesting and insightful discussions.
“Cómo estudiar, y trabajar, y leer, y escribir. Y lo quiero todo al mismo tiempo. Y también embriagarme, y ver amigos y angustiarme, y asistir a todos los [tachado]. Pero sobre todo angustiarme y querer morir porque quisiera ser todo y sólo soy nada.”
Grow your publication on Substack
With recommendations, referrals, and a powerful growth network, Substack creators spend less time on marketing and more time on their craft.
You always own your intellectual property, mailing list, and subscriber payments. With full editorial control and no gatekeepers, you can do the work you most believe in.
Wake up early, buy your favorite coffee, go for walks, eat good food, wear what you love and listen to your favorite music. Create these little moments of joy that make you fall in love with your life.
World-class writing
The best stories, ideas, and culture right at your fingertips.
Quiero hablar de átomos, de muerte, de vida, de extraterrestres, sexo, magia, intelecto, el significado de la vida, galaxias lejanas, las mentiras que has dicho, tus defectos, tus olores favoritos, tu niñez, lo que te mantiene despierto por las noches, tus miedos e inseguridades. Me gusta la gente profunda, que habla con la emoción de una mente retorcida e inquieta.
You don't need more time, you need fewer distractions.
You don't need motivation, you need self-control.
You don't need more resources, you need resourcefulness.
You don't need luck, you need preparation.
You don't need to be busy, you need to be focused.
You don't need to know everything, you just need to start.
You have everything you need.
Agree?
You made it, you own it
You always own your intellectual property, mailing list, and subscriber payments. With full editorial control and no gatekeepers, you can do the work you most believe in.
One of the goals I had when designing my performance-aware programming course was to make as much of it language-independent as I could. I am really pleased to see that so far, it has worked: people have taken part 1 using (at least) Python, JAI, Go, C#, Odin, Ruby, Zig, C++, Rust, and JavaScript/node.js!
I am not tracking them exhaustively (as you can see from the replies, where people point out ones I forget to list :) I was just going by who has contributed bindings for the reference decoder, which is listed on the github. People often post links to their homework in the comments, so if you collected all of those, you would end up with more languages than just the ones for which people have contributed full simulator bindings.
Slightly off topic for this note, but I was wondering if you could do a write up at some point (inb4 the “planned for later in the course” response) at how you think about software architecture for designs which require a very tightly coupled dependency graph? Most of the “clean code” dogma that I have seen regards situations where responsibility and state are generally completely separated or have tidy interfaces to expose certain data and/or features. When confronted with a tightly-coupled co…
I don't know that that would be in this course, because it's less a performance concern as it is an architecture concern in general. "Clean Code" methodologies are just bad architecture in general, and lead to silly situations like the one you just described. So I would like to put out materials on that at some point, but that would be after this course is done.
I forgot about Webassembly! I think because I still haven't merged the pull request because it required changing something in the main cpp files and I wanted to verify it first... I will be doing that when I update the codebase to the simulation version. Thanks for reminding me!
You’ve done an amazing job keeping the information shared understandable and usable across all programming language barriers! I can’t wait to see what more you have for the course!
The content is more of an approach to programming, or as I see it - the architecture of programming. This should be language independent, and when people start using different languages to follow your program, it shows that their mindset is moving away from the narrow box of the language itself and expanding to the mindset of programming. It feels like walking a new path where you haven't been before. Can be exiting!