Internet

As I have 20 GB of data per 30 day period or an average of 682 MB/day of data to use with my hotspot device I use at home for Internet during the winter months for work and play, I have to be careful on how much data I use

As I have 20 GB of data per 30 day period or an average of 682 MB/day of data to use with my hotspot device I use at home for Internet during the winter months for work and play, I have to be careful on how much data I use. While I only used about 11 GB during the December 24 – January 23 period, it’s important that I be measured with my data use.

I wrote a short script to output my connection strength, 5-minute / 1 hour / 1 day data use and current topΒ  application using data that I display in the XFCE panel using gen-monitor. For example, this is the display:

LDL314DL_7014: 70/-22
4.29 KB / 72.50 KB / 118.28 MB
/usr/lib/firefox/firefox/

Here is the PHP script I use to generate it — it’s a mix of PHP and BASH. I could have done it all in BASHΒ  but truth be known I’m lazy and I’m better at PHP coding.

$net = exec("iwlist scan 2>/dev/null | egrep -i 'Signal level='|cut -b 29-31,49-51|sed -n '1p'");

$ssid = exec("iwgetid wlo1 -r");

$dataTtl = str_replace('i','',preg_replace('/^( *)/', '',exec("vnstat | sed -n '19p'|cut -d\| -f 3")));

$dataHr = preg_replace('/^( *)/', '', exec("vnstat -h | tac | sed -n '2p' | cut -d\: -f 1"));
$dataHrAmt = str_replace('i','',preg_replace('/^( *)/', '', exec("vnstat -h | tac | sed -n '2p' | cut -d\| -f 3")));

$dataMinAmt = str_replace('i','',preg_replace('/^( *)/', '', exec("vnstat -5 | tac | sed -n '2p' | cut -d\| -f 3")));

$nethogs = preg_replace('/(\d.*)$/', '', exec("nethogs -t -c2 2>/dev/null|tac|sed -n '2p'"));

if ($ssid != '') echo "$ssid: $net\n";
else echo "Offline\n";
echo "$dataMinAmt / $dataHrAmt / $dataTtl\n";
echo "$nethogs";

I actually enjoy watching the meter and being careful with my usage. It forces me to be deliberate, and make sure I’m careful with the data I’m consuming, using my smartphone for video meetings and watching video. I am actually surprised how little data ordinary web surfing uses – it’s really the video and downloads that eats a lot of data – especially the big GIS files. But I can go to the library for such purposes.

While I don’t have a good count based on SSID, it looks like I used about 11.2 GB on the hotspot and 19.2 GB on wired networks, mostly at the library and some at my parents house, downloading videos for later watching, updating or installing Linux apps, and downloading large GIS files. Downloading Youtube videos for later consumption really is a big bandwidth suck.

I like the challenging of being aware of my internet consumption and being responsible about the amount of data I use each day.

So far I’ve been managing the data well enough with my phone as a 20 GB hotspot and a method of doing Zoom and streaming video

So far I’ve been managing the data well enough with my phone as a 20 GB hotspot and using my cellphone for doing Zoom and streaming video. This should get me through the winter, and if it’s still remote work come the spring, I’ll either cut down to 10 GB plan or end it all together in favor of working down at the library or park.

Still Happy With No Internet at Home

It seemed after about seven or eight years that the Time Warner Cable and Verizon had given up on trying to get me to sign up for Cable Television and Internet. And then I got another advertisement in the mail just this week. I chucked it in the paper recycling bin. And sighed. I am quite happy not having Internet at home, especially because with my new 4G Smartphone that can do about 90% of the stuff I need to do on the Internet. When I need larger files or something I can only do on my laptop, I walk down to the library or the park, which both have fast, free Internet which I can use. I also bring my laptop to work, and can connect to the wireless guest network they have there.

Roadway at Glimmerglass

I don’t plan on ever having Internet at home. It just seems like an unnecessary expense, not to mention an unnecessary distraction. By walking or driving down to the library, it is a good way to limit your time on the ethers of the World Wide Web, although, honestly, most of that same stuff can be done with a modern smartphone. I don’t want a connected home or the ability of hackers to enter my living space, I’m quite happy building my own dream cabin with 12 volt power, LED lighting, controlled by automotive relays and maybe an Andruino. Don’t get me wrong, I like technology. I blog, I like the Internet. It would be cool to have the LED lights come on in my home at 6:30 with a bright blue colors to wake me up on a cold winter morning. With cellphone service in more and more places, and the StraightTalk data service cap ever growing, it seems like I have all the connection I need to our modern society, without the wires tying everything on in.

In The 2010s, We All Became Alienated By Technology

In The 2010s, We All Became Alienated By Technology

I’ve spent six years reporting on deeply alienated people on the internet, during which time I’ve come to see conditions of disconnection and frustration everywhere the Digital Nation touches: on social media, in search algorithms, in the digital economy. In myself. The feelings of powerlessness, estrangement, loneliness, and anger created or exacerbated by the information age are so general it can be easy to think they are just a state of nature, like an ache that persists until you forget it’s there. But then sometimes it suddenly gets much worse.

Amazon Ruined Online Shopping – The Atlantic – Pocket

Amazon Ruined Online Shopping – The Atlantic – Pocket

Even determining what’s available to purchase, via a keyword search on Google or Amazon, produces confusion far broader and deeper than the price fluctuations obscured by a Dash button. I recently tried to search for a heat-pump-compatible thermostat on the site. I got a litany of results, all thermostats for sure, but it was difficult to figure out which ones really worked with a heat pump. Eventually I gave up and resolved to visit Home Depot, which I still haven’t done. Another time, I tried to look for a 5-by-8-inch picture-frame mat on Amazon. But every other possible combination of mat came up instead: 8-by-10, 5-by-7, 8-by-8, 5-by-5. A hedge-trimmer battery I purchased came with a charger, but I didn’t realize it from the product description, so I ordered a duplicate charger as well—that charger arrived first, for some reason, and I had opened the packaging so couldn’t return it.

I do often find that online shopping is increadibly confusing. You never know what deals your going to get, you never know what the product really is until it shows up at your doorstop. Sometimes it's a good deal, often it's a waste of money. I often avoid shopping online for just that reason, but also because I don't have Internet at home.