Building a simple todo list app for fun. Taking a break from the notes app. The #Markdown rendering is difficult, as I can’t just render HTML. I mean, technically I could. Nothing is preventing me from using a `WKWebView`, but I don’t want that. I want the app to be completely native, and embedding a small website in the app isn’t really native… Now I’m developing a little todo app. Need to add dates for deadlines, implement searching, functionality to edit and delete - I think that should be it. Perhaps make a menu bar app for it as well. It’s really just a project I’m doing for fun to improve my Swift skills. The notes app was the first real Swift app I’ve ever worked on, and it’s super hardcore to build (mostly because of Markdown rendering), so not exactly an ideal first project. This todo app is much simpler. #dev #Swift #macOS
I had underestimated how much SVG code it takes for a QR code. It was simply not practical to inject the SVG code directly into the `<script>` tag like `data-qr-code="data:image/svg+xml;base64,…”`. Especially because the `<script>` tag is something clients will be using, it looks rather unprofessional to have a ton of lines of code just for a QR code. Instead, I opted to use an API called `QRServer` to show QR codes on clients’ websites. When clients use the widget creator, I don’t use the API. Instead, I generate the QR codes locally using an NPM package called `qrcode-generator`. The QR code updates in real time as the user types their URL, which would put unnecessary strain on the API - that’s why I generate the QR codes locally. #dev View quoted note →
These two are adorable ❤️😂
Video from the structure fire in Løsning 🔥 #press
Finished Cyberpunk 2077 and uninstalled it right after (at least I completed all the main missions). I feel like gaming is a horrible hobby, or at least, it is for me. Which is also why I stopped gaming years ago, but then I saw Cyberpunk 2077 was released on Mac, and I thought that was super cool to see a AAA game on macOS. I already had the game on Steam from years ago when it first released (never finished it because it was so buggy on release), so I thought, might as well give it a try to see how it would run on a MacBook Pro – it runs with no problems, even on native resolution on my ultrawide monitor. I feel like gaming is a bad hobby for me because of multiple reasons. I guess the biggest reason is just that I feel I’m completely wasting my time. I don’t learn ANYTHING from gaming – this obviously depends on the game you play. When I was much younger and still learning English, gaming and watching YouTube videos were certainly where I learned the most (it was definitely not from sitting in class listening to the teacher…) I just prefer doing something that is productive and I gain a skill from doing it. But can’t be productive all the time. Sometimes you really just need to relax, but then I would much rather just watch a movie, because then I can actually relax, which I can’t when gaming, because then I’m stressing to be the best. Another reason is that I already sit so much in front of my computer, because I study software engineering and from doing my hobby software development projects, so it’s not like I’m wanting to look at a screen anymore than I already do… #gaming View quoted note →
Semi-truck and passenger car involved in severe collision. Rute 30, Vestvejen in 8700 Horsens. #press
I generally just dislike when browsers are cluttered with shit. I feel the same way with Brave browser including a wallet and VPN. I know you can disable and hide it, but it’s just annoying. I don’t want that integrated in the browser I use. Obviously, I realize browsers are difficult to monetize, so integrating stuff like a VPN and AI is a simple way to charge a subscription fee… View quoted note →