|
Firefox aims for 10 percent of Web surfers (pg. 8)
|
View this Thread in Original format
| Durafei |
| quote: | Originally posted by malek
dude those open source guys will grow up and look for a job to put some bread on the table... |
just to be replaced by newly graduated university students, or those dissatisfied with their current work. |
|
|
| Durafei |
| quote: | | dude i said 256 AND less... everyone knows XP to run smoothly needs 512. |
Interesting... And I thought that XP was released back when 256MB was most common. Yet another proof that people write software for FUTURE computers, instead of the current ones :rolleyes: |
|
|
| Durafei |
| quote: | | guys, there's a real world out there |
Malek, you are talking about this like it's normal to release software, just to get it out in the market quickly.. You are right - it is real world.
But , if everyone continues to think that it's acceptable to release software fast, companies will continue releasing software. |
|
|
| loconet |
In other news.. Microsoft Australia's Director says Microsoft does not see Firefox as a threat. He goes onto say that IE is no less secure than any other web browser out there and that it does not lack any features that users wants and thus Firefox is not a threat. He says features such as tabbed browsing are not important to IE users.
source:
http://news.com.com/Microsoft+says+..._3-5448719.html
This gentleman reminds me of this other guy ..

Iraqi Information Minister |
|
|
| goodnet |
| quote: | Originally posted by loconet
This gentleman reminds me of this other guy ..

Iraqi Information Minister |
There are NO security hole infidels in IE! |
|
|
| rabbitjoker |
| (on this issue) you guys suck. |
|
|
| LoCa |
| quote: | Originally posted by goodnet
There are NO security hole infidels in IE! |
:stongue: :stongue: :stongue: :stongue: |
|
|
| ShadoWolf |
I posted this a while back:

