Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment New rules... (Score 1) 118

As they are running out of mobile numbers and ids, they are recycling them quicker than ever, therefore all SIMS if NOT used for any outgoing calls/sms, will expire in 90 days, be deactivated, and your mobile # placed into a recycle mode.

Oh and they wont sms you a week before to warn you, its just done.

Comment MDD - marketing driven development (Score 1) 1

What about MDD.

Marketing makes up shit that either is stupid or cannot be done, then says its easy, and because it promises it to future clients, then creates the framework for development features.

Problem is either these ideas or old or shit, or just cannot be done nicely without a well defined and tried and tested workflow.

Gradual evolution based development, like Firefox and Linux are the only ways to go. Know your features, code for them, then tell marketing to work of a working copy, not a pie in sky shit that makes presales look good.

Comment So your just like a techo CEO (Score 1) 120

CEOs are technically employed, but they do not REALLY work do they.

Attend meetings, read the internet, attend meetings, play golf, fly a jet or two, stay in hotels, travel to other meetings, oh tell the PA to do a,b,c,d.

CEOs arent super human, their brain capacity is not 20x average. Im sure any seasoned programmer could do what a CEO does, remember more details, understand tech better.

Oh but the real skills come in social engineering and getting that billion dollar deal, by tricking the client.

Programmers are TOO HONEST! "yeah this server is shit, its capacity is poor", CEO says, "it will solve all solutions , no admin needed"

Comment Re:What's the point? (Score 1) 511

I beg to differ, if a large solution requires say, 20 processes running, with common libs, and config files.

Yeah do it in java, you could just as easily do it in perl, code it cleanly to look like java, no corrupted files. ie no short cuts.

IF its requires 400 functions in java, then its equally possible in Perl. Doesnt have to be one file, you can make modules to do each task.

A good design will be equally good in Perl and in Java. Just about every problem is really either converting large amounts of data from A -> B. or triggering events based on rules when processing any data.

Comment Re:I hope not (Score 1) 511

why? If you do 50hrs a week on pure C#, and are considered a genius on it, then you can implement and code anything in it that you can in any other language. If a company only makes C# apps or only has C# web services, why would you need java or C++ expertise. Though if youre an expert in C#, you would find other langs easy to learn.

Java wont magically make a giant problem 10x easier.

So unless you require 100000 linux machines in a cluster, that is cheaper than 100000 windows machines, C# is good.

Infact, I would prefer C# compiled to binary over C++ any day. And which C++ ? there are many variants and addon frameworks that restrict your environments.

Slashdot Top Deals

The moon is made of green cheese. -- John Heywood

Working...