Fieldbook
Fieldbook is an interesting spreadsheet that adds some features and slick UI to allow you to create simple databases and to interact with your content in new ways. It’s web based right now with native mobile apps planned for 2016. It’s a little hard to explain, but check out the intro video and sign up for a free account.
SQL Tabs
SQL Tabs is a cross platform (Linux, OS X) PostgreSQL client that allows you to embed Markdown, charts, and graphs in your SQL output. Its tabbed layout and rich output is a refreshing departure from most database clients.
Sachsen
Sachsen is a beautiful Mac app for reading App Store reviews that allows you to search, filter, compare between versions, and even translate reviews between languages. If you’ve published an app, this one is a must have.
Grav
Finally, Grav is an open source Markdown based flat-file CMS written in PHP that has been picking up a lot of momentum. It has support for plugins, themes, and is designed to be fast and easy to use. It looks to be well documented and has an active community on GitHub and in the Grav Forum.
Spot the Vulnerability: Loops and Terminating Conditions
Spot the Vulnerability: Loops and Terminating Conditions In memory-unsafe languages like C, special care must be taken when copying untrusted data, particularly when copying it to another buffer. In this post, we\'ll spot and mitigate a past vulnerability in Linux\'s...