Re: quis procurat ipsos procurates?
Forgetting that there are two entirely difference concepts at play.
4199 publicly visible posts • joined 6 Jun 2007
Back when I had to use Windows, being faced with having to set up a new computer with all the development software, useful tools and customised settings, it was easier to just change jobs -as at least the pay increase covered the hassle. Now I use Linux the list of packages and the configuration from git can be transferred in seconds.
Cracking of the graphite core of the AGRs is the main restriction of the reactors lifetime, and it isn't realistically possible to refit or upgrade these. You would basically have to build an entire new reactor, but first having to wait until the old one is decommissioned. It's quicker and cheaper to build the new one next door, and take the time to decommission the old one, which is what is being done.
Amateurs!
I used to tap in a little program that disabled both the escape and the break keys, waited 60 seconds, then used the BBC Micro's ENVELOPE command to make the same trim-phone ringing sound as Boot's own phones. I would withdraw to a safe distance to watch the staff running around first trying to find out which phone was ringing, then trying to stop the computer but failing as none of the buttons on their cheat sheet worked. Eventually they would set off the theft alarms when they had to move the computer to find the power button.
Very childish I know, so sorry if any former Boots staff are reading.
creating a website on which they can download records of their holdings being stolen, for presentation to police
Just been reading that the police are now only solving about 3% of burglaries - a crime where a real person breaks in to someone's home and steals something real. What do you think the police are going to be able to do about theft of made up virtual scam coins?
I'm a fan of the "back room boys" but I'm not too sure how you go from single prop engined local air defence fighter to eight jet engined long range nuclear nasty delivery platform.
The Vulcan only had 4 engines, maybe you are thinking of a B52. But if you'd seen the Vulcan doing a full air display in the 70's or even the more limited displays after the return to flight from 2007 to 2015, you could try telling the thing it was just a delivery platform and not a fighter, but it wouldn't have believed you.
You don't actually want end to end encryption when communicating with someone from your bank, because I assume you trust your bank. With end to end encryption your bank would not have access to the communication, and if their employee advised you badly, there would be no record of it. What you want is the traffic encrypted between you and the bank, and the bank and their employee, but for the bank to be able to access that communication in case any advice is disputed.
A rant made with absolutely no knowledge of demographics or facts.
From the Commons Library the figures for 2019/20 for personal income vs UK income tax raised:
Bottom 50%: 9.4%
50th-90th percentile: 30.1%
90th-99th percentile: 31.4%
Top 1%: 29.1%
My parents could only afford to by me an Electron. It ran at about 40% of the speed of a Beeb in high res modes, so while everyone else was writing BASIC, I had to learn 6502 assembler to get enough performance out of the little machine. 18 months later I spent my first university grant cheque on a BBC Master 128.
What really pisses me off is recruiters advertise jobs on LinkedIn but make no effort to integrate with it. On clicking on the advert it takes you via several other sites to an application form which you have to fill out with all the information that is already in your profile.
If I was interested in that I would have included:-
Key skill: cutting and pasting information from one web form to another web form with smaller boxes.
There are always problems with date and time in computers. It is one of the most difficult things to get right. And when you get it right, you probably got it wrong anyway, somewhere.
Very true. I knocked up a quick Python script to make a graph from an rsyslog file using datetime.util.parse to turn the month and day in to a full date, and thought was working perfectly until I looked at the graph on new years day. Instead of showing the last 2 days data, it showed a year with data from 1st Jan 2022 and 31st Dec 2022. Quickly changed it to use datetime.strptime with a calculation of the correct year.
Vehicle manufacturers are said to be getting comfortable with these chip suppliers after years of stringent testing and validation of self-driving systems for stability, safety and operation in harsh conditions.
Not quite reality is it though? Letting these self propelled agents of death out on public roads with a barely functioning human not paying attention behind the wheel, and hoping it doesn't kill too many people, is more like it.
The video makes a lot of sensible points, including that in general date comparisons should be done in UTC. But in the case of printing a message at new year, local time would be what you are interested in. Otherwise someone in New Zealand would be half way through new years day before the computer was hit by the clue bat.