Invoke
They won't invoke it. They know the price they'll have to pay if they do: most popular messaging applications will leave the UK and millions of Brits will be without a secure way to communicate.
948 publicly visible posts • joined 9 Jul 2020
Since it seems we can't go any smaller it now looks as if computers (and chips) will become bigger and bigger. They're packing more and more chiplets into a single CPU to keep the dream alive that every new generation of CPU's is faster.
I wonder if we'll all have small fridge-sized computers in our homes in a decade or two burning 2000 Watts or so.
The initial USP was to save money since you wouldn't need you own administrators and techies to keep things up and running. I guess know that has fallen through they're making up other excuses, such as geographical redundancy.
Cloud is darn expensive and we're already seeing companies (not just 37 Signals) pull back on deployments. Hopefully providers will slash prices to keep growth going forward.
I once read about this guy who made a programming mistake running his app on AWS over the weekend and ended up getting a $60.000 bill. There are no spending limits on AWS it seems and you have to make sure manually you don't exceed your self-imposed spending limit.
This is why I completely deleted my AWS account after I was done using it. I needed to create the account because Amazon required one for me to use one of their programming tools. Since it was registered to me (and not the company I worked for as a contractor) I was scared shitless someone would steal my credentials and rake up a huge bill.
For what purpose would I want a LLM to run on my smartphone? I can't think of any use since I'm not into generating useless text articles.
Maybe as an imaginary friend for someone to talk with? That would be sad IMHO. I'd recommend people start taking up a team sport of their liking and meeting more people IRL.
There hasn't and there never will be. This has nothing to do with productivity but about control and self-interests.
The self interests of managers who fear the undermining of their position if their subordinates are always remote.
We'll see smart companies and startups profiting from this by scooping up all the talent by allowing them to work from home! Dinosaurs like IBM, Zoom and Google will be left holding the bag. Their demise will be slow and painful, with layoffs after layoffs because the remaining staff are under-performing and unmotivated.
No it isn't. This is just some foobar to get them out of a rock and a hard place. Although the threat still looms, they'll never dare to use it since the consequences will be dire: WhatsApp, Signal, Facebook Messenger and Apple's iMessage will become unavailable in the UK. This would enrage the British public and calls will be uttered for someone to be hanged.
So the Online Safety Bill (OSB) is effectively dead? I find it disconcerting that they're now downgrading the scanning of CP to "best effort" at the very last moment. They should've simply scrapped the text regarding client-side scanning and saved themselves a whole lot of hassle and poohah.
I suppose the outlook of WhatsApp and Apple leaving the UK market was frightening even to MP's, who feared an uprising by their constituents.
The Comprehensive Test Ban Treaty also bans underground testing. Too bad the United States didn't ratify it and neither did China.
The CTBT is therefore only a pause in nuclear testing, not the definitive end. Note that Russia signed and ratified the treaty, but I doubt they'll keep abiding by it if anyone, especially the U.S., starts testing again.
I've predicted the Test Ban Treaty will eventually be scuttled since at some point in time there will be the necessity to develop a new warhead and you simply cannot be sure that it works as intended without actually setting one off. There will be enormous political pressure to test since the credibility of our deterrent is at stake.
Simulations are nice but they cannot replace a real-life test.
Well that class of security issues encompasses about 70 to 80% of the total and can lead to unintentional exposing of information or a complete takeover of your systems.
No computer language will prevent logical errors but I believe Rust is a huge step forward in systems and high-performance programming. You see, up until now development of critical performance code required unsafe programming languages such as C, C++ or assembly. With Rust you can have your cake and eat it.
The drawback with C++ is its backwards compatibility with C. You can write 1970's style C code and compile it on a modern C++ compiler.
I always remind myself that C is merely "high-level assembly" and therefore has the same warts and dimples, i.e. no memory safety or bounds checking of any kind.
If Microsoft had taken into account native compilation for C# this wouldn't have happened. They blindly copied Java and didn't see C# as a replacement for C and C++ (Microsoft was and still is a C++ stronghold).
The world would look completely different if they had. There wouldn't have been such a strong case for Rust, since manual memory management is a standard feature in C#, but one which no one uses. You can mix and match it with garbage collection, which is a much programmer friendlier solution than Rust. Although Rust has some modern constructs like monads and Typed structs.
I program in aforementioned languages too (replace Java with C# in my case) and I can tell you that garbage collection latency is not an issue in MOST cases, especially ones where things happen on human time-scales.
Rust was only invented for performance critical and systems programming, although just like C/C++ more and more people are using it for general purpose programming.
How long before the U.S. government mandates that all its software be written in a secure programming language? I mean, Java has been available for almost 30 years and C# for more than 20.
If Microsoft and Sun had compiled C# and Java native code instead of a virtual machine I believe there would be little demand for a language like Rust. Alas, that ship has sailed and during the last two decades many people have attempted to modify or add extensions to C / C++ or came up with newer languages to make systems programming safer. None of those really solved the problem or took off. Rust is the only effort that seems to have a substantial following
I'm somewhat surprised that WASM hasn't already become the main compilation target on most operating systems. Its advantages are obvious and numerous and could substantially reduce software development costs.
Certainly it will take off in the cloud, allowing people to "bring their own binaries".
The biggest problem IMHO is that the energy usage rises exponentially with speed and that this aircraft would therefore be economically unsustainable. Per seat prices would quadruple or more. That would translate into $3000 air fares for a NYC - LDN trip and well into the 5 figures for a ticket to Australia (if it's even feasible to fly such distances at that speed).
Just because it's technically feasible doesn't mean it will become a reality. Only if they solve the sonic boom problem will these flights become somewhat economically viable, since land routes are shorter and therefore cheaper.
People are misguided about inbreeding. It's only a problem if the population carries a fatal disease in their genes. There are no mechanisms in our genes that can detect mating with a relative.
Many Europeans used to live and die in small villages with only a few dozens or hundred people and inbreeding must have been common then. It only died out in the late middle-ages as people started to move towards the cities.
People will go crazy spending years on Mars, which is basically a huge desert with no breathable air and deadly radiation all around. The constant fear of death (habitats could tear and leak air) and the huge costs and effort needed to keep them supplied with food and maybe even water will make the project become unsustainable. Even for billionaire Elon Musk.
I believe we'll hear the Martians on the radio every day begging us to bring them home. What will Elon do then?
The first mission failed because they essentially wanted to do a pinpoint landing, without having any experience in doing so. The main thing they changed in the software is to allow for a much greater landing zone (4km x 4km) instead of the original 400m x 400m. If I had been in charge the goal would've simply been to land "anywhere but in a crater" and the first try would've succeeded.
Oh well, they stuck the landing this time, so I guess they've paid their learning dues.
Someone has to take the first step to kick Windows off the desktop. In my opinion the military should be the main drivers since their software is mostly bespoke.
Software is these days much easier to port to Linux if its web-based (requiring no porting at all, essentially). But even native applications can usually be written to target multiple platforms using cross-platform frameworks like wxWidgets and Qt. You have to plan for it but it's certainly feasible.
And you haven't been paying attention to the news. China is squatting islands in the South China Sea and claiming it as their territory by putting military bases on them.
Nelson is merely postulating that China will do the same on the Moon. I hope he's wrong but if they do we'll have to evict them by force. I'm hoping the Space Force will soon announce that they're developing space-capable assault rifles.
I can sort of relate to India not wanting to give control of important parts the economy to Western tech giants. The problem is the country has very little to bargain with since most of its 1.4 billion populace is poor and its infrastructure decrepit. Western manufacturer sometimes have to deal with basic infrastructure being absent, making setting up shop there a difficult proposition. Compare with China where there are thousands of manufacturers that can pump out almost anything very quickly and at low prices.
How long before Western nations start to impose trade sanctions if India keeps hampering market access? As soon as the war in Ukraine has come to a conclusion the West will take punative action, is my guess.
ARM's fate was sealed long ago, in the late 90's to be precise, when it was taken public. From that time on greedy shareholder were waiting to sell their stock to the highest bidder, no matter what the consequences.
It's just good fortune that RISC-V came along or we'd all be screwed. ARM would forever be locked in war for control by different licensees trying to get a leg up on the competition.
There's no way ARM is worth $60 billion, that's just a paper valuation. No one in their right minds would ever pay that kind of money now that RISC-V is making inroads. My guess the company is worth maybe $5 billion at the most. When this becomes reality Softbank will be left holding the bag.