Wonyoungjang.Org on Wonyoung Jang
Recent content in Wonyoungjang.Org on Wonyoung Jang
Latest posts
Hugo PolyRhythmic
Read more: https://PolyRhythmic.xyz/about/
ErgoDox EZ LEGO tenting kits
Purpose link h2 My ErgoDox EZ came with some tenting legs, but they suffer from two main problems: They are individually adjusted with thumbscrews, which can be finnicky The maximum tenting may not be as extreme as you might like With a custom tenting kit, I wanted to build one that’s easily adjustable (one adjustment “move” per side of keyboard), and one that you can easily take…
Pit signs for robotics competition
Pit signs link h2 At one of my past employers, we ran large robotics competitions. For one such competition, we customized and printed these “pit signs” for each team participating in the competition. The teams could then take them home at the end. I’ve templated these signs so anybody may create similar ones. Figma Design Kit
Now
This is a now page. Inspired by: https://nownownow.com/about 2024-10-11: PolyRhythmic is on Product Hunt link h3 Published PolyRhythmic to Product Hunt 2024-08-30: PolyRhythmic published link h3 Published my Hugo theme, PolyRhythmic: Hugo Themes GitHub Check out the live demo site here: https://polyrhythmic.xyz/ I will be working on documentation and code cleanup now 2024-08-10: Creating a Hugo…
All Logseq elements
Heading 1 link h1 Heading 2 link h2 Heading 3 link h3 Heading 4 link h4 Heading 5 link h5 Heading 6 link h6 Admonitions link h2 format_quote Quote 1 Src query_stats Query prompt_suggestion Latex export sticky_note_2 Note lightbulb Tip stars Important error Caution keep Pinned warning Warning description Example lyrics Verse prompt_suggestion Ascii export Center comment Comment Text styling link h2…
About
About me link h2 Hello! My name is Wonyoung (not be confused with Wikipedia - Wonyoung ), welcome to my personal site. I am interested in programming, making music, formal logic, backpacking, magic and cardistry , and cooking. This site is a collection of my projects and notes related to various areas of my life. I have a Bachelor of Science in Computer Science and a Bachelor of Arts in…
Contact
Contact me directly link h2 The best way to contact me directly is through email at contact@wonyoungjang.org . Give me feedback link h2 Give me feedback! I’m always learning and will take all of your feedback seriously.
Realtime multiplayer drawing
Introduction link h2 This project is a fork of GitHub - mayfer/claude-app-generator-demo , which was a demonstration of Anthropic’s Claude 3 Opus generating an app in one go without errors. You can see a demonstration of the generation and the program here: murat on Twitter . Why link h2 While the demonstration shows no errors, the instructions in the README were incomplete, and others had…
Wonyoungjang.org
How it’s made link h2 Pages (notes, articles, projects) are written in Logseq markdown. Pages with a public property are exported and converted to Hugo markdown using the Logseq Schrödinger plugin. The exported assets and pages folders are placed in the content folder of this Hugo site. hugo -D + hugo serve -D to build and serve the site locally. GitHub Actions to serve the site publicly.
Q-learning tournament scheduler
A brief history link h2 A nerd snipe from a coworker link h3 My coworker nerd sniped me with this problem: Given a set of constraints, can you devise a way to create schedule for the FIRST LEGO League Challenge event we’re running later this year? I liked scheduling problems and solving puzzles so it piqued my interest. Early attempts link h3 Since this was not a necessary project for my…
Save top level reddit comments
Premise link h2 Sometimes I just want the top voted parent comments of a reddit post. Conclusion link h2 This tool, which let’s me save as many as I want to a CSV file, so that I can work with the data outside of reddit.
Disaster recovery robot simulation
warning This project was completed for coursework and is no longer maintained. Names and details have been modified for academic integrity. Below is a summary of the university’s main requirements. Requirements link h2 Familiarize with CoppeliaSim robotics virtual environment and tools Thoroughly describe a disaster scenario and integrate at least two obstacles within this environment Create…
CS career chatbot
warning This project was completed for coursework and is no longer maintained. Names and details have been modified for academic integrity. Below is a summary of the university’s main requirements. Requirements link h2 Develop a Pandorabot chatbot that recommends one of five computing jobs to students Implement a mechanism within the chatbot to recommend specific jobs without a predefined…
Logseq markdown tokenizer
Problem link h2 Logseq does not have a native way to view the character count of your notes (aka pages) Logseq’s performance is a balance between the number of pages and the size of each page Logseq’s graph is difficult to search and prune manually Possible solution link h2 Encode Logseq’s graph to enable semantic search, then leverage this encoding to develop an automatic…
Package delivery route optimization
warning This project was completed for coursework and is no longer maintained. Names and details have been modified for academic integrity. Below is a summary of the university’s main requirements. Requirements link h2 Implement a hash table data structure (without external libraries) to store package data Create an insertion function to add package details ( address , deadline , city , zip…
Search
Sitemap
Hotel reservation manager
warning This project was completed for coursework and is no longer maintained. Names and details have been modified for academic integrity. Below is a summary of the university’s main requirements. Requirements link h2 Integrate resource bundles in the Spring application for English and French translations, including a welcome message Implement multithreading to display the welcome message…
Vacation cart manager
warning This project was completed for coursework and is no longer maintained. Names and details have been modified for academic integrity. Below is a summary of the university’s main requirements. Requirements link h2 Create a new Java project using Spring Initializr , incorporating essential dependencies like Spring Data JPA, Rest Repositories, MySQL Driver, and Lombok Establish a GitLab…
Retail inventory manager
warning This project was completed for coursework and is no longer maintained. Names and details have been modified for academic integrity. Below is a summary of the university’s main requirements. Requirements link h2 Customize the HTML user interface of the Spring application to reflect the specific customer’s shop name, product names, and part names Add an About page that accurately…
DVD rental database
warning This project was completed for coursework and is no longer maintained. Names and details have been modified for academic integrity. Below is a summary of the university’s main requirements. Requirements link h2 Create a PostgreSQL real-world business report using data extracted and analyzed from the DVD Rental Database Summarize the business report, ensuring it is answerable, useful…
Student record system
warning This project was completed for coursework and is no longer maintained. Names and details have been modified for academic integrity. Below is a summary of the university’s main requirements. Requirements link h2 Migrate an existing student system to a new platform, focusing on data manipulation and student roster maintenance Develop a program with two main classes: Student and Roster…
Food shop database management
warning This project was completed for coursework and is no longer maintained. Names and details have been modified for academic integrity. Below is a summary of the university’s main requirements. Requirements link h2 Design a normalized physical database model for an ordering system (Bagel Corner) Create a database for another business (Mister Coffee) using a provided design document Load…