WeebTechnician
weebtechnician.bsky.social
WeebTechnician
@weebtechnician.bsky.social
Aspiring developer/Cybersecurity specialist
Day 57 of #100DaysOfCode

Finished building out the Disk Space check! It’s working cross-platform and reports overall disk usage cleanly. Didn't get to adding folder-level reporting yet — I’ll probably circle back to that later. Checking mounts need to be more dynamic but it works for now!
April 26, 2025 at 11:04 PM
Day 56 of #100DaysOfCode

Finished up the CPU check and the Memory check, started working on the disk space check but I'm running into a few complications since I want it to be cross platform and also return the folders with the highest space used. But I'll work on it tomorrow!
April 25, 2025 at 6:44 PM
Day 54 of #100DaysOfCode

Worked a ton on my system monitor daemon, I added a pretty complete function to alert if something went wrong, I added logging, added a function to get the top resource consuming processes when prompted to when a threshold is reached.
April 23, 2025 at 2:29 PM
Day 53 of #100DaysOfCode

Couldn't sleep so I figured I'd work on a system health script I've been meaning to make for my Raspberry Pi. Super basic so far but I'm definitely going to flesh this out a ton. It's actually super practical for me to do this
April 22, 2025 at 10:09 AM
Day 52 of #100DaysOfCode

I learned how to send emails with Python so I made a little script to send emails to people on their birthdays! Definitely can improve a bit and make it more compact but it's readable!
April 21, 2025 at 8:19 PM
Day 51 of #100DaysOfCode

I worked a lot on my flashcard program and I have it mostly done with the functionality in mind but I just have to add the feature to remove entries from the list if the user got it right but I'm tired so I'll tackle that tomorrow!
April 21, 2025 at 3:13 AM
Day 50 of #100DaysOfCode

Been struggling a bit mentally the last few days due to the normal lack of self worth and all that fun stuff so I haven't really been able to do anything. I'm trying my best trying to get back onto the train though. Started making a flashcard app in TKinter.
April 19, 2025 at 10:07 PM
Day 48 and 49 of #100DaysOfCode

Alright I locked in a little bit and made a search function, made the generate password function(stole from an old project and refactored), added error handling, added the save to json file function, and started using customtkinter. Project looks way better!
April 17, 2025 at 12:25 AM
Day 47 of #100DaysOfCode

Started to make a mini password generator in TKinter, I've really only got the UI elements done so far but tomorrow I will make the save to file function and the password generator function which should both be pretty easy.
April 14, 2025 at 10:34 PM
Day 45 and 46 of #100DaysOfCode

Made a pomodoro application using TKinter! Super basic but it's kind of neat, I don't really think I want to keep modifying though, just cause of my dislike of TKinter but it works for what I was intending and that's good enough for now.
April 13, 2025 at 8:42 PM
Day 44 of #100DaysOfCode

Made a super simple application using TKinter to calculate miles to km. What did I learn? TKinter documentation is absolutely horrid and I'm not a big fan of it LOL. Cool to know though and I do want to keep trying to use it.
April 11, 2025 at 8:37 PM
Day 42 and 43 of #100DaysOfCode

I haven't done too much the past two days because my movers finally dropped by to drop off my stuff and just overall exhaustion BUT I have been learning about TKinter and args. I was always confused seeing args in random code but now it makes sense!
April 11, 2025 at 12:21 AM
Day 41 of #100DaysOfCode

I'm learning list and dictionary comprehension! It truly does make things a lot more compact which is pretty cool. I made a a program that takes user input and returns back the input but using the phonetic alphabet.
April 8, 2025 at 8:35 PM
Day 40 of #100DaysOfCode

I finished making my states game, the final touch was adding an exit option that exports all the states you didn't guess to a .csv!
April 8, 2025 at 8:51 AM
Day 39 of #100DaysOfCode

Making a states guessing game based of the us states guessing game on sporcle! I'm going to finish this tomorrow but it's mostly done. I need way more practice with pandas for sure
April 7, 2025 at 2:39 AM
Day 37 and 38 of #100DaysOfCode

Finally decided to move over to Arch and my god I love it. Got it setup pretty quickly using Hypr and I'm super happy with the outcome so far.

Also started to learn about pandas, I'm thinking I want to iterate my teamkill bot database but that's for another day!
April 5, 2025 at 11:12 PM
Day 36 of #100DaysOfCode

I created a script that replaces [name] with an actual name from a predefined list. Nothing wild but I do need to get more used to working with file systems!
April 4, 2025 at 1:31 AM
Day 35 of #100DaysOfCode

Added file support to my snake game, so high scores actually get saved! Was kind of a pain in the ass to get the leaderboard to show up the way I wanted but I got there with a few ChatGPT prompts and googling.
April 2, 2025 at 12:41 PM
Day 33 and 34 of #100DaysOfCode

I spent these two days making a cross road type game using turtle graphics! Pretty happy with the way this turned out.
April 2, 2025 at 3:07 AM
Day 28 - 30 of #100DaysOfCode

Haven't been feeling very well mentally the past few days so I really slowed it down for now. I did make pong though so that's pretty cool. I just needed to figure myself out for a little bit but I am back on the train!
March 28, 2025 at 12:24 AM
Day 26 of #100DayOfCode!

I finished my snake game! It was pretty challenging but I used a ton of OOP concepts in this which was kinda wild how much easier it made it. Without OOP I'd be beyond confused and everything would be spaghetti.

(I'm not very good at snake)
March 24, 2025 at 9:36 AM
Day 25 of #100DaysOfCode

I changed the snake game to use OOP more cause it was kind of spaghetti. It only handles movement currently but I will add the score and game over conditions tomorrow!
March 22, 2025 at 8:29 PM
Day 21 of #100DaysOfCode

Messed around with python turtle graphics and made a few things! Really happy with today and I feel like I learned a bit more and it was kind of fun!
March 18, 2025 at 7:52 PM
Day 20 of #100DaysofCode

I made an anime quiz! I really exercised my OOP muscles for this one and I'm really proud of it!

I'm also back to using Linux, decided to switch from Pop to Fedora KDE and I'm really liking it so far.
March 17, 2025 at 4:57 PM
Day 18 of #100DaysOfCode

Started to learn about OOP so I remade the coffee maker app from yesterday, but man this is probably the first thing that I'm really having difficulty understanding. Maybe it's the sleep deprivation but it's hard!
March 15, 2025 at 1:48 PM