This week's code snippet, Baklava in Boo, is brought to you by Subete and the Sample Programs repo.
for n in range(-10, 11):
numSpaces = System.Math.Abs(n)
numStars = 21 - 2 * numSpaces
print " " * numSpaces + "*" * numStars
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: 🍎)
- 🍎 SB1 Is the Death of Higher Education in Ohio
- ✒️ No, Generative AI Is Not Just Another Innovation
- 🍎 Generative AI Makes It Feel Bad to Be an Educator
- ✒️ The Problem With Centrism: A Case Study
- 🍎 Reflecting on My First Two Years as a Lecturer
- ✒️ Why I Left Twitter
- 💻 A Case Study on the Philosophy of Software Design
- ✒️ Inside the Mind of an Engineer: How to Make Societal Issues Worse
- ✒️ How Attack on Titan Undermines Its Own Message
- 💻 Migrating to Poetry 2.x With Some Best Practices
Also, here are some fun links you can use to support my work.
This document was automatically rendered on 2025-05-30 using SnakeMD.