Somewhat related: I dated a cellist who said she'd read music in her dreams.
Ask HN: Does anyone dream of code?
121–130 of 146 posts
Re: Ask HN: Does anyone dream of code?
#122I started out in system administration and network engineering before switching to programming. I once had a dream that my cigarette needed an IP address before I could smoke it.
Re: Ask HN: Does anyone dream of code?
#123But this happens only in those periods where my day is basically 100% code.
Re: Ask HN: Does anyone dream of code?
#124I started out in system administration and network engineering before switching to programming. I once had a dream that my cigarette needed an IP address before I could smoke it.
Re: Ask HN: Does anyone dream of code?
#125I once got really ill and went into a high fever, the whole time in my head I was debugging myself with code, was very strange. Other then that I never dream of code, but sometimes when I am half asleep in bed I start thinking about issues and playing out scenarios I could try to fix something, or implement a new feature.
> The earth represented an "ideal" logical volume of data (life), and the universe was the collective storage LUN. I was using Amazon's Dynamo algorithm to replicate life, with eventual consistency, throughout the universe by watering plants in the garden. Now, Amazon actually uses Requests to perform all internal API control operations for AWS, effectively making my code partially responsible for the operation of the internet itself. See the theme? [...] I was very keen to have the doctors and my family look up the Dynamo whitepaper, to prove the legitimacy of my quest.
1: https://www.kennethreitz.org/essays/mentalhealtherror-an-exc...
Re: Ask HN: Does anyone dream of code?
#126Yep. Not so much the act of coding but weird abstract concepts around code. To the point where once when I was working with Chrome and Firefox extensions and trying to get notifications to work just right, I woke up from deep sleep, and in a daze started shaking my wife saying that the notification were attacking us because I had made an error in a loop (she related this to me the next morning. I couldn't remember it…
This reminded me of a dream I used to have of getting into the car, opening up the Chrome developer tools, and using Javascript to drive.
Re: Ask HN: Does anyone dream of code?
#127Earlier quoted context omitted.
I could not disagree more. I often have to write without syntax highlighting at work, and there are zero positives and many significant negatives. It's not there as "training wheels" or to look pretty, it's there to help you avoid trivial mistakes and easily navigate through the code. There was discussion here recently about why we still edit code as text rather than as a tree, and syntax highlighting helps bridge th…
Yes, I've been doing this for at least a couple years. I've been writing various kinds of code for money since 1995, and no change has ever been as helpful to me as this one. It's just a suggestion. Not everyone will like it or agree to seriously try it. I don't think it would necessarily work well for someone who's forced to use a certain editor or configuration at work, for example (and probably continues to rely o…
As a primarily Python and Haskell writer, I have no idea what you're talking about with this "unchain your mind from syntax" stuff- though I guess that in Python the syntax may be so expressive as to be no cognitive restraint, and in Haskell binding your thoughts with syntactical structure is the point.
Re: Ask HN: Does anyone dream of code?
#128I've been doing this for 30 years. Why? Because I work in such a way to make it happen. What you call a problem, I embrace as a gift. Of all the things I've discussed here at Hacker News over the years, this is probably the #1 subject. Most programmers have the opposite problem of you: they have trouble turning their minds on . I always turn my computer off several hours before bed. The last thing I do every night is…
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.
Re: Ask HN: Does anyone dream of code?
#129Re: Ask HN: Does anyone dream of code?
#130When I was studying organic chemistry, I had some pretty cool dreams about aromatic molecules.
Bank finance class gave me an extremely revelatory nightmare about interest rates once.
Dreams about stuff you're learning are almost always constructive though. It's a good thing.