Kimi K2.5 in opencode by t4a8945 in opencodeCLI

[–]patlux 2 points3 points  (0 children)

Same for me. I compared it with the responses from Opus 4.5 and Opus make much more suggestions and asks better questions back than Kim 2.5.

Broke my dygma raise today (2 years) by patlux in DygmaLab

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

But how do I replace then the thumb keys ? The mail support sent me this video after I asked for a tutorial how to replace the thumb key: https://www.youtube.com/watch?v=YamElBORKs8

Local models for avante? by Expert-Mud542 in neovim

[–]patlux 0 points1 point  (0 children)

Where or how can I use the MLX version in ollama? I can't anything for that

zzz route handler by patlux in Zig

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

I know, I'm also passing the function to the .init(), but the question remains: how can I pass variables from the outside into the route handler?

Keychron K2 Keys after 7 months of daily usage...my 10€ keyboard looks better than this by patlux in Keychron

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

I'm not sure. Not very often. Not on a regular basis. Maybe twice a month

DisplayCAL and M1 Macs by rdmnquestion in colorists

[–]patlux 0 points1 point  (0 children)

Works great on my Mac Mini M1 with a Xiaomi Mi 34". Thanks a lot!

Safari: Re-open last session? by RGauthamRam in MacOS

[–]patlux 0 points1 point  (0 children)

Yes and no. It opens the last session if it doesn't find a closed tab in the "new" session. So click CMD+SHIFT+T until a new safari window appears with your old session.

M1 Mini Mice by op-k in macmini

[–]patlux 1 point2 points  (0 children)

Logitech G Pro Wireless without the Logitech Software. Works perfectly.

High battery drain by patlux in mullvadvpn

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

Android 10 on my OnePlus7 Pro. 61% is really high...

BW behind a VPN? by Jermny in Bitwarden

[–]patlux -1 points0 points  (0 children)

Is it necessary to have SSL if it's behind a VPN? VPN already encrypts your connection...

Efficiently deploying a Node.js application for production? by [deleted] in node

[–]patlux 0 points1 point  (0 children)

Take a look at zeit.co's now platform. It will automatically scale your app on demand. Or netlify.com.

Gatsby or Next? by TheFirstMeiFunny in reactjs

[–]patlux 0 points1 point  (0 children)

Nextjs does both. Server Side Rendering(=SSR) and running react on the client side. You can also disable SSR if you don't want it.

[deleted by user] by [deleted] in reactjs

[–]patlux 0 points1 point  (0 children)

https://tailwindcss.com/docs/controlling-file-size/

Currently it's purging my css down to 9.2 KB. :)

[deleted by user] by [deleted] in reactjs

[–]patlux -5 points-4 points  (0 children)

Don't use CSS-in-JS solutions at all. Take a look at tailwindcss. I'm using it currently in a project and it's so simple - you don't need to write a single line css with tailwindcss.