Wednesday, October 18, 2017

My Brain

From time to time my brain does a self review of interests and projects, some inactive, some abandoned, some retired and yes, some still active.  Over the last several decades this list has grown quite a bit.  Unfortunately I tend to abandon interests rather than retire them.  It's like an operating system running a bunch of programs.  Retiring a program means shutting it down and performing garbage collection, releasing it's resources for other things to use.  Retired projects will likely never be restarted.  Abandoning a project means leaving its image in memory and only releasing any reserved CPU time.  There is a slim possibility abandoned projects could be restarted.

So...  Here is my periodic list of interests and projects in no particular order...



Tuesday, October 17, 2017

Beauty Lies in Simplicity - A Little Forum Software

This has been tumbling around in my brain for a while...  An extremely spartan forum script.  Something relatively small, very fast, uses minimal bandwidth and presents as a standard HTML page with no CSS or client-side scripting.  And, it must be reasonably usable with the Lynx browser.  For those of you who don't know, Lynx is a text based browser that has been around since the 1990s.

Why do it?  Why build a super-simple forum script?  Well, I consider it an experiment.  How fast and simple can a forum script be?

The intended audience is one; myself.  If others want to use it or help, cool.  Those interested, check back here.  I will post updates as they happen, using the label BLISf, which, funny enough, it the name of the script. :-)

Tuesday, August 8, 2017

All the Data Bloat

A little foreward...  This is not a 'bitch' post, it is merely a set of observations.  If anyone takes offense, perhaps they should be reviewing how they code and store data.

96 bytes.  That's all I need.  This specific information I want for the next three days and nights can be represented in 96 bytes.  Could someone please answer this question?  Why are these 96 bytes wrapped in 144,383 bytes of HTML, JavaScript and CSS?  Additionaly, this doesn't count the over 20,000,000 bytes for images.

Let's factor in transfer and render time.  A transfer of 96 bytes, with its necessary TCP/IP communications protocol overhead, is quite fast.  Even from Antarctica to here, a 96 byte transfer is VERY quick.

Rendering what this 96 bytes represents is equally quick.  Rendering a 20,000,000 byte page in a browser requires decrypting stuff and processing CSS layout information and running JavaScript code and converting images into bitmaps for display and handling any necessary animated graphics.  My particular computer at this time, an eight core AMD Vishera FX CPU, 16 GB RAM and 15MBs internet connection requires maybe 5 seconds to retrieve this page and display its graphical representation.

96 bytes?  Nearly instantaneous.

What do these 96 bytes represent?  It is the current local weather conditions, and the forecast for tonight and the following three days and nights.  12 bytes for each day/night.
Precipitation Percent: one byte
Sky Conditions one byte
Weather Condition: one byte
Temperature: one word
Wind Speed: one byte
Barometer: float (four bytes)
Wind Direction; one byte
Visibility: one byte

Other things might be OK to add; perhaps humidity, barometric trend, watches and warnings, sunrise, sunset, moonrise and moonset.  Still, after adding these items, the 96 bytes would become a still slim 152 bytes.

My benchmark page, weighing in at a hefty 20MB is here:  New Boston, Illinois Wunderground

Rather than slim and narrow, wide is apparently a 'thing'.  Are all the additional abstraction layers and frameworks and graphics and tracking completely necessary???

Please...   Think about slimming the data when working on your next project.

Remember, the old maxim 'Less is More'  holds especially true in the world of computer programming.

Friday, July 21, 2017

Too Much Codez!!! WHY?!?!?

Why must some programmers place as much code into a single file as they can?  Seriously?  Is this some sort of challenge?  Is there some advantage unknown to me by shoving all of a program's code into a single file?

Really, I am not a huge fan of the MVC pattern.  It places, sometimes, arbitrary guidelines regarding what should be placed in the Model, the View and the Controller.  However, it is better that the SEIOF pattern!  (Shovel Everything Into One File)

In my opinion, a logical separation of interests is best and basic.  One file for the GUI, one or more files for the application or business logic and one or more containing global types, classes, utility code, etc...

Placing all that into one large bucket can be confusing.  Please...  If you are a programmer, please, please separate your code a little bit.  Help save the next programmer's sanity.

Oh...  And those long methods/functions/procedures...  While in college I was taught that a method, function, procedure, subroutine, what-have-you, should be less than a page of printed code.  While that isn't always possible, it is still a guideline that I try to observe, and firmly believe other programmers should as well.

Happy Friday!!!

Tuesday, July 18, 2017

This is one HOT little post!

Sooo...  What exactly are you expecting???

Dirty minded people...

It's HOT here...  88F with a humidity that would make any jungle animal quite comfortable.

