Okay.... I think it's finally time to announce it :3
The wonderful project that combines a lot of components
It's the NekoConnect project, a service that proxies packets to plugins, effectively being a server for anything and everything so long as there is a plugin for it
You ever wanted to create a to-do list app that syncs between devices but you never dabbled into servers?
Fret not, this app will do all the heavy lifting for you, including data storage, all you need to do is create a plugin that will accept the data and you can do whatever you want from there
Unfortunately it's not done yet, you might have caught on from my previous toots that I'm creating a repo, there's also some issues with Wayland not handling mouse events so it's using xcb at the moment
The plugin system and server aren't done either, there's some test code but that's likely gonna be rewritten from scratch
But the most complicated part being the UI is mostly done so no issues there

GitHub
Tags: #foss #NekoLabs #Qt6 #PyQt6

GitHub - NekoMimiOfficial/NekoConnect: Platform for creating a unified server solution to all web apps, "NekoConnect, Serving servers"

Platform for creating a unified server solution to all web apps, "NekoConnect, Serving servers" - NekoMimiOfficial/NekoConnect

GitHub

After months of trying to fix my implementation of importlib it's finally fixed and Bob is finally fully working for building py wheel files, I plan on cleaning the code-base and adding cmake support

For the ones wondering, Bob is my build frontend for many services currently only supporting python but with plans for all the language that I use (seriously it's just c and py why'd I need to make it sound grand)
Includes a lexer capable of telling you that you made a typo on line x column y suggesting what it actually should be
You can write variables in the build file and even include tests (I'll work on making post and pre test support)
For now the build file is planned to be able to [build, test, store variables, print, input] but I'd be happy to know if there is anything else it could do that'd make it more useful

Oh yes it supports creating new projects via templates too

The build process is also very simple you just run bob yep that's it

#NekoLabs #FOSS

Time for a new foss project ! 
Introducing project shard
A way of diving data(crystals) into smaller 4kb segments(shards), each shard has its own ID so it can be pulled regardless of the order which makes it possible to download/poll data at any order at any time, making multithreaded single file downloading a possibility, if a shard polling failed you can redownload that shard at anytime, plus you can copy an unfinished download to any other device and continue downloading it, there is no time limit required so the download will never fail as long as the file still exists
Yes I think a project like that MIGHT already exist idk but I thought it would be a good idea since I'm learning about protocols (since shard uses a custom protocol called NDTP)

#NekoLabs

You what time it is!
Pizza time!
Wait no... Or yes .. I don't know kekw
Anywho it's time for an Aweboo dev update!
3 days in and I'm starting to see things.. my conciseness is always telling me ways to improve the UI or code and as a result the home page looks way cleaner, also I wasted some time adding a blur toggle and having to deal with changing properties on a forwards direction css animation which is actually impossible so it's currently broken but I have an easy fix in mind called not using a forwards direction css animation but instead relying on the showUI function to change the state while the show animation that is originally a forwards direction css animation but won't be anymore progresses
Should I say it once more? Kekw

I also started working a bit on the API endpoints and it's all coming together!

#NekoLabs

Hoi!
Y'all like Foss projects right?
Alrighty! time for an Aweboo dev update!
The anilist media server is coming together
I'll probably drop a UI showcase sometime soon as I've started working on the web mobile UI for now, I'll be adding the API as I progress through the UI development
I do have a basic layout atm with lots of eye candy and two themes: pink fever and the mocha catppuccin theme
Animations look nice too

I'll probably introduce some aniline features next, getting the user details ig for now

#NekoLabs (that'll be my projects tag)