I don’t know if it’s that cut and dry. If you study a Operative Systems class or buy a book about them, it’ll exclusively deal with the kernel.
I don’t know if it’s that cut and dry. If you study a Operative Systems class or buy a book about them, it’ll exclusively deal with the kernel.
Are reading what you write? It’s linux so it isn’t?
Yeah, they’re mostly bits of hardware that turn ttl/serial into a USB device. Then you can use minicom or dterm to connect to the host. Mostly used for embedded development, but also useful for debugging servers that are not connecting to the network without having to lug a keyboard and screen.
After they’re connected, if they speak vt110, your terminal emulator can display everything properly
when you format a 256GB drive and find out that you don’t actually have 256GB
Most of the time you have at least 256GB. It’s just you 256GB=238.4GiB, and windows reports GiB but calls them GB. You wouldn’t have that problem in Mac OS that counts GB properly, or gnome that counts GiB and calls them GiB.
(This is ignoring the few MB that takes to format a drive, but that’s also space on the disk and you’re the one choosing to partition and format the drive. If you dumped a file straight into the drive you’d get that back, but it would be kind of inconvenient)
Because they get paid to endorse it.
True, but that’s more about the relationship between Google and phone manufacturers and and carriers. As far as a party like Epic is concerned, it shouldn’t have any relation. As far as epic goes, they’re only affected by the opt in process to install apks, and apps not being allowed to install apps (which I hope has a way more complicated opt in process if it’s allowed or malware will be rampant among casual users)
Yeah, that’s what I’m saying. The only available information is the metadata, not messages
Not really, they’ve always been big on being incompatible for the sake of locking in people: adb, FireWire, iPod requiring iTunes, etc.
You mean all that metadata? As far as we know, all messages are e2e encrypted and no one has proven it otherwise.
It’s because that’s not a common definition and it’s not even a good one. No normal person would call cloning stealing. Also, this completely misses lending, gifting, downloading a webpage or even renting. All of those would be stealing under this definition.
And they’re terrible at cooking: any change in temperature, including heating up takes a ton.
Yeah, it’s been a while so it’s time to drop it. I don’t think you can even buy a new ps4 at a major retailer anymore even.
It’s got poor visibility but so does every other truck/suv being sold in America.
Maybe, but the cyber truck has especially bad rear visibility. Worse.than any of its competitors
but it’s still longer than the average person would realistically drive in a day.
I must be a special, fantasy person that does road trips with 700mi or longer drives
Not to mention it’s 3000 kilos. They really need to start adding vehicle weight limits to licenses. The US license test is a joke in most states, and then people are allowed to drive 3 metric ton vehicles from a 10 minute drive.
Yes, but that’s a different, independent problem.
NFTs or blockchains are not needed for this. You could just implement selling or transfers in the content platform.
I do think using contacts for escrow and having the sale being independent from the vendor are cool features, bit not at all essential ones.
Lightning’s data transfer and charging are subpar, although I’m not sure if Apple is implementing PD fast charging on the new iPhone either.
Just because he compared it to a suburban doesn’t mean that the Mitsubishi mirage and used Corollas aren’t a thing.
And sure the Chevy Bolt is 26k, but that’s still 5k more expensive than a new Corolla and has like half the range, and you can fuel the Corolla way faster.
Might be that the only ev I’ve driven for long was an i3, but I was not impressed by the acceleration
all interpreters have a compilation step that produces machine code
Very much not a thing. JIT interpreters are actually not that common. Most interpreters parse code to an AST in memory and then run execute said AST, without any compilation to machine code.
the output of the standard javac compiler is not machine code that a processor understands. This is what makes Java not a compiled language.
Listen to yourself the output of the compiler makes it not a compiled language. Java is a compiled language, and jvm bytecode can be compiled (see graalvm), or interpreted (and when interpreted it can be JITd)
I think some distros disable using RSA by default. Might need to use it explicitly.