| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 5 months |
| seen | Mar 27 at 19:46 | |
| stats | profile views | 16 |
|
Feb 25 |
awarded | Popular Question |
|
Nov 5 |
awarded | Popular Question |
|
Aug 13 |
comment |
Can functional programming be used to develop a full enterprise application? Haskell is used in the industry, but so is HTML. Is Haskell used to develop the kind of applications that many think it can't? 3D games, large GUI applications, large-scale web servers? |
|
Aug 13 |
comment |
How do you organize highly customized software? @aKzenT That's why I left 2 and 3 for you to choose. If the kind of changes needed to make customer1's project support customer2's needs through configuration is going to make the code unmaintainable then don't do 3. |
|
Aug 11 |
comment |
What's a good light-weight source repository for local development? "Mercurial is much nicer on Windows" - not anymore. |
|
Aug 10 |
answered | How do you organize highly customized software? |
|
Aug 7 |
answered | How to deal with code reuse philosophy? |
|
Aug 2 |
awarded | Critic |
|
Aug 1 |
comment |
Why can't the IT industry deliver large, faultless projects quickly as in other industries? Both A380 and Boeing 787 are planes. Planes have large and complex software installed in them that interacts with the things that the "other industries" are building. Who knows, maybe their were years late mainly because of software issues. |
|
Jul 31 |
awarded | Yearling |
|
Jul 31 |
awarded | Nice Question |
|
Jul 31 |
comment |
Why should I push if I'm working alone in a local repository? +1, I'd definitely do the same in your case. What do you do if you forgot to push at home and are now at work? |
|
Jul 31 |
awarded | Scholar |
|
Jul 31 |
accepted | Why should I push if I'm working alone in a local repository? |
|
Jul 31 |
asked | Why should I push if I'm working alone in a local repository? |
|
Jul 29 |
comment |
Web mining and Information extraction Pros and cons of web mining compared to what? What do you want to achieve and what's the alternative approach than web mining? |
|
Jul 24 |
comment |
Stability vs Reliability I seriously don't think this example app is reliable. Reliability and stability are not necessarily two separate things. |
|
Jul 22 |
comment |
What should be the next thing after being accepted as a contributor to an Open Source Project? +1 for sharing your research: people who join an open source project without having a more specific aim than "I'd like to contribute" are usually not contributing. I once did that myself :D I joined because the project was in the language I like and only when I was given a task I realized I hate this project :P |
|
Jul 21 |
comment |
What should be the next thing after being accepted as a contributor to an Open Source Project? Start by picking a small task from the todo list and learn only what you need to finish it. |
|
Jul 20 |
comment |
Should programming languages be strict or loose? Also, when you read $_GET[key] you know nothing. You end up grepping the whole project just to know whether key is a constant or not. Such thing saves 0.5 seconds of writing and takes 20 seconds to read. |