| bio | website | |
|---|---|---|
| location | Richmond, VA, USA | |
| age | 50 | |
| visits | member for | 2 years, 1 month |
| seen | Mar 26 at 19:00 | |
| stats | profile views | 23 |
I'm working on creating my own film production company, but the problem is that interferes too much with another passion: ballroom dancing. (I just love a good tango!) I'm a writer, but also have done programming and other types of work.
|
Feb 27 |
awarded | Constituent |
|
Feb 27 |
awarded | Caucus |
|
Apr 11 |
awarded | Yearling |
|
Nov 10 |
comment |
Is it normal to think about a design problem for days with no code written? I didn't think this was worth a separate answer, so I'm commenting. I'm self taught and retired from my own software based company, based on my own software. I learned the hard way many times over, since I often had to solve problems right NOW rather than taking time to take a class. And one of the biggest lessons I learned was that the more time I took to think the problem over, the less time I spent programming it. A few extra days of planning could save weeks of coding. |
|
Nov 2 |
comment |
“Release Early Release Often” for Android and iPhone Apps I have to back this up. I haven't been developing for a year or so and won't be actively developing anything for another 6-12 months. It's amazing how your point of view can change. When I see apps on my Droid that have updates every week or two, I start wondering why they need that - They can't be adding new features that quickly, so just how buggy is that code they release so quickly? And, honestly, it's a major PITA to keep updating. I've stopped using apps (even ones I've paid for) and switched to others if I had to update an app too often. |
|
Aug 18 |
awarded | Commentator |
|
Apr 28 |
comment |
What should be done with code that has reached end of life? @jwenting: Then that gives you the answer. |
|
Apr 28 |
answered | What should be done with code that has reached end of life? |
|
Apr 27 |
awarded | Critic |
|
Apr 27 |
awarded | Supporter |
|
Apr 23 |
comment |
Feedback On Choosing A Language For A Project? and @Mark Booth: From what you've said, my understanding is that the differences between Jython and CPython in coding are that 1) In Jython I can use the Java API and 2) In CPython there are newer features that aren't in Jython. In other words, those are the main "gotchas" and, in theory, if I avoided the newer CPython features and the Java API, I could write code that would work in both? (I'm not going to -- I'm just trying to be sure I understand your points.)( |
|
Apr 23 |
comment |
Feedback On Choosing A Language For A Project? @Deckard: Yes and now. I don't hate Java, but I do find I code very slowly in it. It could be the way I think or who knows what. I don't know if everyone codes slowly in Java or if it's just me. But I also thought I really wanted feedback from people with a wider range of experience in languages, so I had a broader sense of what my choices were, before I actually came to the point of decision. |
|
Apr 23 |
comment |
Feedback On Choosing A Language For A Project? @Nemi: I haven't been using Java for a while and I can't actually remember which version I was using when I did use it. (I think it was Java 5.) But do you know -- is the L&F determined by the JVM? That's what I'd expect, which would mean if the code was on the server but run on the client's JVM, then there'd be no problem. (And I could use either Jython or Java at that point.) |
|
Apr 22 |
comment |
How do I cope with programming insomnia? @Joel Etherton: I agree about TV not being the best on the eyes, and that's also why I read less now. Often TV isn't good, since it makes it hard to sleep for some people, but it's also much more passive and still occupies the brain. Another possibility, which is a favorite of mine, is listening to old time radio shows. They hold your attention, require imagination, and you can listen in the dark. (There are thousands of them at archive.org.) |
|
Apr 22 |
comment |
Beginning Perl? When I was starting my business (after not touching a line of code in something like 15 years), I already had code in TCL and was scared of Perl because of some comments a friend made. I was broke and saw "Learning Perl" (2nd Edition) for $9 at Barnes & Noble and bought it. Within an hour of getting home, I was writing Perl programs and within 3 hours I had decided to re-write all my TCL code in Perl, even though I knew it'd take 2 weeks. (It was the best decision I made during my startup time.) |
|
Apr 22 |
awarded | Student |
|
Apr 22 |
awarded | Teacher |
|
Apr 22 |
answered | How do I cope with programming insomnia? |
|
Apr 22 |
asked | Feedback On Choosing A Language For A Project? |