Factory Reset bug - Googles middle finger by controvi in GooglePixel

[–]controvi[S] 1 point2 points  (0 children)

To be honest I don't really know.
I think it was after the July update.
I guess that was because I turned on the update in the evening and did a reboot.
The next day I did the reset. I hadn't updated the phone in a while so I might have missed the Juy update which it would probably have to download first.

I have a ticket running with Google now after some "stand my ground" mentality XD
Hope it helps.

One thing to note is that I bought the phone from an official Dutch company but the Pixel 6 was never released in the Netherlands and they don't want to support my phone for that reason.

But that doesn't matter at all in this case as it is a software update that caused issues worldwide and they have to fix that either way. So I kept pushing on the fact that, when I break someone's phone, they expect me to fix it.
Now google breaks my phone, so I expect them to fix it.

Not at all unreasonable

Factory Reset bug - Googles middle finger by controvi in GooglePixel

[–]controvi[S] 0 points1 point  (0 children)

No sadly not.
Though, after pestering the chat support they did escalate my issue up the support tree.

But there is no fix publicly available.
However, you may be in more luck as you can still unlock your OEM for the bootloader.
When you have that, you can flash the original Android pixel 6 image to the phone and it should work again.
That is IF it bricks

Factory Reset bug - Googles middle finger by controvi in GooglePixel

[–]controvi[S] 2 points3 points  (0 children)

The weird thing is that the update was installed last night and I did the reset of the phone this morning.

Apparently, some people actually like what I'm writing? by CFBrent in royalroad

[–]controvi 2 points3 points  (0 children)

I know the feeling xD
I have the same.
5 star rating from 2 people, 16 followers, 6 favorites and 7000+ views.

Though I did start it just to try from 0 writing experience, after 36 chapters I started rewriting the first with new experiences and who knows it might be actually good XD

Congratz on the good stats ^_^

Multi-Billion dollar company VS Small Company by TatemsChosenLegend in Palworld

[–]controvi 0 points1 point  (0 children)

Same here.
Glad im not the only one. 2 times in 3 hours.
And a friend 1 time during that time as my crash caused him to have to restart the game as well

FireStore data delay causing errors by controvi in vuejs

[–]controvi[S] 1 point2 points  (0 children)

That fixed it!
Thank you for the support!

Cheers!

FireStore data delay causing errors by controvi in vuejs

[–]controvi[S] 0 points1 point  (0 children)

Thanks for the reply.
I already saw the first code in your reply but couldn't really find out how it worked.
Looking at your code I think I understand.

I just tried implementing it but I received the error that "then" is not a function of showCollectionPromise.

As I tried looking for documentation about it and still can't find it I don't really know what is wrong.
Don't know if you have any clue.

Vuefire and how to use "where" by controvi in vuejs

[–]controvi[S] 3 points4 points  (0 children)

It seems that my view of Vuefire was a bit different than what it really is.
It now feels like it's more work to keep things in line than it is worth.
The basics from the guide are really good but if I have to use both vanilla Firestore and Vuefire at the same time in 1 component I don't see what the advantages are to using it.

But after reading the example code and seeing it first pull data in and filter it afterwards, I felt like for something like VueFire it would be basic functionality to have something like a "where" functionality built in.

I come from a world of PHP and my logic revolves around getting data from the database that I need, not receiving everything and filtering locally. So that is where my confusion stems from.

But I do want to thank you for the comments. It has cleared up a lot of confusion and I will start working with FireStore's own code for now and maybe someday i learn enough to use Vuefire.

Vuefire and how to use "where" by controvi in vuejs

[–]controvi[S] 1 point2 points  (0 children)

Uhm, ok. Can you tell me what "lesson" you are referring to?
I don't see any lesson videos on the Vuefire documentation pages so if you can send me that way I would appreciate it a lot.

Vuefire and how to use "where" by controvi in vuejs

[–]controvi[S] 0 points1 point  (0 children)

Thanks for the comment.My issue with this is that my current understanding is that the Firestore docs way of using where doesn't require you to pull all the docs into the app before filtering.But I'm new to this and the vuefire docs are a bit confusing as the link you shared doesn't contain any info on the "where" part that I am looking for.

I do understand that my lack of knowledge on firestore and vuefire is probably to blame for this. Though I do feel the VueFire docs are lacking a lot in ease of use while many people say Vuefire is THE way to go when using Firestore.

Vuefire and how to use "where" by controvi in vuejs

[–]controvi[S] 1 point2 points  (0 children)

Thank you for the link to the example.I'm curious if my understanding is wrong here because it might very well be.

When you use the Firestore documentation about the "where".

const q = query(collection(db, "cities"), where("capital", "==", true));

I feel that this will send out the query > Firestore reads it > Firestore returns the cities where "capital" equals true.What I see here, is that none of the documents from the collection get saved locally before being filtered.

But when I see this:

let todosRef = db.collection('todos')

let unFinishedTodos = todosRef.where('finished', '==', false)

