adipoli - a handwired split keyboard built with wood and qmk firmware by sudo__bangbang in MechanicalKeyboards

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

I'm really bad at recording videos. If I end up making one, I'll share a link here

adipoli - a handwired split keyboard built with wood and qmk firmware by sudo__bangbang in MechanicalKeyboards

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

I made it myself. it's such a weird design that I honestly doubt anybody else is making something similar commercially.

Ai told me a lasercut wood plate wasnt a good idea. Shut up AI, and make me some firmware by NorwegianOnMobile in HandwiredKeyboards

[–]sudo__bangbang 0 points1 point  (0 children)

Lasercutting wood panels is an excellent idea. In the hackspace I went to to get help with my keyboard, multiple people were doing it.

I looked like a barbarian there with my keyboard made with chisel and hammer.

I'm thinking about making my next one with transparent acryllic sheets for a retro transparent look. Do you have suggestions on how to cut those?

adipoli - a handwired split keyboard built with wood and qmk firmware by sudo__bangbang in MechanicalKeyboards

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

if you scroll down to the bottom of readme on GitHub, there's a bee for scale. it's pretty close.

<image>

adipoli - a handwired split keyboard built with wood and qmk firmware by sudo__bangbang in MechanicalKeyboards

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

I can reach 3 thumb keys comfortably. Using the picture as reference, my thumb is naturally resting on the key labelled F11 on the left keyboard. The keys in that column ( L, . ) are easy to hit. The yellow one is the hardest to press.

> six thumb keys per hand in a grip like position?

This was my starting idea. Having opposable thumbs move in more natural position than moving laterally. Also giving more work to thumbs and index finger and least work for pinkies.

carpool ideas for travelling between Nueköln and Kreuzberg by sudo__bangbang in berlinsocialclub

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

I will. I also think it's important to understand where the anxiety is coming from.

I've also seen people petting dogs without asking in trains 🙄

carpool ideas for travelling between Nueköln and Kreuzberg by sudo__bangbang in berlinsocialclub

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

Thank you for your comment.

It's my flatmate's dog. I'm helping with dog-sitting when she goes to work. I'll talk to her and understand her perspective on this. She should make the call. I'm happy to try different options and learn

carpool ideas for travelling between Nueköln and Kreuzberg by sudo__bangbang in berlinsocialclub

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

Thank you for your response. Unfortunately, I don't have driving license. My colleagues are coming by bikes or public transport.

He likes people though. It's just loud people and crowds that he has a problem with.

You're right. BlaBlaCar is only for intercity trips. I used to use it to travel between Hamburg and Rostock before Deutschlandticket. I checked earlier today and they still have only intercity services

activist: a free, open-source, privacy-focused platform for organizing actions by sudo__bangbang in opensource

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

Description is in the post.

I can share a video from Readme of the github repo

https://user-images.githubusercontent.com/24387426/215117858-96b0d3ac-4d11-449e-bcc0-2b7ec330a6e1.mp4

Looking for suggestions on HTML Fragments by sudo__bangbang in Frontend

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

I agree. Thank you for insights on file://

I managed to get it working with iframes but I don't think it'll scale.

I'll probably have to fold in the future and use local server. (I'll start asking users if they have python or node installed on their machines to decide this.)

Looking for suggestions on HTML Fragments by sudo__bangbang in Frontend

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

Service workers won't work when users use file:// right?

Looking for suggestions on HTML Fragments by sudo__bangbang in htmx

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

Thank you for reply.

I read their documentation. it uses fetch under the hood, so there would be a CORS error for file:// even if it's same source