Slashdot Mirror


User: MattyT

MattyT's activity in the archive.

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

Comments · 82

  1. 4Gb? on SuSE and Siemens Release Linux Memory Extension · · Score: 1

    640Mb should be enough for anybody!

  2. You know ... on Slashdot's Meta Moderation · · Score: 1

    I never meta moderator I didn't like.

  3. Re:What about Mozilla? on WSP Petitions MS to Make IE Meet W3C Standards · · Score: 1

    It's taken so long because they've rewritten most of it. The fact that it is "unusable and unstable" is normal for a piece of software a couple of months off beta. I've been watching it for a long time - trust me.

  4. Re:Anti-MS Hypocrisy on WSP Petitions MS to Make IE Meet W3C Standards · · Score: 1

    Erm, XSL and XPath are no finalised standards, and hence "support" counts for diddlysquat.

  5. Re:I can't believe it! on Mozilla M8 Released · · Score: 1

    See "http://bugzilla.mozilla.org/show_bug.cgi?id=3826" .

  6. Re:Is it my imagination? on Mozilla M8 Released · · Score: 1

    My understanding of the milestone process is that they close the tree every three weeks for stabilisation. This seems to take about a week, so there's roughly about 3 weeks between every milestone.

  7. Here's a hint ... on Amiga Comeback? · · Score: 1

    Being a real programmer is not about doing hard things - it's about getting something real done. It's about being lazy and still getting the job done. And while it is true that small amounts of handcoded assembly will be faster, writing whole programs in assembly is impossible and would be slower overall than well optimised high-level code anyway (as well as buggier). Furthermore, the time spent in rewriting in assembly would usually be better left to tuning algorithms.