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

help-circle
  • You’re not supposed to remember your dreams. When you remember your dreams it’s when you were woken unexpectedly, or when you consciously or unconsciously fled the dream before returning it to the Dreammaster.

    We only borrow our dreams from him every night, but when we leave a dream prematurely we are stealing that dream - bringing it into our reality and hiding it away in our memories.

    However precious or horrid your stolen dreams may be, remember that the Dreammaster will claim them back from you. He always does, in the end.




















  • I used to write a lot of performance-critical Java (oxymoron I know) for wearables, and one time I got a code reviewer who only did server-side Java, and the differences in our philosophies were staggering.

    He wanted me to convert all my code to functional style, using optionals and streams instead of simple null checks and array iterations. When explained that those things are slower and take more memory it was like I was speaking an alien language. He never even had to consider that code would be running on a system with limited RAM and CPU cycles, didn’t even understand how that was possible.