June 20, 2025
worked on
YetAnotherPlatformer
Got it packaged with pygbag onto my server, can use web to access
worked on
YetAnotherPlatformer
Since there is not much time left, i speedran making some new levels and the project will probably have to be shipped unfinished, i will try to package with pygame wasm now.
Shipwright gave you feedback
Please fix the ports issue (maybe just allow more than 25565 on the firewall - if that works?) and please show a way to join the server, although good project.
created a project
A package manager for lfs that supports binary packages
worked on
MCServer++
Realized I needed to add the ability to set memory allocation (should be last devlog before ship) and also needed the daily sticker
worked on
MCServer++
Ready to ship, attached a video showing the functions of the app so far
worked on
MCServer++
Finished writing the Dockerfile and setup for deployment with docker-compose. The app will now create servers in a defined location instead of allowing the user to set the path, due to the virtual environment. Also fixed a bug where startup failure on the subprocess would still push it to the running list, and it would be stuck running without any way to stop off.
worked on
MCServer++
Finished the implementation of Java detection on Unix and Windows platforms, and began dockerizing the app for deployment.
worked on
MCServer++
Implemented the ability to change the Java binary that will be used to run the server, and auto-detection of Java binaries in defined install paths.
worked on
MCServer++
Added types to most locations and began implementing the ability to change the install of Java that will be used for running the server (required for versions of Minecraft that require versions of Java other than the default version)
worked on
MCServer++
Added support for fabric mods downloads from modrinth, and fixed a condition where if the mod/plugin download failed, its record would still be updated.
created a project
It is yet another parcel tracker that supports over 800 carriers.
worked on
MCServer++
Added basic fabric server support (downloading and updating, mods not supported yet). The video has a server crash in it because i had another server running
worked on
MCServer++
Add function for adding/removing servers, there is a limitation that the directory must be manually inputed as text, as client-side cannot get directories from select dialog (security reasons)
worked on
MCServer++
Tidied up the server.properties modification view, using the json mappings to decide label, input box type, and hover text (extended description)
worked on
crx_to_xpi
Fixed an issue where extensions would end up with ids such as msgappname or similar. As my code generated the id based on extension name, if an extension had this as their name in the manifest (i18n locales handling) then its name would show up normally in the browser, but the script could not handle it, resulting in such an extension id. This was fixed by having the script scan for the i18n message in the _locales directory of the extracted crx, and use that instead.
worked on
MCServer++
Created the name/description mappings for the keys in server.properties, which can later be integrated into the ui to make it less confusing
worked on
crx_to_xpi
Added the install script and extension packaging to the actions workflow.
worked on
crx_to_xpi
Made a python install script that can later be converted with pyinstaller for easy installation process on all os. Currently it downloads the native messaging executable from github and registers the native manifest, and the user only has to run this and install the extension.
worked on
crx_to_xpi
Spent way too long setting up gh actions to build the python script into an executable file. It simplifies the installation process as there is no longer a need for setting up venv etc
worked on
crx_to_xpi
Fixed an issue where installing multiple extensions in quick succession resulted in an error of address already in use, by making the temp server shut down as soon as it finished serving a file. Also fixed some issues on the extension end...
worked on
MCServer++
Added a ui to modify the server.properties file which contains the server settings. As it is in java properties file format, it first needs to be parsed into json. Later I will create mappings for labels instead of the property ids shown now.
worked on
MCServer++
Implemented the ansi escape sequences usually in the terminal using ansi_up to convert them to html, and began the reading/writing function of the server.properties to modify server settings
worked on
crx_to_xpi
Fixed an issue where with larger files, the connection to the temporary server would be reset and the file could not be downloaded. This was because due to Firefox security, an extension can only be programmatically installed in the same event frame as a user action (button press etc) so now when the extension has been converted, it shows another button to install it, bypassing this.
worked on
MCServer++
Running server instances from inside the app now works, including status, log, start/stop, etc. Uses node.js child_process to spawn the server, and stores the instance, which can be retrieved by the app.
worked on
crx_to_xpi
Created an installation script for installing the native messaging manifest, setup python venv, etc. Eventually it will be easier once i package the script into a single executable without need for external python
Good job on this one... Sorry for the wait and thankyou for providing the video...
worked on
MCServer++
Added more plugin sources (Bukkit, PaperMC Hangar). Bukkit downloads don't support versioning as I could not find an api, only a 'download latest' link per plugin. I also did some bug fixes and small improvements in the UI.
worked on
crx_to_xpi
Implemented the communication between the browser extension and a python script that allows the extension to send extension info to the script, after which it will be downloaded, converted to xpi, then hosted on a temporary http server which the extension opens for user to confirm installation. Also implemented changing of Chrome service_worker to Firefox scripts in the manifest.
worked on
crx_to_xpi
Created the start of a Firefox extension, which adds the add to firefox button to the webpage. Currently working on an implementation to communicate with the script using extensions native messaging for the script to handle conversion. (bypass webextensions restrictions)
worked on
print_mate
Fixed issues with path resolution on the windows build, which now works, and the project is ready to be shipped. (no i will not activate windows)
worked on
print_mate
Got the app packaged with electron as a wrapper to make running the app easier, and spent a lot of time struggling with Github actions and cross-compiling (which did not work) to get the app built with electron-builder.
worked on
print_mate
Fully implemented the cloud mqtt (including Bambu cloud authentication) and added support for local camera/ftp connections in cloud mode (there is no way to get these connections over the cloud even though Bambu Handy can do it, as the apis are undocumented). Here is an in-progress firmware update tested using the cloud mqtt
worked on
print_mate
Added support for the Bambu cloud MQTT server, which removes the restriction of operating the printer in LAN only mode, although with reduced functionality (haven't gotten camera or files browsing to work yet)
worked on
MCServer++
Finished the entire software management view - updating plugins, updating the server software, adding and removing plugins. Currently the app only supports paper for server software through the papermc api, but spigot support is planned. Plugins support spigot, direct urls, and github releases, and bukkit support is planned
worked on
print_mate
Implemented timelapse file downloading from FTP, implemented the settings view to change printer settings, and tried (and failed) to make MQTT subscriptions faster, as the printer's implementation does not send status updates on a published command, but only at a defined interval (2s). Some of the settings in the video that look like they are not working have just not updated due to the slow status updates.
worked on
MCServer++
Implemented version checking when downloading plugins and integrated download functions into ui.
worked on
MCServer++
Implemented downloading jarfiles of plugins from SpigotMC, GitHub Releases, and direct urls.
worked on
MCServer++
Made the ui and started working on plugin file downloading.
worked on
print_mate
Implemented skip objects functionality. The implementation downloads the 3mf print file from the printer through FTP, then extracts it and obtains the top_X.png, which is the top view image of the print for selecting objects, plate_X.json which contains bounding box data for the pick image, and slice_info.config which contains object ids sent to the printer for skipping.
created a project
A minecraft server manager built with next.js, supporting Fabric/Paper (and mods/plugins) downloads.
worked on
print_mate
Implemented the Bambu HMS system, implemented some more MQTT commands, started implementation of settings view
worked on
YetAnotherPlatformer
Set up the base of the project, implemented the player, some enemies, and a test level
created a project
A platformer game where you survive as a stick figure.
worked on
print_mate
Implemented the camera stream. For some reason Bambu Lab streams the video as a series of JPEGs on a TCP server, which made implementation much more difficult. The implementation connects to the TCP server, sends an authentication header, then receives the frames.
worked on
print_mate
Sending new prints to the printer over MQTT now works. All the settings available on the printer's touchscreen are also available through the new view.
worked on
print_mate
Implemented most MQTT functions used by the printer, and now it is now able to retrieve the print image over FTP.
worked on
print_mate
The MQTT is working, but it can't yet retrieve some data, like print image or filaments info. Also the ui is ugly and I haven't made the icons yet.
worked on
crx_to_xpi
The initial version of the app can take a local crx or download it from a url, and zip it into xpi format with required parameters for use in Firefox.
created a project
A WebExtension and native app to convert Google Chrome extensions for use in Firefox.
worked on
print_mate
Publishing commands and making subscriptions over MQTT now works. I made a pool of persistent connections so it doesn't have to reconnect every time.
worked on
print_mate
Finished the filament chooser, file browser, and control UIs.
worked on
print_mate
Made the printer list editable, some ui changes
worked on
print_mate
Changed the hardcoded values in most views to states so they are variable, and added popups to modify those values.
worked on
print_mate
Changed to a sidebar navigation, added actual stuff to some more views
worked on
print_mate
Got ftp working to scan the printer for printable files
worked on
print_mate
Made a basic files view with fake data
worked on
print_mate
need to post something...started working on the backend (messing around in mqttx)
worked on
print_mate
Created the controller view as a clone of the A1 UI.
worked on
print_mate
Needed a way to control my Bambu A1 from my phone in LAN only mode. Home Assistant is overkill (I don't have anything else to use it for) and most of the available solutions don't support Android.
created a project
A react/next.js based controller for Bambu Lab 3D printers. Supports MQTT and FTP printer communication.
joined Summer of Making
This was widely regarded as a great move by everyone.