Originally posted by cswd
- 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!
14000 lines in one source
Collapse
X
-
Your parents ruin the first half of your life and your kids ruin the second half -
Originally posted by zeitghostI used to be able to disassemble z80 & 8080/8085 code by eye, more or less.
I remember having a print out of the assembler for the ORIC-1 ROM, all 16K of it, that I used to spend hours figuring out. That was probably when I was 11 as well. Oh so sad.
As for comments, I find the people that harp on about comments are usually the ones that fill the code with pointless comments, like...
GetHeight() // get the height
SetHeight() // set the height
etc. Also one colleague of mine would have some fancy macro that added a comment to each function, so each function would have
// TODO: Write description of function
at the start, because nobody ever filled in the comment. Worst still is when people write comments, but don't update the comments when the code changes. This is what happens when people blindly follow what they think they're supposed to do, rather than do what's actually useful. The same can happen to a lesser extent with specifications.Will work inside IR35. Or for food.Comment
-
Originally posted by zeitghostI used to be able to disassemble z80 & 8080/8085 code by eye, more or less.
Had to write a disassembler for 6809 and 6303 coz of all the relative jumps...
GA (General Automation) produced minicomputers in the 60s/70s/80s until the PC took over.
The Amstrad 1512 was a little faster than the GA16-220 I used...and had far more memory.
Apparently a lot of GA computers are still struggling on because they were extensively used in machine control and stuff like that.
Ford in Bridgend used quite a lot at one time.Comment
-
-
I once saw this as comment:
*
* Add one to counter
*
ADD 1 TO W-COUNTER
Well helpful, that was... NOT.We must strike at the lies that have spread like disease through our mindsComment
-
Originally posted by FleetwoodI once saw this as comment:Comment
-
Comment
-
A client wanted me to comment all the code, so I wrote a little tool to create comments just like the above.
Don't know why I bothered. Afterwards I found I could've downloaded a variety of tools that did much the same.Insanity: repeating the same actions, but expecting different results.
threadeds website, and here's my blog.Comment
-
Bloody Hell!
You can't go away for a week's holiday without your code being passed on to some jumped up contractor who thinks he knows better.
He has even eaten my egg and cress sandwich!Comment
-
Try exterminating any permies who are not up to scratch. It's surprisingly effective as a management technique.Comment
- 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? Yesterday 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