Files for my website bwc9876.dev

Update Bingus, Site projects

bwc9876.dev c3d6bd89 862ebb39

verified
+11 -4
+6 -4
src/content/projects/bingus-bot.mdx
··· 2 2 name: Bingus Bot 3 3 summary: A simple Discord bot that provides a unique chatting experience via Markov Chains 4 4 timespan: 5 - from: 2024 5 + from: 2026 6 6 tags: 7 - - python 7 + - rust 8 8 - discord 9 - - pycord 9 + - twilight 10 10 links: 11 11 github: Bwc9876/bingus-bot 12 12 image: ./bingus-bot.webp 13 13 --- 14 14 15 - Bingus was an idea from an online friend. He utilizes a Markov chain (trained on the chat history of a Discord server) to respond randomly to messages. At a high level, Markov chains are very bad autocomplete, think the top three suggested words your phone gives to you when typing as a bot. For how simple he is, he provides a lot of fun to the people he chats with. He always has something weird or funny to say! 15 + Bingus was an idea I stol from an online friend. He utilizes a Markov chain (trained on the chat history of a Discord server) to respond randomly to messages. At a high level, Markov chains are very bad autocomplete, think the top three suggested words your phone gives to you when typing as a bot. For how simple he is, he provides a lot of fun to the people he chats with. He always has something weird or funny to say! 16 + 17 + I rewrote him in Rust in 2026 because more people started using him and I wanted to make him more reliable. Also, I hate working in Python for anything that isn't competitive programming.
+5
src/content/projects/portfolio-site.mdx
··· 6 6 - astro 7 7 timespan: 8 8 from: 2023 9 + to: 2026 9 10 links: 10 11 github: Bwc9876/portfolio-site 11 12 other: ··· 26 27 amazing content system and other features. 27 28 28 29 Its styling is meh, but It's good enough for me and isn't _too_ atrocious. 30 + 31 + ### Update for 2026 32 + 33 + Redid all the styling. I redid colors to have nicer contrast and in all be better. I also rewrote some parts (mainly the homepage) to be more personal and less corporate-y. I'm also rebranding it to be a more general website over a portfolio site.