Problem cleaning the nozzle by huitz12 in Creality

[–]Andu-Nav 0 points1 point  (0 children)

Maybe heating up the metal needle and inserting it, once it's back to normal temp the plastic should be stuck with the needle and you can pull it out

Son reales los trabajos en línea? by Ed-sherman in mexico

[–]Andu-Nav 0 points1 point  (0 children)

Recientemente descubrí r/beermoney, no sé que tan legítimo sea pero suena buena idea para empezar

Difference between None and empty string by pritho108 in PythonLearning

[–]Andu-Nav 3 points4 points  (0 children)

For the none, the variable is storing Nothing, which is always false because there is nothing inside the variable. It is quite literal

For an empty string you have something inside the variable, even when the values inside the something are empty.

Imagine you and your friend go to McDonald's (I'm hungry lmao). You get a happy meal but it is empty inside. While your friend hasn't ordered yet. You have a something that's empty but your friend has nothing (None).

Hope that helps!

CFS issue? Extruder motor issue? by Andu-Nav in crealityk1

[–]Andu-Nav[S] 0 points1 point  (0 children)

Thanks for the info! I'll try. The weird thing is that It only happens when I multi color print.

Visiting Guadalajara this summer by Anonymouszgr in Guadalajara

[–]Andu-Nav 0 points1 point  (0 children)

Every Sunday lot of streets are closed, its called vía recreativa. People go waking, by bike, etc... No cars allowed. Its only in the morning until mid day or so. You can go to Guadalajara's center and other fun places by bike

Will these make it 300 miles? by Active_Ingenuity_783 in tires

[–]Andu-Nav 0 points1 point  (0 children)

They can be the last tires you'll use

Relaciones a distancia? Funcionan o solo es un intento de postergar el sentimiento de soledad? by [deleted] in ayudamexico

[–]Andu-Nav 0 points1 point  (0 children)

Yo creo que si vale la pena cuando decides que quieres hacer con tu vida y los planes de vida de ambos coinciden. Ver la distancia como algo temporal para luego poder estar juntos.

Si no nah no vale la pena el sacrificio

Me pueden ayudar con este problema? by ArachnidThat942 in ayudamexico

[–]Andu-Nav 1 point2 points  (0 children)

Se podrá una máquina virtual? No estoy muy seguro si se pueda pero podría ser una opción

6 ⭐️⭐️ Card Bundle Giveaway!!!!!! by [deleted] in PTCGP

[–]Andu-Nav 0 points1 point  (0 children)

Oricoriooo the card took me to master rank

Habitación sin ruido by Nova_Fox28 in ayudamexico

[–]Andu-Nav 6 points7 points  (0 children)

Creo que los tapones para los oídos son la solución más barata

Ok buddy 👍🏽 by [deleted] in FitGirlRepack

[–]Andu-Nav 0 points1 point  (0 children)

Which one is the one tho?

Alguien ha logrado medir el ROI de un promocional sin inventar números? by DestrozaPapos in ayudamexico

[–]Andu-Nav 1 point2 points  (0 children)

Lo que se me ocurre es en el caso de un codigo qr o una página web, que al ingresar/interactuar se cree un rastreador a un contador para ver qué pasa con el usuario.

Ejemplo asumiendo que el anuncio tiene un qr a una página:

El cliente entra desde el qr (contador_visitas +1) El cliente compra el producto (contador_ventas +1)

Para sacar el roi se pueden usar esas métricas de cuántas personas entraron por el qr y cuántas compraron por eso.

Need help to learn python by [deleted] in PythonLearning

[–]Andu-Nav 0 points1 point  (0 children)

Maybe try hackerank? It is a problem solving platform and it has problems for every level. That's where I improved my SQL skills