I spent some time working on 4 new commands. There’s also custom modes now! Each slack channel can have its own custom mode. Same way how each channel can have its own game. I also added a new /end command. If the person who started the game runs it, the game in the current channel will end so others can be played!
I got the first 3 commands working! So basically this is a slack bot based on my old project Numero for Discord. It shares a similar idea of being a number guessing game. So far I’ve managed to get the /start /guess /hint working and a full game system! I’ll keep working on it for the next few hours to try and get more of the key commands in. Maybe a few more things that weren’t in the discord bot like custom gamemodes, we’ll see!
So I originally planned to release a new blog feature which would scrape my Linkedin profile for each post so I don’t actually have to write anything. But it turns out that the way to do that would’ve been very tedious since Linkedin doesn’t have an API for this type of stuff. So instead I decided to add a project status tracker to each project I have up right now since one of my older domains just expired. It reminded me that these ones might too and I might not remember them.
So this is my new portfolio site! I made it a single page, designed in a modular layout so it’s way easier to change things when need be. It also has a really cool feature where it shows the song I’m currently listening to on Spotify near the contact buttons, but that media player only shows when I actually am listening to something. It features a clock telling users the current time in my timezone, and all appropriate contact links. This is really different from what my portfolio used to be: a macOS terminal lookalike with commands for each one of these current cards.
Well, I just had to migrate Peylo’s supabase account since I forgot the email to the last one. Now instead of using Google Auth, it just uses Supabase auth links. This also means the 2 full units I had generated in the last DB are now gone, so I have around 12 lessons now for the first unit. More to come throughout the dev process. Now at least it’s fully functional.
I just brought Peylo back to life, its a project I created a few weeks ago in June, I had originally given up on it due to Supabase disabling the project because of inactivity. But after I saw Hackclub Stardance, I decided to give it a shot again. Peylo is a learning platform designed to mimic Duolingo’s ease of use but instead of learning languages you learn financial literacy. Now you might think: “How do you make each lesson?” as there’s around 500 lessons in Peylo’s curriculum. Well, I created a Gemini powered lesson generator to automatically generate each lesson and store it in the DB for future use. Now, you might think how I’m managing my Gemini API usage; the truth is, I don’t. I created a system with around 6 different Gemini API keys from all 6 of my Google accounts, and it automatically switches to the next one after one hits its limit. I’m looking forward to continuing on this project in the next few months.