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. libpr0n? on Previewing Dapper And Edgy · · Score: 1

    Is libpr0n in there somewhere? I know that Firefox and co. use it.

  2. Re:A key step to the $150 laptop on Linux Distributors Work Towards Desktop Standards · · Score: 1

    And then the virus writers realise it is so much harder to even write a user-level virus that can do anything in a Unix environment, so they say "fuck it" and move back to pwning Windows boxen.

  3. Re:I don't know what they are on about on Linux Distributors Work Towards Desktop Standards · · Score: 1

    Well, it would lighten the load on tracking library dependencies, that's for sure. It seems that one of the easy ways of figuring it out is trying to compile the package in question in a chrooted environment and resolving missing libraries as you find them, but that's also a shit shoot if you're looking for its optional libraries without futzing around with the source code.

  4. Competition is a good thing. on Is Piracy In the Consumers' Best Interests? · · Score: 1

    Whether or not you agree with pirates (who sell the copyrighted material) or simple copyright infringers (who upload it gratis), these media industries need to compete with them in order to survive. If they were to provide services like allofmp3 where the media is unrestricted (because you trust your customers; you can always sue those who pirate later on) and at a competitive price, people would flock to that service. If you can't compete via price with the freebie pirates, then compete via value of what you're selling. Offering a clean interface, unrestricted and high quality media for an acceptable price will surely appear to be the better deal to most consumers.

    Kudos if they keep this up. China seems to make sense as a place to start since they already get a lot of their media via pirated means anyhow.

  5. Re:Upgrade from Breezy - FTA on Ubuntu 6.06 'Dapper Drake' Beta Available · · Score: 1

    And for those of you who aren't afraid of a little bit of command line stuff:

    Edit your /etc/atp/sources.list file by replacing all occurrences of "breezy" with "dapper". Save, then run "sudo apt-get update ; sudo apt-get dist-upgrade".

    Damn kids and your GUIs... ;p

  6. Re:This should be fun on Growing Censorship Concerns at Digg · · Score: 1

    Dude, you forgot about random bursts of posts by ScuttleMonkey.

  7. Re:Digg reminds me of pre-moderation Slashdot on Growing Censorship Concerns at Digg · · Score: 1

    Oh come on, you're obviously a long-time Slashdot user. You should know that to get modded up, you need to reply to the first thread that has already been modded up (the "active" or "main" thread in any article's comments). I'm sure plenty of people (including myself) can admit posting in the first thread just to get some attention drawn to your post.

  8. Re:Some artists just want to be heard... on CRIA Falling Apart? · · Score: 1

    If you didn't already know, Mozart made a great living being a composer. Many of his works were also derivative works, and with modern copyright, he'd be considered a criminal. Facts are important.

  9. Re:I still don't get it on New Blow for Microsoft in EU Row · · Score: 1

    Well, on-line DRM'd music is a profitable market, and including WMP would promote their PlaysForSure DRM (which must be licensed for a fee of course). Other alternatives exist of course with Apple's iTunes Music Store being a primary vendor for competition.

  10. Re:My question... on Torvalds Creates Patch for Cross-Platform Virus · · Score: 1

    But I use Debian! I can't be bothered to configure my USE flags and whatnot. I only compile software I'm helping develop. :P

  11. Re:That which makes you stronger, kills you, on MySQL to Adopt Solid Storage Engine · · Score: 1

    So, Ignorance is Strength then? Yay for 1984!

  12. Re:The one true license (TM) on Making Sense of Software EULAs · · Score: 1

    Everyone is permitted to copy and distribute verbatim copies
    of this license document, but changing it is not allowed.


    Good job reading that EULA! Everything but the preamble can be modified under the GPL terms. ;p

  13. Re:article on ars... on When Free Speech and Foreign IP Law Collide · · Score: 1

    With proper attribution and other actions required by the GNU Free Document License, it ain't plagiarism! How fun.

  14. Re:Changing the Channel on Philips Patents Technology to Force Ad Viewing · · Score: 5, Insightful

    Which is why people like Sirius or iPods: commercial free. Hey, there's a concept that works! No ads + pay for content = happy customers + profit.

  15. Re:nVidia exec is retarded on Should Linux Use Proprietary Drivers? · · Score: 1

    You're assuming he was referring to Gaim, Firefox, and Lame, although he probably was speaking of Lame at least. Konqueror is up there in the outstanding web browsers list just to name one. Opera may be very good, but the "best" is completely subjective.

  16. Re:My question... on Torvalds Creates Patch for Cross-Platform Virus · · Score: 1

    Yeah, after manually running ./configure --prefix=/opt/pwn3d && make && sudo make install, the virus will run quite well.

  17. Re:Use NNTP Please on ISP Rise Against P2P Users · · Score: 1

    So how do us Comcast users with our puny 2 GB/month from their outsourced to GigaNews get decent alt.binaries connections? We'd still end up subscribing to something like EasyNews, but that seems like it defeats the benefits of using only the ISP's internal backbone to get stuff.

  18. Re:Inevitable on ISP Rise Against P2P Users · · Score: 1

    I know that "bandwidth isn't free", but would you please enlighten us as to how and why your company and others oversell their bandwidth? Why you are traffic shaping? What do you offer as a deal for non-traffic shaping? Is that deal even reasonable? Has your company considered laying down new fibre (or better yet, lighting up dark fibre) as a way to increase the overall bandwidth, get more customers, and lessen the need for traffic shaping?

    All I'm asking is for you to try and explain to us non-ISP chaps what you ISPs are up to.

  19. Re:It's all about logging on Got Root - Should You Use It? · · Score: 1

    Dude, I think you ssh'd into my machine and read that out of my log files! :(

  20. Re:Optimized Builds on Firefox Update Kills Bugs, Adds Mac Support · · Score: 1

    I'm guessing the difference is between using something compiled for i686 and the same thing compiled for pentium4 (up to SSE2). As far as I recall, SSE2 was a very large update of assembler instructions, and knowing the folks at GCC, they've figured out how to use most if not all of them efficiently by now. Some things (I don't know what specifically) would definitely increase in performance, but other things won't. Maybe compiling with -O3 instead of the typical -O2 will give you that extra microsecond of performance as well?

  21. Re:Money talks on Bruce Perens on UserLinux and Ubuntu · · Score: 1

    Autopackage probably isn't so widely used because there already exists two major (and relatively simple to use) packaging formats (rpm and deb). When you go past those two packaging formats, there exists a bunch of methods to packaging source code (usually known as "ports" to BSD and Gentoo users), but the packaging of binaries with any sort of external library dependency tracking is usually done in rpm and/or deb. Of course, you could simpley tar.gz/bz2 the binary files and allow the user to extract that wherever they please (e.g. in /opt), but it's generally best to package the binaries in those two major package formats.

    Also, just to dig on Windows a bit, DLL Hell (or whatever it would be called in Linux; maybe SO Messy or something) doesn't exist in Linux et al. because of the sharing of libraries. If incompatibilities are an issue, the binary package and/or the configure script (or autoconf) will usually detect that issue before attempting to compile/install the software.

  22. Re:Money talks on Bruce Perens on UserLinux and Ubuntu · · Score: 1

    Maybe they were going for an audio server in that configuration? Can't ALSA work over a network analogous to X11's network neutrality? I mean, the first A in ALSA stands for "Advanced", so that's something I'd expect of it.

  23. Re:First suggestion for the new chap: on Interview with Debian's New Project Leader · · Score: 2, Informative
    You have included contrib and non-free in your sources.list, haven't you? Example:
    deb ftp://ftp.us.debian.org/debian sid main contrib non-free
  24. Re:It's not that easy on Interview with Debian's New Project Leader · · Score: 5, Insightful

    Debian doesn't really move slow at all; the only perceived slowness is in the stable distribution. If you keep up to date with unstable (which will literally always have something to update for you every day), you'd notice that they keep up to date with the majority of its software. For instance, KOffice 1.5 just came out, and it's available in Debian Sid (unstable) and thusly also available in Ubuntu Dapper (they keep their developmental releases in sync with Sid until a release-freeze starts every six months).

  25. Re:no brainer indeed on ABC To Offer Full Shows Online · · Score: 1

    The main Creative Commons Licenses (by, sa, and/or nc) are the closest we'll ever get to "open source media" for a long time, but it does exist.