Tagged Questions
The industry tag has no wiki summary.
81
votes
39answers
4k views
What are software practices in mission-critical industries (e.g. nuclear power plant)?
Edit
What software practices are being used in mission-critical industries where safety is paramount? For example nuclear power plant.
Update
Originally this question was: How would you develop ...
32
votes
15answers
2k views
Why didn't Ada make it?
I've read about a really beautiful langauge called "Ada", which seems very powerful to me, with a lot of what we call these days "safety features".
What was wrong with Ada not to make it a ...
12
votes
3answers
304 views
Are there any studies showing what percentage of software developers are building internal applications as opposed to consumer applications?
I have always wondered what the industry-wide breakdown is between internal/IT applications (e.g. intranet apps, custom reporting, payroll, or related enterprise software) and consumer applications ...
12
votes
9answers
2k views
Is Java relevant in the game industry?
I'm a web developer/apps programmer who wants to break in the game industry.
I used to code in C/C++/C# for desktop apps (mainly database-oriented enterprise apps)
but nowadays I mainly do PHP/Ajax ...
8
votes
34answers
6k views
What is the biggest problem with software development?
What do you think the biggest problem is with software development?
To me, when I think of the problems I face developing software, I think of a lack of precision. There's too much "Hey, let's try ...
7
votes
10answers
1k views
How to make industry standard desktop Java applications?
I know how to create the basic controls in Swing, but coming to industry standard application development, I lack the skills to do them.
I am designing a small Java Swing application. Instead of ...
7
votes
6answers
336 views
Which startup VIP do you follow?
Do you have a prominent example of a startup person you follow? Like the Twitter, blog, video podcast of Kevin Rose from Digg. Or the writings of Joel Spolsky?
Is it common for the startup people to ...
6
votes
4answers
575 views
Opinion on “loop invariants”, and are these frequently used in the industry?
I was thinking back to my freshman year at college (five years ago) when I took an exam to place-out of intro-level computer science. There was a question about loop invariants, and I was wondering if ...
5
votes
3answers
134 views
Does degree prestige count in Silicon Valley [closed]
I go to a non-flagship state university in a smaller state on the east coast. I plan on moving after graduation to the SF area for various reasons, but being at the top place for my field is part of ...
5
votes
3answers
455 views
Software industry sector sizes
Are there statistics or even estimates anywhere regarding the sizes of the various sectors of the software industry (e.g. desktop, systems, embedded, business, games etc.)?
4
votes
5answers
228 views
realistically speaking, could a seasoned .net developer enter the java space and land a job?
I've been working with .net since 2001, and I am considering making a move into the java space.
I find that java has so many more mature tools (hibernate is more mature, spring framework, established ...
4
votes
8answers
199 views
Are there valid reasons to hold data internally as XML?
In the years that I've been at my place of employment, I've noticed a distinct trend towards something that I consider an anti-pattern: Maintaining internal data as big strings of XML. I've seen ...
3
votes
6answers
168 views
Uses of Java and C++ [closed]
I have learned a bit of Java and C++ and enjoy certain aspects of both languages a lot. Since I am only in high school though I do not have much perspective on their actually uses outside of school.
...
3
votes
7answers
173 views
Programming shops in certain cities: Does it matter?
As a new entrant into the job market, I've been looking through Authentic Jobs, SO Job Board, Craigslist, etc, and I've noticed that 75% of the postings are in San Francisco and New York. Now bear ...
3
votes
5answers
317 views
How is the software industry in these hard economic times? [closed]
I just wanted to gauge how software industry is coping with the recession. Everyday we hear thousands being laid off( including Microsoft and Google recently). So, did the recession finally catchup to ...
2
votes
1answer
266 views
Industrial Handheld Terminals with Android?
Are there any industrial handheld terminals (e.g. from honeywell or datalogic) which are shipped with Android?
It seems to me, that all of them are Windows CE/Mobile only, which sucks (beginning at ...
2
votes
4answers
213 views
Key things to learn to be a senior developer under the MS platform
I know the following:
asp.net webforms, mvc, sql server 2005/2008, web services, and windows services.
I want to expand so I can be a little more versatile.
What things should I be focusing on? ...
2
votes
8answers
326 views
What industries value their IT departments the most?
Different industries treat IT in different ways. Some pay well but treat their staff poorly while others view IT solely as a cost center. What industries have you worked in where IT is truly valued ...
2
votes
6answers
548 views
C# web developer being paid the same as a splicer! [closed]
I know this isn't programming related per-se but i really need some educated & experienced advice on this.
I work for a UK based web development agency as a c# web developer, and have been ...
1
vote
2answers
64 views
'Correct' term for.. upwards moving menu?
Dropdown menu.
But ours open upward - 'popup', as in 'popup menu' has proved oddly confusing to some of our business oriented folk. So we tried throwing in 'vertical menu' and then.. this was a ...
1
vote
4answers
99 views
How easy is it to move from one field within CS to another once working in the industry?
I sort of arbitrarily chose AI and Platforms as my concentrations for my bachelor's, but I definitely have interests in media. How difficult is it to move laterally in the CS industry - in my case ...
1
vote
1answer
596 views
KPI definition asking for advice
I am looking for some reference/samples about how to define good KPI for education industry. I want to define KPI from school/department management perspective to measure various school performance, ...
0
votes
1answer
117 views
convert text file into multidimensional array using php
How can I convert text file into multidimensional array using php?
For example I have a text file as follows
1.Agriculture, Forestry, Fishing and Hunting
Crop Production
Oilseed and Grain Farming
...
0
votes
6answers
273 views
Is Emacs a widely used IDE for large projects? [closed]
Having used Emacs for the last few years I'm a big fan, but equally I'm very aware its easy to get sucked into your own bubble, and it's not exactly the most user friendly IDE.
With this in mind, is ...
0
votes
4answers
103 views
Just got my first job in industry - what do I need to know? [closed]
Tomorrow, I will be taking up my first job as a software engineer. I am doing an internship as a Software Test Engineer doing black box and white box testing. I have never done either of these ...
0
votes
0answers
95 views
The 'lost art?' of Desk Checking [closed]
What percentage of programmers in the industry still perform Desk Checks?
If you are a working programer, do you?
Has the Desk check gone the way of the Dodo bird?
0
votes
6answers
242 views
Why do ineffective models have a monopoly in IT systems? [closed]
Specifically, ineffective for addressing a particular problem, not in general.
Relational database management systems are good for many things and object database management systems are good for many ...