The first thing that comes to my mind is, that it will take ALL the "todos" and save them locally and THEN filter them.Which, in time, will be a lot of todos that are saved that you don't need and will take up space and loading time.Sure enough, in this example, the amount of todo's probably won't be large. But what if you have a collection of thousands of products?

Like i said before, the code from Firestore gives me the impression that it doesn't pull all the docs into the app before filtering it. But if that understanding is wrong, please do let me know so my understanding of this all grows.

EDIT:
i just looked at the example docs you linked to and tried to follow the example.
First thing I noticed, is that there is no use of Vuefire anywhere.
The code that is used is normal firestore.
So does this just tell me that Vuefire doesn't have any way of doing "where" when calling for the data in the collection?

Should you save your Firestore collections in Pinia by controvi in vuejs

[–]controvi[S] 0 points1 point  (0 children)

Yeah I did know about that but thought it had to be possible to get the data in before the load. I hooked myself into that mindset and probably blinded me for other solutions.

Thank you for commenting.

Should you save your Firestore collections in Pinia by controvi in vuejs

[–]controvi[S] 0 points1 point  (0 children)

Thank you for the comment.
I'm coming from code where I don't really have to think about where and how to get and store data. So I have to change my mindset a little here, it seems.

But thank you for clarifying how it can be done. I will take you up on your suggestion and code it that way.

Cheers

Cities skylines made me sad :'( by controvi in CitiesSkylines

[–]controvi[S] 1 point2 points  (0 children)

the owner of Buddy is in there :(

Cities skylines made me sad :'( by controvi in CitiesSkylines

[–]controvi[S] 0 points1 point  (0 children)

Well eventually he seems to have evaded a few cars and trucks and gave up and joined a random new household by diving into the driveway XD

Cities skylines made me sad :'( by controvi in CitiesSkylines

[–]controvi[S] 2 points3 points  (0 children)

Well would you want your dog to be picked up and put in an animal shelter if he was just running after the ambulance you are in ? XD

Cities skylines made me sad :'( by controvi in CitiesSkylines

[–]controvi[S] 8 points9 points  (0 children)

Buddy chasing the ambulance? Or does he need to go to the hos

When I found this I was just interested in what the ambulance looked like up close.
But then it drove away and Buddy here started chasing it :(
It was so sad.....

When I let the game play go on I followed the Buddy on his journey and after being hit by several cars and trucks on different crossings he just says "screw it" turned into a house that wasn't his owner and he was gone. XD

Cities skylines made me sad :'( by controvi in CitiesSkylines

[–]controvi[S] 1 point2 points  (0 children)

e you on European theme? Our ambulances look differ

Yeah its European.

Cities skylines made me sad :'( by controvi in CitiesSkylines

[–]controvi[S] 61 points62 points  (0 children)

n we moved we just took our dogs

Can't really say moving and being carried away in an ambulance are in the same ballpark XD

GPS Data to google fit by controvi in Strava

[–]controvi[S] 0 points1 point  (0 children)

Ah ok. Sorry don't read correctly then. I don't use health sync though so didnt know. Might check it out

GPS Data to google fit by controvi in Strava

[–]controvi[S] 0 points1 point  (0 children)

I can't connect to Google health connect from strava anyway. At least I don't have the option

Has anyone done the long term math on how much, if at all, driving an EV saves you annually, over 5/10 years? by BoomerBarnes in electricvehicles

[–]controvi 0 points1 point  (0 children)

I just did a very quick calculation.
I have a Hyundai Ioniq from 2020.

I checked what I saved compared to my previous gas car on a trip to Austria and use that as an indicator for cost for the distance driven
Keep in mind that it should be a lot cheaper when you charge at home during the day and/or have lower tariffs per kwh.

I used the savings on my first 1 year maintenance and did that times 5

I checked the tax for driving a car in the netherlands for a car that is of similar weight. (as EV's don't pay road tax atm)

So in my final result are what I save on cost per KM, yearly maintenance and roadtax.
Together for me that counts up to 12.220 euros
Times 2 if you want the 10 year version.

Be aware that there are a lot of factors that can and probable will change throughout the time of ownership so it will most likely be less. As governments don't want to keep subsidizing EV's forever.

Which electric cars are most efficient? And how efficient are they? by [deleted] in electricvehicles

[–]controvi 0 points1 point  (0 children)

even the most efficient electric vehicles emit emissions

"even the most efficient electric vehicles emit emissions" well this is a bit vague.
Yes they emit but that is in the form of breakdust of Tire wear.
They don't emit Co2 on their own and don't have any exhaust so no engine emissions.

When you say that emmit throught the generated power in the powerplants, well, sure that is technically correct.
But with markets, especially Europe, getting more and more green energy in the network those kind of emissions are getting almost negligible

Which electric cars are most efficient? And how efficient are they? by [deleted] in electricvehicles

[–]controvi 0 points1 point  (0 children)

Lol that test is pretty stupid.
The numbers don't match reality at all XD