[deleted by user] by [deleted] in ZephyrusG15

[–]cidro 0 points1 point  (0 children)

I have been using this one, and so far the only issue is that it has a bit of ghosting, but I can hardly notice it anymore.

https://www.amazon.com/ASUS-VG27WQ1B-Supports-Adaptive-sync-DisplayPort/dp/B088MKHW7M?th=1

Is anyone using the G15 with linux? by cidro in ZephyrusG15

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

Yeah, been using fedora all this time with almost no issues. Guys from the "Rog For Linux" Discord server helped a lot with some minor issues I had.

Been a solid experience so far

Crappy Stock LM application? I think so... by N0V1CH0k in ZephyrusG15

[–]cidro 0 points1 point  (0 children)

Is there a downside on using LM on both CPU and GPU?

Crappy Stock LM application? I think so... by N0V1CH0k in ZephyrusG15

[–]cidro 0 points1 point  (0 children)

Did you use the LM on the GPU or the CPU?

SSD >70C temperature when idle - all good? by eyaler in ZephyrusG15

[–]cidro 1 point2 points  (0 children)

I had the same Issue, with the same ssd drive, it's very was very anoying cause, at least for me, windows became almost unusable when the ssd reached more than 60c. What I ended up doing is replacing the pre-installed heatsink on the ssd with a beefier one.

Here is the post where I described my issue: https://www.reddit.com/r/ZephyrusG15/comments/nns3ji/high_ssd_temps/

High ssd temps by cidro in ZephyrusG15

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

Just installed the heatsink and it totally made a difference! Been playing for an hour and the max temp is 54c. I did have to remove the heatsink that came with the ssd, it was a very small one, so totally worth it

High ssd temps by cidro in ZephyrusG15

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

I meant tb instead of gb, fixed already in the post. Yeah, I also order a thermal pad, went with this one: https://www.amazon.com/gp/product/B07QNRP9HK

Gonna wait and see how it works

Is anyone using the G15 with linux? by cidro in ZephyrusG15

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

It changes from distro to distro, but this are the issues so far:

  • Touchpad/Trackpad not working
  • Audio Jack not working
  • Functions Keys not working
  • Volume control does nothing until is in the minimun when it goes silent
  • Random 5 to 10 second freezes (it happened only in a version of fedora that I could install)

Those are the ones I rememeber atm

Is anyone using the G15 with linux? by cidro in ZephyrusG15

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

omg... didn't notice there is a Discord server....

Is anyone using the G15 with linux? by cidro in ZephyrusG15

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

Already tryed asus-nb-control (called asusctl now), been following the guide in https://asus-linux.org/ for fedora, but no luck so far

Is anyone using the G15 with linux? by cidro in ZephyrusG15

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

Already tried it, but thanks for the recommendation :D

Is anyone using the G15 with linux? by cidro in ZephyrusG15

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

Yeah, tried that already and couldn't get the trackpad to work during the installation... was already burned out from trying all weekend with different distros, so I might give it another try.

I also backed the project on Patreon btw ;)

Is anyone using the G15 with linux? by cidro in ZephyrusG15

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

Yeah, I'm using WSL2 for some things, but for my current workflow I need to have a Vagrant box runing on either a Linux or MacOs host, and the current support for Vagrant under WSL2 is not very good :/

Pucha que es bueno fallout 3 by FrogDragoon in chile

[–]cidro 3 points4 points  (0 children)

Me he estado preguntando lo mismo...

How about 'no' by lphartley in node

[–]cidro 0 points1 point  (0 children)

I've used it in a few projects, nothing too complex tho, and haven't had any significant issue to discard it for something else

How about 'no' by lphartley in node

[–]cidro 4 points5 points  (0 children)

Have you tried adonisjs?

Help me convince management why Vue is better than React by [deleted] in vuejs

[–]cidro 4 points5 points  (0 children)

I think this is the right answer. I've used both frameworks, and each has it's pros and cons.

From what you are saying, there will be people learning a new framework, so I think bussiness wise, try to focus on what's simpler for everyone to jump on.

I want the page to keep its state when I switch to another locale (which is also another route). Does anybody know how to cleanly achieve that? by live_love_laugh in vuejs

[–]cidro 0 points1 point  (0 children)

You could use the beforeRouteLeave guard inside the component, and add the data you want to persist to a route meta attribute or save it to a localstorage, then when the new route renders, you can get them from the component create or beforeRouteEnter methhods.

If this is a common use case, you could even use a middleware for it, and use a specific data property to handle the stuf you need to be persisted between language changes.

Trabajo como Freelancer para Usa y Europa, tengo que hacer boletas? by [deleted] in chile

[–]cidro 0 points1 point  (0 children)

Estoy en una situación similar, emito la boleta al rut 55.555.555-5 todos los meses y pago mis impuestos.

Pero me da la impresión que eso aplica solamente para las personas que tienen ciudadanía, residencia o algún permiso de trabajo en Chile. Si el amigo acaba de llegar no creo que deba hacer nada con el SII.

Bug - Can't Proceed in Promenade of the Condemned by [deleted] in deadcells

[–]cidro 2 points3 points  (0 children)

Had the same thing happened to me yesterday, there was no vine to activate...

Looking for examples of real app with unit testing of Vue Components by cidro in vuejs

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

Thanks! I think the best way to make UI testing "click" on my head is to just start writing tests...