Slashdot Mirror


User: ranrub

ranrub's activity in the archive.

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

Comments · 4

  1. Re:Web developers can kiss my fat white ... poster on Vodafone Move Invites Web Development Chaos · · Score: 1

    You can't write browser-agnostic pages for mobile phones. The browsers suck too much. Writing browser agnostic will result in pages using the least common denominator of the mobile phone capabilities, and believe me it's not pretty.

  2. Re:white list or alternative internet browsers on Vodafone Move Invites Web Development Chaos · · Score: 1

    It's not done on the phone it's done in the proxy the users are forced to use to access the web from their phones. A different browser will get the same.

  3. Re:Three things on Vodafone Move Invites Web Development Chaos · · Score: 1

    1. Wrong - the user agent tells you the phone model, which tells you the screen size and capabilities way beyond what the Accept header can tell you.
    2. True, but they just replace it with */*
    3. They respect it. In fact all you need to do is serve content-type:application/xhtml+xml to leave your site unaltered. Not that you know which XHTML to generate, because the damn user-agent is gone!

  4. Re:*Shock* on Cray CTO Says Cray Computers Are Great · · Score: 5, Informative

    Have you ever worked with supercomputers?

    However, if your supercomputer goes down... well, your screwed

    Cray supercomputers have built-in redundancies. All the subsystems are separate from the processors and memory, which are actually "clustered" (depends on model). Even the OS has build-in means to survive the harshest hardware catastrophe by checkpointing the running jobs regularly, to off-site disks.

    1000 machines are more reliable then 1 big machine

    Wrong again. With 1000 lousy cheap machines, you need an on-site team of technitians to keep the all up. Supercomputers (with built-in redundancy etc.) have equal or less maintenance requirements.