Linus Torvalds he gave his opinion on assembly

If it doesn't fit anywhere else, drop it in here. (not to be used as a chat/nonsense section)

Moderator: Moderator Team

Post Reply
clark_hobby
Posts: 11
Joined: Tue Sep 09, 2014 1:56 am

Linus Torvalds he gave his opinion on assembly

Post by clark_hobby »

...
Last edited by clark_hobby on Sun Dec 06, 2015 5:48 pm, edited 1 time in total.
User avatar
Black_Fox
Posts: 1584
Joined: Fri Feb 15, 2008 9:44 pm
Location: Czechia

Re: Linus Torvalds he gave his opinion on assembly

Post by Black_Fox »

User avatar
Reactionist
Posts: 11
Joined: Thu Jan 23, 2014 5:53 am
Location: Omnipresent
Contact:

Re: Linus Torvalds he gave his opinion on assembly

Post by Reactionist »

That's his opinion on C, not assembly. And there is a basic difference between the words "need to", "have to", "should", and "must" that the Google Translator fails to convey for non-English speakers. You don't "need to" know assembly to be able to scratch a few lines in C but you'd better do. You don't "need to" know C to be able to place a couple of controls on a VB form and click "Run" but you'd better do. You must know the ABC to be able to compose poetry or all your lifetime artwork will amount to rock painting.

Is that clear this time, mr.waretrue?
Mike
___________________________________________________________________________________________________________________________
(3.6GHz i5 Core Quad, 16GB RAM / 2 x nVidia GTX 650Ti SLI-bridged, 2GB VRAM; Win 7, 8.1, 10 / Ubuntu 16.04 LTS)

hbelusca
Developer
Posts: 1204
Joined: Sat Dec 26, 2009 10:36 pm
Location: Zagreb, Croatia

Re: Linus Torvalds he gave his opinion on assembly

Post by hbelusca »

Heh guys you know what??....
... I don't give a clue on what Linus could think about one subject or another one.
gamax92
Posts: 35
Joined: Sun May 05, 2013 5:40 pm

Re: Linus Torvalds he gave his opinion on assembly

Post by gamax92 »

I kinda agree with Reactionist at this point, why don't I just make a thread that goes like this:
Robert Gadzerfraud gave his opinion on assembly wrote: In this thread he gave his opinion on assembly :
" Robert Gadzerfraud says that unless you are working on a 8086 or bootstrapping an OS, that assembly is not useful."

What do you think about this answer?
And it would be the same thing that clark_hobby/monsieur/Françai S/mr.waretrue/Jorge Monsieur/assembler/romapera15 writes.
All hes been doing is dumping the exact same message onto every forum, groups, and mail lists. Why is he still here?
Z98
Release Engineer
Posts: 3379
Joined: Tue May 02, 2006 8:16 pm
Contact:

Re: Linus Torvalds he gave his opinion on assembly

Post by Z98 »

Because he hasn't outright violated the no spamming rule.
justincase
Posts: 441
Joined: Sat Nov 15, 2008 4:13 pm

Re: Why is clark_hobby still here?

Post by justincase »

Plus "clark_hobby" intelligibly responds to posts, so there's obviously a person behind the user account.

Mass cross-site-posting may be considered rude, but I don't see anything against it in the Code of Conduct, so (unless it gets added to said list of no-nos) it's not a banning offense. (right?)
I reserve the right to ignore any portion of any post if I deem it not constructive or likely to cause the discussion to degenerate.
Webunny
Posts: 1201
Joined: Sat Apr 28, 2012 1:30 pm

Re: Why is clark_hobby still here?

Post by Webunny »

justincase wrote:Plus "clark_hobby" intelligibly responds to posts, so there's obviously a person behind the user account.

Mass cross-site-posting may be considered rude, but I don't see anything against it in the Code of Conduct, so (unless it gets added to said list of no-nos) it's not a banning offense. (right?)
I agree with justincase. The parent poster might be an attention-seeker or a troll or whatever, but it's not really spam and it's no bot. From the standpoint of free speech, one can find it annoying or uninteresting (as hbelusca indicated), but then one simply can decide not to read it. Now-one forces anyone to read or respond to it, and while I personally find the opinion of Torvalds mostly worth reading on itself - he has proven himself after all, and he's no idiot in IT matters - in this particular instance I'm currently not really that interested enough into the question 'what you think of it?' to respond.

But, he's not doing anything of actual wrongdoing, even if he posts under different nicks in different threads. Just ignore it if you don't like it. That's what I do with posts that don't interest me.

People around here are much to short tempered with posts and posters; always asking for a ban or lockdown or asking not to do this or that. Jeez. Using an expletive: shouldn't be allowed! Posting the same uninteresting post: shouldn't be allowed! Having a side-discussion: can't be allowed! Using a wrong or short form of a self-invented nickname: can't be allowed!

Lighten up, people. It's a forum. People of all sorts come here, with all sorts of ideas, and all sorts of interests (though presumably ROS is one of them ;) ), who talk with a varying degree of intellectual level and in different languages and who have different kinds of cultures. Without a high degree of tolerance, thus, you get nowhere. Adding rule after rule is no solution. Let it be, and just ignore it, if you're annoyed by it. That's all that is needed.
Aeneas
Posts: 505
Joined: Sat Oct 10, 2009 10:09 pm

Re: Linus Torvalds he gave his opinion on assembly

Post by Aeneas »

Language discussions are fun, no matter what the OP intended, so I'll chime in.

I actually think one should learn Scheme (rather than Common Lisp, by the way; and you might as well skip the current continuation esoterics in Scheme) and Prolog (knowledge about lists and elementary arithmetic may as well be the end - this "define your own operators and own language"-blabla of some Prolog books is not necessary).

I never quite got why that language of finicky loops and pointer nonsense is so overhyped. That Heartbleed desaster recently was due to using C. Maybe because it is so unbearably hard to achieve in C WHATSOVER, so when you say, "I wrote it in C" your chest can swell with pride as if you were saying, "I did it in Brainfuck".
User avatar
Reactionist
Posts: 11
Joined: Thu Jan 23, 2014 5:53 am
Location: Omnipresent
Contact:

Re: Linus Torvalds he gave his opinion on assembly

Post by Reactionist »

Aeneas wrote:I never quite got why that language of finicky loops and pointer nonsense is so overhyped. That Heartbleed desaster recently was due to using C. Maybe because it is so unbearably hard to achieve in C WHATSOVER, so when you say, "I wrote it in C" your chest can swell with pride as if you were saying, "I did it in Brainfuck".
If you don't know, then I will tell you why. That's simply because there's not a single implementation of C written in Scheme but there are dozens if not hundreds of Scheme implementations written in C. The most recent implementation of Scheme is written in BASIC. I wouldn't be surprised if the next one will be, if not already is, written in Brainfuck. Just for the hell of it.

There's too much ado about nothing here. It's the same old "problem" of an egg and a hen. C++ is a hen to many contemporary HLL eggs (and even to ROS, for that matter). C is a hen to C++. Macro assembly is a hen to C. This is just the way things are, and you simply can't do anything about it, so please don't mislead youngsters and clark_hobby/monsieur/Françai S/mr.waretrue/Jorge Monsieur/assembler/romapera15's kindred with such spells of unjustified, if not ignorant, bravery. :)
Mike
___________________________________________________________________________________________________________________________
(3.6GHz i5 Core Quad, 16GB RAM / 2 x nVidia GTX 650Ti SLI-bridged, 2GB VRAM; Win 7, 8.1, 10 / Ubuntu 16.04 LTS)

Post Reply

Who is online

Users browsing this forum: No registered users and 15 guests