Re: $9.5 billion sold for less than $2 billion
I may be mis-reading the article, but I suspect the $9.5 billion includes some of the cost of the equipment which they are taking with them. Whether that amounts to 7bn worth is another question…
178 publicly visible posts • joined 21 May 2009
> 1 I have honestly never quite understood the modern key placement of the Caps Lock key to the left of the A key, since the only use is in the ease of producing shouty emails.
I'd like to take issue with your use of 'modern' here! The Caps Lock key and it's predecessor, the Shift Lock key have been there for well over a century - see this example from the 1900's. The key had to be there because early versions mechnaically locked down the shift key so being directly above it made the mechanical linkage easy. I realise some early computer keyboards got rid of the shift lock and put a Control key there, but having modifier keys duplicated on both sides of the keyboard where they are used with the letter keys by touch-typists is helpful (otherwise hitting Ctrl-A or Ctrl-Q pulls your fingers off the home keys...)
That said, it (Caps Lock) should be removed from modern keyboards, and replaced with one of the growing number of other modifier keys to free up a bit of space on the bottom row - perhaps put the 'fn' key from laptops there? as it's not one that is used in a touch-typing manner mostly.... The caps lock function could either become a double-click of the shift key (familiar to phone users) or perhaps a fn+Shift function to retain familiarity for some keyboard users?
The first training course I did at my first job out of university was the HPUX 9 to 10 upgrade course. All about what was new and changed in the latest version. I mostly remember it for the change from the BSD init system to the SysV one. All those files with the crazy S1... K1... names seemed overly complex at the time! :-)
I remember we didn't use SAM (the admin utility) as there had been a bug in it (before my time) and we didn't quite trust it any more. So manual edits to /etc/passwd to create a new user or change their group, etc.
Some places know the difference... I was travelling on a flight recently that advertised free in-flight WiFi. Which there was. No internet connection from it for free though! Budget airline, short (2h) flight. It was actually great as it had the in-flight entertainment content on a plane-based server so you could watch on your own device (and own headphones, etc). No seat-back screen, which is normal for budget short-haul.
The advertising people sure know how to take advantage of an ambiguity!
'Last resort" isn't the best description. They are frequently used as 'peaker' plants to cover surges in demand or drops in renewable production. A CCGT takes about an hour to spin up to full load, but an open cycle can be running full tilt in 10 mins. This on-demand capability is what allows them to command a high price in the market.
Yes, they can be used as last resort as well, scheduled for when they know all cheaper sources will be fully used, but they are mostly there for short-notice stuff. Grid scale batteries would start even faster, of course, but have other limitations, and there aren't so many of them.
A distillery in Dunedin, New Zealand uses bread that is surplus to requirements (that the food banks can't use) to make the mash for the fermentation process that they then distill to make gin (and a few other things). Best recycling ever!
Icon for obvious reasons - though that's not what they are brewing for....
<quote> Tinned food is a real issue - as long as the tin is still intact (and not bulging or deformed) a best before date is almost irrelevant. </quote>
Where I live tinned food does not have to have a an expiry date. And none do. The rule is that anything with an expiry time over 10 years does not require a best before or use by date. It's a fairly simple rule and works pretty well to prevent silliness.
Originally, reboot immediately rebooted the system. No graceful shutdown, no signals to processes, no parking disk heads. Like pushing a reset button. It was only ever supposed to be called by shutdown in normal operation, but could be called by the admin on special occasions - for example the famous sequence
sync
sync
sync
reboot
Which was supposed to be the way to do an emergency reboot (where shutdown was not working as something wouldn't stop) with minimal chance of file system corruption.
Later versions of reboot would call shutdown if in a normal runlevel. And reboot if called by shutdown in the right state. Eventually you get the situation you see today. But old sysadmins get kind of nervous of commands like sudo reboot as they might be on that classic system, or a distro specially crafted by the BOFH and it might do what reboot was really supposed to do....
I like the poem, and I’d like to add to the confusion by pointing out that the Roman system counted dates backwards from the nones,ides, calends, and years were measured by rulers. Ie: the date was stated as - 3 days before the ides of April in the year of the Consulship of Maximilian and Octavius
Or similar (caution: date and Consuls may not match with your reality. Handle with care. May not survive translation into Latin)
> # fgrep -i woteva ~/find.txt |more
Will only find files based on their name. The post title is talking about a tool to find based on content. For when you've long since forgotten what you named it, or where the name was given by someone else with no gift for systematic nomenclature.
Determining execuatbility be privileges alone is not great either as it doesn't provide any way to mark if a file was intended to be executable (rather than, say, a document.) I can execute this, and I should execute this are different properties, and both systems end up combining them. Think about a file the administrator has removed executable permission from - How do you know to ask for it back?
But of course the bigger problem is that most systems do not have an administrator of the kind that can go around assigning permissions to individual executables.
I agree with much of what you say, but think I should note that the PO and the Royal Mail are NOT the same organisation. The organisation that uses Horizon and messed up so many lives is not the one that delivers the mail - it's the one that runs the post offices and counters, where you can buy stamps and get drivers licenses, etc. The delivery is done by Royal Mail, and they are a different organisation, have never touched Horizon, and have their own problems. Your issues with mail delivery are issues with a different company from the one on trial here.
I know it's weird that they are separate companies, but it's been that way since the passage of the Post Office Act in 1969 (and arguably before that as Royal Mail and Post office branches were both parts of the General Post Office)
> Also, 256 colors was a LOT on displays of the day. EGA tended to 64 colors max unless double-option upgraded. (Yes, the vast majority of EGA clones shipped with more RAM than IBM gave you.)
Most 486s had VGA or better. My. XT clone had EGA. I can't recall any 486s with less than 256 colour VGA.
> And yet, GIF has a Progressive (interlaced) mode that slots blotchy and slowly smooths-out.
Can you explain how that works? GIF uses LZW encoding for compression (which is how it wound up patent encumbered) a stream compression algorithm that is strictly linear, and does not store the symbol table (it regenerates it from the stream). I can't think of a way in which progressive decode could be made to work and my searches yield nothing but animated gifs on decoding :-)
JPEG does have a progressive decode mode, provided it was encoded to support it. H.264 too has a fast path that yields a 1/4 resolution image useful for Picture in Picture type scenarios.
Also, the extremely useful clock on the clock to see a calendar function has been removed for all but one clock. I know it’s the clock with the tray icons next to it in my head, but it still feels like playing three-card monte as I look for which of my three screens is number one today!
> Mac still had & could use the Control key for other shortcuts.
Sorry, but not at the time they defined those keystrokes, it didn't. The first Mac keyboards only had option and command keys. Terminal emulators on the Mac had to take over one or other to be control. Later Mac keyboards did add back a control key, which made connecting from them to the Unix boxes at Uni much nicer.
original Mac keyboard for reference So you can all see for yourselves.
> All 3.5" drives are standard. They dont have different RPM, if they do thats because they have a fault.
Not all. The apple ones for a start! They had variable RPM at different tracks to fit more data on the outer tracks of the disk (where there was more space) It approaches a Consttant Linear Velocity system (like a CD drive) but is stepped so there's not so many speed transitions. By this means they got 800kB on floppies that a PC could only fit 720kB on. (yes, I know you could tweak that...)
https://www.retrotechnology.com/herbs_stuff/drive.html#mac14
Not really a translation- if you say those characters aloud, the sounds ‘Dieselgate’ come out your mouth! That character set too is the one mainly used for foreign loan words.
Though as various -gate scandals have nothing to do with gates, and Watergate had nothing to do with water I’m not sure which way you would chose to translate this anyway. Perhaps Japan has another naming scheme for scandals entirely? If so, perhaps we could borrow it! I’m tired of -gate already…
Only one more use of -gate should be tolerated- when Mr Musk messes up we have to have an Elongate!
Standard US sockets, cables are 15A, so at 110V that’s ~1600W max kettle power. In the UK kettles are mostly 3000W so boil water in about half the time it takes in the US.
That doesn’t mean that there aren’t any - but they are less popular. Also, stove-top kettles are more common than in the UK - stoves have lots more power (or may be gas)
> Michelangelo was an artist, the pope who hired him obviously couldnt paint or sculpt...
Fascinatingly - Michaelangelo signed every one of the letters (progress reports, etc) he sent to the pope as "Michaelangelo, sculptor" (source: audio guide in the Cistine Chapel) as he didn't really want to do the painting! Carving things was his preferred work.
I wonder if that actually makes the management in this case smart? - they got amazing work that might not have been done had the worker just been left to his own preferences....
It’s actually an extract from a guitar piece called Gran Vals, composed in 1902 by the Spanish classical guitarist and composer Francisco Tárrega. Though that itself may contain references to earlier work by Chopin.
See https://thenextweb.com/news/where-did-that-nokia-theme-tune-really-come-from
Some other detail is contained in the Wikipedia article https://en.wikipedia.org/wiki/Nokia_tune
I wish the keyboard-based hub was common too! But the USB standard makes it tricky - a standard keyboard only has a low speed cable on it (the kind you can’t buy - they must be moulded to the device). And a hub would need high speed as the downstream interface might be connected to anything…. And to take that further - what happens when someone plugs in something other than a mouse to that port - say a USB drive? And it goes slow…
Now I’m wondering what a keyboard&mouse set would be like if the mouse was hard wired to the keyboard and only one cable to the PC…
I always liked the touch that there were in fact 2 kinds of cables, low speed and high speed. But you were not allowed to sell low speed cables….
Because low speed cables were only allowed where they were permanently moulded into the device using them (for example, a mouse, or a keyboard).
Most of the advantages of having a cheaper, lower spec cable for the things that only need slow speed. None of the consumer confusion!
I told my kids that joke when I found an old 3.5” floppy in the attic - my daughter’s reaction was ‘what’s a save icon?’ Growing up in an age of Google Docs and the like she had never seen or used a save icon. That means to some kids even knowing what a save icon is makes you ‘old’. So actual floppy disks are 2 ‘generations’ back I guess….
( note : for the US people it's 56K not 64. )
Not strictly true - the US B channel standard was still 64 bit, but they stole 1 bit from every 6th byte to use for signalling. Giving 62.666kbps. Ok for voice where the loss of the least significant bit from the occasional byte was imperceptible, but, as you know, if you can’t sync with the stream to know which bits will be robbed, you wind up having to treat every byte as 7-bit and you max out at 56k usable. .
Ok, pedantic mode on…
“ even 0xF0000 to 0xFFFFF was reserved in some boxes.”
0xFFFF0 had to be reserved at the very least as the intel 8086 processor used it as the bootstrap address on power up - it generally contained little more than a jump to the real startup routines, but it had to be there. One of the defined methods for rebooting a PC was to JMP FFFF:0000 (segmented addressing = 0xFFFF0). See Intel_8086_Overview.pdf
“It is IBM PC HARDWARE DESIGN. If you had more than 640 KB the memory from 0xA0000 to 0xFFFFF the memory was "shifted up" by 384 KB. Still remember himem.sys or EMS?”
IBM maybe, but not the PC - the PC could only address 1MB. So it couldn’t really be “shifted up”. EMS involved “shifting sideways” where a segment of memory would be swapped in and out of the upper address space so you could access more than the 1MB, but not all at once.
“ They used a Julian date format and had forgotten that 2000 was a leap year, so on day 366 of the year the computer crashed.”
The Julian calendar had all centuries as leap years. Gregorian made centuries not leap years unless divisible by 400. So either way this was just a bug.
Yes, really! The FAT file system directory table did not include the dot. It had two fixed-length fields, one of 8 characters (the name) and one of 3 characters (the extension). So shorter names were padded with space characters that are ignored. See https://www.win.tue.nl/~aeb/linux/fs/fat/fat-1.html for details on the file system layout on disk.
How exactly the command line functions and DOS interrupts (function calls) treated those special cases is an interesting question though….
But eliminating something means that you have discovered it to be impossible. You don’t eliminate it whilst it is still possible! And that’s what Holmes meant. Once you have assessed all the possibilities and eliminated all the ones that turn out not to be possible then the one that is left must be the answer even if it feels unlikely.
When were you a child? In 1947 there was a Polio epidemic in New Zealand, and all the schools closed for a term (as well as no Cinemas, public meetings, etc). All the children were enrolled in Correspondence School, and the work posted out to them. One of the radio stations was co-opted and and certain lessons were broadcast at fixed times. So, for example Form 3 English might be 10-11 on Wednesdays.
I’m sure the latest tech has made it a little easier, and more interactive, but it has been *possible* for a very long time.
Icon because it’s a teacher... and because I’m being pedantic about the word possible so I can tell my anecdote :-)
I don’t think VMWare uses the “recompile model” at all anymore. That model was only necessary to overcome limitations of the x86 model that not all privileged instructions were trapped when running outside ring 0. Some simply failed or just behaved differently. VMWare rewrote those on code load so they could be emulated. Commentators had been saying for a long time that virtualisation was not possible on x86 due to architecture limitations. And the chip designers didn’t see any demand. Once that loop was closed and the architecture extended, VMWare moved to using the hardware virtualisation as it has higher performance.
I don’t know what happens if you run VMWare on a really old CPU now - it may still have the software virtualisation code lingering somewhere, but I suspect it will just refuse to run....
Anyway, a long way of saying that the original VMWare model is probably not necessary on any other CPU as they have had the benefit of seeing the x86 issues and avoiding them.
I know Powershell syntax is odd in some places, and I'm not very keen on it, but the concept of passing the pipeline around as objects is clever and powerful. It avoids having to re-parse data (and, speaking for myself, often incorrectly or without correctly dealing with all the corner cases.)
Are there actually any other shells that implement this concept? Cross platform too?
I really hope that the little comment about this as a “security” item isn’t Edge picking up the Chrome model for this where it’s hacked in somewhere low level in the code and doesn’t understand the difference between local file paths (which really are a different domain) and remote file paths (which are just another protocol), nor between corporate controlled web sites (which may even be running on the same box as the file server) and untrusted sites. As a result simple integration between web apps and legacy stuff either fails, becomes complex and a whole new kind of security risk, or forces users onto IE. I’m sure it was done with the best of intentions but Chrome has been causing me nightmares on some recent projects.
Pendatic I know, but New Zealand uses the US keyboard layout as dollars are the currency and English the most spoken language.
(Ok, even more pedantic, there is a keyboard setting for Maori language that changes the back-quote key to a macron compose key, but I argue it’s not the “New Zealand” layout )
Icon: closest for pendant