Not surprising tbh, loads of mid-range Android phones do that. They’ll implement USB4 in a year or 2 and maybe be the first to implement it in a phone, then talk the biggest game about it at their developer conference like they invented USB or something.
It’s pretty cyclical at this point, they’re saving a talking point for later
I originally had words about ahead of time compilers like GraalVM but got tired of looking at my own wall of text so I trimmed it down and left compiler to mean ahead of time compulers, which I see caused confusion, you’re right on those points.
I know the JVM hardware exists also, but, it’s specialty hardware even at the enterprise level. You could technically make an ASIC that executes QBASIC at hardware but I’m not sure I’d believe that makes it a compiled language since it would be neither wide spread nor the original use case for it. That’s kind of a philosophical argument though
I think my use of compilers in interpretation may also be confusing, interpreters have an execution step, which at some point translates to a machine representation of your code. It’s referred to as execution, but, it feels a lot like a compile+execute step
I think you’re missing that all interpreters have a compilation step that produces machine code, that’s a requirement to produce programs.
Java’s JIT compiler is the final compilation step of Java’s interpreting path running in a separate thread that turns the intermediate language to machine code. To be very clear though, the output of the standard javac compiler is not machine code that a processor understands. This is what makes Java not a compiled language. It depends on additional processes at runtime to turn the code you wrote into something a processor understands.
On the performance front, well written Java is fast enough as long as you have sufficient resources for the overhead of JVM and as long as you don’t have strict latency requirements. That makes it good for a pretty wide variety of computing tasks, but, also not a good choice for a lot of others.
That’s not really what people mean when they’re talking about interpreted versus compiled languages. Java’s compilation step produces an intermediate language that still has to be interpreted before it’s executed.
It turns Java code into something that can be interpreted faster, but not into something your processor directly understands. The key here is that it doesn’t produce an output that can be fed directly to the processor without additional work at runtime.
Wasn’t there a Tom Scott video about this concept a while ago? I can’t find it atm but I’m sure I’ve seen this one already
It’s worth knowing as a fellow Surface owner that that is very nonstandard. My Surface Pro 6 (admittedly much newer) lasts days or weeks if I just slap the lid closed and leave it somewhere, I think you might be missing something in the linux-surface github.
To any non-surface owners reading this, it’s a Microsoft problem because the whole laptop is a custom Microsoft product and only has ACPI drivers on Windows, though, there is some open source support with a kernel patch that hasn’t cleared it’s way to mainline support
I hadn’t considered the proprietary nature of snaps when I decided I didn’t like them. I just figured out their startup activity was adding 5 seconds to a 10 second boot despite not having installed any snaps
Socialism is a system where individuals do not own corporations. A lot of the other posters here are emphasizing the state ownership aspect where the government owns everything. But really socialism is about collections of people owning things without an elitist class (like modern billionaires). Who those collections of people are that owns things is where the interpretation and ambiguity begins though.
Imagine if Microsoft instead of having a board of directors and being on a stock exchange, instead was owned and operated by it’s employees and selected the CEO of their company by an internal election process, where the workers could select leaders that they thought would best represent their interests in the company. That would be another example of socialism that can exist without government involvement at all. The collection of owners here is simply the employees of Microsoft.
Setting up VPS’s or using TOR are the only one that would do anything against DDOS, and putting VPS’s or TOR between your server and the end user to load balance for you is just what cloudflare does but with more steps.
All of the other tech related solutions ignore that you’ve got a 10gbit/s connection (probably less tbh) from your host, and someone is putting 50-2000gbit/s into it depending on how much you pissed someone off.
I’m not against the idea but it’s way more expensive and harder to maintain so I understand why so many people don’t
I tend to agree with this, it looks like most of the bad takes are very recent. Maybe he just hasn’t checked the site in a few days? He’s clearly very new I noticed he doesn’t have an http->https upgrade setup so browsing to the instance in a web browser isn’t great
I don’t think it’s a far fetched statement, but I’m also not sure if it’s true.
I know concrete has a pretty big carbon footprint, but, I don’t know how that scales in relation to the carbon savings of nuclear power.