Slashdot Mirror


User: aspx

aspx's activity in the archive.

Stories
0
Comments
98
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 98

  1. Re:All about the frags on Dynamic Memory Allocation in Embedded Apps? · · Score: 1

    Fragmentation is a problem if you do small allocs/frees frequently, but then need to do a large alloc. It is possible to design around that. For example, large objects can be preallocated.

  2. Re:It's been a while but... on What Tools Do You Use for UI Prototyping? · · Score: 1

    Well if you involve beer as you suggest, the UI will need to build itself.

  3. Re:How? on Firefox Share Slipped in July for the First Time · · Score: 1

    I think proxies skew the numbers towards Firefox. Firefox is primarily an "after 5:00" browser, but all those IE visits are counting as one person.

  4. Re:Huh? on Build Your Business With Open Source · · Score: 1

    It also depends on what you need. SQL Server has features that are just plain missing in MySQL.

  5. Re:Convert to RTF first on Sanely Moving from Word to the Web? · · Score: 1

    If you only want to pull out the meat, defined as the text and simple formatting, then you're right. But RTF can describe much more than that. Look at the spec. Not all RTF tags have HTML equivalents, and building the equivalent HTML for arbitrary RTF streams is especially non-trivial.

  6. Re:Couple of comments on Why I Hate the Apache Web Server · · Score: 1

    > The storing of a username and password for HTTP
    > authentication is implemented on the client
    > side, it has nothing to do with the web server
    > or even the protocol.

    Nope, sorry. You can store user session information on the server also, and there are good reasons for doing so. It can make your site more responsive for interactive users, and save bandwidth. IIS makes this easy. I have never tried it with Apache.

  7. Re:What makes a good Comment? on Successful Strategies for Commenting Your Code · · Score: 1

    What you describe is not commenting, it is writing the code twice. Once in English, once in ASM/C++. I don't think that is a useful standard. Do you really think developers will maintain all those comments, as the code is changed?

  8. Re:relicensing Windows 98 on The Linux Modem Problem? · · Score: 1

    What if the computer does not have Windows 98 installed? I can see the need for a consistent OS that supports lots of random hardware, so Windows 98 for $5 is probably the most cost effective solution.

  9. Re:Unscientific Results So Far... on Microsoft Releases Eight Security Updates · · Score: 1

    There are far fewer users of Windows Server 2003 than Windows XP. That's why the download is so fast.

  10. Re:Obvious on Paramount Says Enterprise Cancellation Is Final · · Score: 3, Funny

    > "Paramount has declared that they will not be
    > accepting *any amount of money* from fans to
    > continue to produce Star Trek Enterprise."
    >
    > This should tell you something important.

    It does. Para mount translated from Spanish is "for sex." They want sex, not money.

  11. Re:How well does it do... on Preview of Intel's Dual-Core Extreme Edition · · Score: 1

    "Turbo" was a clock doubling button. The idea was that some legacy software of the day used software loops for timing, and therefore did not run correctly on faster CPUs. You would run such software in "normal" mode. When you ran software that did not have that problem, you would press the "turbo" button to get clock doubling and your computer would run at full speed. On a lot of machines the turbo button didn't do anything, but I once owned a machine where it worked. I always ran in "turbo" mode on that box.

  12. Re:take the contract on Online Business Model for a Band? · · Score: 1

    Why would a record company offer you a contract if they did not gain the rights to your music? Are you suggesting that they just have the rights to one album you do for them, as is and whole, but you retain rights to the music? No major label will agree to that, unless you are a superstar, and even then you need to be one hell of a negotiator and make concessions. An unknown will not get such a cherry deal.

  13. "Trying" to sue? on PearPC Trying to Sue CherryOS · · Score: 5, Funny

    "Trying" to sue?

    Sue, or sue not. There is no try.

  14. Game Over on Game Creation and Careers · · Score: 5, Insightful

    I don't know why so many consider game development a "fun" career. It isn't. I like to drink beer, but I don't care to brew it.

    Game tester would be ok, if you actually make a living at it.

  15. Re:(Disabled) assertions suck. Not Always. on Do Programmers Actually Use Assertions? · · Score: 1

    Assertions are useful for documenting preconditions in code. E.g., this function should never be passed a NULL pointer. If you do so, you lose, and the program is aborted. The idea is that eventually the code is tested and robust enough that we trust the assertions will all pass, so we turn them off to gain a slight advantage in performance.

    -- Man invented God.

  16. Can it be? on Microsoft Tries to Patent the Internet Again · · Score: 1

    Dear Lord! Is Microsoft attempting to stifle my freedom to innovate?

  17. Re:No TRS-80's? on A History of Portable Computing · · Score: 1

    Did you "roll up" in your 1983 Chevy Citation too?

  18. Re:1 in 10? on How the Spam Industry is Sustained · · Score: -1, Flamebait

    This is the most flamebait post I have seen in a while. It is such flamebait that it may in fact be a singularity that ends up destroying the universe with its awesome power.

    Of course the grandparent was flamebait too.

  19. Re:I shall use it to create on What Will We Do With Innocent People's DNA? · · Score: 1

    Begun, the clone wars have.

  20. Re:comments on Code Reading: The Open Source Perspective · · Score: 1

    I get more satisfaction out of crafting breathtaking memos. So help me god, nothing increases one's self esteem more than a buttery-ly written memo. I call it the purpose driven life.

  21. Controversy = Exposure on Imax Theaters Demur On Controversial Science Films · · Score: 2, Insightful

    Controversy = Exposure
    Exposure = Money

    Why are they scared to show the movies again?

  22. Re:NICE!! on Internet Access 10 Kilometers High Up In The Air · · Score: 1

    I don't know, I don't think I want people watching me download porn. Is a dark private basement provided with my $30?

  23. Re:They could just sell win2000 for $5 on Windows XP Starter Edition off to Slow Start · · Score: 1

    Yeah, but then Microsoft would need to support Windows 2000 for that much longer. A much better business model is to obsolete your old products, so that your customers are forced to upgrade. Well, that business model is much better for Microsoft at least. The customer gets a good rodgering out of the deal.

  24. In the One-Copy Country on Windows XP Starter Edition off to Slow Start · · Score: 2, Insightful

    In a One-Copy Country, the full version of Windows is free anyway. Why on earth would someone pay for a crippled version?

  25. Re:Social Engineering is the biggest problem on IRS Employees Fall For Hackers · · Score: 1

    If he was good at his job, he would have put more paper in the printer before you arrived and you wouldn't need to go inside.