• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle
  • The version that’s stuck in my head is Japanese so this is a translation.

    Watch. See how they’ve lived their lives with pride, and with their lives they’ve sang the ode to civilization. This is the story of those whom people called heroes, the unfinished journey of the 13 who chased the flame. But traveller, your journey continues on, isn’t that right? Then, follow your heart and move on. Follow the footsteps and witness that flame chasing journey to the end. And finally… walk across the graves of those who have fallen. And for that future which “we” could not create… GO CREATE IT!


  • One case where I find it useful, tho it operates in a more limited way, is code in block blocks within code comments in Rust, which are also printed out in the generated documentation. They essentially get ran as part of your unit tests. This is great for making sure that, eg, your examples left in code comments actually work, especially if they’re written in a way that functions like a unit test.