Slashdot Mirror


User: jZnat

jZnat's activity in the archive.

Stories
0
Comments
2,871
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,871

  1. Mod -1 Offtopic on Windows Media Player 11 Released · · Score: 1

    I mean seriously, what the fuck is the point of posting this here? Damn astroturfers modding up Linux-bashing...

  2. Re:That poem is scary.. on How Encrypted Binaries Work In Mac OS X · · Score: 1
    Why would you go through the trouble?
    To prove a point?
  3. Re:Signed binaries = good, encrypted binaries = ba on How Encrypted Binaries Work In Mac OS X · · Score: 2, Interesting

    So why don't you have to jump through hoops to install OS X? It has no annoying activation or some Apple Genuine Advantage (tm) daemon or anything. All they really do is request you don't illegally redistribute it instead of assuming that you're going to redistribute it and stopping you at any cost.

  4. Re:Not exactly news on Vista to Allow "One Significant" Hardware Upgrade · · Score: 1
    I wonder if they have OS/2'itis.
    Nah, they have stock in Apple.
  5. Re:One significant change of hardware on Vista to Allow "One Significant" Hardware Upgrade · · Score: 2

    If you get a Mac Pro, you can continue to upgrade the hardware inside like you would a PC. The only thing that needs to be Apple in a Mac is the logic board (motherboard).

  6. Re:No DivX on Microsoft Announces Major Xbox Live Update · · Score: 2

    And since the Xbox 360 is far more powerful than the original Xbox, they should also be able to support H.264 and HD resolutions for all MPEG-4 profiles.

  7. Re:Job for governments, society or a corporations? on UK Think Tank Calls For Fair Use Of Your Own CDs · · Score: 1
    You pay him to fix the toilet and you pay for him to have spent years studying as an apprentice for him to learn how to do this.
    No, I hire him because he has years of experience. I pay him to get the job done. The more experienced (or better) you are at something, the more money you'll probably make from doing that.
  8. Re:Be realistic... on Upgrading to Ubuntu Edgy Eft a "Nightmare" · · Score: 1

    Right, it's Debian with a faster release cycle, first-party commercial support, and far less supported packages.

  9. Re:Losing usplash and other wierd boot related thi on Upgrading to Ubuntu Edgy Eft a "Nightmare" · · Score: 1

    I was wondering about that. I, too, used the 686-smp kernel, yet now I have that generic kernel. What are you supposed to do to get SMP working again? Or is that done automagically?

  10. Re:OT: Waiting for Etch ... on Upgrading to Ubuntu Edgy Eft a "Nightmare" · · Score: 1

    Oh man, you'll love the new apt in Etch; right now, it has incremental package list updates (i.e. diffs), so doing apt-get update takes far less time now. I don't remember if Sarge's apt has gpg-verification, but that's an interesting feature in Etch's apt (it's been included in Ubuntu for quite a while now, though).

    I also remember reading a discussion about possibly using 7-zip compression (LZMA) in .deb files in the future to save even more bandwidth.

  11. Re:The change no-one mentioned: bash-dash on Upgrading to Ubuntu Edgy Eft a "Nightmare" · · Score: 1
    You could use the Python method of using /usr/bin/env to find the correct shell:
    #!/usr/bin/env bash
  12. Re:Jesus people, stop your whining on Upgrading to Ubuntu Edgy Eft a "Nightmare" · · Score: 1
    For one, people simply don't use the official way to update their system. Instead they blindly edit their sources.list, then run into problems and take hours and hours to complain about them on their blogs and in forums when all they had to do was take the 10 seconds it takes to read the instructions.
    In a Debian-based system, all you need to do to upgrade is change the name of the distro in sources.list, then run apt-get update && apt-get dist-upgrade; this is the official method of doing so. If that goes wrong in an Ubuntu upgrade and you're only using software from their repository, it's probably their fault.
  13. Re:Sounds familiar... on Upgrading to Ubuntu Edgy Eft a "Nightmare" · · Score: 1

    I had similar problems. Thank God I have experience with Debian Sid, so I know how to deal with package breakage in all sorts of fashions. This sort of messy upgrade, however, is unacceptable. I've always been able to dist-upgrade a Debian stable machine to the next release without these sorts of problems. Edgy and Etch have quite a few similar packages right now, and I'm pretty sure that Etch will be released with even more updated packages than Edgy, yet that upgrade should probably go fine.

  14. Re:interesting on Upgrading to Ubuntu Edgy Eft a "Nightmare" · · Score: 1

    That's an issue with Linux itself more so than Ubuntu. For some reason, network device order doesn't seem to stay the same in each kernel update...

  15. Re:Oh Jesus.. on Bush Signs Bill Enabling Martial Law · · Score: 1

    The first 10 amendments were all ratified at the same time y'know...

  16. Re:Obligatory.... on Bush Signs Bill Enabling Martial Law · · Score: 1
    * Breaking every single international treaty (UN, even NAFTA which is all allies)
    Oh, not every international treaty. We still seem to be doing quite well with the IP-related ones.
  17. Re:Oh My. on Bush Signs Bill Enabling Martial Law · · Score: 1

    You still need to aim with a shotgun. ;p

    It's a bit harder to aim a shottie than a rifle IME due to a much larger kick from shooting a shotgun shell as opposed to a rifle bullet.

  18. Re:evolution of languages has to be gentle on HTML to be 'Incrementally Evolved' · · Score: 1
    It makes some common idioms, notably including embedded Javascript code, much more awkward to write correctly.
    Uh, that's easy to do:
    <script type='application/javascript'><![CDATA[ /* javascript code here */ ]]></script>
    The <![CDATA[ ]]> syntax is from XML itself, so that problem has never existed. You can do the same thing for CSS.

    If you're talking about the onclick and related attributes, that still works. You need to return a value after the code, though. e.g., onclick='function(){ foo(); return true; }'
  19. Re:HTML vs XHTML on HTML to be 'Incrementally Evolved' · · Score: 1

    Like SVG, I don't think MathML is supposed to be written by hand; it can be easily generated by a program (e.g. KFormula, OpenOffice Math, Equation Editor (or whatever MS Office's math program is now)) just as SVG is generated by a program (e.g. Inkscape, Karbon14, Illustrator). If XHTML could be easily generated (correctly) by a program, you could combine the other programs and have an easy to use suite for creating web pages.

  20. Re:Advantages? on HTML to be 'Incrementally Evolved' · · Score: 1

    Old content was converted to HTML 4.01 Strict a while ago when Slashdot updated its markup to HTML 4.01 Strict. It's quite trivial to convert that to XHTML 1.0 Strict (and as a result, XHTML 1.1), so there's no big problem with that here.

  21. Re:MySpace is not Web 2.0 on The Web 2.0 Conundrum - How Much Control is Too Much? · · Score: 1

    Frames were replaced with Ajax. Typical Ajax use loads shit into another fucking unsemantic div element, not span.

    Oh, and Shockwave isn't really used much anymore (except for some games, but Java applets are being used for about the same thing nowadays as well).

  22. Re:What do you mean by End User? on The Web 2.0 Conundrum - How Much Control is Too Much? · · Score: 1

    MySpace is designed to get the maximum amount of ad impressions without pissing users off to the point where they stop using the site. That would explain why it's so fucking hard to do anything and why you have to navigate through like 50 pages to do anything.

  23. Re:Lawyers on Politicians Have Poor Grasp of Technology? · · Score: 1
    I suppose we should be grateful that they're not still using quill pens.
    I'd like it better if they did use quill pens; that way their laws they write would be far shorter, less ambiguous, and more to the point. You'd have to make sure they are the ones writing the actual laws, though (e.g. all laws must be submitted in writing on parchment via a quill pen).
  24. Re:giving grasp a bad name. on Politicians Have Poor Grasp of Technology? · · Score: 1

    Well, considering a huge amount of Slashdotters are Libertarians, and considering the massive amount of political debates we have on Slashdot, I think a lot of us "get politics". If politicians could hold the same interest in tech (and other issues they legislate on) as we do politics, they might not be talking about tubes.

  25. Re:Tubes on Politicians Have Poor Grasp of Technology? · · Score: 1

    Now that you mention it, I have been trying to store some data in /dev/null, but it keeps on disappearing, and I was wondering what might be the cause for that.