zlacker

[return to "Claude Code for Infrastructure"]
1. fallou+0j[view] [source] 2026-02-04 20:04:39
>>aspect+(OP)
All these tools to build something, but nothing to build. I feel like I am part of a Pyramid Scheme where every product is about building something else, but nothing reaches the end user.

Note: nothing against fluid.sh, I am struggling to figure out something to build.

◧◩
2. sschue+jL1[view] [source] 2026-02-05 06:43:52
>>fallou+0j
I am in the same boat but I recently found I could also use these tool so reverse engineer stuff as well. For example I purchased this label printer from china and was unsatisfied with the printing quality under Linux. So I "coded" a go script to print via BLE instead of CUPS [1]. To do this I de-compiled the android app that comes with the printer and instead of spending hours going through it I just told an Agentic AI to do this for me.

I am now so deep into the rabbit hole that I have made a version that runs entirely in the browser and an ESP32 version. I have now also taken the printer apart to find that the built in BLE is an external module and I could interface directly with the printer by replacing it with my own custom PCB...

[1] https://sschueller.github.io/posts/making-a-label-printer-wo...

[go to top]