Slashdot Mirror


User: jbms

jbms's activity in the archive.

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

Comments · 3

  1. Re:I know the article is asking about Linux... on Software for Managing Your Bibliography? · · Score: 1

    You can use LaTeX on MS Windows also, and then you can use bibtex for your bibliography.

  2. Network services are what matters... on Unpatched Linux Lives 3 Months on Internet · · Score: 3, Informative

    Although exploits of facilities implemented in standard linux kernels, such as arp requests or ICMP echo requests, are possible, they are far rarer than exploits of higher-level network services, such as HTTP or SSH. Consequently, a basic install of a distribution such as Gentoo, in which only those basic network services implemented in the kernel are active, would likely remain unexploited for years. Of course, this only shows that in the case of Linux, the `base install' does not provide for a very good test. (In practice, people are far more likely to use Microsoft Windows, or Linux distributions with a more expansive `base install' than Gentoo or Debian, in their base configurations.)

  3. But in some cases performance counts on Programming As If Performance Mattered · · Score: 2, Interesting

    As another user commented, server software can benefit greatly from a large variety of optimizations, since better performance translates directly into supporting more users on fewer/cheaper servers.

    Optimizations also have significant effect in software designed to perform complex computations, such as scheduling.

    Also, the trend of ignoring performance considerations with the claim that modern hardware makes optimizations obselete is precisely what leads to the trend, particularly among Microsoft software, for the software to become significantly slower with each revision.