Latest posts
-
So today was a fun day at my university. I got the results back for my term project, and they were lower than I expected. When I made an inquiry into how...
-
This week was the first time I ran an LLM on my own machine! The first thing I asked was for the model to write an article about SwiftUI. Here is the...
Latest TILs
-
If your organization uses Microsoft Intune with Mobile Application Management (MAM) policies, you probably face some restrictions when using Microsoft applications such as Outlook or Teams, even on personal devices. These restrictions...
-
By far the most annoying thing for me about desktop Linux in 2024 is that there is still no well-supported way to adjust scroll speed. Yes, you can use libinput-config, and there...
-
If you've worked with Git for some time, you've likely encountered some conflicts that are tricky to resolve. You may not have known that there are three different conflict styles to choose...
-
While making a custom navigation bar for a project in SwiftUI, I wanted to know if there was a way to pass ToolbarItems to a ViewModifier. This is because the default navigation...