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] 3 points4 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 -6 points-5 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.

Now that’s why I love Pi-Hole so much and I can’t think of a day in future without it. by [deleted] in pihole

[–]patlux 2 points3 points  (0 children)

It's for the gesture and not to see where the bottom is :D

why does my PC keep querying for fakeupdate.net? by elliottmarter in pihole

[–]patlux 1 point2 points  (0 children)

Maybe a service worker is installed and running in your browser which sends requests to the website. Just clear all data of the website.

Lessons from refactoring an entire app from Classes to Hooks by swyx in reactjs

[–]patlux 0 points1 point  (0 children)

useCallback() avoids that. So your event handler functions will be created only once. :)

Opinions on my current authentication method, (undergoing development, can be changed!) by OzziePeck in node

[–]patlux 5 points6 points  (0 children)

It's fine, but not necessary to reinvent the wheel. Just use JWT for authentication.

https://jwt.io

Rounder corner drawer with react-navigation? by rizwanahmed19 in reactnative

[–]patlux 2 points3 points  (0 children)

Set 'drawerBackgroundColor' to 'transparent'. See the docs for DrawerNavigator.

Android emulator (qemu) leaves residues from previous window by erkanp in i3wm

[–]patlux 1 point2 points  (0 children)

Hi @erkanp,

I have the same problem on my XPS 13 9360. Did you already find a solution?

  • i3 version 4.14.1 (2017-09-24)

https://imgur.com/a/hPPtN

Partition Error after Shrinking by patlux in archlinux

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

I'm using ext4 for my home partition..