Ask HN: Does anyone dream of code?
51–60 of 146 posts
Re: Ask HN: Does anyone dream of code?
#52Re: Ask HN: Does anyone dream of code?
#53I was working on a Minecraft plugin to give the player the ability to access a virtual chest.
I had to dive in the code of Minecraft so deeply that I started dreaming of creeper exploding in my code.
Re: Ask HN: Does anyone dream of code?
#54Yep, and it's not pleasant when you're lucid enough to know you're dreaming, but not lucid enough to be able to reason properly. It's just a general feeling of trying to solve something, without any payoff.
That's where you want to get lucid enough to realise that struggling with the problem isn't a worthwhile pursuit now, and go do something fun instead :)
Re: Ask HN: Does anyone dream of code?
#55Re: Ask HN: Does anyone dream of code?
#56Once during a bout of fever I dreamt I was a running Pascal program. Believe me, it's no fun being a computer.
Almost every time I have a fever, I end up dreaming about code or diagrams. Sometimes even live CSS coding. And yes, it's awful and you can't escape.
Re: Ask HN: Does anyone dream of code?
#57Earlier quoted context omitted.
A lot of programmers I respect like to work on printed out code, and it's something I enjoy as well. Furthermore I'd love if we could work completely offline, with pen and paper.
> Furthermore I'd love if we could work completely offline, with pen and paper. Why is that? I loathe writing code on paper, seems like it'd be a serious regression.
Re: Ask HN: Does anyone dream of code?
#58It's encouraging too, because my dreams are accurate.
Re: Ask HN: Does anyone dream of code?
#59When I'm awake and bored, though, I do think about code a lot, and game mechanics, and such.
Re: Ask HN: Does anyone dream of code?
#60Earlier quoted context omitted.
A lot of programmers I respect like to work on printed out code, and it's something I enjoy as well. Furthermore I'd love if we could work completely offline, with pen and paper.
> Furthermore I'd love if we could work completely offline, with pen and paper. Why is that? I loathe writing code on paper, seems like it'd be a serious regression.
I have the exact opposite view. I love writing it my code on paper. It makes me feel like the creative part of the equation while I leave the 'mechanical' computation to the dumb machine. Debugging and understanding difficult code samples is easier too.
I once read that Knuth(?) never used a computer and wrote everything on paper for his sectetary to type.