Slashdot Mirror


User: tehshen

tehshen's activity in the archive.

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

Comments · 564

  1. Re:And at that rate... on Deadline Looming for Microsoft in Antitrust Case · · Score: 1

    The other thing is they could just say, "Due to unforeseen expenses, Microsoft will be increasing the cost of all products sold in the European Union by 50 cents per day."

    Which would mean their profit would increase, which would mean the maximum fine they would have to pay would increase in turn.

  2. Brainswappen on Download Your Brain · · Score: 1

    What I want to know is if you can download other people's brains back into you, while your brain is backed up on some server somewhere. Maybe we could start a P2P service for swapping brain patterns!

  3. Re:Those holier-than-thou French on Physicists Uncover TV Show Biases · · Score: 1

    There's another reason - the four main contributors (Spain, UK, Germany, and France) get to sing every time, because they give lots of money to the contest, and they have made a habit of being in the bottom 4 in recent years. Everyone hates our being filthy, filthy rich.

  4. Slightly out of date on Physicists Uncover TV Show Biases · · Score: 4, Insightful

    The article was published on the 20th, which was one day before the yearly contest, making it a whole year out of date; the results were hardly surprising, though.

  5. Re:From the FAQ on Apple Powerbook and iBook Battery Recall · · Score: 4, Funny

    Yes, but Mac users are faster, better, and look prettier when they're being stupid ;)

    Reminded me of this.

  6. Re:Nah on Apple Powerbook and iBook Battery Recall · · Score: 3, Informative

    I don't think you could type so well if the battery explodes and mangles up the keyboard quite badly

  7. Re:Already more than one-hit on Google Might Disappear in Five Years · · Score: 1, Funny

    When you search for something you 'Google' for it, MSNing for something just seems wrong.

    And when you slashdot something, it's the worst of all ;)

  8. Re:I see why you like that line on Washington State Outlaws Spyware · · Score: 4, Interesting

    That is not a bad point, in general - if I write a program with a security vulnerability, and people use this vulnerability to install spyware on people's computers, do I share the blame with the spyware writers?

  9. Re:A $1000 video card? on 512MB GeForce 6800 Ultra Reviewed · · Score: 1

    Sadly, the first use I thought of was as a prize given away for winning a gaming tournament. With its high price it could become quite the thing to play for.

  10. Re:XHTML is a bad solution on Web Designer's Reference · · Score: 1

    XHTML is better, because there is a greater chance that the page will look like how you intended. This has nothing to do with how the page looks in the browser (that's standards), but how the browser parses your page.

    Suppose your page had this here mystery tag in it:

    <foo>

    What should the browser do? Should it do something and leave it at that (like <br>) or do something and enclose all the rest of the page in a <foo> block then try to sort out the rest of the page when it thinks the tags aren't in the right order (like <p>)?

    With XHTML and validating code, the tag will be this:

    <foo />

    This means that it just does something by itself, without enclosing any HTML inside it. With plain HTML, there is ambiguity so your page might not look correct, but with XHTML, your page will be parsed correctly every time.

    Getting the browsers to display the page correctly is another matter, however. (I hope you see what I am getting at here)

  11. Re:Gilding the lilly on Web Designer's Reference · · Score: 5, Informative

    Super quick whizzbang explanation:

    <b> and <i> are visual tags: they make text look bold or italicised without altering the meaning of the sentence they are in. <strong> and <em> are logical tags: <strong> provides emphasis in web page readers, as well as looking bold, for example. <em> does the same, but renders differently in text browsers. There are other italic tags such as <cite> that are used for citing references, for example.

    This page says it better than I do.

  12. Mod parent down on Web Designer's Reference · · Score: 1, Funny

    Obviously a troll.

    Have you no eyes, man?

  13. Re:Great timing on Space Weather Warning · · Score: 5, Funny

    What's the opposite of news?

    Slashdot

  14. Re:...and in other news... on Firefox Growth Slowing? · · Score: 0, Offtopic

    But if Slashdot doesn't post enough stories, we'll get stories like Slashdot Growth Slowing?, which is kind of useless really.

  15. Re:And to think... on 2 Firefox Security Flaws Lead to Exploit Potential · · Score: 1

    Ach a fi, I stand corrected.

  16. Re:And to think... on 2 Firefox Security Flaws Lead to Exploit Potential · · Score: 3, Informative

    No, these are XUL vulnerablilities, which are not present in Gecko, only in Mozilla/Firefox. I can make a FileSystem ActiveX in Javascript and that's IE's fault, for anoyher example.

  17. Re:Stll on Real ID: You Can Still Fight It · · Score: 4, Funny

    What are editors for, again?

    Complaining about

  18. Re:Does it all come down to money on UK Schools Told to Dump Microsoft · · Score: 1

    ICT at GCSE level is next to useless. If you want to get a computingery/programming job, don't even consider doing ICT for it, unless you want to write Office macros for a living. The better colleges and universities know this, and tend to prefer maths and a science to it. In fact, the skills needed for programming/computery jobs are picked up by yourself, instead of being learnt in a lesson, so when you've nothing to do in the lessons anymore try learning stuff then.

    For example, you can't right-click or use the "File" menu in Windows Explorer.
    Haha, that is insane. Ask them why they do it, then swap the mouse buttons around and get everyone into trouble someday.

  19. Re:Discount on UK Schools Told to Dump Microsoft · · Score: 4, Funny

    And the word you were looking for is "obviously". Get ispell or something.

  20. Re:Chicken or the Egg? on UK Schools Told to Dump Microsoft · · Score: 2, Insightful

    OpenOffice, MS Office, AbiWord etc. are all pretty similar, so it should not be too hard to work out how to use another product; even when the students in question have not learned how to use MS Office directly, they have learned how to use a generic office suite, and could probably pick up MS Office in a day or two, if required.

    The chicken and the egg thing doesn't really matter, what matters is that some party is going open source, and more should follow.

  21. Not only Office on Associated Press Reviews OpenOffice · · Score: 2, Insightful

    The article makes a point about it being able to save as PDFs - if OpenOffice becomes as popular as they say it will, would it kill Microsoft's own upcoming Metro format?

  22. Re:Innovate, not copy on Gates on Google · · Score: 1

    There were millions of people named Robert before Microsoft named something after them.

  23. Re:Yes but... on The Linux Kernel Archives · · Score: 2, Informative

    At this time, the servers run Fedora Core and use the 2.6 kernel provided by RedHat.

    Yup.

  24. Re:Back then... on Google's Past Homepage · · Score: 1

    They concentrated more on the back-end things than the interface at first, which is why the Google page looked so bad back then. After they'd done that, I suppose they just had to find some tutorials :)

  25. Re:My TCP/IP on Microsoft States Full TCP/IP Too Dangerous · · Score: 5, Funny

    If they implement the full protocols, everyone could have your TCP/IP folder :)