Below you will find pages that utilize the taxonomy term “Open Source”
Recording with HDHomeRun without Plex
Replacing mint.com with my own (automated) webapp
iOS 9 ATS (App Transport Security) exceptions
App Transport Security is a feature that improves the security of connections between an app and web services. The feature consists of default connection requirements that conform to best practices for secure connections. Apps can override this default behavior and turn off transport security.
Transport security is available on iOS 9.0 or later, and on OS X 10.11 and later. Source
What does that mean?
That unless you change something in your iOS app’ plist, your app will not be able to communicate with unsecure HTTP servers, when it runs on iOS 9.
That’s a good thing really; Apple is trying to force people to update their HTTP servers to use the latest HTTPS protocols & recommendations: TLS 1.2, SHA256 or better, forward secrecy.
RSS-For-Later: Replace Google Reader with Pocket
Google Reader is going away later this year. This means those of us using RSS to keep in touch with the world will need to find an alternative to be able to get our fix using our different devices.
I still remember the pre-Google Reader days of RSS, when RSS clients were silos that talked to nobody. This meant that trying to read articles on a PDA (Palm Zire anyone?), and on a PC, forced us to skip a bunch of articles each time we switched from one to the other… Solutions for this problem existed at the time, but were convoluted, and not that pleasant. i.e. I don’t want to go back there!
This morning, I read a post by Ruth John, aka @Rumyra, about how she used IFTTT (If-This-Then-That) to inject the content of a RSS feed into the Pocket read-it-later service. This stuck me as a good idea, so I started with a Yahoo Pipe that took my OPML, and merged all articles into one feed, and I inputed that into IFTTT, and chose Pocket as the target. Sadly, that didn’t work so well; IFTTT has known issues with Yahoo Pipes RSS feeds. Next option: just do it myself!
Flickr interesting or groups photos on your (jailbroken) Apple TV screensaver
Since I replaced my Apple TV 1 with an Apple TV 2, and started using Flickr as the screensaver, I was wondering how I could use group photos or interesting photos from Flickr, instead of just a user’s photos, or the result of a search. Today, I was able to hack it to do what I want!
(Note: You need a jailbroken Apple TV for this to work.)
Videotron Internet Usage Monitor
Chrome Extension - Get comments in RSS format
So you got a nice Google Chrome extension, right? And people do leave comments / questions / hate mail on the extension page all the time. But the only way for you to get those is to visit that page in your browser… Not cool. Not cool at all, Google!
Wanting to get the comments in Google Reader, I simply looked in the Inspect Element > Network tab, to see what was going on, when I visited the Chrome Store page for my extension. And lo and behold, there’s an AJAX request to fetch the comments, with the results returned as a nice JSON-encoded object!
Fuel Consumption Tracker
I wanted to keep track of fuel consumption (L/100km) for our two vehicles. I wanted to be able to send email to enter data, or use a simple web interface. The email part was important, because I don’t have a data plan on my cellphone, so being able to compose and queue an email at the pump, to have it sent automatically when I was later within reach of a known Wifi network, was a very nice to have.
Implemented in PHP, the result is not that pretty, but it’s nice enough, and the ease of use allows me to keep it updated without too much hassle.
Hacking Crome extensions - How I added keyboard shortcuts to 1Password in Chrome
I love 1Password. It looks good, it’s safe, it has a web-accessible UI, it has an iPhone/iPad application…
What I didn’t like about it was it’s Chrome extension, which required me to use the mouse to click the 1Password icon in the toolbar each time I wanted to auto-fill a form with login details!! That was so annoying.
So annoying in fact that I took upon myself to implement keyboard shortcuts in the 1Password extensions.
Videos5 - A web application to stream videos to your iPad (and all)
The iPad is now very popular in the house. I seldom can use it as a recipe book to cook something, as it was intended… It’s either in my oldest’s hands, playing Labyrinth 2 HD, either on my wife’s lap, browsing her Facebook & reading her emails.
But still, sometimes, it’s nice to use it for other things. One such other thing would be to stream videos from the Amahi home server sitting in a closet upstairs. One can watch a recorded TV show in bed, or hand the iPad to the big kid to let him watch Cars or Nemo while we’re watching the news, or something non kid-friendly.
Being of the DIY kind, I made my own web-app to achieve this, using the new HTML5 videos tag.