Daily Post Image from Upsplash

May: 15

2024

CSS Buttons

I am going to update the TailwindCSS components within the javascript docs! After that I will to remove some of the python libraries within the atlas package. Let me also get back into the habit of creating issue tickets too!

RareIcon

The new /apps/ folder that needs to be pushed is the rareicon-game, part of this new application will be to migrate a bunch of the fish and chip code? Ideally turning this into our final 2D pixel game that we can continue to build and ship out to Steam!

I really want this under my CV, so I will try my best to rush this through without causing too many issues.

TailwindCSS

The MDX might become a bit too bloated with the code examples, so maybe we could split the the tailwindcss into its own sub-folder? I am thinking that we create a _javascript folder within the /docs/application/ , then create additional mdx files for the different code blocks that we want to preview? This is just so that the mdx file does not become way too large, as we add more and more? However, I am not planning to add any examples outside of just the tailwindcss components, so maybe we might be fine for now. I am just typing this up as I think it through, we will continue to add more components the way that we are doing it right now but later on we might look at another way.

Python

Time to do some late night python coding before I go to sleep.

2023

  • 10:00am - Ah! I was assigned to a put call over the weekend and did not realize that I was forced to purchase SPY for $415.00 a share. There might have been in a mistake in the automated hedgefund or a bug because of the timezone change since I came back from India. This means that I will have to go back and go through the codebase to see where I made the mistake. I believe that I might have hardcoded the timezone change, rather than making it a function. I suppose one of the solutions would be to grab the program’s IP address, figure out the location from that information and then convert the said location to the right timezone. In addition, have a default config variable for the timezone where the application is running, incase it is under a VPN.
  • 12:00pm - Sent most of the morning doing basic chores and fixing up the MDX files. I think we also spent a couple hours playing a bit too much league but the binge of One Piece totally made up for everything. Luffy is da King!
  • 2:00pm - One of the issues that I been having was figuring out how to handle the UX/UI for the MDX entry files.
  • 4:00pm - Finally got the Obsidian package to work on Windows again. It seems that I have not opened the application in such a long time that the whole vault crashes during the cache period. The solution to the problem was to create a secondary vault, next close the broken cache* vault, then delete the broken cache* vault and finally create a new vault from the location of the broken cache*. I am not too sure if this is a common bug to address, but if it happens again then I guess I will have to make a tutorial about it.
  • 5:00pm - Going through the Manga notes right now and there are some issues that I already see on rendering them within Flutter and Astro. Going forward I might have to combine the md and mdx files, however it feels so backwards to do so.

Quote

Once we accept our limits, we go beyond them. — Albert Einstein


Tasks

  • Sync Obsidian on Windows with the Github Vault.
  • Improve the UX/UI on the MDX files that are being rendered by Astro.