Firefox will own 25% of the browser market by the end of 2005. |
|
|
| DigiNut |
Basically I'm hearing two arguments here:
1. End users don't care about things like fragmentation and memory leaks.
2. Programmers don't control their projects, business people do, which means that code is rushed out before going through any QA.
Neither of these points even come close to addressing the real issue here.
#1 is the Ostrich Argument; just because end users don't care about the issues doesn't mean the issues don't exist. This is why in the IT world (all facets of it, not just coding), "user" means "idiot". They may not care about fragmentation, but they will care about piss-poor performance coming out of their brand new PC. And they may not care about page faults, but they're going to care when one of them causes an illegal operation and the program decides to go bye-bye. And they may not care about threads, but they're going to care when some of those horribly-written threads start to deadlock and their computer locks up. Users may not care about the technical DETAILS, but they sure as hell care about the EFFECTS - and if users knew a little more about the details, there's no way they'd stand for these jokes they call "software".
#2 is both irrelevant AND false! In effect, all you are saying is that the business people are stupid and have no concept of a real software timeframe (sort of like the Dilbert boss - "If I don't understand it, it means it's easy"). But this also implies that it's standard sensible business practice, and it's not, because (a) the support calls will cost the company a lot more than they save on development time, and (b) unless it's a company with monopoly power like Microsoft, users aren't going to want upgrades.
But that ignores the much larger issue which is that as nice as it is to blame the management, it is NOT always the management's fault. The real problem is that there are THOUSANDS of IT/CompSci grads out there who call themselves programmers and can't do , they get hired by companies to write professional high-end software, and what they produce in 3 weeks of lead time looks and functions much like the "test programs" I hack out in 3 hours. I'm sorry if it sounds like I'm tooting my own horn, that's not the intent and I know there are probably hundreds of programmers out there better than I am, but there are also thousands of worthless wastes of skin out there who can't understand basic concepts like a Linked List or a Hash Table.
It's only about 50% the fault of management. Yes, it's true, they sometimes give unfair deadlines, but good programming teams can usually come up with at least half-decent code in that time by following simple OOP rules - that way they end up with maintainable, reusable, debuggable code.
So I'm sorry but these arguments don't fly. Many of you will remember that I defended Microsoft in the whole silly anti-trust thread, and I stand by that, but that does not mean there's any excuse for such a big company to be cranking out worthless, unreliable and insecure crap like Internet Explorer.
Open Source is the way of the future. Maybe you don't realize this Malek, but a lot of Open Source contributors aren't little kids who have yet to grow up and get a real job - rather, they DO have jobs, often IT-related jobs, and their contributions are somewhat of a hobby (I say "somewhat" because the end result is something they can actually use, and not a stamp collection or a model airplane). Open Source also forces developers to tighten up security because any idiot could wade through the code and find the gaping holes. Security By Obscurity (Microsoft's well-known model) does not work and is known not to work! |
|
|
| Durafei |
| quote: | | But that ignores the much larger issue which is that as nice as it is to blame the management, it is NOT always the management's fault. The real problem is that there are THOUSANDS of IT/CompSci grads out there who call themselves programmers and can't do , they get hired by companies to write professional high-end software, and what they produce in 3 weeks of lead time looks and functions much like the "test programs" I hack out in 3 hours. |
Who hires those stupid programmers though? Management. You'd be amazed how different interview process is in different companies. To get hired full-time for MS or Google person usually needs to pass 5-6 hour-long interviews. To get hired at an average software firm, person needs to pass just 1, which may not even include any technical questions.
| quote: | | It's only about 50% the fault of management. Yes, it's true, they sometimes give unfair deadlines, but good programming teams can usually come up with at least half-decent code in that time by following simple OOP rules - that way they end up with maintainable, reusable, debuggable code. |
When you are given 1 month to implement 2 months long project, there is no time for design. You end up with ty code, that somehow/barely works. This is management's fault.. I don't even know what "half decent" means. Code is either decent, or it's not. There is no half-way. |
|
|
| DigiNut |
| quote: | Originally posted by Durafei
Who hires those stupid programmers though? Management. You'd be amazed how different interview process is in different companies. To get hired full-time for MS or Google person usually needs to pass 5-6 hour-long interviews. To get hired at an average software firm, person needs to pass just 1, which may not even include any technical questions. |
Oh no doubt about that, and that's why I peg the blame at 50/50. You have to be fair though, it's really hard for management to make good hiring decisions when colleges and universities are churning out 50,000 graduates a year who write code like
Form5->ListBox3->Items->Objects[atoi(substr(Form1->Edit2->Text, 4, strlen(Form1->Edit2->Text)))]->QR = App_QR1 + lfunc(x - 5, y+z) + 3,
where App_QR1 is declared as a global variable in a unit called "misc.h", which consists of about 100 different totally unrelated variables and functions with equally cryptic names like "pkStFrmShMLA" and "int getMRblkT(PChar *P)" and is in the include section of EVERY SINGLE source file in the ENTIRE PROJECT. Gee, you're having trouble finding the reason you're getting 13 consecutive access violations when you click the "File" menu? I WONDER WHY!!!
So sure, managers have to hire good programmers, but I think when they're confronted with 50 interviews in a row with guys who can barely remember how to write a "hello world" program let alone write a worker thread, they just assume that all the candidates are like that and give up.
I got a kick out of this essay, by a Microsoft MVP:
http://www.flounder.com/bricks.htm
Goes to show you the quality of labour these days. It's really sad, and yes, part of the problem lies with lazy short-sighted managers, but a MUCH bigger part of the problem lies with the crummy world of academia.
And code is NOT either "decent" or "not decent", there are certainly gray areas. Sometimes you have to cut corners to meet deadlines, but knowing which corners to cut is an art too! Some pieces you can afford to hack together, others you can't. Cut every corner and you'll eventually wind up going in circles. ;) |
|
|
| rabbitjoker |
time for some hairy anus...
http://www.teenhealthfx.com/answers/Sexuality/914.html
Dear TeenHealthFX,
Is it normal to have a hairy anus around that area? Is it in both men and women?
Signed: Curious About Hairy Anus
Dear Curious About Hairy Anus,
It is normal to have hair on the anus and that area. Like any of your pubic regions like your chest and armpits, you will grow hair. Your butt and your genital area are no different. Some men have very hairy chests, arms and legs depending upon their genetics. These men will likely have more hair in the anal region as well.
If you have hair in this region you are not alone. Both men and women get hair on and around their anus and it is completely natural.
Signed: TeenHealthFX |
|
|
|
|