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
-
-
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
-
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
-
Originally posted by Spacecadet View PostCode:while(!orgasm) { in(); out(); } smoke();
Still, at least the smoking will never kill you.nomadd liked this postComment
-
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
-
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
-
Originally 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
-
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
Contractor Services
CUK News
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 19 07:16
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 18 21:16
- IR35: Substitution — updated for 2025/26 Sep 18 05:45
- Payment request to bust recruitment agency — free template Sep 16 21:04
- Why licensing umbrella companies must be key to 2027’s regulation Sep 16 13:55
- Top 5 Chapter 11 JSL myths contractors should know Sep 15 03:46
- Top 5 Chapter 11 JSL myths contractors should know Sep 14 15:46
- What the housing market needs at Autumn Budget 2025 Sep 10 20:58
- Qdos hit by cybersecurity ‘attack’ Sep 10 01:01
- Why party conference season 2025 is a self-employment policy litmus test Sep 9 09:53
Comment