I had to wait a long time for this but finally, finally, SSD prices have dropped again! Back in August 2017 I wrote a post that SSD prices had not fallen at all over the previous two years and that I was at the point of needing an upgrade from a 1 TB SSD to a 2 TB SSD. However, not at 600 euros a piece. Fortunately, Moore’s law has resumed and in 2018, SSD prices finally started to drop again. Now at the beginning of 2019, I could finally get a 2 TB Samsung 860 EVO SSD (2.5″ SATA) at my price limit of around 300 Euros. It cost 319 Euros to be exact. Prices of other manufacturers such as SanDisk and Crucial were down to around 250 – 270 euros. No more economizing and moving seldom used data to offline storage anymore for some time to come!
Category: Uncategorized
Picture Perfect Rescue After Human Error
A few days ago I was called for help from a family member because instead of deleting one picture on the camera, a friend accidentally deleted ALL pictures on the SD card. Obviously there weren’t just a few images on the SD card, no, it was close to a thousand. Probably happening a million times a day on the planet but I have to admit that was a bit of a challenge to fix remotely.
Another Book Review – We Are Legion, We Are Bob
And jumping right from the last science fiction book review to the next one. I could have gone for the sequel of ‘The Sleeping Giants’ but decided to do that later and go for something else first. My choice fell on “We Are Legion, We Are Bob” by Dennis E. Taylor.
Continue reading Another Book Review – We Are Legion, We Are Bob
5G Beyond Option 3 – Pt. 3
In the previous two parts on the topic I’ve been looking at why there is a need to evolve the initial 5G network architecture in which 5G base stations are merely a side-kick to the LTE access and LTE core to a pure 5G access and a 5G core network. There are several ways how to evolve from the initial state, and the options that seem most likely to me are ‘Option 4’ and ‘Option 7’. Both options have in common that they use a 5G core network and that 4G and 5G radio networks are combined to increase the throughput for high speed Internet users. Over time, spectrum is then piece by piece transitioned from 4G to 5G as the number of 5G devices that can talk to a 5G core network increases. While these options look nice they have a weak spot for network operators with little low band spectrum.
5G Beyond Option 3 – Pt. 2
In the previous part on this topic I’ve been looking at why it is unlikely that we will see 5G NR Option 3 networks directly transitioning to a 5G-only Option 2 architecture. So how could intermediate steps look like?
5G Beyond Option 3 – Pt. 1
At the moment, most network operators scrambling to deploy 5G are doing so based on EN-DC (EUTRAN-New Radio – Dual Connectivity) which is also referred to as ‘Option 3’. As the longer abbreviation suggests, this way of deploying 5G uses the ‘legacy’ LTE radio network as a base and connects a 5G radio network alongside it. In fact, with Option 3, the ‘legacy’ LTE radio is in charge and the 5G radio network is merely used as a sort of side-kick to increase data rates. In the core network the LTE EPC, the LTE Evolved Packet Core, continues to be used with only minor changes that focus on controlling the higher data rates and which subscribers are allowed to use the 5G radio network side-kick. This is a nice setup to start with as it is backwards compatible and does not require any handovers between 4G and 5G when running out of 5G coverage. But it’s far from an ideal and pure 5G network that is envisaged in the future with a service oriented core network and a 5G radio network that stands on its own.
So how do we get to a pure 5G network in an orderly fashion that doesn’t break backwards compatibility for LTE-only devices and without unduly limiting the air interface capacity for LTE devices in the process? There is unfortunately not a single answer and not a single solution for all circumstances. In this and the following post I’ll have a look at what I think are the most likely migration scenarios over the coming decade and why.
RSS in 2018 – Thoughts on the Feeds in my Blogroll
It’s 2019 and even Mozilla has abandoned reasonable support for discovering and using RSS feeds in their browser. Shame on them! But perhaps I’m a dinosaur and RSS really is a thing of the past? Not by far! When I count the list of web sites of people and organizations I follow in my RSS aggregator platform I run at home since 2013, I come to the conclusion that this way of reading news is as strong as ever.
Continue reading RSS in 2018 – Thoughts on the Feeds in my Blogroll
Let’s Have Some IPerf Fun With 10 TB of Included Server Traffic
When I want to test the data rates of networks I connect my PC to, I usually use wget to run a large file download from a public server to /dev/null. In the uplink I use an FTP server on the other side to push a file with randomized content. But actually, that is rather crude as there is a convenient tool available: iperf3
Continue reading Let’s Have Some IPerf Fun With 10 TB of Included Server Traffic
Book Review – Sleeping Giants
After having read a couple of classics lately, I decided to go for some contemporary science fiction for a change. For me that’s a rather difficult domain because most science fiction these days seems to by dystopian which I don’t really enjoy at all. So I select my science fiction carefully. One book I recently picked up is Sleeping Giants by Sylvain Neuvel, as the storyline sounded interesting and promised something other than a plain dystopian story.
Creating Libreoffice Documents on the Server with PHP
This post might be a bit out of the overall context but I thought it couldn’t hurt to loose a few words about a recent coding project of mine. As you might have noticed, I have put some of my open source projects on Gitlab after emigrating from Github last year (and moved on to Codeberg in September 2021). Most of the things there are quite particular and probably only interesting to few. Recently, however, I was looking for a way to generate Libreoffice Writer documents on the PHP based server part of a web application and thought that there must at least be half a dozen projects in public repositories with a solution for me. To my surprise it turned out that this was not the case, so I set out to put a library together on my own and open source it for others to benefit as well.
Continue reading Creating Libreoffice Documents on the Server with PHP