Slashdot Mirror


User: shd666

shd666's activity in the archive.

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

Comments · 28

  1. Re:so? on EU Fines for Microsoft Approved, Off the Record · · Score: 1

    > 10^12 - trillion - billion
    > 10^15 - quadrillion - trillion

    No, in the UK system it is 10^(prefix * 6) where prefix is "Bi -> 2", "tri -> 3", "quad -> 4", so that billion = 10^(2*6) = 10^12, trillion = 10^(3*6) = 10^18 and quadrillion = 10^(4*6) = 10^24. The US system uses formula: 10^(3+prefix*3) and thus billion = 10^9, trillion = 10^12, ...

  2. Not math, but digital signal processing on Math to Crack Deep Impact Blurry Vision Problem · · Score: 2, Insightful

    That is not math. It is digital signal processing. Math is about proofs of theorems. Digital signal processing is what the name describes ;) I hate it when they won't give credit for the field that really researches these problems.

  3. How about UNIX package management approach? on Open Letter to a Digital World · · Score: 1

    Windows users and developers should start using a packet managing systems like most of the UNIX distributions (apt, ports, emerge, ...). It would solve many administration problems: security updates and application installations. Windows updates only handle only a small set of components. A symmetric package system for all parties, both operating system components and applications, would make it possible for all parties to provide updates. As a positive side effect worm and cracker damage would decrease. I'm not a Windows administrator, but I would guess it would ease and improve the job significantly. Of course this must be a global collaborative effort - most of the software suppliers should support the system, so it's not easy to implement it.