Wants to be on a boat
Interesting, never had that happen to me, but then perhaps you are using a laptop with a dgpu? I have not been. My laptop generally consumes 4w at idle and up to 15w under load, so I don’t see this ever outpacing the 60w charger. The CPUs with the highest tdp are only around 100w anyway right? And in that case the laptop comes with a higher wattage charger. But you’re right I guess it could happen depending on the hardware, never personally seen it however.
I played this open world Lego game where you had to deliver pizzas on a skateboard or something, but I was too young and couldn’t figure out how to complete the game, or it kept bugging. I can’t remember what it was called.
Edit: ah of course it was Lego island 2, the image was familiar
I also played a sort of Bionicle mmo in the browser that i thought was cool. I wonder if any of the old flash games are archived somewhere? There were so many.
I’ve used odoo before, it is a large piece of software and can be modified to do lots of things. Most likely you will be able to get it to do what you want. You’ll probably need the e-commerce module, there is probably some sort of mode for subscriptions. You can also add the CRM on top for marketing, etc. there is also the booking module (iirc) which is maybe useful for sessions with trainers etc. maintenance might also be useful.
China is already working on the software part of chip design, and they have domestic capability to produce 14nm chips (SMIC) that is using ASML machines though. (But the US cannot take them away, only stop them buying more). I’m sure they are considering building their own fabrication machines. I fully believe China is capable of domesticating the whole fabrication process given some time. China was able to design and build their own domestic computer in the cold war, a few years after the US, but taking less total time than the US did. China is the world’s leading productive superpower, and what I think is most important, is they have a culture of teamwork, rather than competition, to drive innovation.
I don’t think one can really compare an iphone + iOS to an “Android” phone. Iphone is a specific matching of hardware and software in one neat package. Android on the other hand is a baseline OS that most phone manufacturers modify a great deal. To me it makes more sense then to compare an iphone to your Samsung with OneUI, or a Xiaomi with MiUi, or a pixel with googles pixel os. There is almost as much difference (on the user side) between those android-based devices as there is between any of them and an iphone. It doesn’t really make sense to me as a comparison. Regarding your qualm about animations, I recently had to use an iphone for a few minutes and I was appalled at how slow the animations are. It felt like it took nearly a whole second to switch tabs on safari or open the settings drawer. On my pixel with graphene os, I have changed the animation speed to be much faster, and it takes maybe a quarter of a second to do those same actions. Ofc I didn’t time anything but the iOS animations felt like slow motion compared to my phone. I don’t know much about iOS, but I assume it isn’t possible to change those animation speeds.
I agree that this is very bad on google’s part of course, however I don’t think the schools should just lie down and take it. As others have said, installing their own OS should be the way to go. It doesn’t need to be 1 person manually installing the OS on each laptop, there are Infrastructure automation tool like Ansible that can, once set up, manage installation and configuration of an arbitrary number of devices. All the device needs to do is launch a web browser from what I understand, and pretty much every linux distro should be able to do that. If they choose one with a friendly DE, then it makes it easier to use for the kids. The devices will most likely run much better on an OS without bloatware too.
You can run tailscale client on the host, not in a container. Then for the domain names, create a DNS record either in the public DNS (or I think you can do it in the internal tailscale DNS) that points a wildcard for your subdomains (*.domain.com) to the IP of the container host within the tailnet. Do “tailscale --status” on any device joined to the tailnet to see the IP addresses inside the tailnet. Then all of the devices will make their DNS request to either your upstream DNS or the internal one, they get the response back that they need to send their http request to the container host within the tailnet, it sends on the default 80 or 443 ports for http and https respectively, and then your reverse proxy handles the rest.
I have used a few second hand phones and they’ve pretty much always been fine fortunately. I see it could be a bit of a risk, but if the initial cost is so much lower, does that factor in to lowering the risk too? If I get a second hand phone and it lasts me 3 years instead of 4, but costs 250 instead of 600, I’d say it’s worth it. I’ve also used an ex-corporate second hand laptop made in 2014 for 4 years from 2018 to 2022, and only after that did it start to die. It was a Thinkpad, which may have helped it’s longevity. This is circumstantial evidence I understand, but in my opinion the lower cost and less environmental damage weighs better for me than maybe having to clean/replace the keyboard or battery. Buying second hand products originally known for their high quality construction or longevity probably helps too.
Whilst looking recently for second hand pixel 6 phones, I noticed a lot of them were hardly used, some even brand new and unopened, but still being sold at 200-280 gbp instead of new price 400+ for new.
Re ethical consumption, my opinion is, if you don’t absolutely need a new phone (broken beyond use) don’t get a new one. And then when you do get a “new” phone, get a second hand one. Fairphone may be “ethical” but it’s still marketing to get you to spend money on a new device. Reusing one will always be more ethical.
I had a look into the wording of the gdpr (more specifically the Data protection act as it is implemented in the UK) it seems to refer to organisations. I think most, if not all, instances are not hosted by organisations. (Just some group or individual hosting it on personal or rented hardware). Laws such as this are designed with centralization in mind, and kind of don’t make sense in the context of decentralisation.
Possible alternative for Whatsapp is to run matrix and a WhatsApp bridge, then all of your messages will be stored in the WhatsApp bridge, and you can access them via a matrix client. Pretty long winded though. As for Android auto, I can’t afford a fancy new car with a screen in it so I just mount my phone on the dashboard and use it like that with no Android auto.
Strikes me that there should be some kind of provisioning tool similar to Ansible for Android devices, what does industry do when they need to automate provisioning of thousands of devices for POS, retail, barcode scanning, delivery drivers, etc.