Jobs basically had one job - be the screaming obnoxious asshole in charge who harangued the engineers until they came up with something to his liking. And then took the credit when they did. Basically just the Elon Musk of his day.
arc
I use Twitter through a browser and ad blocker and the content is borderline dogshit as it is. I use it because inertia means the things I want to find are still represented there. But it can't be long before some major accounts move elsewhere, or deprioritize their presence. I'm thinking mainly of news orgs, but NGOs and governments might move too.
I expect their logic is their review "curation" racket is a sideshow and the real money is selling information to agencies and sales companies.
I've never seen much reason to use a real name on Glassdoor. They demand visitors sign up to see information, and every logon it demands more details. So I am glad I used a throwaway account and I expect many others did too, or filled it in with junk. I hope their database is poisoned with garbage. I'm sure they will continue to turn the screws - using a mobile device? You MUST use our app etc. I hope people realise that LinkedIn already sucks and here is something even worse moving into the same space.
From the article that they acquired a professional social networking app so their intention is clearly to be like LinkedIn - real names, links, career history, "social". They want to monetize that information to sell to recruiters and salesmen.
So basically they're nakedly greedy and they continue to suck. I thought LinkedIn was awful but Glassdoor is a whole new level of awful.
Glassdoor is little more than a shakedown service like Yelp or Tripadvisor. It looks superficially useful but the real purpose is to suck information out of users to monetize, and extort businesses for $$$ for review "curation".
Rust isn't really OOP like C#, Java or C++ - it has structs with functions that you could consider an "object" but there is no inheritance. Instead Rust uses traits which are a little bit like interfaces in some languages.
The way the kernel is using Rust at the moment is to produce safe bindings for modules to be written in Rust, i.e. you can create a module in Rust source which will be correctly loaded up, the code is safe by default and will have access to kernel services via bindings. I expect over time that more of the kernel will become Rust, but the biggest impediment right now is Rust relies on LLVM and LLVM only supports a subset of targets that a kernel could potentially support with another compiler like gcc.
Predominantly C. But even the kernel is beginning to use Rust as a way of avoiding entire classes of programming error.
The only reason people use JS is because it's the defacto language of browsers. As a language it's dogshit filled with all kinds of unpleasant traps.
Here is a fun one I discovered the other day:
new Date('2022-10-9').toUTCString() === 'Sat, 08 Oct 2022 23:00:00 GMT'
new Date('2022-10-09').toUTCString() === 'Sun, 09 Oct 2022 00:00:00 GMT'
So padding a day of the month with a 0 or not changes the result by 1 hour. Every browser does the same so I assume this is a legacy thing. It's supposed to be padded but any sane language would throw an exception if it was malformed. Not JavaScript.
Lemmy is written in Rust. There might be bits of C at the periphery behind bindings.
Not really. Pre-musk, reporting racism & other abuses was more likely to illicit a response than not. Nowadays it is a was of time to even bother unless it is extremely overt.. And all the shitheads with few exceptions who were perma banned got reinstated no matter how awful they were.
And the situation with blueticks is self evident. It used to mean somebody noteworthy - journalists, actors, politicians, authors, scientists etc. Now it's trolls and narcissists with money to waste on a vanity tick. Popular feeds will have pages of inane comments by these scumbags to scroll through. There are even actual Nazis with blueticks who complain/brag about the ad revenues they receive from engagement. It couldn't be any more removed than the way it was.
I think we can give Musk credit for progressing technology - electric cars & space rocketry and some other things. But he is also an incredible asshole, has little regard for the people who work for him, has no inner filter and has some incredibly stupid hot takes.