|
For me, CRUD apps reduce me to tears of boredom. Same with web apps. What I really enjoy are physics simulations, especially astrodynamics and sound/music synthesis.
What about you?
Started by TraumaPony on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
I personally....
I really enjoy for colleagues and managers and clients? yech, please just let me code
The kind of software development I enjoy with Web Dev.
But when it gets to finishing it and make the GUI dummy safe, I get bored as well .
|
|
How many of you moved from one language to Python and found it more enjoyable and generally more "fun" to code than before? Or maybe you tried Python and thought: "It is not for me, I stay with my C++/Java, Python is too simple/overrated/etc."?
I moved...
Started by Oko on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
The important thing whenever you compare two languages.
Different from PHP but I do enjoy it.
|
|
My passion is creating software mostly iPhone or Web and what I've done since graduating( 2 years ago ) has mostly been IT work, which I find boring. I've left a fortune 10 company( about a month ago ) to work for a smaller IT shop so that I would have...
Started by TheGambler on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Essentially, you can have stability by working for a large company, but you incur the cost of dealing with the inertia of the company; it's frequently hard to work on precisely what you want in those situations, and frequently... .
Yes, it's very realistic.
|
Ask your Facebook Friends
|
Personally i think by the wnd of it i wud have enjoyed the tests abit more
Started by switch_hit on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at pakpassion):
No I wont but will still watch The way the current series is going, its like watching 6 ODIs in terms of excitement YESSS !!! Make no mistake about it, It's only the tests that in the end become a part of your memory ...All the other formats are... .
|
|
I just spent some time at Bart de Smet's online blog and found it to be not only useful information for developers but at the same time interesting, fun, reading . The author obviously not only knows his subject matter, but has a talent for making his...
Started by Edward Tanguay on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Books that I really enjoy reading and I thik they are a must read for any good developer are :
Steve.
|
|
Which First Lady's do you think really enjoyed or enjoy... teh Anal?
I bet Michelle will, but only after a colonic and a foot massage.
I'm thinking Laura stuck it in the air every night for Georgie, and Pat Nixon probably really didn't have a choice. ...
Started by Ron Jambo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at harmony-central):
I think georgie had ....
I'm thinking Laura stuck it in the air every night for Georgie , and Pat Nixon probably really didn't have a choice .
Originally Posted by Ron Jambo teh Anal?
I bet Michelle will, but only after a couple cognacs and a foot massage .
|
|
Joel's talked at different times on the podcast about people's motivation for doing things (i.e. answering questions on SO).
Do you like..
Solving the problem. Learning something new. Showing off your cool hack to others. Getting paid. Getting the job...
Started by atom255 on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
While a lot of people find it dreadful, I really... .
I enjoy working through a problem and trying to come up with a simple and elegant.
I strive it a lot.
I like the idea of beautiful code.
I enjoy solving problems and figuring out puzzles.
|
|
Normally I play music in the background, but recently I've discovered that I can play a podcast on software development/entrepreneurship in the background, and code at the same time. So I listen to the podcast in the background while I bang out code. ...
Started by Click Upvote on
, 24 posts
by 24 people.
Answer Snippets (Read the full thread at stackoverflow):
Specifically: ambient music..
Productive and enjoy coding more if I listen to music using headphones.
|
|
I've been an "in-house programmer" for two years now since graduating with my BSCS. I aspire to be a product software developer and am feeling that I might be missing the boat. I currently am trying to decide on one of the following:
Get a Software Engineering...
Started by TheGambler on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
:) Have you brought up your desire to be a product... .
Collect reputation on SO and change alias.
Blog about your iPhone hobby projects.
Contribute to a relatively known Open Source project.
You could also try to make a name for yourself outside a degree .
|
|
It seems like the classical way to handle transactions with JDBC is to set auto-commit to false. This creates a new transaction, and each call to commit marks the beginning the next transactions. On multithreading app, I understand that it is common practice...
Started by Paul on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You don't have control over how the operating system timeslices execution of threads (notwithstanding defining your own critical sections), so you could inadvertently have multiple threads... .
Yes, in general you need to create a new connection for each thread .
|