Re: "Barely anything works," one response noted.
Umm, welcome to Britain Microsoft.
FTFY
Continuous Integration? Continuous Failure from the house of Bill more like.
4200 publicly visible posts • joined 6 Jun 2007
...and you gave it 19GB? I'm not surprised it locked up after a bit, it does need some additional elbow room for temporary files when installing. Even a significant upgrade will fetch up to a couple of GB of files, and unpack them. Look at a df -h after an upgrade and again once you've done an apt clean.
...to see his empire split up and taken away from him by the CCP.
https://www.theregister.com/2023/03/29/alibaba_splits_into_six_companies/
"Most of the software components involved (84 percent) "were written in C++ which is typically more tedious and involved than C or .NET," the researchers explain,"
Really? C++ is far less tedious than C, just using string classes to avoid the pitfalls of character buffers and the standard C library string functions, is worth it alone before even considering the benefits of C++ standard library or Boost.
.NET or rather C#, is even less tedious with its much cleaner syntax and plethora of help classes, but let down by poorer performance, non deterministic memory handling and a massive runtime on Linux.
This ^^^ x 1e6.
RISC V for the consumer will be no different to ARM or anything else - no more open, no cheaper and no utopia. The firmware will be the same old closed source, dodgy and unmaintained mess, and the manufacturer is going to pocket the couple of cent saving of the ARM licence fee. If anything it will be harder for 3rd parties to create replacement firmware if every vendors RISC V SOC uses a different variant of the instruction set.
Out of the 67 quantum processors existing in 2023 so far, IBM makes 34 of them, so half of all the model types in existence.
None of then work though. Even the journalists are starting to see through the hype now, as it says in the article.
While fault tolerant quantum supercomputers remain a ways off – if they're even possible in the first place
The solution is the creator of the AI should be legally obliged to have the obtained rights to every image (or textual work or source code) used in their training data. If they can't prove that, an injunction can be sought banning its use, and they face being sued out of existence.
Couldn't have got much slower!
Back in the mid 2010s I got bored and compiled a puzzle solving problem I'd written with gcc for the many different tests machines we had in the lab, which were a verity of old Xeon E5v2s, Opteron, Sparc 64X, Power 8 and Itanium 9540 boxes. The Itanium's were the slowest of the lot, only quicker than a few ancient Atom netbooks and and the Raspberry Pi3 I had at home. My desktop machines an i5-760 and i7-4770 beat all of them.
But Big Blue no longer has the non-x86 market to itself: Arm recently asserted that its chip designs power five percent of the server fleets across AWS, Azure, and Google clouds. While Arm is making inroads at hyperscalers, few suggest it will do likewise in the sort of on-prem roles at which POWER systems excel.
The same few which poured scorn on ARM being used by hyperscalers, no doubt.
They did over a decade ago, but those troll sites are trying to sue their way back in to the search results https://www.theregister.com/2021/06/23/google_kelkoo_high_court_1bn_lawsuit_order/
For example, I once searched for "bayes theorem" and in the first few results was the heading "Buy Bayes theorem now at best price" from some 3rd party shopping comparison site
They dropped (or shoved on to page 1 million) useless shopping comparison sites like foundem and kelkoo years ago, but ended up getting sued and when they lost in the EU recently, I noticed a few people here cheering that on. Yeah great google lost, but do you want that crap appearing as the first ten pages of your search results again?
Why? It's not going to have anything close to the performance of a cheap x86 based one, no where near as good a battery life as an ARM one, and likely to be more expensive than either, despite saving a couple of cents not having to pay an IP licence.
Cryptocurrency blenders – also known as crypto tumblers – are legitimate tools that some use to protect their privacy, but miscreants also use them to launder digital assets they've stolen or ransom payments.
They are not legitimate tools, as operating in that way on any form currency is money laundering.
That would be Kilobytes not Megabytes.
I managed to write a full windowing system, with desktop, file manager, calculator, clock and palette changer in BBC BASIC running in MODE 1 (320x256 4 colours), although it did need a BBC Master with it's extravagant extra 20K of shadow memory for the hi-res screen. That was in the summer of 1987 while I was saving for my Archimedes 310, and once I had grasped that profligate 1MB of RAM it was all down hill all the way as far as memory efficient programming was concerned.
For anyone using RISC OS, it still runs in a graphic task window, and is one of the examples supplied with !GraphTask.
In other words, if it is possible to build a quantum computer capable of breaking through encryption or compromising the United States’ defensces in any capacity, DARPA doesn’t want to be caught playing catch up with rival nations.
It's just like the Star Wars program (Strategic Defence Initiative) all over again, only this time the joke is on us.
Before SETI there was the RC5 cracking challenge by distributed.net which I had been taking part in for a while, when I decided like Alf, to boost my rankings I'd co-op a dozen of the Pentium 90 and 133 industrial PC systems which were sitting idle at the back of the lab. There was no direct internet access on the network in those days, with a single PC being available for anyone which needed to access the internet to transfer files from, so I knocked up a script to copy results and new block files between the shared machine and the RC5 crackers. It worked so well I forgot all about it and a year later left the company, it wasn't until 6 months after I had gone someone must have noticed them and switched it all off.