2024-02-13

thewayne: (Default)
2024-02-13 01:07 pm
Entry tags:

Sony to once again be purging digital content from PlayStation account digital libraries

Sony owns a digital anime streaming service called Funimation. Funimation acquired a similar service called Crunchyroll. And Sony/Funimation are not acknowledging any media keys that people may have plugged in to Crunchyroll and said media may be removed after April 2.

https://arstechnica.com/culture/2024/02/funimation-dvds-included-forever-available-digital-copies-forever-ends-april-2/
thewayne: (Default)
2024-02-13 04:00 pm

Three drug manufacturing execs get raked over the coals by Bernie Sanders!

Ah, I love Bernie! Would like to move to his state to vote for him.

Anyway, he's the chair of the Senate Committee on Health, Education, Labor and Pensions. And he called in the CEOs of: Merck, Johnson & Johnson, and Bristol Meyers.

The pharmacy manufacturers like to claim that it's the pharmacy benefit manager middlemen that make drugs so expensive, along with the cost of R&D. Well, not so fast!

Seems that a Senate investigation turned out that they are spending more on executive enrichment and stock buybacks than R&D!

LUCY! You have some 'splainin' to do!

https://arstechnica.com/science/2024/02/big-pharma-spends-billions-more-on-executives-and-stockholders-than-on-rd/
thewayne: (Default)
2024-02-13 08:05 pm
Entry tags:

Microsoft is looking for Rust developers to do some work on its Microsoft 365 platform

This is a good move. They're migrating some core code libraries from C# to Rust. C# is not truly based on C and C++, it has characteristics of several languages. The language is pronounced SEE-SHARP and they wanted to use the musical sharp symbol, similar to the #, but it doesn't exist on pretty much every keyboard in the world, so they compromised and went with the name but the pound symbol.

The job is described as "...include "guiding technical direction, design and implementation of Rust component libraries, SDKs, and re-implementation of existing global scale C# based services to Rust."

The goodness is that Rust is a very tight language when it comes to memory strictness. Lots of languages are pretty loose when it comes to enforcing memory allocation and access, Rust is definitely not. This looseness is what gives hackers open doors to lots of systems. And this is why Linux is now rewriting a lot of its core systems in Rust from C and C++. Microsoft is doing the same thing with the Windows operating system. But this is a very slow process as there's far fewer Rust programmers than C/C++ programmers, so it's a slow slog.

If you know anyone who says they want to be a programmer, and they're serious about it, Rust and systems programming would be a very financially rewarding line to explore. Hard work, but well-paying.

https://www.theregister.com/2024/01/31/microsoft_seeks_rust_developers/