Care to share an example of this backrestless chair? Is it like a regular chair just without the backrest, or has some other differences? Does it have armrests for example, and if not - does it bother you?
I went with an overkill approach at first (as I often do :-) and bought some expensive nicely designed "active chair" / stool that was adjustable high enough so that I could lean on it even when using my desk as a standing desk. It was interesting, but not a game changer at all for me. I don't use standing desks now at all.
Just don't assemble the backrest at first. If sitting up straight, I just lean wrists on my keyboard wristpad and part of forearms on the desk, no armrests needed either.
Edit: I still use my height-adjustable standing desk, but now it's value is that I could adjust it for the perfect height for my sitting-up-straight position (so no chair armrests needed) and it's been fixed at that height for the last 7 years...
Not sure which one the parent was referring to but personalizing I've been using one of these for more than a decade at this point (I'm sitting on it right now) https://www.varierfurniture.com/en/products
The one I have does have a backrest but because of the way it's shaped you don't actually use it to slouch. It's more there to support when you lean back and want to take a break from typing or something like that.
From my experience, these trucks make much more sense on a road in the US. European roads are fairly small so these trucks look _even bigger_, whereas in the US everything is massive so the cars fit. Still, having to look _up_ to see the windshield is crazy and I hope it won't be normalized in the EU
> to fit two motorcycles in the back of the Ranger, you need to adjust the angle of the handlebars awkwardly to fit both on the bed.
can't you position one bike facing forward and one facing back, so the handlebars don't collide? Either way, going with an absurdly big and dangerous car to avoid _awkwardly positioning_ some cargo is pretty American thing to do
It's much easier to load motorcycles pointing forwards, just because you have to get them up a ramp into the bed. In the forward direction, you can use their engine to get up the hill.
It does checkout that people buy bro-dozers to avoid being slightly inconvenienced. Sucke for everyone else who unfortunately have to deal with their rearview mirrors perfectly line up with those headlight beams, unless they also buy a 'dozer.
I'm understating it, maybe. I don't think it would be practical to load a motorcycle backwards. If your requirement is "two bikes fit in the bed", they both need to be facing forward.
> The Ford Ranger actually sells better in Europe than it does in the US. And the larger F series trucks sell more than an order of magnitude more.
Do you have any sources for this? I looked online and found a couple of charts, none of them support this claim. The Ford Ranger sales in Europe vs US are similar (who buys more varies by year) but the F series seems to be mostly bought in US
The Tacoma is gussied up and not Spartan/repairable as the Hilux. I guess it’s more comparable to the current ranger than the hilux is, I wonder if ford makes a stripped down ranger for the developing world? Are there any Ranger Jeepneys? Maybe the T6? https://en.wikipedia.org/wiki/Ford_Ranger_(T6)
Oddly enough, it says this was developed in Australia but might be the ranger selling in the USA/Europe now (the same one we are talking about). But the P703 is the model (a T6 variant) sold internationally now. It doesn’t surprise me that the current ranger was designed abroad. What I really don’t get is that ford doesn’t make cars in Australia anymore but they still design them there?
All Rangers are T6-platform Rangers now. It was designed well before the factories closed in Australia, but global automakers have been steadily consolidating to global-platform cars since the 1990s. The locality of the design doesn't matter as much when it'll be used across the world. It makes the most sense to design them where there is good design talent, and build them where it is economical to build them.
> At no point have the hilux and Tacoma shared any parts. Not engines, transmissions, frames, breaks, axles, wiring or anything interior.
They are on different platforms and are significantly different vehicles but they absolutely have shared parts. There are no bespoke cars built anymore, it is no longer viable to build a mass produced car without using some parts off the shelf.
For example, both vehicles have used: 2TR-FE engine, RC60F manual transmission, AC60F automatic transmission, etc.
Thank you, that makes sense. But in that case it doesn't do much for the op's argument, which seems to be that Europe _prefers massive cars_. US still has much more of obscenely big cars, and Ford F having less % pickup market share shows that there's much bigger market for these cars, if anything
On Android most apps started bundling androidx/jetpack compat libraries that help deal with various API versions, and generally make the development much, _much_ easier. These days apps will also bundle the entire new Android UI framework (Compose) while in the past all the UI code was using framework classes.
Other than that, some popular and useful libraries will bundle native libs (for example for sql), and some ad/analytics/corporate SDKs will use native libs to share code between platforms and for obfuscation. These corporate SDKs (like Zendesk) will also notoriously break Android minification tools, because why bother
Google Play offers such functionality already, it's called App Bundles. Instead of uploading an entire APK, the developers can upload the app assets that get bundled into device-specific APKs containing only the resources necessary for the end device. So you'd only get native libs for your phone CPU architecture, translations for the device language and image assets matching the device resolution for example. In fact, I think it's mandatory now to use the app bundles format (but you're still free to configure it to some extent)
I now see the article is about iOS app, but it looks like the Android app is anywhere between 50mb and 100mb (depending on the apk download side I look at) which is much more reasonable
Yes but it would be nice to see the targets, so you know how far off from an optimal solution you are. I know I'd spend more time looking for better solves if I knew the current one can be improved
It's automatically granted but the app needs to declare it in order to access internet. Because of that it's not enough that the app _currently_ doesn't request internet permissions, because if it ever starts, it would be mostly transparent to a user
> I assume HSBC are using the "antivirus" use case.
There's an exception for banking apps
> Apps that have a verifiable core purpose facilitating financial-transactions involving financially regulated instruments (for example, dedicated banking, dedicated digital wallets) may obtain broad visibility into installed apps solely for security-based purposes.