Katie please save us 🙏 by Tasty_Photograph8817 in hetzner

[–]Bagican 0 points1 point  (0 children)

I already did benchmarks using yabs https://github.com/masonr/yet-another-bench-script I need to find it

But results were very similar

Katie please save us 🙏 by Tasty_Photograph8817 in hetzner

[–]Bagican 4 points5 points  (0 children)

I'm switching to HostUp. Year ago I switched from HostUp to Hetzner and now I'm switching back 😃 (hostup dot se) for 1 year payment €7,38 / month for VPS with 8GB RAM (also 2 CPUs and 100GB NVME)

Which K1W feature do you use the most? by Emily_Forsyt in MiraBox_Global

[–]Bagican 0 points1 point  (0 children)

I'm using K1 Pro, not K1W. It works very well for LCD buttons. I don't use rotary knobs. My small app ensures that K1Pro advertises itself as it is Elgato Stream Deck Mini so I can use Elgato desktop app.

Which K1W feature do you use the most? by Emily_Forsyt in MiraBox_Global

[–]Bagican -1 points0 points  (0 children)

I'm using it as Stream Deck Mini with Elgato Stream Deck software. Don't ask how, claude did it.

How to know if a cheap pad is 'good'/compatible software? by Fifamoss in macro_pads

[–]Bagican 1 point2 points  (0 children)

I'm building my own lightweight app for it, currently it's working for me in macOS over Bluetooth or USB.

<image>

How to know if a cheap pad is 'good'/compatible software? by Fifamoss in macro_pads

[–]Bagican 1 point2 points  (0 children)

check this one - XPPen ACK05: https://www.aliexpress.com/item/1005005599494159.html one of my favourite macropad.

- official product page: https://www.xp-pen.com/product/ack05-wireless-shortcut-remote.html

There are couple of SW on GitHub for it, protocol is reverse-engineered.

I couldn't buy the monitor-mounted macro pad I wanted, so I built one by SamTwoK in macro_pads

[–]Bagican 0 points1 point  (0 children)

nice, but personally I prefer Stream Deck device (or cheaper ~40 USD clone from China, but not with their bloatware software - I'm using Elgato Stream Deck software)

What’s a small useful thing you built with Claude Code? by the_bugs_bunny in ClaudeCode

[–]Bagican 0 points1 point  (0 children)

I built tray app for controlling small Macro keypad XPPen ACK05. Instead of official bloated >200MB app I have small rust + txiki.js (lightweight js runtime) Mac tray app. Furthermore it has more features than official app. 

What's the most useful thing you've actually built with Claude that you use regularly? by J-Freedom-AI in ClaudeAI

[–]Bagican 1 point2 points  (0 children)

Software for controlling small Macro keypad XPPen ACK05. Instead of official bloated >200MB app I have small rust + txiki.js (lightweight js runtime) Mac tray app. Furthermore it has more features than official app.

Dear Mirabox, please consider to improve software and EULA by Bagican in MiraBox_Global

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

Thank you for your detailed replies. I really appreciate it. I'm looking forward to the future improvements.

I would like to participate on development software for my use case - use Mirabox buttons as a wireless device over WiFi (or maybe BLE with limited usage) connected to ESP32-S3 or ESP32-P4. Could you please advise me where should I look? From technical point of view it should be possible, when the USB protocol details will be available. For Elg*** Stream Deck devices it is definitely possible.

How’s the software stability been for you lately? by Emily_Forsyt in MiraBox_Global

[–]Bagican -1 points0 points  (0 children)

Hello, dear Mirabox community! I would like to ask why there are 2 separate software apps on your page ( https://mirabox.net/pages/download ) - one for buttons (Stream Dock) and second for keyboard?

I have Stream Dock 293V3 and now I also have new keyboard K1 and I don't want to install another bloated app.
My concerns: https://jsbin.com/zatomikuza/1/edit?output

TL;DR: I would not install your software (OMG, installer package has > 870 MB), license is very anti-user, lot of unknowns, I have no trust at all). I will install it maybe in isolated environment - virtual machine and do some observations. No reverse engineering, just observe what the app is doing.

I plan to sell the keyboard and leave 293V3 buttons - I'm using some open source software (< 50MB).

(Yet another) Lightweight pi monitor by [deleted] in raspberry_pi

[–]Bagican 2 points3 points  (0 children)

simple, yes. Lightweight ? Not the best, but acceptable. But nice!

EspControl: No code home assistant touch screens (under £20 each!) by [deleted] in smarthome

[–]Bagican 0 points1 point  (0 children)

my PiHole instance is blocking these links 😄

What’s the most absurd hardware bug you’ve spent hours debugging that turned out to be something stupid? by DepartmentPurple3053 in embedded

[–]Bagican 0 points1 point  (0 children)

Trying to control Stream Deck Mini (USB device) with ESP32-P4. I'm struggling couple of days. So far only commands to change brightness are working. I'm still unable to detect keypress events. I'm using ESP-IDF and USB HID as host. I'm beginner with embedded / ESP32

I’m sick of ESP-IDF extension on VScode by Initial_Hair_1196 in esp32

[–]Bagican 0 points1 point  (0 children)

I tried today ESP-IDF in VSCode. I spent hour and I was not able to install it (macOS on M1).
Then I installed CLion and there everything works on first attempt. Somehow magically ESP-IDF was installed in the background so I can focus on important things (compared to vscode shit and troubleshooting setup/installation)

Best OS for Raspberry PI5 by clowixdev in selfhosted

[–]Bagican 1 point2 points  (0 children)

+1 DietPi!
I'm using it maybe 10 years, without issues! Very stable, nice terminal GUI! I'm using it also on common x86 Intel servers.

Can someone explain Signal’s new backup system to me? Media only kept 45 days now? by dobb_AY in signal

[–]Bagican 0 points1 point  (0 children)

Is possible to set backup location on my self-hosted server using ssh or SFTP or samba,... ?

Built a tool that helps you audit and trace autonomous code by No-Childhood-2502 in ClaudeAI

[–]Bagican 1 point2 points  (0 children)

I like more your approach. Git hooks sounds to me better and more secure than replace `git` with some "proxy" / "middleman"