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. Re:Competition driving innovation on Under the Hood of Office 12 · · Score: 1

    Spreadsheet work? Real men use CSV files.

  2. Re:something concerns me on Firefox 1.0.7 Released · · Score: 1

    I see your point, but it seems that every day that I run apt-get update, there are at least a few packages that need to be updated, and I don't have assloads like some people (1113 at the moment, many of which are developmental packages and libraries). This issue is not Mozilla-centric.

  3. Re:Don't use your distro tools to install it... on Firefox 1.0.7 Released · · Score: 1

    I don't know about you, but according to my proclist, firefox-bin is running as a child of sh as a child of sh (eh?), all owned by matt (me). No root or any use of the 15+ other daemon users I have on my system...

  4. Re:Don't use your distro tools to install it... on Firefox 1.0.7 Released · · Score: 1

    I've been a trunk tester for a few months now (first on win32 and now on GNU/Linux i686), and I must say that the binary patcher has come a long way from simply overwriting all the files with the most recent to making literal binary patches on actual changed files, and in both cases would restart Firefox with minimal bugs (which eventually get fixed as the binary patching system is an important feature for 1.5). It takes less than 6 seconds total to download the patch, apply it, and restart/reload Firefox on my system, so I'm sure it can be done faster on other systems as well. Of course I'd like to see some better system where distros can distribute the updates easier, but once this binary patching mechanism hits the mainstream Firefox users, I'm sure that it will only become an issue to system admins who would have to apply the updates across a large network of computers (which will also be easier with the .msi packages for win32 networks and whatnot).

  5. Re:something concerns me on Firefox 1.0.7 Released · · Score: 1
    Well, it's not that hard to get some sort of auto-update script going if you can't get the internal binary patching system to work (for me, however, it works orgasmically):
    #!/bin/bash
    cd ~
    wget ftp://ftp.mozilla.org/pub/mozilla.org/firefox/\
    n ightly/latest-trunk/\
    firefox-1.6a1.en-US.linux-i 686.tar.bz2
    tar -xjf firefox-1.6a1.en-US.linux-i686.tar.bz2
    sudo mv ./firefox /usr/local/firefox
    Really now, not that difficult to to once a day (cron it up). Then again, I'm not too advanced with shell scripting, so I'm sure you could shorten that and undoubtedly be able to use /bin/sh instead, but I love bash, so nyah.

    Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20050920 Firefox/1.6a1 ID:2005092017
  6. Re:What? on Jobs Resists Music Industry Pressure · · Score: 1

    For someone like you who is willing to shell out twice the worth of a product because it's made by Apple, sure, I don't see any problem with settling with AAC, but for those of us who like to be able to use any hardware we decide to use at that time, we don't want to have a vendor lock-in with proprietary music formats and subpar MP3 players.

    Ogg Vorbis will get a much better quality ripped at the equivalent 192 kbps of either AAC or MP3, and generally with around the same size (or smaller) as well. Don't forget that Vorbis is complete open (public domain) and supported by any operating system you want to use.

    And saying the iPod is the best audio player to an audiophile would be analogous to screaming racist remarks to those walking down Martin Luther King Drive in Chicago...

  7. Re:That's fine for us ... on TiVo OS Update Adds Content Protection · · Score: 1

    The latest screwup was somebody left the CD tray slightly open and then closed the front access door so the tray was stuck between open and closed. The kernel started logging millions of messages about not being able to access the CD drive. After a couple of days, it filled up the OS partition and MythTV stopped working.

    That's why you make individual partitions for things like /var and /usr so that logs don't fill the device up. A few months ago, I had that same problem on a web server; in summary, the database locked up due to the unavailability of space, and I ended up finding that the logs had become exponentially huge do to some error that's escaping me at the moment. Setting a limit to the logs as well as setting up a cron to purge old unneeded logs fixed that problem.

  8. Re:Best control goes to... on The History of the Game Controller · · Score: 1

    Now that you point that out, that reminds me of previous thoughts on what the Revolution's controller would include. The possibility of a modular controller where you can swap the analog sticks, buttons, and d-pad seems like a good idea, especially due to preferences like yours.

  9. Re:For the love of $DEITY on Google's Blog Search · · Score: 1

    Other than Blogger or LiveJournal, what popular blog software would actually bother to add in anything that helps outside users? If they can't even add Tidy to their output (a somewhat trivial process), what makes you think they'd "waste time" to add a trivial line of code to help search indexes? They do provide their own searching (which normally requires signing up at that site to use).

  10. Whatever myspace uses. on Infrastructure for One Million Email Accounts? · · Score: 1

    I'd have to go with whatever system MySpace uses. I can't believe that any system could sustain such a heavy flow of pointless "X updated!" emails to hundreds of millions of users...

  11. Re:Good on Firefox Moving On From SSL 2.0 · · Score: 1

    HTTP isn't that outdated. I mean, at least it was updated more recently that MSIE's renderring engine was!

    Basically, SSL 2.0 is to HTTP/1.0 as SSL 3.0 is to HTTP/1.1

  12. Re:Online banking on Firefox Moving On From SSL 2.0 · · Score: 1

    Er, what about HTTP/1.1? It's around the same age as SSL 3.0 IIRC, so there's no harm in that.

    And TCP/IP is already trying to be updated (IPv6), but much less successfully as of now.

  13. Re:Online banking on Firefox Moving On From SSL 2.0 · · Score: 1

    And that damn proprietary attribute (that doesn't seem to be disableable) is used by a few E-Mail providers *cough* in order to piss me off by making me use an easier password rather than a 20+ character one generated by something like KeePass.

  14. Re:DRM on Libraries Use DRM to Expire Audiobooks · · Score: 1

    lack of a standard digital audio format

    Now now, that's complete bullshit. You probably know as well as I that MPEG, Ogg, and several other developer and media groups have created plenty of open audio formats that would be fine for use. Vorbis, MP3, MP4, FLAC, etc. I'm sure a decent DRM model could be applied to a fork of any of those formats, but it should follow Apple's philosophy of "the only good DRM is a weak DRM."

  15. Simple on Examples of Obsolete File Formats? · · Score: 2, Insightful

    Formats that are worth using for old (and sometimes new) documents:
    * RTF (quite universal)
    * PDF (somewhat universal, will always have the same formatting)
    * Plaintext (never becomes unreadable unless the file's character set ceases to exist somehow)

  16. Re:Ok... on Crunching the Math On iTunes · · Score: 1
    You mean:
    <span style='font: bold xx-large sans-serif; color: #ffd700;'>*</span>
    ;)
  17. Re:I agree on Usability Eye for The GIMP Guy · · Score: 1

    Well, that problem is easily fixed in most Linux window managers: Virtual Desktops.

  18. Re:SHA-_1_(?!?!) on New, Faster Attack against SHA-1 Revealed · · Score: 1

    Well, 50% of the time, the attacker is wrong. ;)

  19. Re:I find it funny on Xbox360 Pricing, 2 Models at Launch · · Score: 1

    Laptop drives are usually 2.5". My laptop here sports an 80 GB HDD, and as far as I've seen, the highest capacity on the market in 2.5" drives is usually around 100 GB or 120 GB (possibly). The problem with laptop HDDs is that they have to use significantly less power to be able to extend battery life to the fullest, and for that, they must sacrifice speed and capacity (large capacity => longer read-times and such).

    Now, something like the Xbox 360; I'm sure it can theoretically use a standard 3.5" 133 UltraIDE or SATA/150 drive with no problems, but MS apparently thinks that using the lowest capacity HDD is best. *sigh*

  20. $100 extra for 20 GB? Sounds like the iPod... on Xbox360 Pricing, 2 Models at Launch · · Score: 1

    Yeah, but $100 extra for a 20 GB harddrive? I can get one of those for half the price, let alone getting a 160 GB HDD for less than $100 still!

    The Xbox360 better allow "3rd party harddrives", or Microsoft is fucking themselves over. I personally liked ripping music to my Xbox to listen to in sports games, GTA:SA, etc.

  21. Re:Only 5% of users were using StarOffice on Scottish Police Revert to Microsoft Office · · Score: 1

    OpenOffice has that lightbulb thing, and at least it doesn't overlay a useless message (e.g. "your quotes have been replaced with left-side and right-side double-quotes") unless you click it.

  22. Re:Perhaps not the right approach for the market on Google Instant Messenger all Rumor · · Score: 1

    There's always Gaim and Miranda IM if they're looking for simple and efficient multi-protocol messengers.

  23. Re:Hello? on Google Instant Messenger all Rumor · · Score: 1

    Don't diss Meetro! I haven't gotten this much underage action since I watched the move Thirteen...

  24. Re:Free Boxes on FedEx Cracks Down on Box Furniture, Citing DMCA · · Score: 1

    Don't forget about that damn hidden arrow in the "Ex" part of their logo! ARGH!

  25. Re:Start.com on Slashback: Start, Trash, Explain · · Score: 1

    Because personalised Google is still "beta", duh!