Internet access over Starlink is definitely an interesting topic and has me captivated ever since first reports appeared of individuals who got themselves a dish when the public beta test first started in 2020. While their reports are often impressive, there is relatively little information of the overall capacity of the system today and its potential in the future. But when digging a bit deeper, some interesting numbers can be found.
Continue reading Starlink – Let’s Play With NumbersTechnical Debt – Renew or Retire?
Despite running a lot of services in my cloud at home and in a data center, I am very positively surprised that unless I want to actively add, remove or change anything, there is very little intervention required on a day to day basis. That’s because apart from very few exceptions, my security updates are automated or semi-automated with Ansible scripts. But I have noticed that over time, some technical debt has crept up that needs to be dealt with now.
That’s mostly because some of the services I host simply break when updating the underlying operating system from Ubuntu 18.04 to 20.04 (or now perhaps 22.04). Fortunately, all services in question run in virtual machines, so going back to a sane state after a broken update is easy by creating a VM snapshot before the update.
While I don’t mind running some of my services on an older but still supported Ubuntu variant, the lifecycle of Ubuntu 18.04 is coming to an end in 2023. So it’s time to think about what to do for those cases. While that’s of course a bit of a pain point, it also triggers the healthy process of deciding whether its worth to reinstall that service on a new OS version, retire it for good or to look for an alternative.
Continue reading Technical Debt – Renew or Retire?Going Car-Less After 22 Years – A Journey Ends, a New One Begins
I must have had one of the oldest cars in Cologne. In 2001, I bought a used Toyota Paseo from 1998 and have driven it until now. That’s 22 years, and for the past decade, people were already strangely looking at me whenever I showed up with my old and quirky car that had so fallen out of time. But I didn’t care much. It was a great car, and it didn’t ever let me down when it really counted, not for a single of those 265.000 km that were finally on the odometer. If you think about it, that’s almost the distance to the moon. Not quite, but almost. However, I’ve come to a point at which I would have had to invest a significant sum to keep it going. So with a sad heart, I finally had to say good bye. Yes, with a sad heart, because over the time, I’ve developed a personal relationship with that car that just never let me down and has served me so well. So here’s an epitaph and some musings why this ending will also be an interesting new beginning. That’s because I intend not to buy another car and instead switch to alternative mobility options. So here’s the story:
Continue reading Going Car-Less After 22 Years – A Journey Ends, a New One BeginsHow (not) to do Public Open WiFi – A Saturday Evening Lecture
Here’s a quick online lecture talk announcement for this Saturday evening, 10. September 2022, 19:00 CEST (Central European Time) that I have received today and which I will definitely attend:
Jan-Daniel Kaplanski of the German Red Cross will talk about his efforts to bring Internet connectivity to large refugee homes in Germany. I’ve been looking at such efforts in the past already and I’m looking forward to hear about Jan-Daniel’s experiences, what kind of technology was rolled out and how the system is used.
The talk is part of a lecture seriesof the Update computer club in Uppsala, Sweden and they’ll use their own BBB server for the event. Click here to join at 19:00 CEST on Saturday.
And here’s the announcement in full:
With increased refugee numbers, an unprecedented high demand for the possibility of communication with the remaining family members left home arose, rendering the previous solution insufficient. That previous solution was based on one WiFi AP and one repeater each per building, connected to a 50 Mbit/s DL/UL synchronous optical fibre network via an external VPN provider to ensure network separation with the company’s staff network. The aim of this project was to provide a new fast solution with its separate external connection, by building a separate network from the ground up. This is an ongoing endeavour, which has currently reached its test phase with three operational APs across two buildings and eight network switches across six buildings, more to follow.
Jan-Daniel Kaplanski (German Red Cross)
The lecture is free and open to everyone.
The Bluetooth Milliseconds
An interesting observation of something I’ve known for some time but could not quantify so far: There is significant additional delay when I use a Bluetooth headset for a conference call compared to using the analog audio port and a wired headset. So how significant is this and how did I even notice?
Continue reading The Bluetooth MillisecondsEdge Computing – Virtual Worlds in UDP Packets
An idea that has been floating through the news in recent years is Edge Computing. One flavor of the concept is to have relatively lightweight client devices that receive pre-processed data from servers that are located close to the edge of the network instead of doing it themselves. Recently, I’ve come across two applications that would fit the bill and that I could experiment with a bit: Cloud Gaming and immersive Virtual Reality.
Continue reading Edge Computing – Virtual Worlds in UDP PacketsTCP Tracing – Part 8 – BBR and Uplink Congestion Avoidance
Wi-Fi Tethering on Android is a great thing and has totally changed the way we use the mobile Internet today. One thing Android does not do well today at all, however, are bulk uploads over Wi-Fi tethering, especially under bad LTE radio conditions with low throughput. The screenshot above shows how a big file upload looks like over the course of one minute. Up to 22 seconds into the transmission, the throughput graph looks quite reasonable, throughput is around 4 Mbps in the uplink direction. But at 22 seconds into the upload, the curve suddenly goes crazy. Average throughput stays at 4 Mbps, but things could not be more wrong. Let’s have a closer look why that is so and what can be done about it.
Continue reading TCP Tracing – Part 8 – BBR and Uplink Congestion AvoidanceSteam – Giana Sisters – And Linux – 10 Years Later
The favorite game of my teenage years was undoubtedly ‘Giana Sisters‘. I loved the game and the soundtrack and played it hours on end on my Commodore 64. A couple of decades then followed in which I didn’t play a lot of computer games at all, there were just so many other exciting things to do with computers that kept me engaged. Then, in 2012, Black Forrest Games had a Kickstarter campaign to create a modern successor to the game. I was hooked and once it was released, I bought it on Steam. Unfortunately, my 3 year old notebook I bought in 2009 would not run the game smoothly. I was a bit disappointed, but ok, it was not a gamer notebook. So I shelved the thing for a decade but was recently reminded of it again. So perhaps it would run now with my current media notebook with an Intel 11th generation CPU which still only has an integrated GPU? So lets see I thought…
Continue reading Steam – Giana Sisters – And Linux – 10 Years LaterThe LTE Timing Advance
One nice thing about GSM ‘in the old days’ was, that there was a timing advance (TA) value that indicated to the mobile how much earlier it had to start transmitting relative to the network to account for the limited speed of radio waves. In my early ‘mobile days’, the TA was an invaluable help to get an idea of how far cell sites are apart from each other in the city and in the countryside, and if a cell site I stood in front of was actually the one my mobile communicated with or if it was from a different network operator. Unfortunately, the timing advance went away with UMTS, and when it came back with LTE, it was not shown in the ‘engineering menu’ of mobile devices any more. A pity. Also, I thought that the timing advance value was deeply buried in MAC messages, and hence difficult to get to with professional trace tools. Recently, however, I found out that at least the later assumption was not quite true.
Continue reading The LTE Timing AdvanceProper Shutdown of VMs on Host Reboot
In the past, I’ve always used KVM’s GUI to properly shut-down remote Virtual Machines when I needed to reboot the host and then re-launch them again after the reboot. Over time, this is a bit of a tiresome process, especially as the frequency of host reboots after security updates seems to increase. So at some point I thought that there must be an easier way to do this:
Continue reading Proper Shutdown of VMs on Host Reboot