I know, "ORMs are great", but they suck too.
Today is a milestone in the development of the TANC Web app - the only Open Source Home Security Internet Connector.
How can you use ZF3 Forms outside of Zend Framework? It's pretty involved, but not that complicated. How about mustache templates, can you mix ZF3 Forms with a project that's already using Mustache templates?
I picked up an SSD1306 I2C display for my Adruino Nano. There are a number of drivers available, here's what each can do.
I'm in the process of evaluating e-commerce platforms, so I thought I'd give prestashop a try.
With the recent announcement that ZF3 is available, I thought I'd give the forms component a shot.
GOGS - the "Go Git Service" - is a simple Github clone written in go. I say simple because it just works.
WooCommerce is a shopping cart plugin for WordPress. It comes with very little base functionality, and you're expected to buy plugins to extend its feature set. But, something as simple as exporting your customer data - so you can add or remove people from a mailing lists - shouldn't be such a mystery.
Tmux is great. I use it all the time, but sometimes I forget to use it. When I'm in a hurry I forget to start a new tmux session until I'm tailing a log file and then I can't launch a new shell on a remote machine until I ssh again, or stop tailing, start tmux, redo the tail command.
Recently I was trying to change MySQL's datadir setting away from the default of /var/lib/mysql to /data/mysql because I had mounted a cloud storage drive on /data. This proved to be more trouble than I expected.