Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
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)
-
I literally just went into that website to see if it was real. Apparently, they've removed it.
-
xorith27468yThere 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!" -
rozzzly16718y@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'; -
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
-
rozzzly16718y@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. -
yarwest27158y@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 -
rozzzly16718yWell 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.
Related Rants
Found in the source code of a site. Interesting.
undefined
html
source code