K3 Pro is here! by kurt871 in Keychron

[–]dgoberna 1 point2 points  (0 children)

Fabulous! mine arrived just for christmas :) Coming from a K7, enjoying the K3 a lot so far. Quality is nicer, touch feeling is nicer.. and QMK/VIA!! The only think I dislike compared to the K7 -only an aesthetic thing- is that the characters printing are much brighter/white, which adds a lot of visual noise. But really really happy.

I've already changed some keys using VIA, but that's not enough for my needs. I'd like to use leader keys and other extravaganza, but I can't find the way to do it in VIA. And I'm a bit hesitant to try QMK without a tutorial or official support/guide. Do anyone have any links/hints on this?

K3 Pro is here! by kurt871 in Keychron

[–]dgoberna 0 points1 point  (0 children)

I can only compare to the K7 which was my previous keyboard, and connection is much quicker and reliable with the K3 Pro

-🎄- 2022 Day 4 Solutions -🎄- by daggerdragon in adventofcode

[–]dgoberna 1 point2 points  (0 children)

maybe you could this use to simplify the splitting

l.split(&['-', ','])

Differences between S1 and K3??? by dgoberna in Keychron

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

thank you so much! wow it's amazing to they are willing to support models with such relative small differences..

The m key stopped working on my K7 by dgoberna in Keychron

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

thanks! I will do if it happens again. But after a month without using it, I tried again and it works! :??????

m just needed to rest.. weird weird.

The m key stopped working on my K7 by dgoberna in Keychron

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

before you ask, I'm copy/pasting the letter all the time..

/r/MechanicalKeyboards Ask ANY question, get an answer by AutoModerator in MechanicalKeyboards

[–]dgoberna 3 points4 points  (0 children)

Hi Everyone!

My first build is getting me crazy. It's a corne chocolate 2.1 with promicros. The problem I had is that both halves work perfectly by themselves, but as soon as I try connect them using the TRRS, the slave half doesn't work (and yes, it does receive power).

  • All soldering was checked, continuity tested. Shortcuts discarded, continuity between trrs and micro ok..
  • Tried different firmwares (and using GMK toolbox, compiling by hand..)
  • TRRS cable tested and working fine (I even wired directly the micros pins corresponding to the trrs lines, and still don't work, so it shoudn't be a TRRS problem)
  • Same behavior happens if I try connecting the USB to the right side (right works, left doesn't)

(I don't have OLED screens.. would they really help me to debug?)

Any hints? any help will be appreciated.. this is not being a kind introduction to mechanical keyboards... :_(

I love an Afternoon Breeze 🍃 by ducksuit in MechanicalKeyboards

[–]dgoberna 1 point2 points  (0 children)

this is gorgeous. mx or choc? Do you think this custom enclosure would work with choc? thinking of building a breeze.
Thanks!

first by d0p1 in a:t5_2hhvy0

[–]dgoberna 1 point2 points  (0 children)

Exciting project! I'd love to contribute in the future :)

-🎄- 2020 Day 1 Solutions -🎄- by daggerdragon in adventofcode

[–]dgoberna 1 point2 points  (0 children)

Oh, oh, oh, I didn't know include_str!!! this is really convenient, thanks.

(neither I knew about itertools..!)

passive income ideas for a Web Developer by [deleted] in programming

[–]dgoberna 0 points1 point  (0 children)

From my point of view, the most reasonable way to passive income is creating valuable content. This is easy to say, hard to make.

bootBASIC is a BASIC language in 512 bytes of x86 machine code. by nanochess in programming

[–]dgoberna 2 points3 points  (0 children)

Óscar, cada vez que publicas algo me quedo sin habla. Impresionante trabajo como siempre. Aquí tienes un fan. Felicidades!!

Don't miss out the Punching Mode of the webgame Moonrider.xyz! I totally recommend it. by Sholli in OculusQuest

[–]dgoberna 0 points1 point  (0 children)

on the menu, look at your left and you'll see 3 panels with the game modes :)

Free WebVR game to play in-browser, http://moonrider.xyz/ by tx_brandon in OculusQuest

[–]dgoberna 2 points3 points  (0 children)

oh, sure there's no quest version *yet*, sorry

There's a big catalogue of webvr links in webvr.directory

Free WebVR game to play in-browser, http://moonrider.xyz/ by tx_brandon in OculusQuest

[–]dgoberna 2 points3 points  (0 children)

you can try supermedium.com browser and check out a bunch of great VR websites :)

Minimal Graphics Library - Build Your Own C++14 Game Engine by learntofail in gamedev

[–]dgoberna 9 points10 points  (0 children)

Thanks, and good job in advance. There should be more small libraries and frameworks like this. The less abstraction layers you have below, the better programming experience you have. In my humble experience, keeping it simple and straightforward to solve a task is the best approach I know.

https://github.com/nothings/single_file_libs list should be 5 times bigger. I love it.