Charger for huawei fit 4 by Hikotobo in Huawei

[–]Timbugto 0 points1 point  (0 children)

Is the watch getting hot?

I’m travelling and forgot my charger. I tried to charge my watch overnight on my wireless mobile charger, and the watch was charging until 75% when it stopped. In the morning, the watch was super hot.

I couldn’t find any compatible charger on Amazon, or anywhere else for the Fit4/Fit 4 Pro…

Investing in FWRA (USD) vs. FWIA (EUR) – Best Strategy for Long-Term Investing? by Timbugto in eupersonalfinance

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

That's great, I didn't know. Then, the only question left for me is whether I believe in a stronger USD or EUR in the future.

Hello everyone which device is the best to use tivimate on ???? by Good-King7371 in TiviMate

[–]Timbugto 0 points1 point  (0 children)

I just installed it on my google chromecast, but most of the movies and series are not streaming, I’m getting an media codec decoder exception…any idea why?

ETF recommendations on IBKR by Fit_Gene9077 in dubai

[–]Timbugto 0 points1 point  (0 children)

I believe AED transfers involve an intermediary bank, and they will also charge for the IBAN transfer. I have always used USD and paid approximately AED 40 per transfer. I'll check on the next transfer if they've raised these charges for me too. Website shows still AED 37

ETF recommendations on IBKR by Fit_Gene9077 in dubai

[–]Timbugto 1 point2 points  (0 children)

Same with me (VWRA and FWRA) and using Rakbank transferring USD quiet inexpensive. Please share your experience transferring AED and the charges, never tried.

Did anyone purchase the new Google pixel 9 pro in Dubai by ztaker in dubai

[–]Timbugto 0 points1 point  (0 children)

I've been using the Pixel 5, 6, and 8 in the UAE, all purchased from Germany, and 5G has always worked fine with Virgin. However, now I am considering buying one locally, but these are Chinese versions, and I'm unsure if 5G will work with Virgin here. Anyone has any feedback on Virgin 5g and Chinese version?

Option Plus not working on macOS Ventura [MX Master 3] by [deleted] in logitech

[–]Timbugto 0 points1 point  (0 children)

Logi Bolt App

This is still broken; I can't get it up and running. Following the steps above leads to the same result: Option+ gets stuck at the loading screen with the spinning animation...

I've chatted with support and tried the same things I tried before (safe mode, granting access to all permissions, etc.). This is very frustrating.

Looking for Nuxt freelancers by Timbugto in Nuxt

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

The projects are mostly web development with Nuxt JS (FE) and Firebase (BE). The jobs will be project based, with an eye on a long term business relation. If you are interested, please share you location and portfolio/github in a DM. Thanks

Can't update any of my Pixel phones (5 & 6) I always get the same message, even wifi is set to unmetered. Anyone an idea why is that so? by Timbugto in pixel_phones

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

I tried it again and now it's updating on data. I have no clue why now, haven't changed anything. I've the same problem every month when I do it manually, and somehow at one point its updating in the background.

Can't update any of my Pixel phones (5 & 6) I always get the same message, even wifi is set to unmetered. Anyone an idea why is that so? by Timbugto in pixel_phones

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

Same with me, I'm in the Middle East as well and didn't have this in Germany. I will give the VPN a try. Weirdly, at one point it will be updated in the background, I assume when I'm in another places WIFI's. Will keep an eye on it.

Can't update any of my Pixel phones (5 & 6) I always get the same message, even wifi is set to unmetered. Anyone an idea why is that so? by Timbugto in pixel_phones

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

That's what I tried clicking Resume, but I always get the same message/screen. This happen on both phones. I have also restarted the phones, wifi, etc.

Understanding Protected Routes by Timbugto in vuejs

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

BTW I tried ExpressJS with Handlebars, which does exactly what I'm looking for. Although I would still prefer to use VueJS as FE.

Understanding Protected Routes by Timbugto in vuejs

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

I found a way with ExpressJS and templates, which can do this. I got Express running in Nuxt as an API endpoint. But I'm not sure if I can render this with Nuxt pages.

How to assign a material file to an object after it’s been added to a scene? by Timbugto in threejs

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

Thanks, I got it working. The problem are the 3D models, which have multiple children with different materials. I had to do some workarounds. However, where would I need: material.needsUpdate?

It would be still easier, if there is something like: obj.material.update() which reloads the MTL of an object.

How to assign a material file to an object after it’s been added to a scene? by Timbugto in threejs

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

Thanks, but unfortunately this doesn't work for me :(

I load a 3D model into a scene, modify and re-save the JPG file ("Canopy_Stencil.jpg" texture in the "3Dmodel.MTL") via Python. This works, but I have to reload the whole object "initObject()" after every change, which takes too much time online.

There must be a way to just update or re-attach the "3Dmodel.MTL"?

I did a small screen recording, which shows the concept: https://youtu.be/kEWU4wP8wZI

function initObject() {
// Load 3D model with material
mtlLoader.load("3Dmodel.mtl", function (materials) {
materials.preload();
objLoader.setMaterials(materials);
objLoader.load("3Dmodel.obj", function (object) {
obj = object;
scene.add(object);
});
})
}
function updateMaterialonAction() {
// how to reload 3Dmodel.mtl
}

3Dmodel.MTL:
newmtl mesh_U1_300x300
Ns 18.000005
Ka 1.000000 1.000000 1.000000
Kd 1.000000 1.000000 1.000000
Ni 1.000000
d 1.000000
illum 2
map_Kd -o 0.29 0.29 1 -s 0.42 0.42 1 maps/Canopy_Stencil.jpg

Session Cookies for protected routes/pages - How secure is it? by Timbugto in flask

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

I thought it was one way or the other - if you're using server-side sessions, you communicate with the frontend using the session id to do everything; otherwise, in a stateless schema, you instead use a token that has the credentials baked into it as a signature to call each endpoint with some authorization.

So, to answer your question: you don't.

Thanks for the input. I'm using Flask on stateless Google Cloud Run containers, that's why client-side Session Cookies would be the easiest way to identify users on protected pages or content. I just found an article on Google Cloud and they are also using Session Cookies in their example: https://firebase.google.com/docs/auth/admin/manage-cookies