NRoach44

joined 1 year ago
[–] NRoach44@lemmy.ml 2 points 1 year ago

IIRC docker on Windows lives inside WSL, so everything is done on Linux anyway. What's the issues you're getting?

[–] NRoach44@lemmy.ml 1 points 1 year ago

There's mt32-pi, a baremetal app that emulates the classic MT-32 MIDI synthesizer.

For better or worse, the Pi (2+) seems to be the only SBC with a video output that can do 240P or other funky CRT resolutions (the DPI interface on the GPIO).

[–] NRoach44@lemmy.ml 3 points 1 year ago (4 children)

I've got three of these, pity the batteries leak THROUGH the wires and end up corroding stuff on the board.

Fun little novelties but not very practical do do anything with these days. Maybe I'll write a small program to turn it into a keyboard...

[–] NRoach44@lemmy.ml 3 points 1 year ago

gedit in native Linux or WSL2. use it for Ansibke, python, C, bash, basically anything I need to edit. Has a git plugin, bottom terminal pane, left open files / current folder pane. Does all I need it to do, and it's not a huge fuckoff electron app.

[–] NRoach44@lemmy.ml 15 points 1 year ago (2 children)

The linked article — and others — explain that in Android 10+, (a) executable binaries can no longer reside in a read/write directory, and (b) access to /sdcard will go away. Simply put, these changes destroy my application's ability to function, and that of Termux as well.

That sounds like proper security to me? Inability to access the user's storage is a bit lame, but they've been moving to nicer APIs for that anyway.

Android is a mobile phone OS, not desktop / embedded Linux.