sohail.tech


I Think macOS is Going to Replace OS X

I was thinking about this a while back, when tvOS was first announced. Here’s what the current slate of operating systems from Apple like:

Current OS' from Apple

OS X is the outlier. Which is why I think Apple’s slate is going to go this way soon, maybe as soon as WWDC 2016:

Future OS slate from Apple


Really, Google?

Okay, this is something I’ve known about for a while, but lately I’ve done this often enough to where it’s a super-irritant.

I wanted to send someone a link for 1Password for Teams recently. Couldn’t remember the subdomain so I Googled it.

What I wanted was the first result. Under the hyperlink for the result was the URL https://teams.1password.com. I right-clicked on the hyperlink and selected “Copy Link.”

Went to an email window and pasted it. This was the unholy mess I got:

https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjsjPW20aXKAhUDLmMKHdfODuAQFggdMAA&url=https%3A%2F%2Fteams.1password.com%2F&usg=AFQjCNE4sORg0eacmWu8aS4PDEO2vnMOFw

Okay, look. I know that Google redirects your clicks through their analytics servers. I get it. But damnit, it’s terrible design. I do NOT want to see the entire Google search redirect URL when https://teams.1password.com is what I’m looking for.

Damnit Google.


Seriously, Adobe?

Mac Sysadmins know this site really well. We go to it to get the blessedly simple .pkg to push out new versions of Flash Player, because the default installer from Adobe’s site is a crappy .app or some other custom installer that simply goes “What’s Enterprise?”

Which is why I was so pissed to see this:

Adobe decides to get more persnickety

I went through the process of applying for a license to distribute Flash, but it was pretty apparent that Adobe hasn’t even considered that IT Sysadmins would want to have access to the .pkg because the survey questions are all geared towards app developers.

Adobe, freaking kill Flash already. It’s an absolute pain the rear end.


Blogging With Github Pages

Github Pages + Jekyll + Markdown + Typekit + TextExpander = Bliss.

I’m liking the combo of Jekyll and Github Pages a LOT. Just added Typekit to my site so I can use the excellent Lato font by Warsaw-based type designer Łukasz Dziedzic. I may have gone a bit nuts with the Typekit embed code and added it to not just the head.html in my includes directory, but also to all the templates and other pages. Sorry if this causes any issues.


Read more...

When a Single Line Screws With Your Entire Config

 ssl => true
 

That’s it. That one dang line had me running around in circles when trying to implement Filebeat. Because SSL is disabled by default in Filebeat.

Facepalm.