Permabanned
- Joined
- 8 Mar 2003
- Posts
- 4,055
- Location
- Looking at the internet
VIRII said:To suddenly come out with the post he came out with after 9 pages of discussion it does make it pretentious.
Pretentious? il?
VIRII said:To suddenly come out with the post he came out with after 9 pages of discussion it does make it pretentious.
vonhelmet said:I've used immutable, and I'd guess I've probably used mutable, but I couldn't say for sure.
I've definitely used obfuscate.
VIRII said:In general conversation or in more technical discussions?
It was not my intention to make this thread about him hence I obfuscated his nameNathanE said:Rob is a nice guy. I think it's a bit sad to have started this thread. If anything you've invalidated your argument simply by starting this thread IMO (as you're now effectively trying to "one up" him like you say he was). Maybe you should add Rob to MSN and settle your differences that way...![]()
Where would you use that in software/programming. I know nothing about programming but it seems a common word within programming and amongst programmers.MrWhippy said:i've used obfuscate plenty, but i am a software engineer so...
VIRII said:Where would you use that in software/programming. I know nothing about programming but it seems a common word within programming and amongst programmers.
Ahh right I thought it was some sort of industry standard speak or term.MrWhippy said:several situations.
it's not uncommon in the software engineering industry to over-engineer a solution. it happens all the time, and in the worst cases, the design and/or code can become a mess, to the point of obfuscation. kind of the opposite of the ideal, "elegant" solution.
then some engineers just take delight in producing terse code, kinda keeps lesser mortals away from meddling.
etc.
You may or may not know that Rob is a freelance programmer in his spare time. Hence it's not inconceivable that 'obfuscate' and 'mutable' are not obscure words to him, and certainly not inconceivable that they would slip into his day-to-day language from time to time.VIRII said:Where would you use that in software/programming. I know nothing about programming but it seems a common word within programming and amongst programmers.
That is highly possible, the point of the thread was to examine how common these words actually are in conversational useage.Arcade Fire said:You may or may not know that Rob is a freelance programmer in his spare time. Hence it's not inconceivable that 'obfuscate' and 'mutable' are not obscure words to him, and certainly not inconceivable that they would slip into his day-to-day language from time to time.
As I said earlier, I frequently find myself using words or phrases in non-mathematical conversations which aren't so common outside of mathematics. You get into the habit.
Ahh right so they are fairly industry standard terms then within programming.NathanE said:OK in that case... I use the words now and then, but only in my day job.
'Mutable' in programming is used to describe any object instance that can change. An Integer object in Java for instance is NOT mutable.
'Obfuscation' is a procedure to make it difficult to reverse engineer a compiled program.
If I'm feeling really geeky I might use them in normal speech but I'd probably apologise straight after![]()
I agree with your point about "mutable" but I honestly think "obfuscate" is a great word to use and *is* preferable in many cases, to its various synonyms such as the previously mentioned, "confused". Even if one doesn't use the word in spoken language, written language is a different matter and I'm sure most people would tend to make more of an effort to write correctly than they would to talk, apart from "txtspeak" of courseNathanE said:'Mutable' in programming is used to describe any object instance that can change. An Integer object in Java for instance is NOT mutable.
'Obfuscation' is a procedure to make it difficult to reverse engineer a compiled program.
If I'm feeling really geeky I might use them in normal speech but I'd probably apologise straight after![]()
Well my language is mutable depending on alcohol content but that might obfuscate the issue...phykell said:The question is Virii, are you going to start using these words now?![]()