Open comments for this post
Update 21/06/2026 ( third devlog woo!!! )
GOAL : make an undertale themed personal website/webOS ( or a webOS themed personal website lmao that i can use for college later )
Work done today :
-
MAJOR time spent into making a custom audio system cuz the default one without styles looked dry , so i experimented with it and took alot of internet help.
-
i made the buttons functionable
-> red for closing , yellow for minimizing , green for maximizing . Since i learnt how to make buttons functional , i implemented that same knowledge to make a side-icon to open/close the welcome window whenever needed!!
-
customization of the welcome screen to feel slightly modern , majorly shadows , font changes , also custom github button ( i plan to make a different icon with all of my important socials in later stages )
basically this is the first step towards getting out of the “shitty generic webOS” zone
see yall later !!
Open comments for this post
Update 20/06/2026 ( second devlog woo!!! )
GOAL : make an undertale themed personal website/webOS ( or a webOS themed personal website lmao that i can use for college later )
note: i genuinely was hooked to my laptop today , so i did ALOT of implementations and i am pretty proud of today lol!!
Work done today :
-
majorly css+js work today , discovered alot of styling options like borders , shadows , margins , bg , etc!! i now see how important css and js is cuz my site looked VERY dead before it ( now it is slightly less dead )
-
since i did part 2 of hackclub webOS jam today , i implemented the features it provided , such as draggable windows , status bar with version , time , name , and alot of experimenting with css styling!!!
-
i did make sure to like be even more creative (yuh fr):
-> made a macOS-like window header ( buttons dont work rn ) , since i use windows and i really like its interface i wanted to implement it into this
-> shadows , borders , rounding , gif backgrounds , custom fonts
-[] i currently daydream and plan to add ALOT of stuff like buttons and minimize/maximize for the crazy usability feel!! but im still very behind in the hackclub jam parts ( i think 2/5 ) so i have alot to discover !!
see you later gang !!
Open comments for this post
#Update 19/06/2026 ( first devlog woo!!! )
GOAL : make an undertale themed personal website/webOS ( or a webOS themed personal website lmao )
Work done today :
- basic html testing and layout ( i DO know basic html i just had to revise and retest )
-> audio
-> fonts
-> basic boilerplate
- this is new , i tried CSS for the first time ( never tried it , i js know HTML ) for using custom fonts from google + background colouring using css aswell ( i still need to figure out how to add an image to the background )
see you tomorrow gang !!
Open comments for this post
Downsorter v0.2.0 Release
A lightweight CLI tool to organize messy folders by sorting files into category folders based on their extension!!
in a nutshell:
- Organizes files into folders by type (Images, Documents, PDFs, Code, Audio, Video, Archives, etc.)
- Safely previews changes before moving anything
- Handles file name collisions automatically
- Filters files by minimum age to avoid moving in-use files
Install:
it is a pip now , fully functional , so you can just :
pip install downsorter
running it on terminal :
Preview what will happen can be gotten by :
downsorter –folder “C:\Users\YourName\Downloads”/“path of the folder you wish to sorter ( absolute path )”
Actually move the files by :
downsorter –folder “C:\Users\YourName\Downloads”/“path of the folder you wish to sorter ( absolute path )” –apply
Key features:
- ✅ Preview mode (safe by default)
- ✅ 11 file categories automatically sorted
- ✅ Duplicate file handling with auto-rename
- ✅ Cross-platform (Windows, macOS, Linux)
- ✅ No external dependencies
**Project links:**
- GitHub: https://github.com/bhuvan-rai/Downsorter
Clean up your Downloads folder in seconds!!
usage example : attached below , release v0.2.0 ( do NOT ask what happened with the first release 🤧🤧🤧💔💔)
Open comments for this post
Fixed what the review lacked , now the project comes in exe file !
Open comments for this post
Completed building the basic idea ->
csv for logs , python for everything else lol
decided the formats and types to include into this , will start with the built on 14/15.
keeping the github repo private until i can make the first working version
Open comments for this post
update : 12/06/2026 ( few hrs after the previous devlog )
i updated the sample size to 200+ , my goal is to make the default dataset json file in github near about 1000 , 100/digit , so its even better , for now i am satisfied and will see tomorrow for improvements/data training!
Open comments for this post
update : 12/06/2026
i was working with the mnist dataset and the tensorflow method to create this , and my model trained well ( 0.91 accurancy 0->1 ) , but it never worked during testing , so i gave up the mnist set
INSTEAD… i tried to make something new with the help of codex and power of json !
introducing the NEW and IMPROVED visual digits !
( github+FULL source code for PROPER info ( you won’t regret if ur interested )
in a nutshell tho :
now you can train it yourself , it currently has 10 samples / digit but you can now train it on your own system and even show it to me through github if your training dataset is superior !
it might be weaker than the CNN pathway but its simpler in working so yeah !
https://github.com/bhuvan-rai/visualdigits
Open comments for this post
code is complete , i took help from readymade projects in this same field , im not an expert in AI since i never learnt it in school , just basic python so i needed alot of help from resources regarding this project.
10 epoches left a lot of room of error , im currently training my model with 20 epoch so its more accurate , will see if it needs more training soon.
( excuse if step times are slow my laptop is very mediocre , had to close everything for optimal ram usage )
Open comments for this post
my slack bot is functioning , but i still cannot get it to run 24/7 . once i figure it out , i will dive deeper into the slackbot and see the stuff i can create and improve !