Face my enemy...
-
Summoning all my arrogance, I ask myself how someone can get so emotional about a simple logical thing as a math test. Any human being with a maximum of one X chromosome gets emotional only if the test is not callenging enough. Seriously, math is logical. No opinions or interpretations. If you really understand the underlying logic, then the test will actually be boring. Seeing the connection between abstract definitions and actual problems may be hard, but once ypu got that you will never fail a math test again.
The language is JavaScript. that of Mordor, which I will not utter here
This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a fucking golf cart.
"I don't know, extraterrestrial?" "You mean like from space?" "No, from Canada." If software development were a circus, we would all be the clowns.CDP1802 wrote:
math is logical
I've never seen anything that made less sense than math...
CDP1802 wrote:
how someone can get so emotional about a simple logical thing as a math test
Me too, but math really gets me angry, sad and desperate... I can do it for a while, but when I have to study for weeks before a test it really stresses me out to a point where it's really not worth the trouble any more. Math is really the only thing that I know of that does that to me.
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
What is a LaTeX editor plugin supposed to do anyway? It's typically just edited as plaintext, maybe some syntax highlighting if you want to be fancy..
harold aptroot wrote:
What is a LaTeX editor plugin supposed to do anyway? It's typically just edited as plaintext
Maybe make it so that I don't have to edit it as plain text? Kind of like an HTML editor, so you don't have to type your own markup?
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
I'm not mad keen on maths; the last time I did anything that amounted to more than simple arithmetic/basic maths was in a previous century. I can't be certain it was the 20th. :-)
R. Giskard Reventlov wrote:
in a previous century. I can't be certain it was the 20th.
You're either really old or really bad at math ;p
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
Nevertheless mathematics can be fascinating. I'll read your blog about it with pleasure. Unfortunately, I can't help for the LaTex-plugin thing :s
I never finish anyth
phil.o wrote:
Nevertheless mathematics can be facinating.
Funny thing, but I agree :laugh:
phil.o wrote:
I'll read your blog about it with pleasure
Thanks! :) I'm hoping to start soon. I'll keep it simple so even I can understand it ;)
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
R. Giskard Reventlov wrote:
in a previous century. I can't be certain it was the 20th.
You're either really old or really bad at math ;p
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
den2k88 wrote:
Enter in robotics, movement, predictions, big data analysis, operating systems, chemical reaction control plants, scientific environments, telecommunications control, signal analysis, 3D, CAD, CAM, nuclear plants... and without math you're basically nothing.
Yeah, I'm not doing those ;p
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
Then you're perfectly fine ;P I like and study Engineering because it is way more broad than simple Computer Science - some of my classmates are doing Mechanics or Electronics despite having stuided Computer Engineering, while my boss is a Material Engineer but does program since 13 years (and he programs much better than the other two developers, bot CS graduates). I dislike web developement, .NET, Java, interpreted languages, non typed languages and many flashy things that attracts many people, and prefer the hard & tough path ;P
GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++* Weapons extension: ma- k++ F+2 X If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver "When you have eliminated the JavaScript, whatever remains must be an empty page." -- Mike Hankey
-
In two weeks I'd have a math test. I paid dearly for it and if I don't pass the test I'll pay dearly again. And I'm hating math so much that I don't even care about the money anymore... I'm just not doing any more math and I'm certainly not doing the test! :mad: I don't think I have to know math to be a good (or even great) developer. I do need to know math to get my degree though, so I've decided to do things a little different from what I've been doing... To like and understand math I'm going to blog about it. That's right, I'm going to face math, look it in the uhhh... pi, and write it down for myself and others. And by doing so I hope I'll start liking it as I have the freedom to figure it all out at my own pace and write about the things I like about it. And then maybe I can have another look at that math test in a year or so. I'm a bit concerned about LaTeX though (never used it before). WordPress does have out of the box LaTeX support, but does anyone know a good and free LaTeX editor plugin? I'm not looking forward to looking up all those character codes to write a single formula... :~
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
I've encountered two situations, one, where the math PhD's came up with an incredibly complicated algorithm for processing multispectral data (took on the order of minutes to process 6 frames of multispectral video) which, when I realized what they were doing, I converted all the FFT and bullshit into a real time lookup table transformation. :laugh: :laugh: :laugh: The second was again thrown at the PhD's, this time to determine pass/fail modes in a switch ring redundancy network (stuff put into communication satellites to ensure that when a high power amplifier fails, you can switch to a spare, and it gets complicated because you're not switching electrical signals, you're switching radio waves via waveguides and whatnot, so there's physical space/weight limitations), anyways, the PhD's were trying to solve this for years. After thinking (yes, just thinking) about the problem for a couple weeks, I realized that there were simple topology rules that could be used to analyze a network. Granted, it still took horsepower, but I delivered a solution (that was 20 years ago) that is still in place and has evolved into a multi-threaded analysis application that solves for trillions of switch combinations and failure combinations in realistic time (a few hours) of churning. Funny how in both cases, what was thought to be a math problem turned out to be not a math problem, but a "think about the problem" exercise. So yeah, math is definitely needed for certain things, but the #1 rule is, just because you have a math degree hammer, not everything is a math degree nail. If it helps, math is a beautiful universal truth. Think of math as discovering the truth of something. ;) Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
-
In two weeks I'd have a math test. I paid dearly for it and if I don't pass the test I'll pay dearly again. And I'm hating math so much that I don't even care about the money anymore... I'm just not doing any more math and I'm certainly not doing the test! :mad: I don't think I have to know math to be a good (or even great) developer. I do need to know math to get my degree though, so I've decided to do things a little different from what I've been doing... To like and understand math I'm going to blog about it. That's right, I'm going to face math, look it in the uhhh... pi, and write it down for myself and others. And by doing so I hope I'll start liking it as I have the freedom to figure it all out at my own pace and write about the things I like about it. And then maybe I can have another look at that math test in a year or so. I'm a bit concerned about LaTeX though (never used it before). WordPress does have out of the box LaTeX support, but does anyone know a good and free LaTeX editor plugin? I'm not looking forward to looking up all those character codes to write a single formula... :~
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
In two weeks I'd have a math test. I paid dearly for it and if I don't pass the test I'll pay dearly again. And I'm hating math so much that I don't even care about the money anymore... I'm just not doing any more math and I'm certainly not doing the test! :mad: I don't think I have to know math to be a good (or even great) developer. I do need to know math to get my degree though, so I've decided to do things a little different from what I've been doing... To like and understand math I'm going to blog about it. That's right, I'm going to face math, look it in the uhhh... pi, and write it down for myself and others. And by doing so I hope I'll start liking it as I have the freedom to figure it all out at my own pace and write about the things I like about it. And then maybe I can have another look at that math test in a year or so. I'm a bit concerned about LaTeX though (never used it before). WordPress does have out of the box LaTeX support, but does anyone know a good and free LaTeX editor plugin? I'm not looking forward to looking up all those character codes to write a single formula... :~
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
Sander Rossel wrote:
In two weeks I'd have a math test.
If I were you, I'd have a go at Maths. It's real good stuff and exists outside of the USA.
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004
-
In two weeks I'd have a math test. I paid dearly for it and if I don't pass the test I'll pay dearly again. And I'm hating math so much that I don't even care about the money anymore... I'm just not doing any more math and I'm certainly not doing the test! :mad: I don't think I have to know math to be a good (or even great) developer. I do need to know math to get my degree though, so I've decided to do things a little different from what I've been doing... To like and understand math I'm going to blog about it. That's right, I'm going to face math, look it in the uhhh... pi, and write it down for myself and others. And by doing so I hope I'll start liking it as I have the freedom to figure it all out at my own pace and write about the things I like about it. And then maybe I can have another look at that math test in a year or so. I'm a bit concerned about LaTeX though (never used it before). WordPress does have out of the box LaTeX support, but does anyone know a good and free LaTeX editor plugin? I'm not looking forward to looking up all those character codes to write a single formula... :~
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
Hmm, given that Mathematics is one of those subjects I like the most, does that imply you, Sir Sander of Rossels, are my enemy? :laugh:
You have just been Sharapova'd.
-
If you develope CRUD in any of its forms, or plain web applications, or just another UI I agree with you. Enter in robotics, movement, predictions, big data analysis, operating systems, chemical reaction control plants, scientific environments, telecommunications control, signal analysis, 3D, CAD, CAM, nuclear plants... and without math you're basically nothing. It all depends on the field, I know many programmers who don't need math - I lurk on the other side, despite my knowledge of math is not what I expect from myself.
GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++* Weapons extension: ma- k++ F+2 X If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver "When you have eliminated the JavaScript, whatever remains must be an empty page." -- Mike Hankey
Don't think that is true. The company I work in we require people that do math to do certain work. We use the people that are good at maths to do that type of work. But the rest (even if they can do math, and all of them can) doesn't get used to do it. The result is that they loose there maths knowledge (maybe easyish to learn it again), because they don't use it. In my working environment it is only small areas of projects which requires some mathematicians.
"Program testing can be used to show the presence of bugs, but never to show their absence." << please vote!! >>
-
There can be only one (if only math were that simple)! :D
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
Sander Rossel wrote:
In two weeks I'd have a math test.
If I were you, I'd have a go at Maths. It's real good stuff and exists outside of the USA.
Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004
Michael Martin wrote:
and exists outside of the USA.
Unfortunately, because that's where I am! :laugh:
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
Hmm, given that Mathematics is one of those subjects I like the most, does that imply you, Sir Sander of Rossels, are my enemy? :laugh:
You have just been Sharapova'd.
I'm guessing Blofeld was pretty good at math too ;)
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
s - stick that on the end of everywhere you've put math and you'll be fine.
Some men are born mediocre, some men achieve mediocrity, and some men have mediocrity thrust upon them.
I'm not going into an arguement with you. Simply grab an encyclopaedia to see I did nothing wrong. In fact, I'm pretty skillful in both British and American. In my defence, we're much more America oriented here and my browser even marks British as incorrect, which is, of course, a wrong analysis. In this post I'll honour your favourite language though. But please don't criticise my inability to memorise all these minor differences. I'm using my best judgement, so stop quarelling. Despite my American writing I still prefer metres over inches. I'm glad we had this dialogue :D
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
In two weeks I'd have a math test. I paid dearly for it and if I don't pass the test I'll pay dearly again. And I'm hating math so much that I don't even care about the money anymore... I'm just not doing any more math and I'm certainly not doing the test! :mad: I don't think I have to know math to be a good (or even great) developer. I do need to know math to get my degree though, so I've decided to do things a little different from what I've been doing... To like and understand math I'm going to blog about it. That's right, I'm going to face math, look it in the uhhh... pi, and write it down for myself and others. And by doing so I hope I'll start liking it as I have the freedom to figure it all out at my own pace and write about the things I like about it. And then maybe I can have another look at that math test in a year or so. I'm a bit concerned about LaTeX though (never used it before). WordPress does have out of the box LaTeX support, but does anyone know a good and free LaTeX editor plugin? I'm not looking forward to looking up all those character codes to write a single formula... :~
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
I needed to use algebra to design the fencing around my backyard garden so as not to waste wood and still look good. One also needs to know how to take the modulo of a polynomial to compute keys in encryption. And then there is the need to compute the degree of non-orthogonality of magnetic and electric fields when designing a flying saucer.
-
I needed to use algebra to design the fencing around my backyard garden so as not to waste wood and still look good. One also needs to know how to take the modulo of a polynomial to compute keys in encryption. And then there is the need to compute the degree of non-orthogonality of magnetic and electric fields when designing a flying saucer.
-
In two weeks I'd have a math test. I paid dearly for it and if I don't pass the test I'll pay dearly again. And I'm hating math so much that I don't even care about the money anymore... I'm just not doing any more math and I'm certainly not doing the test! :mad: I don't think I have to know math to be a good (or even great) developer. I do need to know math to get my degree though, so I've decided to do things a little different from what I've been doing... To like and understand math I'm going to blog about it. That's right, I'm going to face math, look it in the uhhh... pi, and write it down for myself and others. And by doing so I hope I'll start liking it as I have the freedom to figure it all out at my own pace and write about the things I like about it. And then maybe I can have another look at that math test in a year or so. I'm a bit concerned about LaTeX though (never used it before). WordPress does have out of the box LaTeX support, but does anyone know a good and free LaTeX editor plugin? I'm not looking forward to looking up all those character codes to write a single formula... :~
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
Sander Rossel wrote:
LaTeX editor
Is that Sean's latest outfit?
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
In two weeks I'd have a math test. I paid dearly for it and if I don't pass the test I'll pay dearly again. And I'm hating math so much that I don't even care about the money anymore... I'm just not doing any more math and I'm certainly not doing the test! :mad: I don't think I have to know math to be a good (or even great) developer. I do need to know math to get my degree though, so I've decided to do things a little different from what I've been doing... To like and understand math I'm going to blog about it. That's right, I'm going to face math, look it in the uhhh... pi, and write it down for myself and others. And by doing so I hope I'll start liking it as I have the freedom to figure it all out at my own pace and write about the things I like about it. And then maybe I can have another look at that math test in a year or so. I'm a bit concerned about LaTeX though (never used it before). WordPress does have out of the box LaTeX support, but does anyone know a good and free LaTeX editor plugin? I'm not looking forward to looking up all those character codes to write a single formula... :~
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
I love math, but can't say I ever learned to love LaTeX. I understand how it was useful back when my main editor was vi, but these days with editors like Word that just let you see what you're doing, I don't really get the point. That said, when I do have to work on a TeX document (because of whom I'm working with or conference format or whatever), I've found LyX to be a good WYSIWYG editor. There's definitely a learning curve, but the documentation is good, it's free, and I've always managed to get the formatting I want eventually. Good luck with the blog and I hope you learn to enjoy the math. Once you know the math enough to trust it, it's a great comfort to be able to tell yourself "mathematically this is right, so there must just be a mistake in the code."
-
There can be only one (if only math were that simple)! :D
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
Lambert was appalling in the part. Ruined a good story with his faux Scottish accent. And Connery... Oy! Anyway, fun film.