Slashdot Mirror


User: kiso

kiso's activity in the archive.

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

Comments · 16

  1. Re:apples to oranges? on Sony Says Eee PC Signals "Race To the Bottom" · · Score: 1

    Well, if I only need to check my email on the go, then I'd buy a smartphone and carry it in my pocket. I wouldn't need to carry that bulky laptop with me just to check another batch of spam. Yes, almost anyone buys things based on his need. All I mean is - don't compare sedan to a truck, if all you need is a sedan.

  2. apples to oranges? on Sony Says Eee PC Signals "Race To the Bottom" · · Score: 1

    Are you seriously comparing Intel Celeron based $200 laptop against Core 2 Duo based $800-1000 Sony laptop? I think with the same specs Sony (and any other brand) laptop would cost $200 or less. i think people are eager to compare apples to oranges, if the latter runs linux. Sony Vaio also runs Linux, although much faster than Eee.

  3. The main reason for securing the browsers is on 'Extreme Security' Web Browsing · · Score: 1

    The main reason for securing the browsers is to protect the users from malicious software coming from the server side. I'm not sure your online banking site is going to inject an adware or a trojan through a vulnerability in your browser. I'm pretty sure that the SSL/TLS implementation is secure enough on all the popular browsers - IE, Firefox, Opera, Safari - which is OK for online banking. If you're using an insecure browser for "ordinary" browsing expect to have your PC filled with adware, trojans, trojan downloaders, keyloggers and the rest of the family. Then you switch to your "more prudish" browser and feed your banking data to the keyloggers & trojans downloaded with the insecure browser.

  4. Re:In a word... on DJB Releases All Source to Public Domain · · Score: 1

    I regularly check the public blacklists for the IP of my server, it's not there (I might as well be very lucky). When I had problems with the backscatter spam a couple of years ago, applying netqmail patches didn't help. I fixed the problem by employing mailfront and checking if the recipient exists in vmailmgr database.

  5. Re:In a word... on DJB Releases All Source to Public Domain · · Score: 1

    qmail has been running on my mail server for 5 years without a single crash or need to "fix the code". Maybe that's because it wasn't maintained and didn't grow into a bloated super mail server.

  6. Re:This may be true... on EDGE Can Out-Perform 3G; Here's Why · · Score: 1

    I have two ADSL lines from two different ISPs at the office and one beats another on various pages. Why? Completely different routing, bandwidth sharing policy, squid caching policy, packet loss, etc. There are so many variables, that simple loading a page through different ISPs and counting seconds doesn't make a benchmark of the channel between you and the carrier. Try loading something from the carrier's internal network, both through EDGE and 3G. That'll make it somewhat closer to reality.

  7. Re:Who exactly do I pay? on How Microsoft Inadvertently Helps To Fund FOSS · · Score: 1

    Isn't Dell paying Microsoft for every non-Windows based PC it sells?

  8. Re:In Soviet Russia.. on Dragonfly-Sized Insect Spies Spotted, Denied · · Score: 1

    ...everyone spies on you.

  9. benchmarks from Anandtech on Intel Harpertown (Penryn) Quad CPUs Benchmarked · · Score: 1

    More credible benchmarks from Anandtech: http://www.anandtech.com/IT/showdoc.aspx?i=3099&p=1 Harpertown is the clear leader in performance. Barcelona leads the performance/watt bencmarks.

  10. Re:Confusion on GPS Transitions to New Control System · · Score: 1

    Apple has already issued nice "Original iPod" stickers for those of you who paid much more back in 70s... very classy, black on black, made of high quality plastic... Apple loves you too.

  11. Re:losing the print statement on Guido and Bruce Eckel Discuss Python 3000 · · Score: 1

    that's what i hate about python - when you do a major upgrade, most of the older python scripts cease to work. that creates a bigger problem in redhat linux es, where most of the system administration tools are written in python. the language itself might be great, but the administration/maintenance is a pain in the neck.

  12. BBB on Google Video Store Shutting Down · · Score: 1

    the start of the Big Bubble Burst? (panicking)

  13. buying off? on Linux Foundation Calls for 'Respect for Microsoft' · · Score: 1

    so, microsoft is not competing, it's just buying off major open-source figures. and it's not funny. a "duopoly" basically means to become partners and play by the same rules.

  14. Re:step 1 on The Design of Sites, Second Edition · · Score: 2, Insightful

    unfortunately, this is not the case in the real world. you spend time writing a pure XHTML+CSS but: 1. The client wants eye-candy effects, look&feel or page design which cannot be implemented with pure XHTML+CSS. do some workarounds. 2. One of the popular browsers does not support one or more CSS selectors, do some workarounds (more often) so, unless the browsers stop interpreting the standards their own way, it's easier to come up with a quick & dirty HTML markup with tables and stuff, which will work and look as needed. the web browsers currently are too permissive - they try hard to render a lot of broken HTML+CSS which is spoiling. because they need to sell, need to dominate the market. make them all restrictive and people will start optimizing/rebuilding their pages.

  15. Re:ohh on Smarter Teens Have Less Sex · · Score: 1

    or surrounded both by ultrasmart and ultrastupid people

  16. Re:Article is misleading on The Completely Fair Scheduler's Impact On Games · · Score: 1

    The most important thing is the time between you pressing a key and the changed game state being reflected on your screen and how consistent that delay is.
    afaik, physics/ai/movement is always linked to FPS. the better your FPS, the more responsive is the game.