Things I want to build (and finish, hopefullyn't)
My mind winkers for things to be mad at. I use to canalize this into some house-fixing thing, but I’ve found/had something very interesting ideas over here:
Ah, by the way, those fixes never happened.
A VERY COOL looking tiny mechanical keyboard
Too much detail into the PCB board in the video IMO, but looks really cool and seems to be indeed not expensive. Some things I don’t yet realize from the video is how the two parts connect to each other through that… miniplug? 0.o
Need to check also if Arduino board can replace that keyboard-dedicated Elite-C microcontroller, since it’s an ATmega32u4. But have to say, that USB-C port is a wise decision.
The SIMPLEST web server in Golang you will ever found
I want to build software.
You know, “put things together and do stuff” TBH. Not really an original idea. I want to build something that I could use to compare myself to big people, like the Nginx webserver. So let’s build a web server with a few precommitments, BUT for all of them the phrase “at leatst for now” applies:
- External library usage at bare minimum.
- Only HTTP 1.1.
- No HTTPS.
- Open-closed (you know… SOLID and all that shiny words): middleware-oriented, YAML-oriented.
I don’t know. Let’s see waas sappening.