Slashdot Mirror


User: krkoch

krkoch's activity in the archive.

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

Comments · 9

  1. Re:buy compatible cartridges on What Do You Do When Printers Cost Less Than Ink? · · Score: 1

    So then you have to color all the points? I think you need 3 bits to also represent "no ink".

  2. Re:nihilist on Building a 32-Bit, One-Instruction Computer · · Score: 2, Funny

    Or just the instruction KAH: Push the status register to stack and proceed to kill all humans.

  3. Re:DRM Keys on Microsoft Awarded Patent For Peer-To-Peer DRM · · Score: 1

    Like Shamirs Secret Sharing, or just the galois-field magic used for raid6 with more parity "disks".

  4. Re:Threatening plurality? on James Murdoch Criticizes BBC For Providing "Free News" · · Score: 1

    Or, you could use our Norwegian service, yr.no (also in english) to get the weather for any place in the world.

    Yeey, socialism!

  5. Re:I wish I could run Ubuntu 9.04 in 8.10 mode. on A Mixed Review For Windows 7's XP Mode · · Score: 1

    I'm guessing you are using an Intel-based graphics card? Amusing that they broke acceleration-support for the most videly-used card.

    This might help: HOWTO: Jaunty Intel Graphics Performance Guide

  6. Re:At first... on EU Says MS Must Offer Other Browsers; Now What? · · Score: 1

    Opera is a Norwegian company. Norway is not in the EU.

  7. Re:Really a surprise? on Firefox Faster In Wine Than Native · · Score: 1

    ... The "Unix way", OTOH, relies on the safer and more resilient "do one thing well" multiple library concept, so while it may be easier to bugfix, the resulting program (Firefox in this case) spends an inordinate amount of time in context switches.

    You don't context-switch when you are doing library calls.

    You do, however, loose some performance when running position independent shared code (-PIC). What you loose here, you probably gain in reduced cache-trashing. DLLs in windows also have this performance problem, but seldom have the cache gain, as libraries isn't shared as often between applications.

  8. Re:It's much simpler than that... on TSA Employee Caught With $200K Worth of Stolen Property · · Score: 1

    But who will search the searchers?

  9. Re:Pretend its a string? on Optical Character Recognition Still Struggling With Handwriting · · Score: 1

    Interesting. Strokes should be much easier to recogize. I find that tablet-computers actually translates my butt-ugly handwriting into plain text by analyzing my pen-movements. Maybe we should incorporate a model of how the human hand and motor-skills work in handwriting-recognition?