Slashdot Mirror


User: SchroedingersCat

SchroedingersCat's activity in the archive.

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

Comments · 133

  1. Re:Real shot is at Microsoft for small business... on Apple Blurs the Server Line With Mac Mini Server · · Score: 1

    ...or you could buy a PC with linux and have the same thing for under $600

  2. Re:Scoff? on Apple Blurs the Server Line With Mac Mini Server · · Score: 5, Funny

    Do they come in pink?

  3. Re:Lacked the Verizon network? on Verizon's Challenge To the iPhone Confirmed · · Score: 1

    And a nice OS? What are you comparing it to? Windows 3.1? Please tell me what is so "nice" about Windows CE compared to the wealth of other mobile OSes?

    Better tools, better real-time support, better hardware support. You may want to read on the subject. For example, here or here

  4. Re:Lacked the Verizon network? on Verizon's Challenge To the iPhone Confirmed · · Score: 1

    Nice troll but you are plain wrong. Windows CE is actually a capable OS and is ahead of anything that exists in that space: Nvidia Lauds Windows CE Over Android For Smartbooks

  5. Re:What is the limit? on The Ultimate Limit of Moore's Law · · Score: 1

    Unit information is a bit, unit of computation is the rate at which the information changes. 1+1 is somewhat complicated example. Let's say you wanted to invert 1 bit. You need a piece of physical matter to encode 1 bit and then being able to measure when the state of that matter changes its representation from 1 to 0. According to fundamental physics you cannot perform that operation faster than Bremermann's limit.

  6. Re:What is the limit? on The Ultimate Limit of Moore's Law · · Score: 4, Informative

    From Wikipedia: "a computer the size of the entire Earth, operating at the Bremermann's limit could perform approximately 10^75 mathematical computations per second. If we assume that a cryptographic key can be tested with only one operation, then a typical 128 bit key could be cracked in 10^37 seconds. However, a 256 bit key (which is already in use in some systems) would take about a minute to crack. Using a 512 bit key would increase the cracking time to 10^71 years, but only halve the speed of encryption."

    You see - the system that threatens to reduce your lifespan is a much faster way to acquire that key.

  7. Re:What is the limit? on The Ultimate Limit of Moore's Law · · Score: 2, Informative

    2.56 × 10^47 bits per second per gram Ref: Bremermann's limit

  8. the limit has been known for the past 50 years on The Ultimate Limit of Moore's Law · · Score: 1

    It is called Bremermann's limit and it has been known for 50 years: 2.56 × 10^47 bits per second per gram

  9. Re:Not defective by design on Apple Wants Patents For Crippling Cellphones · · Score: 1

    Correction: WinMo has had this since Smartphone 2002

  10. Re:short answer: yes. on Could the Cloud Derail a $300 Million Data Center? · · Score: 1

    Two legislators are urging the state to shift applications to the cloud instead

    The answer is obvious if you look at top campaign contributors for these 2 legislators.

  11. multiplexing? on Scaling Facebook To 140 Million Users · · Score: 1

    Because we have thousands and thousands of computers, each running a hundred or more Apache processes, we end up with hundreds of thousands of TCP connections open to our memcached processes.

    Why not just multiplex memcached requests on single connection at web host level?

  12. Re:Nitpicking on Dell Suit Reveals Lucrative Domain Name Trade · · Score: 1

    Question One: Illegal where? The U.S.?
    Question Two: these companies are registered in other countries - perhaps typosquatting is legal there?
    Does not matter. They cannot operate in the countries where it is illegal. If it is illegal in the US then courts can put a chokehold on their US operations (freeze accounts, assets, contracts with US-based companies, etc) . I am not sure how popular Dell is outside the US but, as far as typosquatters are concerned, shutting down US operatations is going to hurt.
  13. Re:Prior art? on Smartphones Patented — Just About Everyone Sued 1 Minute Later · · Score: 0, Redundant

    Motorola MPx200 released Oct 21st, 2003
    http://www.microsoft.com/presspass/features/2003/oct03/10-21smartphone.mspx
    SD slot for expansion
    Windows Media Player for mp3/view streaming over Internet
    Pocket Internet Explorer
    Pocket Outlook client
    etc etc etc

  14. Win32 AdjustTokenPrivileges on Mastering POSIX File Capabilities · · Score: 2, Interesting

    Windows had this functionality since day one. Lookup AdjustTokenPrivileges() on MSDN

  15. Re:Asshats on Russia Agrees To Shut Down AllOfMP3.com · · Score: 1

    They took advantage of a dubious legal situation, to their own immense financial gain, using someone else's content.

    So? This is how capitalism works. People get rich by screwing other people.

  16. Re:Hey! on Mathematician Claims New Yorker Defamed Him · · Score: 1

    It certainly does. If he had the case he would have sued already. The letter is just a PR move to control the damage.

  17. No, they reinvented BBS on Faster Feeds Using FeedTree Peer-To-Peer · · Score: 1

    No, it is more like that they are reinventing BBS: http://en.wikipedia.org/wiki/Bbs

  18. Re:You're not the first one.... on Ultra-Stable Software Design in C++? · · Score: 5, Insightful

    Here is the clue: if the code *relies* on being *managed* then the design is not stable. Well-designed system will not need a garbage collector, and poorly-designed system will not be saved by the garbage collector.

  19. Re:Nice Comparison on C, Objective-C, C++... D! Future Or failure? · · Score: 1

    Perhaps you need to take another look at at std::vector

  20. Re:MOD PARENT UP - NOT TROLL on Practical C++ · · Score: 1

    Of course it is troll provided C/C++ was used in the development of most of the commercial software that exists today.

  21. Re:Well... on Intuitive Bug-less Software? · · Score: 1

    In my days the idea was to make software more intuitive for end-users, but I guess priorities change.

  22. Re:Not enforceable on Modifying Employment Agreements? · · Score: 1

    First, the laws cannot be applied retroactively. Second, if you have a for-profit business on the side or plan to start one then consult with the lawyer. If not - you are wasting money in lawyer fees and potentially spoiling relashionships with you future employer over nothing.

  23. Not enforceable on Modifying Employment Agreements? · · Score: 2, Informative
    ... I am to disclose to the company anything that I create wether or not during company time, and wether or not it relates to the company
    Don't worry about it. If you don't sign NDA they probably won't hire you but the good news are that this clause in the contract cannot be legally enforced even if you sign it. There is nothing that prohibits you from working 2 jobs as long as there is no conflict of interest. Besides, the company cannot legally interfere with your personal life, so whatever you do in you personal time is your business as long as it does not hurt your employer interests. The worst thing they can do is to fire you. They cannot sue you for going to anti-war protest rally in you spare time and they cannot sue you for contributing to an open-source project unless they can prove you used their IP or the company resources while doing so.

    The bottom line is that if laws always supercede any contract you sign and if the contract comes in conflict with the laws it cannot be enforced. And, there is such pesky thing they call "Bill of Rights" which protects your right to free speech and privacy.
  24. Re:Trig functions... on Performance Benchmarks of Nine Languages · · Score: 1
    - Deallocation algorithms for manual memory management are often even more complicated than the allocation algorithms. They are nearly always slower. Plus, objects are deallocated one at a time. Deallocation algorithms for GC can be simpler, but most importantly, the GC can deallocate large numbers of objects at once. This is, of course, more efficient.
    That is not necessarily so. For example, if you take a look at Apache memory management routines then you will see that everything is allocated from the pool which is dropped entirely once the request is processed so you don't have to bother deallocation memory at all. The point is that manual momory management will always be more efficient that GC because it can be tailored to the task at hand.
  25. They found it first. on Mars Rovers On Final Approach · · Score: 1

    "... which was supposed to touch down on the distant planet on Christmas Day to begin its search for Martian life".

    It is all big conspiracy. It was no crater. "Martian life" found it first...