Earlier quoted context omitted.
> binary source format Easily the single most diabolical thing I've heard all week.
Not even sure it's actually encrypted as much as it's a memory dump, old skool .doc style. > diabolical You have no idea. I've worked with devs using it (and had to debug their code more often than not): the thing is hell, through and through, from the stdlib itself (buggy as fsck[0], terribly leaky abstractions[1], ridiculously contrived[2]) to the IDE to the concepts (worse than VB, you store procedures in windows…
قلب: a non-ASCII programming language written in Arabic
451–460 of 657 posts
Re: قلب: a non-ASCII programming language written in Arabic
#452Re: قلب: a non-ASCII programming language written in Arabic
#453Earlier quoted context omitted.
So glad this turned out to be a joke in the second paragraf. The first is very believable. I've definitely encountered people who would write something like it unironically.
That's one of the biggest problems with sarcasm/irony in casual writing. There's always someone who misunderstands and treats it as serious. This problem is amplified by the number of eyes a typical internet comment receives. It's a major way people are radicalized by internet communities. There's always a proportion of members who are being "ironically" sexist/racist/discriminatory but eventually people take it seri…
Re: قلب: a non-ASCII programming language written in Arabic
#454Non-English based programming languages. https://en.wikipedia.org/wiki/Non-English-based_programming_...
Re: قلب: a non-ASCII programming language written in Arabic
#455Earlier quoted context omitted.
> There's a reason why e.g. air traffic control speaks english no matter the ethnicity (as per the ICAO standard). Yes. The reason is that air traffic control inherently requires people from different regions and languages to communicate quickly in life or death situations. Ease of being an air-traffic controller is not a primary motivating factor, and getting more diverse input isn't really a useful feature. On the…
> On the other hand, ease of being a developer should be something we strive for. Yeah, no. I want to strive for a field of professionals who know what they're doing instead of every second 'engineer' being a script kiddie with a MOOC or two of Python under their belt and nothing else. The barriers need to come way up from where they are today, not be lowered even further.
It is not necessary to be male, white, or English speaking, to be an excellent engineer, and yet those groups are significantly over represented.
Re: قلب: a non-ASCII programming language written in Arabic
#456Re: قلب: a non-ASCII programming language written in Arabic
#457Earlier quoted context omitted.
So glad this turned out to be a joke in the second paragraf. The first is very believable. I've definitely encountered people who would write something like it unironically.
That's one of the biggest problems with sarcasm/irony in casual writing. There's always someone who misunderstands and treats it as serious. This problem is amplified by the number of eyes a typical internet comment receives. It's a major way people are radicalized by internet communities. There's always a proportion of members who are being "ironically" sexist/racist/discriminatory but eventually people take it seri…
Re: قلب: a non-ASCII programming language written in Arabic
#458Earlier quoted context omitted.
This comment is a good way to see all the HN users who go off of a comment without reading it fully.
Time is limited. I'd be lying if I said that I read all comments in full when their first paragraph appear to be nonsense. I'd rather move on to the next comment.
Re: قلب: a non-ASCII programming language written in Arabic
#459Earlier quoted context omitted.
This is valid python3, try it out. 數字 = 23 運行 = True 假 = False 整數=int 輸入=input 印出=print while 運行: 猜測 = 整數(輸入('輸入一個數字: ')) if 猜測 == 數字: 印出('恭喜, 你猜對了.') 運行 = 假 # 這會讓循環語句結束 elif 猜測 See: http://reganmian.net/blog/2008/11/21/chinese-python-translat...
You can write Perl in Latin or Klingon: Latin from https://metacpan.org/pod/release/DCONWAY/Lingua-Romana-Perli... : use Lingua::Romana::Perligata; adnota Illud Cribrum Eratothenis maximum tum val inquementum tum biguttam tum stadium egresso scribe. da meo maximo vestibulo perlegementum. maximum comementum tum novumversum egresso scribe. meis listis conscribementa II tum maximum da. dum damentum nexto listis decapita…
Re: قلب: a non-ASCII programming language written in Arabic
#460> Code is written entirely in Arabic, highlighting cultural biases of computer science and challenging the assumptions we make about programming. There are lots of "cultural biases in computer science" -- in UI, neural network training, encodings, terms of service, etc. Of all of them, this is the least helpful, and the least important. It's like doing math in local notation, or translating latin/greek terms doctors…