Slashdot Mirror


User: giliposha

giliposha's activity in the archive.

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

Comments · 7

  1. Re:Ahem.... Window is a gal on Former MS Security Strategist Joins Mozilla · · Score: 0, Redundant
  2. Re:Never going to happen on Is Simplified Spelling Worth Reform? · · Score: 1

    i dont know japanese but i think they use diferent symbols (kanji) for each meaning, eventhough they read it the same way

  3. Re:Text on Microsoft PowerShell RC1 · · Score: 1

    Usually -- denotes the end of parameters so:

    rm -- -filename

  4. Re:SkoleLinux on Linux vs. Windows for Schools? · · Score: 1

    3 answers to your problems with ubuntu: "kubuntu", "use debian if you are so picky", "sudo passwd root"

  5. Re:Use the OS that runs your software on Linux vs. Windows for Schools? · · Score: 1

    thats why people who use 'notepad' stick with windows

  6. Re:Got forkbomb? on Running Windows With No Services · · Score: 1

    I guess to the last extent Alt+Sys.Req+E (or +I) would terminate all processes.

  7. Re:Hyperthreading on AMD Quad Cores, Oh My · · Score: 1

    having local memory to each processor/core, the way monster-computers like Crays do, is the only way when you go for a *lot* of processors (say 64, 128, ...).

    the thing is that not all the programs can be paralelized over that architecture without modifying the source: shared memory vs distributed process comunication techniques