techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.7K
active users

#picotron

13 posts13 participants0 posts today

I'm back to the usual shenanigans and I'm trying to make PLTk usable in the context of another cart.

EDIT: I also implemented a "performance mode" which slightly degrades the UI for a sliver of CPU as I was trying to diagnose a FPS issue caused by the last versions of Picotron. Go figure.

I rewrote Picotron Remote Terminal to use sockets, and it's way better!

Before, there was a server on the host, which was provided commands, and the cart repeatedly polled the server to grab those commands. It was ugly, and unreliable.

Now, the server runs inside Picotron, which works
much better. No host server is needed at all (unless you want to run host commands from Picotron, of course). It may even be practical to use now!

The PUSH module version still works better, though, because I haven't bothered to figure out how to grab command output for the cart version lol.

https://github.com/Rayquaza01/picotron-remote-terminal

https://www.lexaloffle.com/bbs/?tid=145162

#Picotron

Remotely control Picotron from the host. Contribute to Rayquaza01/picotron-remote-terminal development by creating an account on GitHub.
GitHubGitHub - Rayquaza01/picotron-remote-terminal: Remotely control Picotron from the hostRemotely control Picotron from the host. Contribute to Rayquaza01/picotron-remote-terminal development by creating an account on GitHub.

For #picotron 0.2.0e: ctrl-clicking on error messages opens in a separate tab.

When multiple windows editing the same /ram/cart file are open, the most recently edited or ctrl-s'ed version is the one that gets saved & run.