Slashdot Mirror


User: loconet

loconet's activity in the archive.

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

Comments · 764

  1. Re:slashdotted on Firefox Seeks Full Page Ad in New York Times · · Score: 1
    A portion of each donation will go towards taking out a full-page ad in the New York Times celebrating the release.


    Never mind, they already knew it was coming. The other portion will go towards the recovery efforts.. ;-)
  2. slashdotted on Firefox Seeks Full Page Ad in New York Times · · Score: 1

    They will need another fund raising campaign to pay to resurrect their webserver and database from the ashes.

  3. do the same with windows itself... on IE Shines On Broken Code · · Score: 1
    It's interesting that you can do the same type of test with windows utilities as well as described in this Full Disclosure note.


    Hi all,

    Wanna do a quick test to see if the programmers that wrote your windows operating system have any clue as to what there doing ? Run these
    commands from cmd.exe in the system32 directory:

    for %i in (*.exe) do start %i %n%n%n%n%n%n%n%n%n%n%n%n%n%n%n%n%n%n%n%n
    for %i in (*.exe) do start %i AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.... (type as much "A"-s as
    cmd.exe allows on one line.)

    Each command will execute every program in your system32 directory, most
    of them will either ignore the parameter or report an error because the
    parameter doesn't make sence... But on my win2k system I found 6
    programs vulnerable to these very simple formatsting and BoF tests....
    grpconv even gives EIP 0x00410041, can it be any easier?

    These are not vulnerabilities in itself: you cannot gain access or elevate priviledges but I just wanted to let you know that these programmers did a sloppy job.

    Cheers,
    SkyLined
  4. Re:GAIM DOESN"T WORK on Could IM Be The Next Step For Google? · · Score: 1

    I also use suse 9.1 and managed to get gaim working from source on the first try. The only extra stuff that I had to install were the packages listed here: http://linux01.gwdg.de/~pbleser/rpm-navigation.php ?cat=Network%2Fgaim/ because of the lack of bundled ssl support when connecting to msn. Installed opencdk, gntls, libtasn1 with their devel rpms , ./configure && make && make install gaim again and worked like a charm.

  5. Re:Testing. on Google Launches Desktop Search Tool · · Score: 4, Interesting

    Sure, I am simply able to find the relevant files faster. Not only is it faster (probably because it searches less files) but I'm able to quickly spot the file I want by looking at the text previews - something which Window's search tool does not have.

  6. Testing. on Google Launches Desktop Search Tool · · Score: 4, Interesting

    So far in my testing, it has performed better than MS's own indexing service which comes with Windows.

  7. Screenshots on Windows Media Player 10 Reviewed · · Score: 1

    From the screenshots, I don't know but to me it looks like nothing special. The interface still is pretty ugly specially with that overdone brushed steel/plastic thing. Can't even read the options properly. I'll stick with Media Player Classic.

  8. Re:If the IOCCC is like the IOC on IOCCC Winners Announced · · Score: 1

    and will sue any /. posters that post mirrors to the source code.

  9. Irony? on Microsoft Found Guilty of Misleading Advertising · · Score: 1

    Once again I read this article as I see a "Windows 2003 outperformed every Red Hat Linux configuration tested -- source: Veritest" ad. ..

  10. In other news ... on First Plasma on the Levitated Dipole Experiment · · Score: 2, Funny

    Columbia University and MIT have decided to join organizations to now be known as UAC ......

  11. Water is nice but ... on Mars Rovers Find More Evidence of Water · · Score: 1

    What would really be interesting is if they find a soulcube!

  12. Re:Are we the message? on Should SETI Be Looking For Lasers Instead? · · Score: 0

    .. then those aliens are obviously the Soviets ;)

  13. Re:Bogus conclusions. on Exploring Linux Desktop Myths · · Score: 1
    You got it exactly right. IE doesn't seem to get the box model correctly and does not count the padding/border as part of the element's width. Gecko does.

    That is why sometimes you will see developers use silly ie work arounds like:
    /*width for standard compliant agents*/
    width: 100px !important;

    /*IE workaround */
    width: 90px;
    ..on the same style sheet

    IE does not recognize the !important directive which tells the browser to ignore any styles for the same purpose and always use this one (in this case gecko ignores 90px and uses 100px. IE doesn't understand therefore uses 90px.

    It's silly inconsistent things like this that make the existence of standards so important. Would make our developing and users' lives easier!
  14. Re:Bogus conclusions. on Exploring Linux Desktop Myths · · Score: 1
    You got it exactly right. IE doesn't seem to get the box model correctly and does not count the padding/border as part of the element's width. Gecko does.

    That is why sometimes you will see developers use silly ie work arounds like:
    /*width for standard compliant agents*/
    width: 100px !important;

    /*IE workaround */
    width: 90px;
    ..on the same style sheet

    IE does not recognize the !important directive which tells the browser to ignore any styles for the same purpose and always use this one (in this case gecko ignores 90px and uses 100px. IE doesn't understand therefore uses 90px.

    It's silly inconsistent things like this that make the existence of standards so important to make us developers and users life easier!

  15. Re:Bogus conclusions. on Exploring Linux Desktop Myths · · Score: 5, Informative

    No it doesn't have any problems displaying open/close form tags. If IE is not displaying the extra new lines then it's actually doing it wrong. Form tags, as specified in the w3 standard are block-level elements.

    Block-level elements are those elements of the document language that, by default, are formatted visually as blocks (e.g., paragraphs). Inline elements are those elements of the document language that do not cause paragraph breaks (e.g., pieces of text, inline images, etc.).

    That is why you get the extra space around the element. This is the intended behavior of form elements. If you want to get rid of the space, as mentioned, use a style sheet of margin:0; or display: inline;

  16. Another spoof? on Mozilla UI Spoofing Vulnerability · · Score: 1

    This release along with the ssl certificate spoof reported here proof of concept here, does not make my favorite brower look good :(

  17. Re:USA != the world on PayPal Settles Class Action Lawsuit · · Score: 1

    Thats what I thought as well. But after testing the form and trying to enter a Canadian postal code (zip code), It says invalid Zip code.

  18. Re:Watch out! on PayPal Settles Class Action Lawsuit · · Score: 1

    We all know https/http needs a : and // after it! .. this is a scam i tell you!

  19. $0.35 on PayPal Settles Class Action Lawsuit · · Score: 4, Informative

    "I'm so ready to receive my check for $0.35US"

    Think again ..... ;)

    "The claims administrator will not issue checks for less than $1.00. Such amounts will instead be reallocated to those claimants who are entitled to receive distributions."

  20. Doesn't matter ... on Yahoo Boosts Email Space in response to Gmail · · Score: 1

    It doesn't really matter that they've raised the limit. I've always disliked yahoo, I'm not sure if it's its ads filled pages or what not but I just tried composing a test e-mail and got over 5 errors trying to get to the compose screen which I couldn't even get to. Error connecting to my.yahoo.com edit.yahoo.com f501.yahoo.com, etc etc etc . 100 mbs for all the hoops I have to jump through, is not worth it.

  21. Video link on Invisible Cloaks, Translucent Walls · · Score: 1

    I submitted this this morning, got rejected .. life is not fair! ;)

    anyways, here are the videos, it does look pretty cool:

    Video 1
    Video 2

  22. Re:Mozilla Blues on A Look at the Newly Released Mozilla Firefox 0.9 · · Score: 1

    Sad but true, so frustratrating too :(

  23. Re:OS bugs are like golf... on New Linux Kernel Crash-Exploit discovered · · Score: 1

    ..I am afraid that this comparison might fall out to the advantage of Windows ...and how do you know this exactly?

    I'm sure there is a comparable (if not greater) amount of critical bugs in windows's kernel that because of its closed nature we don't ever get to see or MS sweeps under the carpet without the public ever knowing they exist until someday they're found.

  24. Re:Funny? on MS Rails On Open Source, Appeals To Gov't Greed · · Score: 1

    And for all that cost, Visual Studio still hasn't got half the functionality of emacs...

    .. I'm sure you meant vi right? ;)

  25. better paper trail.. on Usenix President - Linux Needs Better Paper Trail · · Score: -1, Redundant

    Hey Mr. McKusick, RTFA