Originally posted by Spacecadet
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!
Reply to: Becoming old and senile
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Becoming old and senile"
Collapse
-
Originally posted by DimPrawn View Post20+ years later, and £1m later, I sort of agree with you.
Leave a comment:
-
Originally posted by BrilloPad View PostSas thinks its easy - which means he is not clever enough to do it.
In fact it's too much like hard work, slaving away on the computer - far better to do modelling which involves checking assumptions on the data, data cleaning, data shaping, fitting a model, doing some checks and presenting your results. And quite often you'll have a programmer assigned to do the dull data munging bits, so your main job is to use your experience to think of the appropriate model to suit the data. Quite often you use the same model again and again. Piece of piss and it pays more.
Leave a comment:
-
One of the first things I learnt is that most code one writes will be uncomprehensible to everyone(includng the author) after 6 months. So I try to make sure all the code I write can be understoiod by anyone with appropriate comments.
Sas thinks its easy - which means he is not clever enough to do it.
Leave a comment:
-
I actually...... doh, forgot what I was going to say. Nevermind.
Leave a comment:
-
the first system I worked on professionally... used to dump things as ascii but in hex and reversed. so believe it or not i was quite good at reading large amounts of hex backwards and being able to tell what it said...
i saw some of this about 6 months ago and could make little bits out but not the fluency i once had
ah them was the days
Leave a comment:
-
Originally posted by DimPrawn View PostI've revisited some SQL I wrote about 5 or more years ago. It makes no sense to me at all now.
Code:select x.linkID, x.html, x.url, x.title, x.description, x.contactEmail, x.reciprocalLinkUrl, x.status, x.lastChecked, x.missingCount, x.pageRank, x.hits, x.lastHit, x.rating, x.votes, x.averageRating, x.commentCount, x.created, x.updated from (Select linkID, html, url, title, description, contactEmail, reciprocalLinkUrl, status, lastChecked, missingCount, pageRank, hits, lastHit, rating, votes, averageRating, commentCount, created, updated, substr(' ' || l.description || ' ' || l.title || ' ',seq, CharIndex(' ' , ' ' || l.description || ' ' || l.title || ' ' , seq) - seq) as words from SEQUENCE inner join vwVisibleLinks l where seq <= length(' ' || l.description || ' ' || l.title || ' ') and substr(' ' || l.description || ' ' || l.title || ' ', seq - 1, 1) = ' ' and CharIndex(' ' , ' ' || l.description || ' ' || l.title || ' ' , seq) - seq > 0) as x inner join (Select substr(@searchTerm,seq, CharIndex(' ' , @searchTerm , seq) - seq) as keywords from SEQUENCE where seq <= length(@searchTerm) and substr(@searchTerm, seq - 1, 1) = ' ' and CharIndex(' ' ,@searchTerm, seq) - seq > 0) as y on x.words like y.keywords inner join linkCategories lc on lc.linkID = x.linkID inner join categories c on lc.categoryID = c.categoryID where c.lft between (select lft from categories where categoryID = @categoryID) and (select rgt from categories where categoryID = @categoryID) group by x.linkID, x.html, x.url, x.title, x.description, x.contactEmail, x.reciprocalLinkUrl, x.status, x.lastChecked, x.missingCount, x.pageRank, x.hits, x.lastHit, x.rating, x.votes, x.averageRating, x.commentCount, x.created, x.updated order by count(x.linkid) desc
I'm not cut out for this anymore. Looking at management roles now.
Leave a comment:
-
Becoming old and senile
I've revisited some SQL I wrote about 5 or more years ago. It makes no sense to me at all now.
Code:select x.linkID, x.html, x.url, x.title, x.description, x.contactEmail, x.reciprocalLinkUrl, x.status, x.lastChecked, x.missingCount, x.pageRank, x.hits, x.lastHit, x.rating, x.votes, x.averageRating, x.commentCount, x.created, x.updated from (Select linkID, html, url, title, description, contactEmail, reciprocalLinkUrl, status, lastChecked, missingCount, pageRank, hits, lastHit, rating, votes, averageRating, commentCount, created, updated, substr(' ' || l.description || ' ' || l.title || ' ',seq, CharIndex(' ' , ' ' || l.description || ' ' || l.title || ' ' , seq) - seq) as words from SEQUENCE inner join vwVisibleLinks l where seq <= length(' ' || l.description || ' ' || l.title || ' ') and substr(' ' || l.description || ' ' || l.title || ' ', seq - 1, 1) = ' ' and CharIndex(' ' , ' ' || l.description || ' ' || l.title || ' ' , seq) - seq > 0) as x inner join (Select substr(@searchTerm,seq, CharIndex(' ' , @searchTerm , seq) - seq) as keywords from SEQUENCE where seq <= length(@searchTerm) and substr(@searchTerm, seq - 1, 1) = ' ' and CharIndex(' ' ,@searchTerm, seq) - seq > 0) as y on x.words like y.keywords inner join linkCategories lc on lc.linkID = x.linkID inner join categories c on lc.categoryID = c.categoryID where c.lft between (select lft from categories where categoryID = @categoryID) and (select rgt from categories where categoryID = @categoryID) group by x.linkID, x.html, x.url, x.title, x.description, x.contactEmail, x.reciprocalLinkUrl, x.status, x.lastChecked, x.missingCount, x.pageRank, x.hits, x.lastHit, x.rating, x.votes, x.averageRating, x.commentCount, x.created, x.updated order by count(x.linkid) desc
I'm not cut out for this anymore. Looking at management roles now.
Tags: None
- 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
- Labour’s plan to regulate umbrella companies: a closer look Yesterday 09:24
- When HMRC misses an FTT deadline but still wins another CJRS case Nov 20 09:20
- How 15% employer NICs will sting the umbrella company market Nov 19 09:16
- Contracting Awards 2024 hails 19 firms as best of the best Nov 18 09:13
- How to answer at interview, ‘What’s your greatest weakness?’ Nov 14 09:59
- Business Asset Disposal Relief changes in April 2025: Q&A Nov 13 09:37
- How debt transfer rules will hit umbrella companies in 2026 Nov 12 09:28
- IT contractor demand floundering despite Autumn Budget 2024 Nov 11 09:30
- An IR35 bill of £19m for National Resources Wales may be just the tip of its iceberg Nov 7 09:20
- Micro-entity accounts: Overview, and how to file with HMRC Nov 6 09:27
Leave a comment: