Tue Jan 28
Python is a batteries-included kind of language, and so of course it comes with an HTTP server module. Today I wanted to have something small running on my computer without dependencies to test a server-side example, so I looked into how to create a minimal server using python built-ins. This is what I ended up...
I didn't want to go out this weekend, so I spent most of it working on ADS-B station. To make the main page more usable, I've replaced cards with an accordion layout inspired by the How to build a CSS-only accordion article. And I added tables listing all airplanes tracked on the specific date.
I read a post on mastodon sometime in the last couple weeks, I can't find it again but it was from someone that re-installed Linux on their main machine for the first time in 10 or more years. They said it felt like, and I'm paraphrasing, "Its nice to feel …
In IT environments, regular system reboots are essential for maintaining performance, applying security updates, and ensuring overall system stability. This is a challenge I’ve encountered recently. In our client’s environments, some users shut down their endpoints, preventing scheduled restarts from executing...
If you are in the tech space, or even just someone that has turned on the television (I hope not!) in the past few days, you will have seen nearly a trillion dollars of paper value wiped off the market in a day because China came out with a faster chatbot than anything the west has yet conceived. This would be...
If you want to build a web app The Hacker News Way, here's the stack you should use.