> a hacker who will stay up till 4:00 AM rather than go to bed leaving code with a bug in it. Question for other folks here: In your experience, does staying up until 4:00AM tend to lead to you being more or less productive in the long term?
If you've been working on a bug for an hour+ and it's 2AM it usually means it's time to put the keyboard down. For me, what usually happens is I go to sleep, wake up, and have it fixed in 5 minutes.
Programming blogs
41–50 of 64 posts
Re: Programming blogs
#42I love Scott Hanselman's blog. It's one of those blogs I check in with every so often. http://www.hanselman.com/blog/
Re: Programming blogs
#43I love Scott Hanselman's blog. It's one of those blogs I check in with every so often. http://www.hanselman.com/blog/
Are we allowed to mention our own blogs? :) http://datagenetics.com/blog.html
Re: Programming blogs
#44Earlier quoted context omitted.
I love that video. There is nothing offensive in the video, I think he does a pretty good job explaining how bat shit ridiculous javascript is. If you are writing js professionally and haven't already come to terms with that and the existential crisis it entails... you're gonna have a bad time.
I know I shouldn't be turned off by this, but I so am. And I'm starting to dislike the dev-community more and more for each day I try to learn programming myself. Elitism at its worst. I guess it started a few years back when I started an introductory programming-class at university where I was supposed to learn Java. I had already tried some light-weight languages like HTML and CSS and felt comfortable modding Wordp…
Stick with a language you find fun and useful. If that changes, well just pick up a new language, it is better to be doing and making mistakes and learning, rather than trying to find the perfect language for you - there is no such beast.
Re: Programming blogs
#45Earlier quoted context omitted.
I love that video. There is nothing offensive in the video, I think he does a pretty good job explaining how bat shit ridiculous javascript is. If you are writing js professionally and haven't already come to terms with that and the existential crisis it entails... you're gonna have a bad time.
Realistically, if you decide you are going to design a language where types are always coerced to perform operations instead of stopping execution when mismatched types are encountered, the choices JavaScript makes are pretty sensible.
Realistically, you've stop being sensible at this point.
If you insist on going that route, you'll need to define stuff like addition between an object and an array, and there is just no good way to do that.
Making your failure modes safe is a sensible choice. Attributing semantics to any character permutation a developer may throw at your compiler is not.
Re: Programming blogs
#46This is probably the best resource here: https://github.com/tallesl/Rich-Hickey-fanclub I'd recommend starting with "simple made easy"
Also, he created Clojure :)
Re: Programming blogs
#47Compared to OP's more curated list, many of my subscriptions post only intermittently, but that doesn't bother me. Instead, if a site posts too frequently I might boot it from my subscriptions. RSS is only for sites that I never want to miss a single story from.
Re: Programming blogs
#48Earlier quoted context omitted.
If you've been working on a bug for an hour+ and it's 2AM it usually means it's time to put the keyboard down. For me, what usually happens is I go to sleep, wake up, and have it fixed in 5 minutes.
That was the only thing cigarettes were ever good for! Back when I smoked, if I was stuck on something, I would go have a cigarette. Most of the time I would have the answer (or at least a hint) when I came back in. Some say that nicotine temporarily increases brain function, so I just chalked it up to that.
Re: Programming blogs
#49Earlier quoted context omitted.
I know I shouldn't be turned off by this, but I so am. And I'm starting to dislike the dev-community more and more for each day I try to learn programming myself. Elitism at its worst. I guess it started a few years back when I started an introductory programming-class at university where I was supposed to learn Java. I had already tried some light-weight languages like HTML and CSS and felt comfortable modding Wordp…
So fuck the haters - I'm learning Javascript, and it's gonna help me build some super cool apps that will help a lot of people! It sounds like the trash talk you encountered actually taught you a very important lesson, in the end.
Re: Programming blogs
#50Earlier quoted context omitted.
I love that video. There is nothing offensive in the video, I think he does a pretty good job explaining how bat shit ridiculous javascript is. If you are writing js professionally and haven't already come to terms with that and the existential crisis it entails... you're gonna have a bad time.
I know I shouldn't be turned off by this, but I so am. And I'm starting to dislike the dev-community more and more for each day I try to learn programming myself. Elitism at its worst. I guess it started a few years back when I started an introductory programming-class at university where I was supposed to learn Java. I had already tried some light-weight languages like HTML and CSS and felt comfortable modding Wordp…