Huh weird, these pull requests just magically accepted themselves
Huh weird, these pull requests just magically accepted themselves
Rust can create native binaries but I wouldn’t call it close to the metal like C. It’s certainly possible to bootstrap from assembly to Rust but, unlike C, every operation doesn’t have a direct analog to an assembly operation. For example Rust needs to be able to dynamically allocate memory for all of its syntax to be intact.
Reason number one million capitalism sucks. We should be happy to turn over dangerous or menial jobs to machines but we can’t do that because without jobs our society views us as worthless.
Whew, for a second there I thought someone was burning people alive in an illegal fashion.
You can, but it’s not a perfect solution. Mostly because the TVs interface is still designed around this app mentality.
I bought a Samsung TV recently and it’s never been on the internet, but I still have to go to a dead home screen where all of the ads would be just to switch inputs and half the buttons on the remote are for services I don’t want.
They don’t, but they define the socket the processor slots into and probably did this to market the newer chips as more advanced than they are (by bundling a minor chip upgrade with an additional chipset upgrade that may have more uplift).
I see no other reason to kneecap upgrades like this when upgrading entails the consumer buying more of your product.
For music I’m just sick of the apps streaming super compressed crap. It sounds like 192kbps MP3 sometimes and you can definitely tell the difference. Setup Airsonic and never looked back, although still have YT music for the fam and finding new music. It is a bit of hassle, but it’s worth it and a FLAC collection feels way smaller than it did 10-20 years ago (both in terms of disk and home streaming bandwidth).
I read “The Idea Factory” about Bell Labs, focused mostly on inventing the transistor, but it included their consolidation into this lab and just how state of the art it was. The book implied that it was the first corporate “campus” designed more like a university than a factory or office.
The book really made me understand that AT&T / Bell Labs was the hot tech firm of the early 20th century, long before getting to computing advances (C, UNIX) I was more familiar with.
Hello fellow ex-IBMer. I came to the corp from an open source background and I was happy that my LTC coworkers seemed to despise software parents despite the huge pressure from management.
I wonder how much of this is that IBM fell out of the patent lead and decided to just take their ball and go home. Or how much is RedHat influence shifting the mindset away from the patent Mexican standoff with everyone else.
I didn’t mind the pie chart, the slices are labeled clearly, no need to use coloring like you have to read a legend.
I’m a little sad this ended up in the ACM. There’s plenty of shit computing can be tried and convicted of as a discipline… This ain’t it.
I test drove a Leaf and honestly it felt bad brand new. I got range anxiety just taking it on the highway and back to the dealer.
So far, I think Tesla has a monopoly on practical EVs. Say what you will about the cars (or their leadership) but the charger network they built out and having ~150 miles of actual range is hard to beat in an existing product.
Yeah, I don’t really see much of an issue here. If you get a defective chip back, it’s probably a good data point to know if it was “abused”. Even if it’s just so you can ask more questions, or prioritize problems that show up on non-OC’d chips rather than flat rejecting an RMA.
Haha, I had the same thought.
I don’t have the gaming bandwidth to play the old school shooters these days, but civvie’s videos are more than enough to remember what made them great, what made them suck, and where they innovated or did clever things you never noticed.
I needed this rec, thanks.
Yeah, my sister-in-law has an iPhone and all of my wife’s pics and videos turn to garbage in transit. For the longest my SIL just thought Android cameras were terrible and it locked her in to iPhones at upgrade time - which is exactly what Apple intended.
So you’re right that this is a bit arbitrary because the line between the standard lib and the language is blurry, but someone writing Rust is going to expect Vec to work, it doesn’t even require an extra “use” to get it.
Perhaps a better core example would be operator overloading (or really any place using traits). When looking at “a + b” in Rust you have to be aware that, depending on the types involved, that could mean anything.
Anyway, I love Rust, it just doesn’t have the 1:1 relationship with the assembly output that C basically still has.