I was motivated to create NNote after experiencing some frustrations with the default Windows Sticky Notes. While itβs functional, it lacks the lightweight, distraction-free experience I wanted. My goal was to create something that would: I wanted NNote to be a no-frills, easy-to-use tool that anyone can pick up and start using without needing to …
Continue reading NNote – 2 hours project to fix the windows sticky note
Category:Programming – JS / PHP / Other
Restore win10 Right Click menu
I really hate the win11 right click menu, so I have decided to share the share the CMD command that restores the old version (win10).You can simply open a cmd and run this: reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve This is the last time you have to look at this:
Website speeding up challenge – RESULT: 3.95X Faster.
I have my project where I load the complete world as a playable grid map. The first implementation I made was following the default way of how the AP’sI and the web applications work nowdays, which is as you can imagine: 1.New request arrived 2.Do a DB call and retrieve all the data from the …
Continue reading Website speeding up challenge – RESULT: 3.95X Faster.
My first game on STEAM
As I am almost daily steam user and curious gamedev enthusiast, I wanted to learn how actually the steam deployment works, also next to the deployment I was curious how to implement services and API’s like leaderboards, retrieve the users, data and such.So I needed a game that would require all of these so I …
Continue reading My first game on STEAM
Twitch chat controlled RGB Led
What happens when a tech guy who likes JS and also a twitch fan gets a raspberry PI, and old RGB led strip? π Yeah, pretty crazy mash of things but it works. So I had one of these at home from the project I made to control RGB led from a browser: I am …
Continue reading Twitch chat controlled RGB Led
PLC Sequence Graph and Unity
I embarked on a project to better understand sequence programming and graph theory by integrating Unity with PLC (Programmable Logic Controller) programming. The goal was to create a robotic arm in Unity that could execute tasks in a sequence controlled by PLC logic. This hands-on approach allowed me to practice and visualize how PLCs manage …
Continue reading PLC Sequence Graph and Unity
Simulation Fun
I have done some experiments and tried to push my boundaries by designing and controlling a box rotating device by a Siemens S71500 PLC. The PLC program is not ready and I took the project as fun, so don’t be over judgmental π If you have a machine you would like to write PLC controls …
Continue reading Simulation Fun
TwitchGPT
I wanted to try a concept of a ChatGPT <-> Twitch proxy in nodeJS. The concept is pretty straight forward, use a TwitchLib to collect the chat messages from the Twitch Chat, Save them in array, when we reach a limit, simply add them to a prepared string we want to send to ChatGPT and …
Continue reading TwitchGPT
AI Computer Vision – Classification
During this fun run I have built a set of tools for image recognition with a trained neural network. Hopefully we can integrate the solution to the live environment and test the AI against real life π The steps I took: 1.Dataset Collection: I have built a setup using a raspberry PI with a webcam, …
Continue reading AI Computer Vision – Classification
Project: EasyTiler
Creating tiled images with rotation and selection capabilities shouldn’t be a daunting task. In this blog post, I want to share my experience and take you on a journey behind the scenes of creating EasyTiler. We’ll explore its features, discuss its usage, and delve into the challenges I encountered along the way. The Inspiration Behind …
Continue reading Project: EasyTiler