Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Personally it's what I use them for the most. I do not have the time to reverse engineer arbitrary things like this. I have a scooter that uses Bluetooth BLE which has no connectivity beyond that. I've been using Claude to help reverse engineer the protocol to hopefully get a home assistant integration up and running.
Claude can see things I can't, patterns in hex that are coming back, I send in results from wireshark and it can try ad neaseum to try and get something working. Right now it's about half working. When I have time I'll keep plugging away. Then hopefully other people will be able to use it, and we can have one less vendor locked in device
That's awesome! Can you describe your set up for vibe coding this? I'd like to take a look at porting postmarketOS linux, or ubports to some phones I have laying around.
First I asked it how to create a dump file. I hooked up ADB debugging to my phone, then used the scooter's app as normal, with the logging turned on in Android developer tools. It created a very long and complex dump file of hex that I could not understand.
However, then I had Claude get to work. I describe that in that I had opened the scooter's app, and turned it on, paused a few seconds, then turned it off and closed the app. It started attempting to mimic the commands through the computer's local bluetooth device, to get a successful response. Eventually, after something like 20 attempts it found a hidden clue that was basically a pattern that it had detected, and it was able to finally get an ACK from the scooter. Something I would have never been able to do. From there we have a plan on how to map out all of the other commands, but it was a huge win for the day.