Slashdot Mirror


User: jonasj

jonasj's activity in the archive.

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

Comments · 333

  1. Re:Dropping orcs on Blizzard removes Orcs from Warcraft III · · Score: 1

    But it is very, very funny when you're the one dropping them. Believe me.

  2. Re:So, what will we battle against then? on Blizzard removes Orcs from Warcraft III · · Score: 1
    • CowboyNeal?
  3. Try searching for... on Google's Pageranking Explained · · Score: 2, Funny

    PigeonRank is real - GoogleWhack!

    (Oh, and notice how the spellchecker suggests that you probably meant "PageRank"... ;-))

  4. Re:The view source bug has been fixed!!!! on Mozilla Tree Closes for 1.0 · · Score: 1

    Oh, and I should probably mention that this is not an April fools joke.

  5. The view source bug has been fixed!!!! on Mozilla Tree Closes for 1.0 · · Score: 1

    Mozilla's view source bug -- the one where it reloads the page from the server instead of displaying the cached source -- THE most frequently reported bug in Bugzilla -- HAS FINALLY BEEN FIXED!!!! :-D

    The checkin was made less than an hour ago! See http://bugzilla.mozilla.org/show_bug.cgi?id=55583.

  6. Re:After midnight...somewhere? on Linus Retiring from Kernel Dev · · Score: 1

    Here in Denmark, it's exactly three minutes past midnight.

  7. Re:It is *not* the sex that is the problem on Do Programming Languages Affect Your Sexual Performance? · · Score: 3, Insightful

    Males hardly ever have to bear the brunt of such behaviour and so have no idea about what is offensive and what is not offensive.

    As a male, I consider that an extremely sexist statement.

  8. Re:Penguin Socks on Do Programming Languages Affect Your Sexual Performance? · · Score: 3, Funny

    Could have been worse... the gf could be having sex with the pengu... uhm, never mind.

  9. Re:Try opening explorer.exe and hitting delete... on Declawing Windows: Impossible? · · Score: 1

    I just tried removing explorer.exe from both dllcache and winnt. At lasted for about 20 seconds, then BOTH of them suddenly reappered. So Windows apparently store some secret alternative backup elsewhere, which is reserved for the truly necessary files (since Outlook Express isn't in it).

  10. Re:Everyone has forgetten what this is truly about on Declawing Windows: Impossible? · · Score: 1

    But then if our president can get a blowjob and get away with it.. Why can't Bill screw over companys.

    That argument is complete bullshit. Bill Clinton cheated on his wife -- so what? I could understand if she got angry, but why did it have to be made into such a big thing?

    You [meaning "Americans"] even talked about deposing (is that the right word?) him. Because he had a blowjob? Is that illegal? Honestly, I don't get it.

    And I also don't get how you can compare this to Microsoft's business methods. How are these two things even remotely related?

  11. How to remove system files for good on Declawing Windows: Impossible? · · Score: 1


    > It is like Ford saying "Here's your new car, it
    > comes with tires, but if you want another brand
    > of tires, you still have to keep these four tires
    > in your car otherwise it wont work..."


    It's not impossible to delete the files MS has placed under Windows System File Protection or whatever they call it. If fact, it's very easy. You have of course tried to just select the file in Explorer and hit Delete, right? And noticed that it got deleted all right but 10 seconds later it was magically recreated? You can work around that. Just open your C:\winnt\system32\dllcache directory (or wherever you have installed your Windows). You'll find that this dir contains copies of all the files which are recreated. Just delete them from dllcache first, and then delete them from there normal location. Then they won't reappear.

    I have successfully removed Outlook Express from my system in this way. :-)

  12. Re:Where is the slowness coming from? on OpenOffice 641d Released, Next Stop: 1.0 · · Score: 1

    My theory (call me paranoid) is that there are time loops in there to make the free version worse than the proprietary version

    That is simply not possible, since the free version is, well, free. Since the entire source code is available, any deliberate slowdowns would be discovered in no time. The source of Mozilla, for example, can be found right here. Feel free to go through it if you like.

    A more likely reason is that the free version has some debug routines turned on by default which are switched off in the proprietary version.

  13. Re:Single- vs. dual-click context menus on Mozilla Tree Closes for 1.0 · · Score: 1

    Aaaah, I see... :-)

  14. Killer features on Mozilla Tree Closes for 1.0 · · Score: 1
    • The Scripts & Windows panel under Preferences|Advanced. You can prevent popups, block target="_blank", prevent pages from positioning themselves out of your screen or from flipping under/over existing windows, block status bar scrollers and/or stupid link descriptions which prevents you from seeing where a link will take you... and more!
    • Custom bookmark keywords. I never type "slashdot.org", I just type "/." in my location bar, and it works. When I want to look up an RFC, I just type the word "rfc", a space, the number, and hit enter. "rfc 2616" is expanded to "http://ietf.org/rfc/rfc2616.txt". "whois slashdot.org" gives me whois info on slashdot.org, "acro ITYM" goes to acronymfinder.com and searches for ITYM, "cache http://mozilla.org/" gives me Google's cache of mozilla.org, "whats yahoo.com" asks Netcraft which web server Yahoo is running, "v yahoo.com" asks W3C whether they use valid HTML or not. You create these keywords yourself. They truly rock.
    • Links toolbar. Not really a killer feature, but pretty handy. The links toolbar is Mozilla's support for HTML's <link> element. <link> is used to group pages logically together. If pages use <link> and you use Mozilla, you will have a toolbar with links to the next/previous Slashdot story, next/previous Bugzilla bug, next/previous set of pornographic thumbs, or whatever you are currently looking at. Though <link> has been part of the HTML standard since the first version ever (version 2.0), only Mozilla, ICab and Lynx support it (IIRC).


    And a lot of other things which I am currently far too tired to remember. Goodnight.
  15. Re:Still missing a few things... on Mozilla Tree Closes for 1.0 · · Score: 1

    Still no home button - Not true. It's in the "links" bar, which makes some sense.

    http://bugzilla.mozilla.org/show_bug.cgi?id=89350

    No view source in external editor - Gosh, that WOULD be nice, wouldn't it?

    http://bugzilla.mozilla.org/show_bug.cgi?id=35268

    See also http://bugzilla.mozilla.org/show_bug.cgi?id=103767 which is about editing the contents of a <textarea> in an external editor.

  16. There will be a party. on Mozilla Tree Closes for 1.0 · · Score: 1

    Mozilla 1.0 party.

    Bugzilla is your friend.

  17. That's "view current DOM", not "view source"... on Mozilla Tree Closes for 1.0 · · Score: 1

    That script gives you the current Document Object Model of the page you are viewing. IOW, if the page contains some JavaScript which changes some images, adds some text, or in some other way modify the page, you will get the source code including those changes. You will not get the original source.

  18. Single- vs. dual-click context menus on Mozilla Tree Closes for 1.0 · · Score: 1

    right-clicking to select "open in new window" is slow in IE because IE requires two clicks for context menus.

    Sorry, but I don't understand what you mean -- Mozilla requires two clicks as well, and will do so until bug 89308, which I notice you have voted for, is fixed.

    ???

  19. No option except Microsoft brand trojans? on Microsoft XP License Prohibits VNC · · Score: 1

    I sure hope so. If all trojans were Microsoft-made, they'd probably be ActiveX-based and thus only work for IE users. What a relief that would be.

  20. Bug in IE? on Sites Wary of Adopting P3P · · Score: 1

    I've run into the very same problem just yesterday, actually. My solution was the same as yours (to add a P3P header), but somehow I feel that IE's behavior in this case is rather buggy.

    I understand why it can be considered a privacy issue when DoubleClick sets a cookie which is sent back to them every time you visit a site which use DoubleClick for banner ads, but instead of completely blocking "third party" cookies which doesn't have P3P headers, wouldn't it be more correct to accept them but rather restrict them to the same site?

    For example, if I visit site A, which uses DoubleClick, and DoubleClick sets a cookie, and I then visit site B, which also uses DoubleClick, I do not want the cookie which DoubleClick set when I was viewing site A to be sent to DoubleClick again. However, I do not see a problem with DoubleClick being able to set the cookie when I visit site A if the cookie is only sent to DoubleClick when I view site A.

    What I'm trying to say is this: If your site didn't send the P3P header, shouldn't IE6 still accept your cookie when your site is opened in frames, but just restrict it so it will only be sent to your server when your site is being viewed through that frameset, in other words NOT send it if I go directly to your site or view it inside a frameset at some other site? Is this a bug in IE?

  21. Re:All Other Microsoft Bugs Have Been Fixed!!!! on Next Windows to Have New Filesystem · · Score: 1
    According to what Microsoft had announced some time ago, they are HALTING further new development while they focus on bug fixes.

    Haven't you heard? That announcement was generated by a virus.
  22. Another workaround on Google's Weakness, AltaVista's Strength · · Score: 1

    Apparently, the domain name is included in list of queryable words, so a query on

    site:samizdat.com samizdat.com

    will give you all pages on samizdat.com. It generates 1,290 results, just like your workaround.

  23. Re:New Feature: Block target="_blank"! on Mozilla 0.9.9 Released · · Score: 1
    someone claimed this was new in .9.8, too. it wasn't new then, either.

    What, blocking target="_blank"? Well, the functionality has existed since Mozilla 0.8, but you had to modify your preference file by hand to enable it. My patch for adding this to the Scripts & Windows panel was checked in the 25th of February, so 0.9.9 is definitely the first milestone release that has it. See bug 78037 for details.
  24. Oops... on Mozilla 0.9.9 Released · · Score: 1

    Uhm, substitute "throbber16-single.gif" for "throbber16-s ingle.gif" and "throbber16-anim.gif" for "throbber16-a nim.gif". Sorry.

  25. Small toolbar icons on Mozilla 0.9.9 Released · · Score: 2, Informative

    I'm not sure how to do this in the Modern theme, but if you're using Classic, just find your Mozilla profile directory, open the subdirectory called "chrome", edit the file "userChrome.css", and paste these lines at the bottom:


    .toolbarbutton-1, .toolbarbutton-menubutton-button {
    min-width: 0px !important;
    text-align: center !important;
    }
    #nav-bar-inner {
    margin: 0px !important;
    }
    .toolbarbutton-menubutton-button > .toolbarbutton-text,
    .toolbarbutton-1 > .toolbarbutton-text {
    display: none !important;
    }
    #navigator-throbber {
    list-style-image: url("chrome://communicator/skin/brand/throbber16-s ingle.gif") !important;
    }
    #navigator-throbber[busy="true"] {
    list-style-image: url("chrome://communicator/skin/brand/throbber16-a nim.gif") !important;
    }