If you sue for too little, the case will get summary judgement, but that doesn’t really seem like a risk in this case unless there is a specific law that makes this clause unenforceable.
If you sue for too little, the case will get summary judgement, but that doesn’t really seem like a risk in this case unless there is a specific law that makes this clause unenforceable.
On Linux, you run windows programs through wine, which is an additional layer that can theoretically slow down the program.
Also, windows supports certain constructs like io completion ports or WaitForMultipleObjects that historically haven’t been emulated efficiently on Linux since it lacked comparable primitives, although those specific ones have been greatly improved in recent years with io_uring and FUTEX_WAIT_MULTIPLE.
There have been similar issues with direct3D since wine used to have to emulate it in OpenGL, but with vkd3d, wine has more opportunities to efficiently implement the d3d apis.
Basically wine being slower was the norm until quite recently.
It’s funny you mention that since YouTube led the web in dropping support for IE 6: https://blog.chriszacharias.com/a-conspiracy-to-kill-ie6
That kind of thing isn’t quite in their DNA anymore, but you never know.
Economists think that directly tying wages or prices to inflation can cause inflationary spirals. CPI is based on prices, and raising wages will eventually raise prices and CPI, so if you raise wages based on CPI, it can enter a positive feedback loop.
It might be ok if the feedback is slow enough or if the minimum wage influences a macroeconomically insignificant proportion of wages.
Also most workers at tech companies are not computer programmers. Marketing, sales, support, success, operations, managment, recruiting, HR, accounting, project managment, and product managment usually make up most of the employees. You are probably better at these jobs if you have prior experience in the same industry, but what job isn’t like that?
These are all so old that I think it supports the point. A lot of today’s useful materials, chemicals, and pharmaceuticals were invented by corporations around that time, but in recent history, corporate labs have been gutted and cherry pick out of universities.
E.g. in recent history, AlexNet came out of utoronto, Google bought Alex’s startup shortly after, and then Google started developing deep learning models.
Details of the 10b aren’t public, but we know it’s a multi year deal, so it’s possible that OpenAI doesn’t actually have the full amount in cash now, and they could go bankrupt before they unlock the full amount. In the event of a bankruptcy, Microsoft could be in a position to acquire their assets for themselves on the cheap.
Mostly NixOS unstable. I have one machine still on Arch, but i plan to switch that to NixOS too.
Before an American lights their house on fire, do not plug a 120V appliance into an 240V circuit using one of these adapters. If you live in North America, a 240V appliance will not use an ordinary plug, and the 120V ones that do will probably light on fire if you plug it into one of these. You need to import a 240V appliance from a different country, and then it will use the plug from that country and not an North American plug.
Also for the non-Americans, 240V circuits in NA need 4 wires (2 hots, 1 neutral, 1 ground) instead of 3, so usually only 1-2 circuits in the entire house will be 240 and the rest are 120. If you want to install another 240V outlet, you probably need to install a completely new circuit at the breaker and run new copper wires from there to the new outlet, which is very expensive.
Also, wires heat up according to their current. Normally the breaker at the panel can open the circuit if the current is too high, but 240V circuits are often rated for much higher currents (e.g. 50A instead of 20A), and the appliance itself will draw a lot more current than it expects if the voltage is double, which can internally overload it even if it doesn’t trip the breaker. E.g. if you plug a 120V 15A kettle into a 240V 40A circuit, it will draw 30A according to Ohms Law, which will probably cause wires within to overheat and eventually light the kettle on fire without tripping the breaker.