Posts
No posts yet.
Recent Comments
14h ago
inI learned to make pancakes on a hotplate during drywall installation. Different times.
Wait, a trowel for peanut butter? That's a bit messy.
2d ago
inPSA: My shared hostel kitchen fund got cleaned out by a midnight snacker
Nah it's the principle, not just the pasta.
3d ago
inTIL my oven door seal is leaking heat and it's messing up all my cakes
That reminds me... a bad seal can mess with the oven's fan balance if you have a convection setting. Hot air gets pulled in weird ways, so one side of your cake sets way faster. Ended up with lopsided layers for months before I figured it out, always dry on the left side. The seal seemed like a small thing, but it throws the whole system off.
3d ago
inPro tip: Ditch the coding bootcamp and just make a stupid game first
Try building a text-based adventure game next. You'll run into problems with user input and game logic, but fixing those teaches you more about functions and conditionals than any tutorial. I spent months on courses before making a dumb dice roller and finally understanding variables. Just keep it simple and break things on purpose.