Slashdot Mirror


User: cosinezero

cosinezero's activity in the archive.

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

Comments · 309

  1. Re:Thin Client, My Ass! on The Current State of Ajax · · Score: 1

    Thin is relative. 65K is not a small application... to a C64. I've got over 2 gigabytes of flash memory and at least 128MBs of RAM just on the handheld devices -in my backpack-, all of which more than adequate to run an AJAX client.

  2. Re:Not So Cool! on Microsoft to Fight Crime With Spammer's Millions · · Score: 1

    Aren't they completely in the right to try to stop piracy of their intellectual property? If you don't like windows, use something else... but stealing software is still stealing.

  3. Re:Tempting - but no on New PSP Firmware with Built-In Web Browser · · Score: 1

    Nope. Piracy -will- be rampant for non-UMD'd software... copy protection will be difficult.

  4. Re:Tempting - but no on New PSP Firmware with Built-In Web Browser · · Score: 1

    Why send it to sony? A forward-thinking company should gather the money for the licensed SDK, and do this themselves.

  5. Re:Why must we be animals? on Russia's Biggest Spammer Brutally Murdered · · Score: 1

    A significant portion of the chinese, korean, japanese, and indian arts came from the buddhist monasteries, of which the Shaolin sects are the most widely known. http://en.wikipedia.org/wiki/Shaolin

  6. Re:Why must we be animals? on Russia's Biggest Spammer Brutally Murdered · · Score: 1

    Interestingly enough, it was the buddhists who developed many forms of martial arts... violence is often necessary.

  7. Re:Imagine a 1 gb ram layer... on Researchers Create 3-Dimensional Chips · · Score: 1

    I can't imagine the actual wafers in RAM 'chips' are that terribly big... a lot of space is wasted on wiring to the legs without creating capacitance problems at the 400mhz+ mark we're clocking memory at...

  8. Re:Not secure at all. on Another Stab at Laptop Security · · Score: 2, Interesting

    What's the likelihood it will become firmware once wireless manufacturers hear about it? Think about it...

  9. Re:Not secure at all. on Another Stab at Laptop Security · · Score: 2, Informative

    Likely this would be on firmware; wiping the drive would be pointless (and probably past the abilities of most crackheads anyways - wiping the drives means a reinstall before resell). Blocking outgoing traffic on a possibly random port with a firewall isn't as easy to do as you'd think.

  10. Re:bah! on How to Do Everything with PHP and MySQL · · Score: 1

    And here, folks, you have a PHP developer demonstrating a fundamental misunderstanding of multithreaded applications. You replicate with mySQL? Why? Because the data integrity wasn't bad enough for you, so you figured you'd try to spice it up a bit?

  11. Re:bah! on How to Do Everything with PHP and MySQL · · Score: 1

    Multithreading? Distributable compiled controls? OOP?

  12. Re:bah! on How to Do Everything with PHP and MySQL · · Score: 1

    You can do basically anything in PHP that you can do in Perl, Java, .NET, Ruby, etc.

    -->Um, wrong. So very, very wrong.

  13. Re:Stopped reading it when it got so political... on The Onion in 2056 · · Score: 1

    If you watch COPS and think they're oppressing people you actually -want- in your backyard, I'm moving to a different neighborhood... I can't recall an episode where I was like "Damn, sure he beat his wife with the butt end of his AK-47, but they didn't have to confiscate his meth lab! Bastards!"

  14. Re:PHP and multi-threading on SW Weenies: Ready for CMT? · · Score: 1

    I don't have to synclock DA objects running SELECTs... do you? No wonder you think this is hard. There isn't synch issues in the above if you partition your code properly. The only time locking should come into play is if you have a cache you're dumping the returned data into... which was clearly outside the scope of my simple example provided to prove a point.

  15. Re:PHP and multi-threading on SW Weenies: Ready for CMT? · · Score: 2, Informative

    It's very simple, actually, I do it quite frequently. Let's say you need to populate a drop-down based on user input in another drop-down.

    At the start of the page you collect user input and fire off the data access code for the original drop and the parameterized drop, each in a seperate thread.

    This executes while you're performing other formatting actions, like include headers, menu formatting, and outputting strings to your response (like client scripts, etc).

    All the while, the other threads are formatting the first & second dropdown with the returned data, while your main thread is doing more menial UI tasks like formatting the tables and such that hold your page.

    This is simply a basic example, but anyone who uses data access code even for a single databound table or drop should always be running it in a seperate thread and letting the main thread handle the non-data related rendering. There is a TON of work on web pages that you can be doing that is not data related, nor is it required to be peformed before or after the data is available.

  16. Re:PHP and multi-threading on SW Weenies: Ready for CMT? · · Score: 1

    Single-threaded webpages are -terrible-.

    I mean, unless you like your data access code holding up the page rendering.

  17. Re:Set an example? on Computer Security Lacking at Homeland Security · · Score: 1

    You mean like they outsourced electronic voting? Don't be fooled. All the IT in government is outsourced to companies run by republicans.

  18. Why use any OS? on Juggling Molecules with Linux · · Score: 1

    Sooo... basically they're using an operating system to do what they should have an FPGA perform?

    I mean, rah-rah-go-linux... but sounds like a dramatic over-use of power. Why one would use a modern OS to perform tasks that should be handled by dedicated hardware ... is beyond me.

  19. Re:RISC vs CISC deabte over on Desktop on Apple Switching to Intel · · Score: 1

    "I'm sad that the reality was that this argument was not well founded." Dare I say it? TOLD YOU SO.

  20. Re:Area man adds homebrew MMU to PDP-11/34 on Hand-made Web Server, Built From 200 TTL Chips · · Score: 2, Funny

    Back then, we just had a Slash - AND WE LOVED IT.

  21. Re:No child left behind? on Hand-made Web Server, Built From 200 TTL Chips · · Score: 1

    Seriously. Likely we're going to /. his homebrew 48.8KBPS ISP LONG before we hit his CPU. :0

  22. Re:3Mhz on Hand-made Web Server, Built From 200 TTL Chips · · Score: 1

    1MHZ is a million cycles a second. Kilohertz is thousands.

  23. Re:That's nothin... on Open Source Self-Replicating Robot · · Score: 1

    Doesn't that require nookie to replicate? The nookie level around /., I dunno if that'd be a very good example...

  24. Re:The problem with IE is.... on Plugging Internet Explorer's Leaks · · Score: 1

    Uhm... no. 1. MS never disbanded the IE Dev team... otherwise where is IE7 coming from?? 2. If you've ever done any serious app development you'd know that the work going into the product in the first few versions FAR outweighs the last few. Later versions of applications are often refactoring or building on your existing base. Early versions of code is where 90% of the functionality is solidified. Hence, later versions of applications usually need far less developers. 2. If you've ever taken a look at microsoft's roadmap throughout the mid-late 90's & early 2K you'd know why they needed many more developers; During that time they launched Win95 (new OS codebase), NT4, WinXP, and Win2K. Dramatically different and new OS's and APIs requiring a lot more developers at the time. With all the W3C spec changes plus all the OS changes... your team would be 2x the size it would be today.

  25. Re:RTFA on Plugging Internet Explorer's Leaks · · Score: 1

    Well, then perhaps you better get realistic here, because anyone can cause memory leaks in any JS-compliant browser in their own JS code.