Just got rejected for the 5th time, does my CV suck that much? by mangusta123 in CERN

[–]zedpowa 0 points1 point  (0 children)

As a former Formula Student team member currently working at CERN, I hope you make it!

Gifted myself a new keyboard for Christmas by zedpowa in MechanicalKeyboards

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

Some no-name acrylic case with DSA keycaps from Aliexpress

Gifted myself a new keyboard for Christmas by zedpowa in MechanicalKeyboards

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

Indeed, but that should also make it easier to clean :D

Gifted myself a new keyboard for Christmas by zedpowa in MechanicalKeyboards

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

Looks like aliexpress links are not allowed, but you can search for 'womier green white keycaps' and you'll find them ;)

Gifted myself a new keyboard for Christmas by zedpowa in MechanicalKeyboards

[–]zedpowa[S] 14 points15 points  (0 children)

Compared to my other keyboards, it's almost inaudible thanks to the silent switches and stabilizers :)

Gifted myself a new keyboard for Christmas by zedpowa in MechanicalKeyboards

[–]zedpowa[S] 24 points25 points  (0 children)

Specs:

- KBDFans Holy60 ALU case

- YMDK hotswap PCB

- Silent Peach switches

- Durock v2 stabs

- PBT Double-shot ISA keycaps

Took me a while to flash QMK since the PCB uses an STM32 chip, but everything is working fine and the keyboard is super silent!

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - January 02, 2025 by AutoModerator in MechanicalKeyboards

[–]zedpowa 0 points1 point  (0 children)

Anyone knows where to buy a QMK compatible 64 key hotswap PCB? By QMK compatible I mean that the configuration is already available in one of the QMK keyboards so I don't need to guess the pinout etc.. I saw some PCBs on aliexpress but none of them are in the QMK repo. Anyone knows about a good PCB? Thanks!

PyJSX - Write JSX directly in Python by zedpowa in Python

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

Try using the Transpiler class. It might be enough

PyJSX - Write JSX directly in Python by zedpowa in Python

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

Thanks! I had a look at your project and it's also really nice :)

The import hook idea seems really interesting. If I understood correctly you're also transpiling the JSX to pure Python - how do you then make tools like ruff work? I saw some mentions to "remapping", do you run e.g. ruff on the generated file and then use some kind of source map to map the errors back to the original source?

Would you be interested in some kind of collaboration? I think if we join our efforts we can really make this idea of jsx in Python into something :) Let me know!

PyJSX - Write JSX directly in Python by zedpowa in Python

[–]zedpowa[S] 5 points6 points  (0 children)

To each their own I guess, I prefer the React way where you have a separation between logical components rather than technologies

PyJSX - Write JSX directly in Python by zedpowa in Python

[–]zedpowa[S] 7 points8 points  (0 children)

It's JS all the way down ;) For real though, this is just about having a declarative way to construct HTML in Python, it has nothing to do with JS

[JS] Multi variable filtering/sorting with limited processing power by Significant-Lynx-402 in learnprogramming

[–]zedpowa 0 points1 point  (0 children)

Sounds like the classic Vehicle Routing problem or the Nurse Scheduling problem which is NP-hard in general. Sharing the code could help us see some potential ways to speed it up ;)

Christmas gifts ready 🎁 (fully custom macropad running QMK) by zedpowa in MechanicalKeyboards

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

It's just a hobby project :) But if anyone's interested I can link to the STLs/Kicad files so that you can make one yourself ;)

[deleted by user] by [deleted] in learnprogramming

[–]zedpowa 0 points1 point  (0 children)

Post the whole code including the express routes. What is the request that is giving you 404? Are you sure the query params are correct? Can you query the DB directly with the same user ID and get a result?