Avatar

djtech

djtech@lemmy.world
Joined
22 posts • 63 comments

Experience programmer. Moderator of the human-managed news scraper @nitrofuel

Direct message

The repository is https://github.com/djtech-dev/reblued but at the moment is pretty much empty, just the project’s skeleton, license, README and disussions for collaborators.

permalink
report
parent
reply

Thanks for your reply; i won’t work with firmware-level aspects of the stack, as my plan is to write the userspace daemon, while keeping the kernel-levels modules identical and to communicate to them via HCI sockets, as they are implemented by Linux and with them I can talk directly to the bluetooth controllers.

I’ll check out Android’s project and double-check for security vulnerabilities in older version of the protocols tho, so thank you again for replying.

permalink
report
parent
reply

Fork the feature one, get the diff of the commit that patches the bug and apply the diff to your fork.

Now compile and test.

permalink
report
parent
reply

A quick research tells me that there aren’t patches for other emulators, but the protocol seems well described, so making those patches is possible. I could also take a look at Alacritty source code and deicide if I could make this project work.

permalink
report
parent
reply

For rendering high quality images in the terminal, check out the Kitty graphical protocol. I don’t know if they are any python libraries to use, but I think that they are. P.S. This seems to work well https://stackoverflow.com/questions/58138638/how-to-display-graphical-images-in-kitty-terminal-using-python

permalink
report
reply

What do you mean by AppImage permissions? A sandboxing feature like “access only those directories, those /dev devices, …”

EDIT: obviously this isn’t just for AppImage, but I tested it with AppImage and it work well. Another tip: if you want a package manager for managing AppImage installations try zap (https://github.com/srevinsaju/zap)

In that case, take a look at bubblejail. (https://github.com/igo95862/bubblejail)

permalink
report
parent
reply

Before the “systemctl” command: try removing the GPU and booting it up without the GPU If it works, you can skip the “systemctl” commands

permalink
report
parent
reply