This week's code snippet, Baklava in Wren, is brought to you by Subete and the Sample Programs repo.
for (i in (-10..10)) {
var numSpaces = (i >= 0) ? i : -i
System.print(" " * numSpaces + "*" * (21 - 2 *numSpaces))
}
Below you'll find an up-to-date list of articles by me on The Renegade Coder. For ease of browsing, emojis let you know the article category (i.e., blog: ✒️, code: 💻, meta: 💭, teach: 🍎)
- 🍎 Yes, You Need General Education in College
- 🍎 Higher Education Should Not Be a Job Training Program
- ✒️ Why Generative AI Makes the Future of Software Development Worse
- ✒️ Technology Will Not Liberate Us
- ✒️ The Future of AI Is Ubiquitous Surveillance
- ✒️ Y’all Need to Stop Using Generative AI for Summaries
- 💻 Loop Invariants Are Necessary for Writing Proper Loops
- 💻 Dark Arts: Labeled Statements in Java
- 🍎 Gamification Will Not Solve “America’s Education Crisis”
- ✒️ “Just Ask Chat”: The Evolution of an Isolating Mantra
Also, here are some fun links you can use to support my work.
This document was automatically rendered on 2025-09-26 using SnakeMD.