293

Found in the source code of a site. Interesting.

Comments
  • 27
    I have a feeling that I will do this sometime, too.
  • 7
    @filthyranter Write a comment in the source code like that?
  • 6
    I'm really not sure if I'd like to work for a company that uses NUMBERS in its website's name. Are we in early 2000s or what? :D (not talking about hash-like urls/prefixes for auto-generated content)
  • 7
    I literally just went into that website to see if it was real. Apparently, they've removed it.
  • 13
    @SupressWarnings they probably removed the dude too :p
  • 3
    Not even a html 5 doctype
  • 3
    Thanks for the heads up?
  • 8
    There is this comment further down though:

    "In order to support the development of the network of pregnant women in China, please keep the link information of Chinese pregnant women net.
    We support the development of the Chinese network of pregnant women, said a sincere thanks to friends! Network of pregnant women in China because you are more exciting!"
  • 6
    @xorith I am going to be honest, I have no clue what they're trying to say.
  • 7
    @Techdaan

    Pregnant Chinese Women need networking too.
  • 9
    Well, that /images/js/ hurts to see, too.
  • 2
    @dovipas "templete"? That hurt too
  • 4
    @Leningrad

    <?php
    require_once 'vendor/autoload.php';
    use GeoIp2\Database\Reader;

    $read = new Reader('/usr/local/share/GeoIP/GeoIP2-City.mmdb');

    $loc = $read->city($_SERVER['REMOTE_ADDR']);

    echo 'See pregnant woman in ' . ($loc->city ? $loc->city : 'you area') . ' looking to be networking';
  • 1
  • 2
  • 3
    I always wondered how people in non-English speaking countries wrote code.... Makes sense now. I thought they had custom tags and pre-processors to convert it to standard code..... Hmmm
  • 0
    @davidricky114 was kinda counting on that too
  • 3
    @davidricky114 Yeah man Imagine how hard it would be to find docs in Finnish or Japanese.

    You get docs for your languages runtime, and a few first party libs, but that's about it. And good luck searching this:

    "Type must have a [Symbol.iterator]() method that returns an iterator" in spanish

    aaaaannnnnnddd all the results are in English, which like the error message itself, you can't read.

    like shit. You've got to be able to speak english if you want to use the vast majority of the programming resources that the internet has to offer.
  • 1
    @rozzzly I mean, language is a bit different than alphabet. You don't need to switch your keyboard settings (much) if you are a Spanish def

    EDIT: just re-read the other dude's comment. And yeah I agree about the 'need to know English'-part
  • 4
    Well to answer that question, there actually are some really obscure languages that incorporate non-english/latin/ascii characters in their syntax.

    One of them is called: Chinese BASIC. not kidding.

    https://en.wikipedia.org/wiki/...

    I've never heard anyone talk about them before, so I was surprised when I came across this wikipedia article last week.
  • 0
    @Techdaan enjoy your stress ball sir
Add Comment