Until recently they were recommending Intel CPUs over AMD at the low end, saying they provided better value for money in that segment. And they used to recommend Intel processors for gaming, back when they had the gaming crown.
Until recently they were recommending Intel CPUs over AMD at the low end, saying they provided better value for money in that segment. And they used to recommend Intel processors for gaming, back when they had the gaming crown.
As someone from a not-US country, I’m always amazed at how right wing the US “liberal” policies are. If Biden was our PM he’d be more right wing than our most recent conservative PM.
Lithium is used in grid storage:
And that’s just what I could find in a couple of minutes.
They’re meant to survive an order of magnitude more cycles than Li-ion. But I’m containing my enthusiasm until we see them lasting a long time in real life use.
They’re meant to have a much wider temperature range than Li-ion, theoretically.
deleted by creator
Yes, that’s the difference between “safer” and “actually safe”.
It’s also a fallacy that rust code is memory safe. I audited a couple of large rust projects and found that they both had tens of unsafe constructs. I presume other projects are similar.
You can’t use “unsafe” and then claim that your program’s memory safe. It may be “somewhat safe-ish” but claiming that your code is safe because you carefully reviewed your unsafe sections leaves you on the same shaky ground as c++, where they also claim that they carefully review their code.
deleted by creator
You appear to be arguing that even if microplastics are present in the environment it’s not a problem. That’s a brave stance to take given the wealth of information to the contrary.
Even if they did break down it’s bad. Plastics have additives in them which are used to improve their material properties. These additives include BPA and PFAS (and similar). We know that these compounds cause problems in humans and the environment. So if they were “easily digestible by the body” that would absolutely be a big problem.
There’s no world in which “nothing will be harmed” by plastic decaying. Some people even argue that conventional plastics are less dangerous in landfill than bioplastics because at least they don’t release dangerous by-products like microplastics or “forever chemicals”.
They don’t break down completely in landfill. They just turn into microplastics.
Despite claims to the contrary, PLA does usually break down into microplastics. It’s possible that under certain conditions (such as those found in industrial composters) those microplastics might be broken down into starches and consumed by bacteria, but most teabags will just end up in landfill and won’t break down beyond microplastics.
ISO uses a weird separator ‘T’ between the time and the date. eg. 2018-04-01T15:20:15.000-0700
RFC3339 can have a space instead which is a bit more readable: eg. 2020-12-09 16:09:53+00:00
That might be true of VHDL / Verilog programmers I guess.
Python’s become very widely used in industry - it’s definitely a plus when looking for jobs these days. TIOBE now says it’s the most popular language in the world.
They recently passed a law which said you could install picture hooks “within reason” without being penalised by your landlord. Prior to that if you installed a picture hook you’d likely be charged for the cost of re-plastering the wall when you left. Although they wouldn’t actually re-plaster it, they’d just charge you as if they had and then the next renter would have a picture hook so lucky them.
But major mods like installing a TV mount are totally out unless you can negotiate it with the landlord somehow. If you did it without permission it’s grounds for eviction and a loss of your bond.
Pretty much none allow it in my country.
Even if that’s true AI isn’t just LLMs. Saying that all AI is a surveillance technology is just stupid from a technical standpoint - you can train AIs on whatever data you like and it doesn’t have to be surveilled data. Adding to that there are plenty of non-LLM AI technologies that have nothing to do with data gathered by surveillance.
Like the Apple Lisa for example. Named after his daughter.
C++ can do a lot of things but one thing it can’t do is perform as poorly as python.