NaitLee
NaitLee
It turned out that I didn’t manage to keep this codebase clean and many things are broken as for now 🤥 For now, the primary goal is to fix things....
Some browsers can do Bluetooth: https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API This may remove the requirement of installing things, if we really got to base on it.
From today’s view it’s messed up. I hope this can be done to make it better and address some problems like #48.
This adds two of my Fresh projects to the showcase: - [kitty-printer](https://print.unseen-site.fun/): Web APP for using some kind of Bluetooth printers known as “cat printer”, using Web Bluetooth API -...
Hello friends, If we are going to talk about date, yesterday is the **2nd** year anniversary of Takeback HFS template! (ok, it actually comes later on github) In this annual...
This contributes to progress of #54 by the following additions: - Script `lang/makepot.sh` for gathering & updating strings from source code (*of all branches*) for translation, and it excludes vanilla...
Just like HFS and CPython and many, the formal (non-experimental) version of a software may start at 2... What I've not told is, PHFS is also an experimental project to...
Implementing bandwidth limitation means doing a lot of works on lower-level things, and seems I can't do... There are choices: let me try first; you help me; or give up....
I've found a problem. Create an account in `hfs.ini`, and specify a path for it. With Takeback template, launch PHFS, view the page with Firefox... Go to the path, login...
Currently PHFS is using a simple ini configure method for development. Other choices: - An INI generator with a command line interface - An INI generator with a windowed interface,...