luftruessel

joined 4 months ago
 

TL;DR: This is a ramble about my old and new keyboards, with some finger pain along the way.

  • Hotswap has it's drawbacks
  • QMK is nice
  • I like macro keys

Due to my job and love for gaming, I spend quite a bit of time in front of a keyboard. With that in mind (and also some enabling colleagues) I went on a big long search for the perfect keyboard. Quickly I became interested in split designs and finally pulled the trigger on a Mistel Barocco MD770. It's now 1.5 years later, and this text was not typed on the Mistel.

The old

The Mistel Barocco MD770 is a super nice keyboard. I like the clean look, the split form factor and the fact that I can 'merge' it into a 'normal' keyboard. This saves me from messing with the whole keymap when gaming. What I had to fiddle with however, was the keybinds while not gaming. There is no GUI for that and you have to do it by combinations of key presses. It worked, but I had to check the manual every time I wanted to change something. Also the bluetooth connection often took some time (no issues when wired) to get going. So it had it's minor drawbacks, but not enough for me to go out searching again. After over a year with the board however, an issue pressing enough came up.

Mistel Barocco

The issue

Being a gamer all my life, I never really had issues with hand or finger pain. But getting older and/or really diving into FPS about half a year ago messed with that. After longer gaming sessions I started to notice pain in the fingers of my left hand. Since I also do climbing, it took quite some time for me to figure out, that in fact the gaming is the issue. It seems I press WASD like a mad man when running around. Press less hard then - duhhh! I tried, but the MX Brown switches just didn't give the feedback my fingers needed.

I like climbing, I like gaming and I wanted this fixed quickly. My best idea, apart from tying to press less hard, was to find switches with a clearer feedback. This is when I discovered, that the Mistel sadly does NOT have a hotswap PCB. Which leads us to chapter three.

The new

With virtually endless options for keyboards and some money to throw at the problem, I was not quite ready to desolder my whole keyboard. So I went out there with my requirements figured out:

  • split layout that can mesh together (for the reason above)
  • hotswap (because that's what made me end up here)
  • staggered is fine
  • QMK support
  • (macro keys)

The rest was mostly a gut decision - I found the Keychron Q11, liked the mostly clean look and the macro keys and just went with it.

Keychron Q11

With it I ordered some Cherry MX ERGO CLEAR, some cheapish keycaps that at least support this split layout and some O-rings. Most important answer first: Yes it helped with the finger pain! The actuation point is way more recognizable and the O-rings make the bottom out a lot less hard. I love the switches and also the sound is quite nice. The dedicated macro keys including a GUI to set them all up are also a major improvement in my books. I use them for media management and some undo-redo action which is super convenient. The keyboard itself is also quite beefy with its aluminuim body - not a super big deal but it feels nice. Last thing I want to talk about are the hotswap sockets: You just push in your switches and are ready to go - sounds super easy. And it is. Unless you don't have any feeling in your fingers (duhhh again) and just smash them in. I broke some sockets. Nothing that could not be fixed with some solder, but I was not even aware that this is an option. My fault but still something to watch out for at least.

[–] luftruessel@feddit.org 2 points 2 weeks ago

I have seen them with 5 liter bags stuffed to the brim. You are not going to break these with any reasonable force - at least in their desired application.

[–] luftruessel@feddit.org 4 points 1 month ago

The 3mm aluminium feels super beefy! Can't tell for sure, but I am fairly certain you would get away with just bending. It's not like you can put tons of load there anyway

[–] luftruessel@feddit.org 2 points 1 month ago

Thanks :)

Interesting thought, but I never considered it. It's not for me but I am sure it would have some benefit to someone. This would make for some unique cages for sure - have not seen anything like that out there yet.

[–] luftruessel@feddit.org 2 points 1 month ago (4 children)

I was wondering: is there something like cross posting? Would'be liked to post it in a bikepacking community as well, but the only way I found was recreate the same post. Or make a post with just a link I guess

[–] luftruessel@feddit.org 5 points 1 month ago (1 children)

Like stated above: I have no idea what I'm doing, so take this with a grain of salt.

Regarding welding, I am lucky enough to have someone close by that does it for a day job. Therefor I have the chance to get some educated input, as well as access to professional equipment. This is how I 'learned' MIG welding. I am sure there are courses around (at least where I live, but you would have to google that yourself), but I just went ahead with a project in mind and it worked out. In contrast to wood, you get plenty of chances to 'make it right'. The saying "filler and paint make me the welder I ain't" has some truth to it. Just prepare for lots of grinding and sanding and you should be alright.

With all that said: I don't like welding very much. It smells and I would always make sure to have proper ventilation. Also make sure you are well covered to avoid burns from weld spatter.

84
submitted 1 month ago* (last edited 1 month ago) by luftruessel@feddit.org to c/diy@beehaw.org
 

This year I did my first bike packing trip. For starting out I had rented some equipment, but with the goal of doing more trips in the future, getting some bags of my own was clearly on the list. With the idea of using panniers for my main storage, I wanted to add some fork bags to balance out the weight a little. Also they are the least obstructive (other than frame bag maybe) from my POV. Somewhat enjoying DIY, the idea of designing the cages myself grew on me.

