Earlier quoted context omitted.
They’re also an outlier and a lot of what they do would be judged more harshly by analysts and activist shareholders if they weren’t so profitable. The question should be how we get more companies like Apple.
I wouldn’t want to invest my money, my retirement funds in companies that don’t strive to be highly profitable. Do you?
Apple: The only big tech giant going against the job cuts tide
361–370 of 405 posts
Re: Apple: The only big tech giant going against the job cuts tide
#362Earlier quoted context omitted.
It's not like him halving his compensation makes any material difference in the ability of the company to avoid layoffs.
Nor any material impact to his day to day life. Having half a zillion dollars in the bank ain’t much different from a full zillion.
Re: Apple: The only big tech giant going against the job cuts tide
#363Earlier quoted context omitted.
And those phones were very expensive, relatively, at the time you bought them. But they also last very long. So people are willing to fork over lots of money. And then many many people, though of course not everyone (like yourself), upgrade very few years.
They were never $1,300. And there has always been a perfectly viable non top of the line option for around $800, but still very future proof option. Some people like to claim that everyone is buying a new maxed out iPhone every couple years, but that is nowhere near the truth. If you do not need the latest and greatest camera, people can and do buy the much cheaper models.
https://venturebeat.com/mobile/iphone-prices-from-the-origin...
Re: Apple: The only big tech giant going against the job cuts tide
#364Earlier quoted context omitted.
I wouldn’t want to invest my money, my retirement funds in companies that don’t strive to be highly profitable. Do you?
The answer to that depends on the timeframe and your risk tolerance: a lot of cryptocurrency people said FTX was profitable, too, right up until it wasn't. When you're talking about retirement funds, the timeframe is long enough that you have to think about how stable something is and whether the profits you're seeing will continue. There isn't a recipe for “highly profitable” and you need to consider both the qualit…
I was juts making the point that all else being equal, you wouldn’t invest in a company that doesn’t try to make handsome profit, which was the suggestion. And Apple makes handsome profit, and then some.
Re: Apple: The only big tech giant going against the job cuts tide
#365Earlier quoted context omitted.
Apple is a real company. Amazon, Twitter, even Microsoft to some extent are not. Apple makes things. The software side works with it, but it's a hardware company. They aren't entirely dependent on conjuring up value out of thin air, they have supply chains and manufacturing and whatnot. Even Amazon, which deals with physical objects, doesn't really make anything.
> Even Amazon, which deals with physical objects, doesn't really make anything. Echo, Kindle, Blink and Fire TV product lines would beg to disagree.
And anyway surely warehousing & distribution is just as much a 'real' (=traditional? physical?) company activity as running a factory?
Re: Apple: The only big tech giant going against the job cuts tide
#366Earlier quoted context omitted.
Why does apple hoard cash instead of buy back their stock? 5 years ago they had 90 billion cash in hand. If they put that into their stock then, It would be up at least 260% by now even with the losses last year, then if they need cash they could just take a loan against the stock.
Setting aside the fact (pointed out by several siblings) that they do buy back stock... Why should they? Who does it benefit? Not their customers. Not their products. Not their future prospects. Not their employees, for the most part. ...Oh, the shareholders? You mean they should throw massive amounts of money—their hedge against future problems—into enriching people who are, for the most part, already vastly wealthy…
Re: Apple: The only big tech giant going against the job cuts tide
#367Earlier quoted context omitted.
They were never $1,300. And there has always been a perfectly viable non top of the line option for around $800, but still very future proof option. Some people like to claim that everyone is buying a new maxed out iPhone every couple years, but that is nowhere near the truth. If you do not need the latest and greatest camera, people can and do buy the much cheaper models.
I didn’t say they were 1,300. I said they were very expensive for their time, relative to the competition. In fact, started at $649. Also, the specs are just not comparable to the latest. From battery life, to screen quality, to storage. https://venturebeat.com/mobile/iphone-prices-from-the-origin...
It has been many years since 90% of people need the “latest” specs. For the purposes of messaging, taking photos, browsing the internet, and watching media, an iPhone 13 serves just the purpose just as well as a 14 pro.
Even a $500 SE will do everything most require, except have a bad battery life, but that is fine for people who are not out in the field like retired people.
Re: Apple: The only big tech giant going against the job cuts tide
#368Earlier quoted context omitted.
You’re being very absolutist, people don't have be doing “everything” online for the shift in habits to have a significant effect. Yes on the whole most people do go out and travel again, but on average much less frequently than they used to because they retained the desire but not the same habits. They find they can scratch the itch with fewer outings. All it takes is for people to go out 20% less than they used to,…
> Yes on the whole most people do go out and travel again, but on average much less frequently than they used to You need to provide some data to back this up, because all of the data I've seen (and all of the full flights I've been on) says the opposite.
Re: Apple: The only big tech giant going against the job cuts tide
#369Apple is a generally more well run, mature, patient, and scrupulous company than most others.
Apple is the only one that doesn’t seem to start up hundreds of obviously useless projects. Google will hire thousands to work on an obviously doomed streaming service, to build a new OS, and so many other obviously bad ideas and then just fire them all later. Vanishingly few Apple products seem to be discontinued. Usually after a long life like the iPod.
Thanks to Google we have patent-free codecs, an open source mobile OS, and they contribute significantly to the Linux kernel, among other projects that are "available to the public".
Re: Apple: The only big tech giant going against the job cuts tide
#370Earlier quoted context omitted.
Google was doing Fuchsia. SUPER cool... but what is the business case there? They are also ham strung by just not listening to customers it feels like - so I think that impacts traction. You get an 80% solution with simple glaring edges. Thousands ask - please fix this edge, but whoever is driving the product is onto something else it feels like sometime. Apple's main product lines all seem to make money, have positi…
Fuchsia is (was?) a long term investment, so would be expected to not be directly profitable for a long time. The core problem I guess is that it suffers from an inability to partially migrate to it. This is a common problem that many people fail to understand actually matters. For example, we know rust is a safer language than C and C++, and so people say "all should be rewritten in rust", but rust is designed with…
Instead Fuchsia tries to target porting runtimes which applications are built against. For instance, porting chrome as a runtime unlocks web applications. Porting flutter unlocks flutter applications. Porting Android as a runtime is challenging but still achievable. It is not necessary to rewrite all of Android to accomplish this either.
At the extreme, it's possible to simply implement runtime support by implementing various virtio interfaces and running a full OS in a VM, similar to how other OS like ChromeOS and Windows achieve Android app support today. Fuchsia is written in a way that you don't need to do that, but it's always an option as well.