Slashdot Mirror


User: baadger

baadger's activity in the archive.

Stories
0
Comments
1,106
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,106

  1. Re:The real Linux news today. on Linux Kernel v2.6.23 Released · · Score: 1

    Tried it on 2.6.23-rc9 x86_64, didn't work. Not news.

  2. Re:is IE7 included? YES on Windows XP SP3 Build 3205 Released w/ New Features · · Score: 1

    I don't use IE as a browser, but I still upgraded to IE 7 on XP because some other apps use IE components, and I understand that 7 should be more secure.

    I'm not too sure on this but IE6 and it's engine are still available post-IE7 install, so it's likely applications *explicitly* coded to use IE6 engine components probably continue to do so unless updated. So maybe there is no security advantage if you don't use it as a browser?

  3. Re:So there are no time based security attacks? on Debian Refuses To Push Timezone Update For NZ DST · · Score: 1

    Aren't *NIX and Linux timestamps generally stored as the number of seconds
    since the UNIX Epoch date (with a standardized timezone)?

    If this is the case, it would have no effect on timestamps at all.

  4. Re:Have to get away from the "patch" concept on Microsoft 'Stealth Update' Proving Problematic · · Score: 1

    Yeah thats a great idea, so when there is a critical remotely exploitable vulnerability in say... OpenSSL which is used by hundreds of projects and compiled statically I may have to download hundreds upon hundreds of megabytes to fix the problem and wait for 100's of developers to wake up and patch the issue in their tree.

    No thanks.

    Shared libraries work as long as developers document and think carefully before publishing their API's and are open to patches from downstream users.

  5. Re:What's wrong with that? on AMD Releases Register Specs For R5xx And R6xx · · Score: 1

    Exactly, one of the things that held (or is still holding?) back the Nouveau project (an open source reverse engineered driver for nVidia cards) is the lack of developers with hardware to test their work against.

    Talking of Nouveau, the 2D performance of their driver at one point exceeded that of the nVidia sponsored "nv" driver, but I think since they moved to the new EXA framework (some X acceleration API) they have negated these advantages.

  6. Re:X86-64 on Google Unveils Flash Ads · · Score: 1

    It works pretty well for me with the following versions:
    nspluginwrapper 0.9.91.5
    flash 9.0.48

    One *advantage* of nspluginwrapper is a segfault in flash won't take out Firefox.

  7. Re:Incoming calls are free in the UK on Does the UK iPhone Plan Add Up? · · Score: 1

    Businesses "dont pay VAT to start off with"?

    Isn't the concept of a Value Added Tax that tax is paid at *every* stage of business
    on the value being added to (or to simplify: profit being made on) the product?
    This is different to the US Sales Tax which taxes in one big calculated lump at the
    consumer end?

    My understanding of the VAT system is that all businesses do in fact pay VAT, the
    loss is merely replenished/reclaimed later.

  8. Re:Incoming calls are free in the UK on Does the UK iPhone Plan Add Up? · · Score: 1

    > I can't offhand think of any European state with no land boundary

    Me either, then again, I didn't know there was such a thing as an "European state".

  9. Re:I don't get it on Compiz Gets Thumbs-Up for Gutsy Gibbon · · Score: 1

    Yeah so now you'll be watching the "compiz" process bolt to the top of your CPU list in top. Isn't progress wonderful.

  10. Re:MS Paint on Name Your Favorite Bloat-Free Software · · Score: 1

    WHAT!? You DARE challenge the power of MS PAINT?!

    http://elftor.com/elftor.php?number=112

  11. Re:and in other news on AMD To Open ATI Specs · · Score: 1

    The problem with that is you are then left with uncompressed video, which must be recompressed, a lossy procedure.

  12. Re:The only thing that could make this better on Vista Bug Costs Users In Swedish Town Their Internet · · Score: 1

    You sir are a legend.

  13. Re:And? on AMD Launches New ATI Linux Driver · · Score: 1

    I think the problem is there isn't an open source framework out there with an API ready to accelerate H.264/MPEG4 AVC. XVideo only accelerates colour space conversion and scaling. XvMC only does motion compensation and is only compatible, as far as I know, with MPEG 1 and 2 (It works with one of the ffmpeg projects decoders).

    Windows actually lacks such an API too, but thats not surprising since various companies out there (Cyberlink for example) want to *sell* you an H.264 decoder that supports NVidia's proprietary acceleration API (PureVideo HD).

    Actually you have been previously been better off on an FOSS system with XvMC than with MPEG 2 acceleration provided on Windows by Nvidia's own PureVideo (pre-HD branding) MPEG2 decoder, which wasn't free (~$30 USD)

  14. Re:The only thing that could make this better on Vista Bug Costs Users In Swedish Town Their Internet · · Score: 5, Informative

    Funny, out of the box XP SP2 doesn't support my NIC, graphics card (Well only in VGA mode) or my USB printer. My network and chipset driver is a 40MB download, my GPU driver, 50MB, and my printer drivers a pleasant 180MB. Oh and then I have to update DirectX, update Windows Messenger, update to IE7, update to WMP 11 and then get going on the 80 or so other updates (which comes in at almost 50-100 MiB I suspect) from Windows Update.

    Out of box Ubuntu supports my network card and with a few simple clicks my printer and I can start installing my favourite software.

    My point here isn't to start a flame war, but rather that the Window's experience isn't so wonderful out of the box when the last service pack was 3 years before your current hardware came out. When you consider this, there is something to be said for Ubuntu's 6 month cycle.

    Oh and I've never used a wireless adapter in XP (~6) or Vista (1) that worked out the box.

  15. Re:Averages aren't necessarily stereotypes on Survey Shows More Women Blogging Than Men · · Score: 1

    E.g., consider this "most insects have 6 legs, spiders are insects, therefore spiders have 6 legs." The fallacy there is the implied extrapolation from "most" (i.e., a variant of "some") to "all", not the "most insects have 6 legs" premise.

    Actually there is no fallacy there since spiders are not insects. Spiders belong to the biological class "Arachnida" not "Insecta" unlike, say, common flies you will find about the home.
  16. Wine breaks backward compatibility a lot. on Wine 0.9.44 Released · · Score: 3, Interesting

    I've been thinking of starting to ./configure --prefix a Wine install into a subdirectory of my home directory and applying a script wrapper to the wine binary.

    Pretty much every application or game I use under Wine requires either a patch against wine or some app specific hack to get it working properly, and often they don't work in the next Wine version.

    Wine is great but setting up multiple apps or games to work under it is horrible.

  17. Re:Not a Gentoo user on Linus Torvalds Speaks Out on Future of Linux · · Score: 1

    Does the default Ubuntu desktop come with Mono? Is it easy to remove? Can I choose to use OSS instead of ALSA without worrying whether all my packages use ALSA?

    on gentoo: USE="-mono -alsa oss" will achieve this. This is why people use gentoo. Myself included. And yes it really does taste different from a distro where all your software is preprepared for you.

  18. Re:Monster doesn't help anyway--why use it? on Monster.com Attacked, User Data Stolen · · Score: 1

    So what you're really saying is Monster.com is the equivalent of all those useless download sites for awarded software ...but for jobs. I think that analogy fits.

  19. Re:Linux on Flash Player 9 Gets H.264 Support · · Score: 1

    One of the best advantages I've found is that nspluginwrapper runs Flash out of process and so a Flash messing up doesn't take down your browser session. That said nspluginwrapper may be the cause of a lot of the crashes. Opera I believe also runs all netscape plugins out of process (and it seems to be better at restoring Flash after a failure than nspluginwrapper and Firefox). After many hours of using Opera I often see operapluginwrapper crashes in dmesg output.

    Even so, i'm a little pissed that Adobe are pushing out new features before they've even fixed their gaping lack of support for x86_64.

  20. Re:Very true.... on How Pirated Software Impacts Free Software · · Score: 1

    You should have copied out the C:\Windows\I386\ folder. This is the directory where the OEM install process sticks its copy of the installation files and its not too painful to create your own installation disc from here. Simply replace the I386 folder from any old ISO of the right edition and service pack level with this one and then re-author it. Usually the service pack level of the I386 folder is that of the OEM installation when it was *originally* installed, since installing a service pack post-install doesn't update these files.

    As for the sticker with the key on your box, forget about it. Google for the "Jellybean" CD KEY finder which will extract the actual key used to activate your installation from the registry (It'll be different to the one on the sticker)

    There, now you can do a clean OEM bullshit free reinstall of Windows whenever you like, and you won't need to activate or have any problems with WGA, without breaking the law.

  21. Re:Won't help on Watermarking to Replace DRM? · · Score: 4, Insightful

    This is true, the only way to make a watermark that can't be removed easily from video for example is to imprint a visible watermark directly onto your video frames, anything subtle such as using Steganography probably isn't going to make it through a re-encode due to the lossy nature. The same I would imagine will apply to audio.

  22. Re:With all respect... on The Future of C++ As Seen By Its Creator · · Score: 2, Informative

    Let's not forget that you can actually overload the "new" and "delete" operators and drop in your own memory allocator if you wish...

  23. Re:Where is OpenGL when we need it? on DirectX 10 Hardware Is Now Obsolete · · Score: 3, Informative
    According to the OpenGL homepage...

    The OpenGL 3 specification is on track to be finalized at the next face-to-face meeting of the OpenGL ARB, at the end of August
  24. Re:Zombies on Many Antivirus Tools Fail in LinuxWorld Test · · Score: 1

    > I'm fairly knowledgable about home computers (I bought my first one in 1976) and I have a weird feeling in my gut that there is something on this computer that shouldn't be there

    It's called Microsoft Windows :)

  25. Re:rtorrent pwnz on BitTorrent Closes Source Code · · Score: 2, Insightful

    I think you lost all credibility when you said to -O3 it...