

There was a scooter sharing company that drove around, swapping the batteries. It went out of business and now there are only the Bird style scooters.
If there were battery swapping stations, I’d definitely by me a bike.


There was a scooter sharing company that drove around, swapping the batteries. It went out of business and now there are only the Bird style scooters.
If there were battery swapping stations, I’d definitely by me a bike.


Cause selling new games is more profitable.
If a new games costs €60 and older games €5 or less (which would be a lot less on streaming services), they’d have to sell at least 12 old games for every new game they sell less cause of this change. And if gamers spend more time on older games, it’s highly possible that they’d buy, even just a single game, less.
It’s the same with movies or TV. They would only loose money if they make the whole archive available as there is just so much of it that some of the new things could become irrelevant.
Not that I’m against archiving, but it is caused by the creative sector having to have to make money, which isn’t easy for smaller players, and greed.
It’s working great. I only can’t get multi language and the emoji dictionary to work. The help page says I need to change the spell checker in the android settings but I can’t find that option 🤔


It might have cracks in the silicon crystal that might burn in over time.
But yeah, impressive that it could take this big of hail balls without braking the glass.


Small PHEV’s would be ideal for the current generation. Battery advances will come, but we should always try to optimize with the current technology and 10 cars with a 10th the battery of a Tesla would be better for the future.


No, the html file itself. It just contains elements like a paragraph, image, list, table,… just like a word document.


A word document can also contain a script, as can html pages. It’s why I thought these two were the closest match. Nobody is going to call those programming languages.


A PowerPoint, word document or even a text file or picture. There is only a description in the file of what it holds and it’s up to the program that reads it, how it will visualize or interpret it.
A word document or PDF would be the closest.


I think it’s fair to say those brands will source from the cheapest, scummiest places and it doesn’t matter what “certificate” sticker is on the box.
But it is so hard to avoid them where I live :/ Even the fairtrade, vegan and responsible green washed products are from those 3…


Even WWF doesn’t think avoiding palm oil is a good solution. Not short term and definitely not long term
https://wwf.panda.org/discover/our_focus/food_practice/sustainable_production/palm_oil/
Palm is the most efficient crop for producing a wide range of fats. Replacing it with some other source of fat will require more land and water, and disrupt nature in another part of the world.


If they need permission for third party cookies and those are now no longer possible, the popups can go already.
And if a site doesn’t want to serve people that do not accept data hoarding, an account with terms and conditions is the only logical way to go.
Belgium forced facebook to not track users without an account and they reacted by doing this exact thing (requiring an account to even read pages). It made it a lot easier for me to not having to deal with Facebook at all. If some store or organization only had the info on Facebook, I’ll just tell them I can’t access it 🤷♂️
I use it to open the spell checker options while I’m typing. It’s annoying to have to switch from keyboard to mouse. My current laptop doesn’t have the key and I even added another short key.
The super key, again, is useful so you don’t have to switch between keyboard and mouse when searching for an app. It is also the modifier for all GUI shortcuts.


Depends on the grid. If the lines and transformers are already used close to their limit, more smaller buffer batteries and smaller solar installations, closer to the user, could be more efficient and not require grid adjustments. The closet to the user, the less grid adjustments are needed.
Industrial roof solar should be standard in any new building by now. Companies need the power in the day and it can be used without even needing to use the grid.


It’s that capitalization is language dependent, which email addresses shouldn’t be as I hope the rules for France shouldn’t be different than for Dutch. For instance é in Dutch is capitalized as E, but in French it is É. The eszett didn’t even have an official capital before 2017
In most programming languages, case-insensitive string compare without specifying the culture became deprecated. It should imo only be used for fuzzy searching doubles, which you probably will do with ToUpper for performance reasons, or maybe some UI validation.


This issue was detected when running Firefox on Linux on Apple silicon. Firefox on Mac just identifies as x64.
It’s probably not on purpose by YouTube. It’s stupid they put restrictions on some heuristics to begin with but maybe because otherwise people would think YouTube is not loading properly while it’s the software decoding on the not capable arm PC that can’t handle the resolution.


Why can’t he be both? Wasn’t it uncovered he got financial support from American Christian conservative and Russia?


I think they are free to charge some users more for a copy. But as it’s GPL, any person is allowed to make a copy and share that with a studio. But would it be worth it as it’s more trouble for accounting?
In c they do indeed just mean shorter and longer int as the size of the int is defined by the compiler and target and originally represented the hardware.
There are types like int32_t or int_least16_t.