WeebTechnician's Avatar

WeebTechnician

@weebtechnician.bsky.social

Aspiring developer/Cybersecurity specialist

15 Followers  |  24 Following  |  57 Posts  |  Joined: 25.02.2025  |  2.3012

Latest posts by weebtechnician.bsky.social on Bluesky

Day 59 and 60 of #100DaysOfCode

Did a lot of messing around with API's and I'm starting to get into authentication which is exciting!

30.04.2025 03:11 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Day 58 of #100DaysOfCode

Messed around with accessing API's a little bit and cleaned up some of my code for the monitor app, not much but I kinda wanted to chill out today!

28.04.2025 06:12 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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!

26.04.2025 23:04 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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!

25.04.2025 18:44 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Day 55 of #100DaysOfCode

Worked a bit on getting the cpu check done but I didn't have enough time today to finish it so I will continue tomorrow!

25.04.2025 01:42 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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.

23.04.2025 14:29 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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

22.04.2025 10:09 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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!

21.04.2025 20:19 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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!

21.04.2025 03:13 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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.

19.04.2025 22:07 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

You got this!

17.04.2025 00:26 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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!

17.04.2025 00:25 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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.

14.04.2025 22:34 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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.

13.04.2025 20:42 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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.

11.04.2025 20:37 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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!

11.04.2025 00:21 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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.

08.04.2025 20:35 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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!

08.04.2025 08:51 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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

07.04.2025 02:39 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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!

05.04.2025 23:12 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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!

04.04.2025 01:31 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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.

02.04.2025 12:41 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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.

02.04.2025 03:07 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Day 32 of #100DaysOfCode

Learned a bit a bout REST and Django! Might have to actually build a website using Django and host it on a raspberry pi or something. That could be fun!

31.03.2025 02:58 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Day 31 of #100DaysOfCode

Switching it up a little bit and learning about API's/Docker! I felt like I just need to learn a little about it moving on. Also did a little scripting to be able to move windows between virtual desktops with a keybind so I can bind it to my MX Master 3S!

29.03.2025 12:03 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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!

28.03.2025 00:24 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Day 27 of #100DaysOfCode

Started to make pong using turtle graphics, but I am beyond tired I haven't slept in 35 hours so I will continue this tomorrow!!

25.03.2025 02:15 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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)

24.03.2025 09:36 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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!

22.03.2025 20:29 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Day 24 of #100DaysOfCode

I started to make snake but using turtle graphics! I'm going to try and finish it tomorrow!

22.03.2025 00:12 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@weebtechnician is following 17 prominent accounts