Slashdot Mirror


User: d_leiderman

d_leiderman's activity in the archive.

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

Comments · 5

  1. SSD are the way to go on Can SSDs Be Used For Software Development? · · Score: 1

    Since there are no moving parts, there is no difference in latency for reading different sectors. This is the reason you simply don't care about fragmentation. Regarding limitations on lifespan, there are many systems using SSD for databases indexes, where the index is updated hundredth times a day and the drive is specified to work for several years.

    from personal experience, the build process is limited by I/O capabilities, and this is where the SSD is just way beyond any mechanical disk. Real life performance information give about 100 IOPS for Fiber channel / SAS disks, and 80 IOPS for SATA disks. for SSD the numbers go up to 5,000 IOPS - about 50 times increase.

    design to last - blog on system engineering

  2. microsoft is a monopoly on No Patch For Excel Zero-Day Flaw · · Score: 1

    This just proves that being a monopoly allows you to ignore your users.

    Excel is a major tool in many corporates, and having such an exploit can make havoc.

    no the least, this shows that making your own rules can help you claim whatever you want - time to fix / number of vulnerabilities, etc.

    Design to last - blog on system engineering

  3. use a combination of methods on How Best To Deal With WiFi Interference? · · Score: 1
    Finding the problem will help you with some ideas:

    - what are the most busy bands in term of actual usage.

    - what is the strength of the interfering AP's.

    - what is the actual SNR for your computer in the locations you work normally.

    having this information you can use some of the methods above:

    - directional antenna

    - selecting the correct frequency

    - setting the power

    changing to a band can be an interesting idea but its more expensive than the others.

    Daniel

    http://design-to-last.com/

  4. Re:Notebooks == Obvious on PC Sales Slump Over Economic Crisis · · Score: 1

    Why upgrade if everything is working? Windows XP is a a good enough operating system for most users, and unless you are running the newest games, any computer from the last 3 years is good enough. There is still a reason to change, but for other reasons: - change mobility -> laptop - broken system due to viruses -> cheaper to get a new computer - broken hw -> same as above increased capacity / memory can be bought very cheaply now. http://design-to-last.com/ Daniel

  5. Re:Open source more valuable than closed source! on Is Open Source Software a Race To Zero? · · Score: 1

    Open source is better because you can also state your objection to decisions and in extreme cases branch out. see my post http://design-to-last.com/index.php/Computing/open-source-makes-better-programs.html