Originally posted by aussielong
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
OCD - is it made worse by IT work?
Collapse
X
-
-
You really do have OCD if you need an algorithm for rooting.Originally posted by TimberWolf View PostWhat square rooting algorithm do you use?And what exactly is wrong with an "ad hominem" argument? Dodgy Agent, 16-5-2014Comment
-
Originally posted by Mich the Tester View PostYou really do have OCD if you need an algorithm for rooting.Code:while(!orgasm) { in(); out(); } smoke();Coffee's for closersComment
-
I like to convert number plates into Roman numerals then add them up or make dates out of them, then attach significant historical events to them.
So I start to talk to the missus about the battle of austerlitz and she says, 'where did THAT come from ??'
its hard to explain that its because you are bonkers
(\__/)
(>'.'<)
("")("") Born to Drink. Forced to WorkComment
-
Square roots are awkward to find by trial and error in your head, but an easy algorithm exists that quickly converges to the answer. Newton's method.Originally posted by Mich the Tester View PostYou really do have OCD if you need an algorithm for rooting.
Basically:- guess a square root
- divide the number to be rooted by the guess
- find the mean of the latter two (add the latter to the former and divide by two)
So the square root of 200 is, say (15 + 200/15) / 2 = 14
I'm often square rooting things because for example land areas are often given in hectares or square kilometres or some other unit and it's easier to relate to if it's a single unit square.
A similar algorithm exists for cube roots, and volumes.Comment
-
Your wife called. She said if that !orgasm condition is against her, then your code is simply an infinite loop.Originally posted by Spacecadet View PostCode:while(!orgasm) { in(); out(); } smoke();
Still, at least the smoking will never kill you.
nomadd liked this postComment
-
Spacecadet's method is better.Originally posted by TimberWolf View PostSquare roots are awkward to find by trial and error in your head, but an easy algorithm exists that quickly converges to the answer. Newton's method.
Basically:- guess a square root
- divide the number to be rooted by the guess
- find the mean of the latter two (add the latter to the former and divide by two)
So the square root of 200 is, say (15 + 200/15) / 2 = 14
I'm often square rooting things because for example land areas are often given in hectares or square kilometres or some other unit and it's easier to relate to if it's a single unit square.
A similar algorithm exists for cube roots, and volumes.And what exactly is wrong with an "ad hominem" argument? Dodgy Agent, 16-5-2014Comment
-
I'm the same but with Classical stuff, even worse now I've done a bit of latin and I randomly start explaining to the missus the root of a word she's just used to berate me and tell me I make her irate; so I reply "thats from the deponent verb irascor 'I grow angry' strange that it's a passive verb given that you use it so actively" I then get told some anglo saxon for which I find no latin root..............Originally posted by EternalOptimist View PostI like to convert number plates into Roman numerals then add them up or make dates out of them, then attach significant historical events to them.
So I start to talk to the missus about the battle of austerlitz and she says, 'where did THAT come from ??'
its hard to explain that its because you are bonkers
But I discovered nothing else but depraved, excessive superstition. Pliny the youngerComment
-
If she stopped randomly phoning other people to prove me wrong then I might put some effort inOriginally posted by nomadd View PostYour wife called. She said if that !orgasm condition is against her, then your code is simply an infinite loop.
Still, at least the smoking will never kill you.
Coffee's for closersComment
-
Would that be Orgasm2.0?Originally posted by Spacecadet View PostIf she stopped randomly phoning other people to prove me wrong then I might put some effort inAnd what exactly is wrong with an "ad hominem" argument? Dodgy Agent, 16-5-2014Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers

Comment