Is it...
...April already?
4226 publicly visible posts • joined 6 Jun 2007
My wife printed off her masters thesis 5 minutes before the last possible minute to drive it down to the uni on submission deadline day. It was not until it was being assessed that she found out that half way through it terminated with a postscript error - she didn't think to check! Somehow she managed to get the masters despite the thesis not containing a conclusion, but after reading the full copy her tutor told her told she would have got a distinction.
Multi-threading is pretty useless in Python unless you are launching system commands, any real parallelism has to be done using multi-processing (multiple processes), and is far more difficult to get right. It's more akin to writing code for MPP systems in that all data has to be transferred between sub processes using slow mechanisms.
On Linux fork allows the sub processes get any existing data already calculated in the main program (although it can't modify anything not explicitly shared), but on Windows each sub process starts as a clean sheet and all data it needs must be sent to it. Unless you are doing a lot of processing with a small amount of data, there's a big risk that multiprocessing ends up slower than just using a single process.
Doctor Syntax wrote:
From then link: "On January 19, 2038 03:14:08 GMT all computers that still use 32 bit Unix Time will overflow."
Well it overflows a signed 32 bit number, which will affect a lot of incorrectly written software, but it will be another 68 years before it overflows an unsigned 32 bit number, and really is at the end of the road.
The original 26 bit mode ARM ISA with combined PSR & PC, conditionals, and multiple register stacking was a thing of beauty, it actually made you want to write in assembler. The evolution and expansion of A32 has degraded the ease of handwritten use, and I'm afraid A64 is very much leave it to the compiler territory. Sad indeed.
What other consumer magazine can I go to, to complain about Which taking additional subscriptions after cancelling?
We only signed up to get money off something else. I was very unimpressed with the magazine, a combination of blinding obvious consumer advice, almost completely content free reviews, and dumbed down ratings tables that didn't in anyway justify the overall scores given.
We asked Mazda about the obvious fake oil pressure gauge on the RX-8, and their answer was they do this because a significant number of numskulls would complain the car was broken if the needle ever moved from the centre.
The coolant temperature gauge isn't completely fake, it will show the engine warming up, but it's set up so it only starts rising above normal when the engine is practically melting and damage is being done.
We complain about the US when it tries to impose US law on other country, but here is the EU insisting that the entire world obey it's rules.
If you want GDPR protection use an EU based registrar, if you want a .com or any other domain controlled by registrars outside the EU, you should not expect those registrars to have to pander to the EU.
Magazine producers initially didn't have a clue how to reproduce listings on a page, they would use fonts where 1 & l and O and 0 were indistinguishable, add random line breaks, and often miss the end off a listing completely if it didn't fit the page layout. Fixing such issues after typing it all in was good experience for a career in sofrtware though.
I jump started one for the mother-in-law which had been out of use for a while, took it out for a good spin, then parked it up for lunch. On trying to start it again, it appeared to be flat again, not a peep out of the engine - until it just started moving, thenI realised it was in full electric mode - DOH!