What this is

Some insights and thoughts on the process of designing and making some aluminium cargo cages for a bike.

What this isn't

A guide on how to design and make aluminium cargo cages for a bike. I have no professional training on anything I did here. This is my first time doing something like this.

Designing

Sketch

After making some sketches on paper, I quickly jumped into 3D modelling on the PC.

The software

The software I choose was OpenSCAD. Reasoning was that I like open source software and I don't know any CAD software anyway. With it being a non-interactive tool, I hoped to somewhat make use of my coding knowledge/background. You write a script and the tool compiles it into a 3D model.

This however, did not work out very well. Going into it without much of a plan, I ended up with a very confusing file with loads of duplicate code and lots of guessing when trying to figure out dimensions. This was not the fault of the tool, but only my own. Not saying I'll never go back to it, but for the next job I will try some more interactive tooling. Some more structure and thought out process would benefit any tool however, so that's a learning I'll take with me.

The looks

Hard requirements were the screw positions for mounting to the fork and space for some straps where the bag is attached. In the middle of designing I noticed, that I might want some material running from the screw attachment points across the whole width of the piece (this might not have been required since the 3mm aluminium I used was plenty strong).

The whole design evolved around these requirements and some hexagons I wanted to add. Everything was kept symmetric and I tried to pick up the angles from the hexagons in the other angled pieces.

For sizing, I tested my dimensions on some cardboard cutouts and went with what felt right.

Finished cage design

The issues

  • The lower part was meant to be bent around and then welded at the seams. However I failed to provide additional material for the bending, therefor it was cut of and completely welded in the final product.
  • The lower part is too wide. Instead of taking a second to think about it, I just kept the lower piece wide with the idea of grinding of the excess. I should have made the diagonal piece of the notch the same length as the vertical line it will get welded to.
  • The straps of my chosen bags do not line up perfectly with the cutouts on the cage. There is enough space to make it work and not look super off, but it would be smarter to get the 'target bag' first.

Also I think it turned out a little like any cage you can buy in a shop. Wish I had made it a little more unique, maybe carry the hexagon idea along the edges...

Fabricating

Having access to at least some of the tools required for fabrication made the project seem somewhat reasonable in the first place. I would not know how to go about this, if you don't have a welder (other than designing a part that does not require welding).

Laser cutting

The whole idea heavily evolved around the idea of using a laser to cut my model from some aluminium sheet. However the laser I planned to use was not available anymore by the time the design was finished. No big deal I thought, there are ordering services for just about anything online. Which there are. But many of them ask a heavy fee for low part counts. To a level that would shut down the whole idea. It took quite some searching until I found someone willing to do the job for a feasible price. Had I not found a laser, filling and cutting with a saw would have been my last resort. Luckily it didn't come to that.

Other than the design issues mentioned above, it turned out just like I wanted!

Welding

You should find someone else to tell you about TIG welding. On the photo you can see the lower base that turned out too wide and never got ground off. Also the lower base that was cut off instead of bend due to missing clearance.

Welded cage

Painting

3 base coats, 3 top coats of matt black. Some deburing beforehand would have helped the final look as well. I always underestimate how much all these details show up after painting.

Finished cage

Bags

For bags, I decided on Cube ACID PACK PRO 3 (which are 3 liter bags). Even though I bought these, this was not the super easy part. Going into this project my thought was that it will be super easy to find fitting bags. But I had to do quite some digging to find something I liked. 3 liters per site are plenty for my setup, since I just want to spread some weight forward. I have seen these cages used with 5 liter bags, which worked fine as well. The straps do not line up perfectly with the cage, but there is enough wiggle room to make it work.

Cage with bag

Final thoughts

It was a fun project and I will hopefully get to enjoy these cages for a long time. Without having done most of the things required to tackle this project, it took me quite some time to do. But I learned a lot and will surely go into my next CAD/metal/fabrication project with more of a plan!

I hope someone can get something out of my post. This checklist should help if you consider doing a similar project (maybe even any DIY project at all)

Don't do this if you

  • want to save money
  • need some cages quickly

Do this if you

  • enjoy making stuff!
[–] luftruessel@feddit.org 4 points 1 month ago* (last edited 1 month ago)

Cooles Projekt und Respekt fürs machen! Grüße von jemandem, der auch bestimmt 10 offene Projekte rumliegen hat 😬

[–] luftruessel@feddit.org 1 points 2 months ago

Thank you very much!

[–] luftruessel@feddit.org 3 points 2 months ago (2 children)

Oh wow, that looks very promising! Will deploy it on my server and have a good look!

 

Recently I quit Strava and started using OsmAnd to do my routing and also recording of bike trips.

I can store and view the tracks fine, but the interface really is just for viewing single tracks. I would like to organize my recorded trips a little better, in a fashion that e.g. Strava allows:

  • add some meta information
  • compare tracks and all the related info
  • extract some further data from the tracks and compare them (something like "your fastest 2k")

Is something like this out there? (I did not deep dive into GPX itself, maybe I am looking for something that is not even in the data)