Remix.run Logo
Programming language file extensions that match ISO 3166-1 alpha-2 country code(bruh.ltd)
24 points by speckx 3 hours ago | 10 comments
inigyou an hour ago | parent | next [-]

Isn't ruby .RB?

And why have I not seen loads an loads of .py domains for python? Paraguay is a stable enough country for this purpose. Do they limit domain names to residents?

ValdikSS 6 minutes ago | parent [-]

>Registration restrictions: Second-level registrations prohibited; must have a contact in Paraguay; subdomains have various restrictions; all applications subject to approval by registry

>Structure: Registrations are at third level beneath second-level labels

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

andy_parhelia an hour ago | parent | prev | next [-]

.sh is Saint Helena? I always assumed it was just "shell". Are there any file extensions on the list that are technically country codes but nobody actually uses them for the country?

cachius 2 hours ago | parent | prev | next [-]

I love random associations between different concepts! And that the page title becomes 'Michaelsoft Teams' when inactive <3

internet_points an hour ago | parent | prev | next [-]

Try also

    wget https://iso639-3.sil.org/sites/iso639-3/files/downloads/iso-639-3.tab
    grep -xFf <(grep -o ^... iso-639-3.tab) /usr/share/dict/british-english 
You can make whole English sentences out of ISO 639-3 language codes:

    woo yes, any fun car has the big dry cat, and thy ads are zen too; bye!
using the codes of Manombai Nyankpa Anyin Fulniô Galibi_Carib Haisla Chitwania_Tharu Biangai Darai Catalan Ansus Tha Adamorobe_Sign_Language Western_Arrarnta Zenaga Xicotepec_De_Juárez_Totonac Pouye
zabzonk an hour ago | parent | prev | next [-]

Bah, people who use .CC or .cc for C++ files deserve to be beaten about the head with a baseball bat. It's not clever.

jl6 an hour ago | parent | prev | next [-]

We must prepare for the possibility of a malicious secession of Exeter City, likely with Chris Martin as president.

yeputons 2 hours ago | parent | prev [-]

I thought Ruby uses .rb (not .ru), and Scala uses .scala (not .sc).

hocuspocus 2 hours ago | parent | next [-]

In Scala, .sc is used for worksheets and inconsistently for scripting, see https://scala-cli.virtuslab.org/scripting for instance.

b3orn 2 hours ago | parent | prev [-]

Yeah, should be .rb for Ruby. Also .mm isn't Objective-C, but Objective-C++.