HN user

javadyan

262 karma
Posts11
Comments61
View on HN

Believe me, friend, I have experienced discrimination. My entire family has. They have been driven away from their home because of their nationality. Then I was mocked and humiliated by other kids as the-kid-who-cant-speak-our-language. Then there was the high school and all the "nice" things it holds for the nerds. It might well be that I have experienced more discrimination than some of the furiously anti-sexist people here. Yet I don't have anything against racial, sexist, religious or other kinds of "sensitive" jokes. They are jokes. They are not meant to be taken seriously. It's OK to laugh at them if you find them funny. If you don't, shut up and let other people laugh. Don't be a self-important asshole. After all, your precious nationality/religion/sex/sexual orientation is worth exactly nothing.

Arch Linux turns 10 14 years ago

1.5 years on Arch here and I pretty much refuse to use any other distro on my laptop. Great work.

>Linux won't be ready until you can download a file from the Internet, run it, and install it just with a couple clicks (and not "you need to set the 'exectuable' flag!" error).

That way of installing software has to go. Seriously. Stop it. It's horrible.

Oh my god, this is so sad. What has the Linux-on-desktop world come to? "You can manage your windows with it" is actually an advantage.

On a lighter note, if there is still hope, it lies in the little not-so-popular desktop environments like XFCE. Those both have sane UI and are not ugly pieces of bloatware.

Ah, "blub"... the trusty indicator of a brainwashed pg fanboy. Look, I know that something has been written in lisp, still it is not the kind of software that people use (directly or indirectly) every day and you know it. Plus, you're just being disgustingly arrogant by indirectly saying that your precious lisp is too good to be used for the mundane, everyday software development.

tl;dr: lisp zealots are funny and arrogant

UPD: FYI, AutoCAD is NOT written in Lisp, it just supports extensions written in a dialect of Lisp.

C++ (and other mainstream languages, for that matter) excels in the aspect that you can actually write useful software with it. Yet, to the date, there are exactly zero useful pieces of consumer software (e.g. browsers, office suites, video processing) written in lisp. Thus, I suggest that lisp zealots stfu about C/C++ already, and either fix their favorite language or invent a new one.

For one, it is horribly slow. I do not know for a fact that its slowness is caused by C++ as a language or by the quality the programmers who wrote Monotone... but it is slow nevertheless and that is all I know. By contrast, git is extremely fast. Go figure.

It's a matter of personal preference, really. As long as you can be productive with it and ship a product, go for it. Personally, I'm disgusted by both of those languages, but you can't deny the fact that people create useful with them. After all, a weapon is only as good as the hand that wields it.

All I can say is, I can write C++ code that will not surprise me with unexpected copies, contain huge memory problems, or surprise me greatly with the memory model.Stop whining and learn to use your tools, goddamit.

You can replace C++ with almost any other mainstream language in the above paragraph and it would still hold true. Problem is, contemporary general-purpose languages are used for such a wide range of different tasks that it is simply impossible for them not to be complex (syntactically or in terms of runtime envoronment). And yes you can hide complexity behind abstractions (which our programming languages successfully do), but you cannot really eliminate it. And despite all that I see more real-world applications written in "horrible" languages like C++ or Java than in "elegant" languages like Common Lisp.

Any useful language is a freaking enormous ball of mud. Bjarne said: there are only two kinds of languages - the ones people complain about and the ones nobody uses.