• 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: test please delete

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.

Previously on "test please delete"

Collapse

  • WTFH
    replied
    Originally posted by DoctorStrangelove View Post

    Let us know if it blows the bloody doors off, like. .
    Handily (or not) it's the other one.

    Leave a comment:


  • DoctorStrangelove
    replied
    Originally posted by ladymuck View Post
    HWMBO and I are off to dinner at The Stafford this evening, where Michael Caines is doing a soft launch of his new menu
    Let us know if it blows the bloody doors off, like. .

    Leave a comment:


  • ladymuck
    replied


    Afternoon all

    Sunny with occasional lumps of fluff. Currently 13 degrees ('feels like' 11) and that's the high for the day. Rain expected overnight and there's a heavy rainfall warning in my weather app. Barometer at 1009 mBar.

    Sunrise 07:41; Sunset 15:58 GMT

    Busy day of meetings. No real work done. Got a headache developing.

    HWMBO and I are off to dinner at The Stafford this evening, where Michael Caines is doing a soft launch of his new menu at the bargain price of £45 for three courses. We are encouraged to arrive half an hour early for our booking, to avail ourselves of canapes and aperitifs.

    Leave a comment:


  • NickFitz
    replied
    Mattress topper and pillow cases in the wash

    I’ve decided to see how well they dry together, rather than washing them all then splitting the load across two drying sessions. This process seemed to produce quicker results in aggregate with the old washer-dryer, but I wouldn’t be surprised if the new one can handle it all in one go without a massive increase in the time required

    Leave a comment:


  • NickFitz
    replied
    Shopping done!

    I had a personal Nectar Price on Pukka steak slices but they didn’t have any

    In fact, they never do have any at Not-as-Big. There’s an empty box on the shelf, but I’m starting to think it’s the same one every week. They just dust it occasionally and leave it there to make customers think it’s their own fault and they should have got there earlier

    Leave a comment:


  • NickFitz
    replied
    Morning denizens

    There’s some bands of cloud towards parts of the horizon but it’s generally a blue sky out there. There’s a bit of a breeze though, so the current 8°C “feels like” 2°; and the 11° due later is expected to accompany “rainy conditions” before teatime. The barometers are down a touch at 997/1005mB

    I don’t need much shopping and could get away without going for any at all. But popping down the road to Not-as-Big Sainsbury’s will give the car a chance to get warm, and help keep the battery topped up after a fairly chilly week, so I’ll do that in a bit

    Leave a comment:


  • DoctorStrangelove
    replied
    Morning.

    Friday.

    Damp.

    Grey.

    Dreary.

    Sunless.

    Saw a small patch of blue sky.

    Chilly in here at 14.3 deg, 12.5 in the kitchen, 11.5 in the leanto.

    1006.5 mBar, 29.722 in Hg, 754.9 Torr, 14.598 psi, (down from 1008 last night), 61% RH (Lidl electric).

    Meanwhile on the 3rd of March 2020 there was much discussion of Irish forebears, birth certificates, and passports from LM & NF, whilst Brillo popped in to contribute another grandfather.

    Walk (unabbreviated, towpath) walked in the grey gloom.

    Lunch: brunch. Entertainment: The food programme waffling on about tea.

    Book. Other book. New book.

    Bit of Discovering David Fincher.

    Tea: Mr Brains faggots, with peas & such.

    Entertainment: PM.

    Taggart.
    Last edited by DoctorStrangelove; Today, 18:06.

    Leave a comment:


  • WTFH
    replied
    Morning all
    Overcast but warm out, the clouds are thinning. Could be pleasant day - I'd almost suggest temperatures in the teens later.

    Leave a comment:


  • NickFitz
    replied
    Tonight’s only telly was the rest of the Traffic Cops I started yesterday, with more lorries coming to grief. I think there was a Crouch Recovery wrecker there for one of them, in the more recent white livery with orange trim, but they didn’t show it clearly

    And in The Forgotten Soldier, they’ve gone from Kharkiv to the Eastern Front - and then all the way back to Kharkiv, with the Front coming along for the ride and frequently almost catching up with them

    Goodnight all

    Leave a comment:


  • WTFH
    replied
    Major discussion with the powers that be this evening, resulting in permission being granted for a change of car. Now waiting for a few dealer prices. One slight delay may be that I wait until April when the “luxury car threshold” goes up to £50k, but I’ll wait to see what offers they come back with.

    Leave a comment:


  • NickFitz
    replied
    Tea: spag bol. Very nice

    Leave a comment:


  • NickFitz
    replied
    Another week done! Only two more working weeks this year!

    Today was quite interesting, though it didn’t involve any progress on the thing we’re working on. The service we tend to has a view which displays large tables of data about stuff, and also allows the data on display to be downloaded as an Excel spreadsheet. I’d assumed up till now that this was the usual "spit out a CSV” thing, but no, it actually constructs a proper spreadsheet, with formulae in it and so on!

    Anyway, the problem is that for certain datasets, the data in the download had an extra row which didn’t appear on the screen. The important values in these extra rows (we’ve identified two different sets of data it happens with so far) are all zero, so no calculations are getting messed up. But obviously it’s an undesirable state of affairs, particularly as nobody is sure if the row in question should also be seen on screen, or shouldn’t be in the spreadsheet

    So I went digging into what it was up to… and discovered, to my great dismay, that the code to build the dataset shown on screen and that to build the dataset in the spreadsheet don’t seem to share a single line! There are two completely separate chunks of code, each of which is supposed to be presenting the same representation of the underlying data; and now they aren’t

    Also, one of these chunks is the horrendous piece of spaghetti we had to look at for other purposes recently, which is almost completely incomprehensible and was written by people who left years ago

    And, of course, we aren’t allowed to download the entire database to work with locally or connect directly to the database server because it’s Official Sensitive, so the only way to investigate is to shell into the hotfix web server and poke at things from the command line there

    I managed to get down to a level where I could grab a copy of the SQL that’s generated in each case, and confirm the disparity in results. But as one case also relies on three chained DB views, rather than going to the source table directly, and both of them do loads of aggregation involving other tables, it’s still a bit of a nightmare to work through; and then one has to understand how the high level ORM code caused it to generate that SQL. But I’ve left that info for my colleague, and I wish her luck in trying to solve it tomorrow - if only because she’s off on Monday so if she doesn’t, I’ll have to try to work it out then!

    Leave a comment:


  • ladymuck
    replied


    Afternoon all

    Dull, overcast, damp. Currently 14 degrees ('feels like' 12) and that's the high for the day. Might be some rain later. Barometer at 1013 mBar.

    Sunrise 07:39; Sunset 15:58 GMT

    Busy morning. Meetings, emails, etc.

    HWMBO is off out this evening which leaves me opportunity to catch up on the TV I like.

    Leave a comment:


  • NickFitz
    replied
    Lunch: one of the mildly spicy chicken thighs from the other night, cold, and a bag of plain crisps

    The day continues grey with a bit of a breeze

    Leave a comment:


  • sadkingbilly
    replied
    Originally posted by ladymuck View Post

    Oh! Way before my time

    I'll add a and a for my general cluelessness

    Leave a comment:

Working...
X