TranceAddict Forums (www.tranceaddict.com/forums)
- Canada - Toronto & Southern Ont.
-- Firefox aims for 10 percent of Web surfers
Pages (5): « 1 2 3 [4] 5 »
taco (sauce)
| quote: |
| When I see a program like IE taking up 25% of my system's memory, I seriously have to wonder what the hell their programmers were thinking. |
| quote: |
| Originally posted by dEsidEL seems like Firefox 1.0 isn't compatible with the lastest version of BBCode .. gonna hav to wait for a new release on the extension .. ![]() |
| quote: |
| Originally posted by Durafei Well, I just bought(1.5 months ago) a laptop with 256megs of ram, celeron.. and it's FUCKIN SLOW ! I hate it (the only reason I bought it cause it was cheap). But ever since I started using Firefox on it, it became noticeably faster. |
| quote: |
Malek, are you sure you understand what Memory Leakage means? It means that software doesn't deallocate memory, which it allocated earlier. Pretty much all software suffers from that problems(some more than others). |
| quote: |
| Originally posted by DigiNut Thank you! From the perspective of an internal developer, I absolutely DESPISE sloppy, bloated code. The point is not whether or not your computer can "handle" it - the point is that it's totally unnecessary! Honestly, a web browser is not that complicated an application; In Delphi I think there's actually a drop-in component that you can stick in any app, free of royalties, which has almost all the functionality of Internet Explorer minus the useless crap like ActiveX and BHOs. Memory DOES MATTER, and so does CPU time. If you worked in an IT department running a *nix network, you'd be laughed out of the office if you made comments like "who cares about memory". Honestly, these comments are almost always made by lazy Windows users who have next to no clue how their system actually functions beneath the pretty little GUI. Even if your computer has 10 gigabytes of memory, it's not just about the numbers! There are tons of other issues you have to worry about - to name just a few: - Swapping (Windows especially likes to page *everything* into virtual memory even when there's plenty of free physical memory) - Other system resources (IE likes to open 15 threads and 410 handles when it's IDLE - why? God only knows... then there's video memory, GDI resources, etc...) - Fragmentation - the bigger the memory footprint, the more fragmented that memory is likely to get, which causes the program to run slowly and may cause OTHER programs to run slowly even after being shut down. Again, from a developer's perspective, I am very much against needless optimizations that save memory or disk space at the cost of maintainability or major functionality. It's annoying to see programmers who crash the whole program trying to rewrite 2 instructions as 1 instruction. But there is NO reason for a program to take up 120 MB unless it's a high-end program like Photoshop or Reason. I have a program that opens several databases and up to 50 threads and never pushes past the 25 MB mark - even with all the debug information left in and several debug processes running! And I don't consider this brilliant programming or amazing optimization techniques - that's about what a modern program SHOULD take up. When I see a program like IE taking up 25% of my system's memory, I seriously have to wonder what the hell their programmers were thinking. |
| quote: |
| Originally posted by DigiNut Thank you! From the perspective of an internal developer, I absolutely DESPISE sloppy, bloated code. The point is not whether or not your computer can "handle" it - the point is that it's totally unnecessary! |
| quote: |
| Originally posted by Durafei However in Internet Explorer's case, it seems like IE programmers traded both space and speed for the development speed(ie. coded IE quickly and sloppy just to get it to the market as soon as possible). Unfortunately they then forgot to update IE for another 3 years, so it remained slow. |
| quote: |
That's the beauty of Open Source software. There is never really any rush. Programmers can take their time, and develop solid code that works. |
| 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... |
| quote: |
| Originally posted by malek We all know, that Quality insurance is always pushed aside by companies and that delivering the product asap is the first thing in their mind. |
| quote: |
| Originally posted by Durafei That's the beauty of Open Source software. There is never really any rush. Programmers can take their time, and develop solid code that works. |
| 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... |
| quote: |
| dude i said 256 AND less... everyone knows XP to run smoothly needs 512. |
| quote: |
| guys, there's a real world out there |
In other news..
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
Re: In other news..
| quote: |
| Originally posted by loconet This gentleman reminds me of this other guy .. ![]() Iraqi Information Minister |
(on this issue) you guys suck.
Re: Re: In other news..
| quote: |
| Originally posted by goodnet There are NO security hole infidels in IE! |
I posted this a while back:

Firefox will own 25% of the browser market by the end of 2005.
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 shit, 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!
| 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 shit, 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. |
| 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. |
| 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. |
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
don't kid yourselves, there's only maybe one good programmer out of ten. The other nine will write poor code if they're not well guided by software engineers and project managers. That IS if there's true software engineers in the shop.
nice one Malek !
Just one day after the Mozilla Foundation released Firefox 1.0, the group has revealed that prior versions of the open-source browser pose a security threat to users. According to information released by Mozilla, multiple security holes have been plugged in all beta versions of Firefox to correct flaws that could lead to security bypass, exposure of sensitive data, privilege escalation and DoS (denial of service) attacks.
Research firm Secunia rates the vulnerabilities as "moderately critical". Mozilla warned that successful exploits could also detect the presence of local files, spoof the file download dialog, or gain escalated privileges on vulnerable machines
------------------------------------
People bitch and moan about MS security this, MS security that...
Face it folks - an computer that is connected to another via any means is vulnerable.
IMO - There is no reason to change browsers simply for security purposes (if you have XP-SP2 installed).
| quote: |
| Originally posted by rabbitjoker Face it folks - an computer that is connected to another via any means is vulnerable. IMO - There is no reason to change browsers simply for security purposes (if you have XP-SP2 installed). |
Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.