-3
votes
0answers
93 views
Why C++ language and its tools is so aesthetically ugly? [closed]
After 20 years it appears to be a living fossil.
For example Ant and Maven for Java rule as development tools, where for C++ there are only tons of raw text files managed (very well, of course) by …
0
votes
4answers
205 views
Are frameworks too vulnerable to exploits? [closed]
Frameworks attempt to make everyone's lives easier by creating a standard set of tools in order to make standard tasks a little easier. However after reading about potential vulnerabilities using …
3
votes
1answer
75 views
2009 in retrospect [closed]
What were the major innovations, contributions of 2009 with respect to Programming languages? How the programming landscape has changed/evolved during this year? What can we look forward for in 2010?
7
votes
11answers
349 views
A recurring const-connundrum
I often find myself having to define two versions of a function in order to have one that is const and one which is non-const (often a getter, but not always). The two vary only by the fact that the …
0
votes
1answer
180 views
Is Apple’s App Store going to implode? [closed]
Hello,
I have been developing for the iPhone for a while, on the last months I have seen many friends of mine quit developing for the App Store (other not so friends too), due to low visibility …
9
votes
9answers
513 views
What makes Ruby an Elegant Language?
I have been reading a lot about Ruby the past few days. Every SO post I come across I hear that ruby is an elegant language. Can you guys give an example of why ruby is elegant compared another …
0
votes
3answers
76 views
What are the major benefits of an in-person interview? [closed]
The question:
How important is it to have an in-person interview?
Related thoughts
Obviously no one can say that an in-person interview is paramount in our industry -- people are hired from across …
0
votes
3answers
131 views
Why do people rage against homework questions so much [closed]
Why do people rage against homework questions so much? Everywhere had to start from somewhere and most people needed help at some point so why do people act superior to people who want to learn?
0
votes
5answers
171 views
Perl to Python/Ruby code translator
I was asked to write a Perl-to-Python and Perl-to-Ruby (and vice versa) code translator by an evil boss, and therefore I'm curious to know if some automatic code translators between them exist …
1
vote
2answers
36 views
Opinion Mining - What Database Type?
Hi guys,
I am entering a project to make a Opinion Mining (Data Mining -> Web Mining -> Opinion Mining) to get semantic orientation of the words contained. We will use a crawler to get the pages …
2
votes
9answers
96 views
What javascript frameworks should I become familiar with?
jQuery has served me well, it has given me an excellent introduction to Javascript but now I want to move onto something else. A good developer has a good knowlege of lots of different technologies.
…
0
votes
5answers
51 views
Can/Should a domain object be responsible for converting itself to another type?
We have a class Event (it's actually named differently, but I'm just making abstraction):
public class Event
{
public string Name { get; set; }
public string Description { get; set; }
…
4
votes
9answers
124 views
Logging authentication attempts including passwords
I'm writing a comprehensive authentication system for an application and I was planning on logging failed authentication attempts in order to implement better security. I would like to check failed …
0
votes
2answers
83 views
Linode or Slicehost
I'm looking into VPS for LAMP and wanted to see if any of you have an opinion to help me decide between Linode and Slicehost? Pro, Cons and overall opinion will be much appreciated.
0
votes
5answers
109 views
High-traffic, Highly-secure web API, what language?
If you were planning on building a high-traffic, very secure site what language would you use?
For example, if you were planning on say building an authorize.net-scale site, that had to handle tons …
