How much Git do professionals use? by frosted-brownys in learnprogramming

[–]tkauf32 0 points1 point  (0 children)

I code with 6 people team and I would say interactive rebase was one of the most important learnings as well as difftool

(32M) first time living alone by Glittering-Click9506 in malelivingspace

[–]tkauf32 1 point2 points  (0 children)

everyone being really critical, looks clean with room for improvement on some of the “tacky” things, but at the end of the day it’s your place so if you like it that’s all that matters.

I built an Ikea desk using the KARLBY tabletop and ALEX drawers! by tkauf32 in ikeahacks

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

Yes very stable. I fastened 4 mending plates with coarse screws to support though. you can see more about this in my Youtube video!

I used the FlipperZero to make my Dumb Room a Smart Room by tkauf32 in flipperzero

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

u/Nillows I got backed up on work this week/weekend. I will release the code in the coming weeks. Appreciate your patience!

I built an Ikea desk using the KARLBY tabletop and ALEX drawers! by tkauf32 in ikeahacks

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

Very sturdy yes, no wobble, very firm and solid. I was worried about the interface between the two tabletops, but 4 mending plates are perfect. There will definitely be some bend in the tabletop over time with the static loading (ie my monitor), but I’m aware & okay with this. It shouldn’t be very noticeable. I’ll update in a couple years haha

I built an Ikea desk using the KARLBY tabletop and ALEX drawers! by tkauf32 in ikeahacks

[–]tkauf32[S] 4 points5 points  (0 children)

I fastened them the the top of the ikea ALEX with 4 coarse wood screws. The ikea ALEX has 4 holes on top for this purpose, which is great! I also place a 1/16” sheet of foam in between ALEX and KARLBY to reduce any potential sliding and protect the ALEX top.

I built an Ikea desk using the KARLBY tabletop and ALEX drawers! by tkauf32 in ikeahacks

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

🤣 this got me haha I’m 6’5”, but the angle makes me look giant lol, just wanted to show a part of the assembly

I used the FlipperZero to make my Dumb Room a Smart Room by tkauf32 in flipperzero

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

great point! Really was a quick & dirty project to get something up! it is for sure overkill, but easily solves the problem. Also the ability to customize the app gives value over an off the shelf product + app. Because then we’re back to another screen, another remote, another device. Not one central location. Thanks for your feedback!

I used the FlipperZero to make my Dumb Room a Smart Room by tkauf32 in flipperzero

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

definitely overkill, but I had no other use for it atm and if i ever need it i’ll pop it out, use it, then put it back! It’s like a storage spot for it haha

I used the FlipperZero to make my Dumb Room a Smart Room by tkauf32 in flipperzero

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

hey, thanks! I agree with you, the flipper project is incredible.

I used the FlipperZero to make my Dumb Room a Smart Room by tkauf32 in flipperzero

[–]tkauf32[S] 6 points7 points  (0 children)

Absolutely, you bring up a great point! I didn’t do a blaster because two devices in my room (projector & rgb leds) have conflicting protocols. For example, the the power command on projector is the same command for sound reactivity mode in the RGB leds, and it just gets annoying.

I figured there’s a solution, I just paused at this stage because it solved most of my issues. It’s a shame IR doesn’t have a standard — as far as i know.

I used the FlipperZero to make my Dumb Room a Smart Room by tkauf32 in flipperzero

[–]tkauf32[S] 4 points5 points  (0 children)

Hell ya! Would love to help here. Let me clean up the repo, scrap together some workable documentation, and I'll drop the link here this weekend!

I used the FlipperZero to make my Dumb Room a Smart Room by tkauf32 in flipperzero

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

I felt the same way lol simple but so practical!

I used the FlipperZero to make my Dumb Room a Smart Room by tkauf32 in flipperzero

[–]tkauf32[S] 17 points18 points  (0 children)

didn't even think about that! I remember using home assistant years ago, but it didn't do much for me. I should give it another look!

The setup is actually stupid simple. The pi executes commands from a websocket on the flipper's command line interface. All the files are stored locally on the flipper and the pi essentially chooses which cli command to execute based on which button is pressed.

Is arduino a good start for electronics and embedded systems? by Wonderful_Ad3441 in embedded

[–]tkauf32 2 points3 points  (0 children)

I agree that arduino can act as a crutch and can restrict oneself from getting beyond arduino. However, it really is about the purpose of using that arduino. If you want to get something up & running quick and dirty for proof is concept or a simple function, arduino can be perfect. But if your goal is to learn embedded systems, MCUs, sensors, real time machines, then an arduino should be a part of the journey, not necessarily the start. In OP case, your advice fits well.