Anyway...  My mind turned to this blog again.  You know, I really SHOULD post more here.  I mean, with my newfound projects and all.

Projects, you ask?  Yes, I have a few new ones...

  1. Learn C.  I mean, more than the typical advanced, scrolling, multicolored "Hello World" sort of level.  I mean, really learn it.  I really thought long and hard about whether I wanted to learn X86 Assembly or C.  My brain is still on the fence just a bit, but when I sat down, wrote a "Hello World" program in each, the C version compiled and ran the first time.  My Assembly version required some research to understand some of the assembler switches on NASM.  Sure, I got my assembly program to, er...  assemble but was a pain.
  2. I found my favorite college textbook, "An Introduction to Data Structures With Applications" by Tremblay and Sorenson.  There may be better text books out there that cover this subject, but this is the one I have...  And from my days at WIU, it is my favorite.  What am I going to do?  Well, when I used this book, all of our projects were written in USCD Pascal.  What I would like to do is use several languages to write all the projects in the book.  I am thinking of using C, Free Pascal, Modula III and Lua.  Maybe a few others like Assembler, C++, Python, Java or Rust.  Not certain, but it sounds interesting.
  3. Maybe...  maybe find an open source project to contribute my time.  
  4. Sailing...  boating... sailing...  OMG, I am a sailor!  Yes, my significant other gave me sailing lessons for my birthday.  Finished class about a week ago and bought a little sailboat built in the early 1970s by a company in Missouri called Advance.  She is 16 feet long, and also known as the "Sweet 16".  Great little boat, but is just for me.  Our 18 foot cruiser is currently in the shop for repairs and HOPEFULLY will be home before there is ice on the lake.
  5. Project StarStare, my little project to automatically detect meteor streaks in night sky photos is on a temporary hiatus but my be revived this winter.
  6. RuralRuins will see some new photos, I promise.
Anyway...  Probably a few things to blog about here.

And...  There is plenty to bitch, moan and complain about...  So...  Be back soon. 

Monday, May 29, 2017

WeatherUnderground Is Selling WHAT???

So there I am, innocently checking the forecast for today on wunderground, when what to my wondering eyes does appear?  BOOBS!  BREASTS!  HOOTERS!  (etc... etc..)  YES!  What has happened???  I wanted to know if our local lake would have weather agreeable to walking along the beach this afternoon and, while my primary goal was achieved, I also experienced an eyeful.

The advertisement on their page was not selling pornography, please don't think that; this advertisement was selling clothing.  Specifically, high-end blouses that are quite see-through!  I'm not a prude by any means, but is this a website that should include this sort of advertisement?

Deep in their Terms Of Service, there are references to 'Network Advertising Initiative" and "behavioral advertising" and the "Digital Advertising Alliance."  My reading of their many pages on privacy and data collection and cookies brought my fuzzy mind to one conclusion: they don't care much and leave it up to the users to either accept it, use some sort of tool to opt-out of certain advertisement programs, use an ad-blocker or use another weather website.

Honestly, there is NO reason any advertising algorithm would accurately believe I might be interested in seeing overpriced see-through blouses.

Is this a matter of corporate greed or desperation for a few more pennies of advertising income?  Is this a failure of AI and/or "behavioral advertising" code?  What worries me about this is, what if a precocious five year old used his mom's computer to check the weather and saw...  BOOBS???  At least PG-13 boobs.  When I was a kid, these might even verge on the edge of a "Rated R" evaluation.

Continue reading for screen shots.  Fair warning...  these are likely not safe for work.

Thursday, March 23, 2017

Implementing a Simple Weather ScreenSaver in Linux

Starting with that first real-life tornado experience as a seven year old, I have been intrigued with the weather.  Going back to my college days I would watch the Weather Channel for hours-on-end when not doing school work.  After my freshman year (1985 or 86 or 87; don't remember completely), I passed my ham radio Technician test and was able to participate as a weather spotter.

Wanting to watch the weather on my computer while at work, many years ago I wrote a little program that would rotate the Windows background image through several current weather maps downloaded from NOAA and NWS websites.  Honestly, it worked OK, but not stellar.

Living Las Vegas gave me very little drive to be informed with the weather; it was simply depressing.  Hot... Hot...  OMG Hot... WTF Hot... oh... one nice day.  meh...  FUUU HOT!  I did NOT like the weather there.

Now, living back in the mid-west, I have been gaining interest in watching the weather again.  Since watching any cable weather outlet while working is quite distracting, a weather screen saver is the next best thing.  In this post I will detail how to setup a desktop Linux distribution (Debian "Jessie" to be exact) to download maps and radar images from the NWS and have the screen saver cycle through the images.  Personally, this runs on my spare Linux box next to my work computer.