They did the same by banning strong encryption. Never underestimate the stupidity of politicians
HN user
wokkel
Semantics. The result is the same. The cause: no repercussions for missing the system that is in place is a bigger fallacy imho
It's basically converted sand. Most of that conversion happens in Taiwan at the moment. Which is considered, by China, to be one of their provinces and as a protectorate by the usa. Hence the interest in that region....
On infosec we call that airgapped. Pretty secure compared to what is normally done. Nothing caveman about it.
So you install an launcher to run linux. Ditch the launcher i'd say.
I read (but cannot find this anymore) that the information sent from layer to layer is minimal. The actual matrix work happens within a layer. They are not doing matrix multiplication over the netwerk (that would be insane latency wise).
Those can also be explained by favouring usa/venezuela oil while still supporting Russian politics. For example: in the Ukraine war he is constantly seeking ways and arguments to support putins position even though he is one of the few leaders worldwide who do this.
When using Lombok it will use a compiler plugin for this so maven builds have @nonnull generated as if-statements. I dont know if intellij uses their own plugin but they do support Lombok in maven projects, so maybe thats where this is coming from. Afaik intellij has no built in compiler but relies on java .
You can in the US. Not so much in the rest of the world.
Debian user here: no nvidia here, but the printer (networked), wifi and scanner just work. As does my bluetooth mouse,
It's a stupid situation that banks and payment processors force their ethics upon while other companies take the blame (valve in this case). They should just dommoney transfers and as long as the transfer itself is legal should not have any opinion on the parties or product involved in the transaction.
Not divulging information with third parties seems a common theme, even when said business practices are questionable.
Got a lot of recalls going though.
On US based sites mostly in my experience: privacy and user consent are pretty low on the priority list it seems.
What i know from the past is for realtime guarantees ethernet does not cut it. So you might be right.
Use an odroid h4: 2x2.5gbe and a 4*1 m.2 bifurcation card to get 4 nvme drives there. Performance is limited due to ethernet anyway.
Bmi is one metric but you need to combine it with a measurement of your belly circumference. I had similar numbers but the weight was al in the belly and got diagnoses as type 2 diabetic with high cholesterol etc.
It barely works on non MS platforms,has had many slightly incompatible versions so it's a non starter for many projects where I run into that might benefit from c#. I spoke to a manager recently who had invested in silverlight in the past. Based on that alone it was a no MS policy for his development teams.
My windows laptop disconnects my monitor sometimes seemingly randomly. A sign that windows is not ready for non-technical users?
Actually it was the usa presuring the Dutch government.
Thats os/2, not amiga os
But it does. The same holds for Google and stackoverflow: the majority of developers have trouble with sql.since the introduction of or mappers and plenty of other examples. Ask a junior dev about the difference between a stack allocated and a heap allocated object and be amazed.
Hard no. There is such a thing as the right to forget. At least in Europe. Stackoverflow likes to take that right away as it earns them more money, but that is never a good reason.
I use deezer and when I play a track on mobile I can continue it on PC. Is that what you mean?
So by your definition a real artist should have more than 1000 plays. I listen to small artist from my country which will probably never reach a global audience and they definitely do not get 1.000 plays but are verified artists according to spotify. This policy basically drives more drivel music and leaves out alternative and indie bands. It's a bad policy that needs an investigation by the authorities to force Spotify not to discriminate smaller artists.
Maybe companies, but they are not what should matter. As far as know the amount of poor people in the usa is also way higher than in Europe. If we take that into account i'd say that Europe is doing just fine.
The main thing that i remembered from thread/matter is that vendors can lock out devices and other users hostile stuff. I sure hope plain zigbee is here to stay as having bigtech decide the brand of my in-wall switches are wrong would truly suck.
The pi is largely undocumented and otherwise proprietary. It's owned by broadcom who are otherwise known for putting everything behind an nda. No, the pi is a lot, but it's not a platform i would bet on to be available in 50 years.
No, getting a 100% equivalent working Java system is trivial. But the goal is having something that looks like it was Java from the start not Java as written by a cobol expert. So proper use of classes. Not al globals. Sensible naming etc. The real cost is in maintenance of the code: having in idiomatic Java could help. Translating to idiomatic Java is very hard
I have the pleasure of supporting a transpiled rpg (system i) to Java codebase. Shit that's come up: almost everything is a global. State machine are used for crud logic which is implicit in the rpg runtime and explicit in the Java codebase. Magic constants all over the place. Magic blobs of screen configuration mapping. Transpiling and directly supporting the transpiled codebase is basically masochism.