from datetime import datetime
current_activity = "Building the next big thing"
current_location = "Amarillo, TX"
languages = ["PHP", "Python", "Java", "Swift", "JavaScript", "HTML", "CSS"]
tools = ["VS Code", "Xcode", "Git"]
interests = ["programming", "apple tech", "family", "music"]
ask_me_about = ["programming", "apple tech", "shortcuts"]
def favorite_drink():
hour = datetime.now().hour
if hour < 12:
return "Coffee"
elif hour < 18:
return "Dr Pepper, Tea, or Water"
else:
return "Tea or Water"
print("Hello, I'm Kyle")
print(f"I'm currently {current_activity} in {current_location}")
print(f"Some programming languages I know are: {', '.join(languages)}")
print(f"Tools that I use regularly: {', '.join(tools)}")
print(f"I'm interested in: {', '.join(interests)}")
print(f"You can ask me about: {', '.join(ask_me_about)}")
print(f"My favorite drink is {favorite_drink()}")
π Type the following in your console or terminal to connect with me.
npx kylereddoch
π This command line tool can be found here.
- Blog Question Challenge 2025
- Catppuccin Mocha UI for Mastodon
- My Goals for 2025
- A 365 in 2025 Photo Log Challenge
- Apple Music to Discord
β‘οΈ more blog posts...
π± My GitHub Data
π¦ 111.9 kB Used in GitHub's Storage
π 14 Contributions in the Year 2025
πΌ Opted to Hire
π 32 Public Repositories
π 6 Private Repositories
I'm a Night π¦
π Morning 82 commits βββββββββββββββββββββββββ 12.69 %
π Daytime 202 commits βββββββββββββββββββββββββ 31.27 %
π Evening 288 commits βββββββββββββββββββββββββ 44.58 %
π Night 74 commits βββββββββββββββββββββββββ 11.46 %
π I'm Most Productive on Sunday
Monday 91 commits βββββββββββββββββββββββββ 14.09 %
Tuesday 80 commits βββββββββββββββββββββββββ 12.38 %
Wednesday 70 commits βββββββββββββββββββββββββ 10.84 %
Thursday 81 commits βββββββββββββββββββββββββ 12.54 %
Friday 82 commits βββββββββββββββββββββββββ 12.69 %
Saturday 106 commits βββββββββββββββββββββββββ 16.41 %
Sunday 136 commits βββββββββββββββββββββββββ 21.05 %
π This Week I Spent My Time On
ποΈ Time Zone: America/Chicago
π¬ Programming Languages:
No Activity Tracked This Week
π₯ Editors:
No Activity Tracked This Week
π±βπ» Projects:
No Activity Tracked This Week
π» Operating System:
No Activity Tracked This Week
I Mostly Code in C++
C++ 6 repos βββββββββββββββββββββββββ 27.27 %
CSS 4 repos βββββββββββββββββββββββββ 18.18 %
Swift 2 repos βββββββββββββββββββββββββ 09.09 %
JavaScript 2 repos βββββββββββββββββββββββββ 09.09 %
HTML 1 repo βββββββββββββββββββββββββ 04.55 %
I love being able to offer people the tools/software that help make a difference in their lives. Your support helps continue to make that happen. There is no pressure, though. If you like what I am doing and use what I put out, please consider supporting me through the various options below. I have set up both one-time donations and membership tiers. (Those that support me through memberships get extra perks!)
NOTE: Top languages does not indicate my skill level or anything like that. It is just a metric of which languages have been hosted by me on GitHub based on the usage across repositories. There are others that have not been put on Github.