Skip to main content

MeToo Apple

So many people think that Apple is the "de facto innovator" in personal electronics. It pains me physically to hear people exclaim "oh what a wonderful idea" when they see some nifty little white gadget from Apple.

Today the news is a-buzz about the AppleTV. Why this thing is so wonderful, I will never understand. Apple is yet another Johnny Come-Later implementor of the media-fusion device. The first of its kind was the Tivo, which was just a computer that could decode MPEG and interface with a television set. Then came Microsoft MediaCenter. Typical of Microsoft, though, it was confusing and not marketed very well. The home user didn't understand how to use MediaCenter because it wasn't packaged. Then came all of the open-source knockoffs of the Tivo device. They're the lunatic fringe, so they don't really account for any market. Then came the XBox 360, which was Microsoft's way of packaging MediaCenter into a fun and useful console. Granted, using the 360's controller as your DVD remote is weird at first, but you get used to it.

Now we have AppleTV which is just a packaged version of Windows MediaCenter. You get a simplified iMac console with Apple's "Media Center" variant of MacOS installed on it. The rest is just plug and play, no different than using the XBox 360 or Microsoft MediaCenter or Tivo.

The great part of Tivo is that it has programming for it. AppleTV has iTunes and no way to get additional content to it outside of iTunes. Yeah, it can do the Tivo recording of your favorite programs, but so what. Any device in this space has to be able to do that. You can get it for free with open source.

Why is Apple "MeToo"? Well, first you had Lisa, which was the first to market a graphical UI for an OS. Apple bought Lisa and created the MacPlus. Then they rewrote their Mac OS to be unix based. Windows NT was already there two years before them. Then they marketed their iPod, which came after the Rio personal MP3 player hit the market. Then they switched to using Intel processors, which everyone else in the world has been using for decades. Today, they have a media fusion set-top box, just like everyone else. Apple's only true identity now is the apple logo and the color "white". They had to buy up the remaining rights to that apple logo, though, because someone else had it first.

Getting tired of me lamenting Apple's management? MeToo.

Popular posts from this blog

THE RISE OF FASCIST SOCIAL MEDIA

The Merriam-Webster dictionary defines fascism as: a tendency toward or actual exercise of strong autocratic or dictatorial control .  The phrase "dictatorial control" is important for the case that I am going to make about fascism in social media. The word "dictatorial" means "of or relating to a dictator," and a dictator is "one ruling in an absolute and often oppressive way." In 2020, social media has seen a rise in the number of autocratic events of censorship. The two social media outlets that I am going to focus on are Facebook and Twitter.  Background Facebook is a semi-private curated blogging platform where you, the user, share information at your leisure. The public part of Facebook is in Facebook Groups. With a group, outside people who are not privy to your "Facebook Wall" will join your group and establish a communal discourse. This can be private, by invitation only, or public. The Facebook is auth-walled so that you must

DNS Custom Logs and selinux

If you google "named custom logs selinux" you will find quite a bit of chatter about setting up custom logs outside of /var/log for DNS (named). These posts are interesting, but they tend to be run on posts about learning selinux and becoming an expert on named. What you need to know? If you have setup custom logging locations in your /etc/named.conf file, such as:     channel default_file {         file "/var/log/named/default.log" versions 3 size 5m;         severity dynamic;         print-time yes;     }; Then you will likely see errors like this in /var/log/messages: Oct 26 11:41:13 namedsvr setroubleshoot: SELinux is preventing /usr/sbin/named from write access on the directory /var/named/chroot/var/log/named. For complete SELinux messages. run sealert -l 6eab4aaf-e615-4ade-9e88-4efdc789eaf2 Then you run the sealert command as suggested by the very friendly selinux audit log and you are told: #============= named_t ============== #!

Outlook Configuration

To read all email in text and be able to extract the mail using mail headers: > regedit HCU/Software/Microsoft/Office/16.0/Outlook/Options/Mail   MinimalHeaderOn = 0 (dword)   ReadAsPlain = 1 (dword)   SaveAllMIMENotJustHeaders = 1 (dword) restart Outlook afterwards, maybe even reboot just for good measure. Now you get to see all of those phishy urls in the emails and you can get all of those embedded image attachments as raw encoded binary when you get the header details on the message. Put the Message Options button in the hot button task bar so you can quickly get this info. No more phishy phish from the numbskulls. I take payment in coffee. It's been a long time since I've had Jamaica Blue Mountain. Just saying. If you know how to disable the jpeg thumbnail render of attachments, please share on twitter. That's an obvious vector.