openmotors

https://www.openmotors.co/
rebranding from OSVehicle to OpenMotors.

Saturday, December 23, 2017

10 “Best of the Best” Growth Stocks to Buy for 2018

http://dailytradealert.com/2017/12/12/10-best-best-growth-stocks-buy-2018/
10 stocks for 2017

These 3 Funds Yield Over 7% and The Fed Just Made Them a “Buy”

http://dailytradealert.com/2017/11/25/3-funds-yield-7-fed-just-made-buy/
three short-term debt funds

Monday, December 18, 2017

Saturday, December 9, 2017

Robots Will Transform Fast Food

https://www.theatlantic.com/magazine/archive/2018/01/iron-chefs/546581
All 3 of my sons worked in fast food. Automating these tasks would be a good thing. 

Blazing-fast static site generator for React

https://www.gatsbyjs.org/
Really odd: javascript to generate static websites from dynamic sources.

Google Academy for Ads

https://landing.google.com/academyforads/#?modal_active=none
Yet another iteration of Google Ad education. Hope it works and they stick with it.

Why CSS Grid is better than Bootstrap for creating layouts

https://hackernoon.com/how-css-grid-beats-bootstrap-85d5881cf163
Good take on why CSS Grids beat Bootstrap. The only problem is that Bootstrap's more than just a grid.

Friday, December 1, 2017

Friday, November 17, 2017

2017 Laravel Survey

https://laravel-news.com/2017-survey
All organizations should have this enthusiastic users. 

Monday, November 6, 2017

Wednesday, November 1, 2017

Web Typography: Designing Tables to be Read, Not Looked At

https://alistapart.com/article/web-typography-tables
As with all alistapart stuff, this is really good. A couople of tricks on table typography I didn't know. 

Friday, October 27, 2017

Conditional Operators in PHP

https://www.shiphp.com/blog/2017/php-conditional-operators
PHP conditionals, from the basics to the new Null Coalesce operator in PHP7. 

Injectables vs. Newables

https://qafoo.com/blog/111_injectables_newables.html
One of the more cogent explanations of Injectibles vs. Newables in PHP I've ever read.

How to connect ELK with Monolog

https://pehapkari.cz/blog/2017/10/22/connecting-monolog-with-ELK/
Interesting case study of sending logging events from Monolog to an ELK stack, using RabbitMQ in the middle so as not to lose anything. 

Monday, October 23, 2017

Consumer prices, household debt

http://lenkiefer.com/2017/05/21/consumer-prices-household-debt/
nice graphs of household income and debt, complete with R source code

Friday, October 20, 2017

8 New Google Calendar Features You Should Start Using Now

https://zapier.com/blog/google-calendar-schedule/
The folks at Zapier come through again with an in-depth review of new Google Calendar features.

Saturday, October 14, 2017

Style Guide

https://vuejs.org/v2/style-guide/
Official, well, beta anyway, style guide for Vue.js

Free Open-Source Invoicing

https://www.invoiceninja.org/
Looks like a viable opensource alternative to freshbooks, et al.

Persisting state between AWS EC2 spot instances

https://peteris.rocks/blog/persisting-state-between-aws-ec2-spot-instances/
AWS spot instances are really cheap, but how to persist state when they get unceremoniously blown away?

Sorting Visualizations

https://imgur.com/gallery/RM3wl
Unusual sorting algorithm visualization using color spectrum pixels. The usual suspects for algorithms.

Saturday, October 7, 2017

Free Accounting Software

https://akaunting.com/
Open Source accounting software based on Laravel. Could be interesting.

Stripe Payments in Laravel: The Ultimate Guide

https://quickadminpanel.com/blog/stripe-payments-in-laravel-the-ultimate-guide/
Don't know about the ultimate part, but certainly an adequate introduction to dropping stripe in laravel.

Saturday, September 30, 2017

Sponsored Find Newsletters you can advertise on. For free.

https://sponsored.tech/
Interesting twist on emailmarketing. Advertising on other people's newsletters.

Tuesday, September 26, 2017

Project management: A surefire way to kill your software product

https://techbeacon.com/project-management-surefire-way-kill-your-software-product
Well-put analysis. I've seen for years that the structure of software development is a mis-match for project management.

Saturday, September 23, 2017

data visualization project

http://datavizproject.com/
nice visual catalog of data representation. lacking a bit of structure, though.

Friday, September 22, 2017

Monday, September 18, 2017

Friday, September 15, 2017

Getting to Know the Laravel Tinker Shell

https://laravel-news.com/laravel-tinker
No, not tailor, soldier, spy. It's a helper shell for Laravel, follow-on to psysh.

Peaked?

https://m.signalvnoise.com/peaked-78ec0b147aeb
It the notion of being more productive early in life a myth? It may have more to do with volume than inspiration.

Build amazing iOS and Android apps with technology you already know

https://www.nativescript.org/
Interesting twist on cross-platform mobile development via javascript, not cordova. 

Reddit Changes Open Source Policy

https://www.reddit.com/r/changelog/comments/6xfyfg/an_update_on_the_state_of_the_redditreddit_and/
The core of the code that runs Reddit.com will no longer be open source. Not sure if this is a Good Thing.

Try R

https://www.codeschool.com/courses/try-r
A free introduction to the R programming language.

TensorFire runs neural networks in the browser using WebGL.

https://tenso.rs/
How many layers deep are we? This runs neural networks in the browser using WebGL. 

Monday, August 14, 2017

Saturday, August 12, 2017

Friday, August 11, 2017

A high performance, open-source universal RPC framework

https://grpc.io/
REST and GraphQL are all the rage, but there's still some use for RPC out there. 

Bitcoin splits in two amid feud

https://www.cnet.com/news/bitcoin-cash-splits-in-two-in-blockchain-feud/
The ongoing Bitcoin feud finally boils over into a hard work into BitCoin Cash. But will people use it?

Sunday, July 23, 2017

Server Admin for Programmers

https://serversforhackers.com/
A step toward devops: teaching developers about servers. 

The Journal of Open Source Software

http://joss.theoj.org/
Curated list of open source software for scientific research.

HTTP Tools Roundup

https://lornajane.net/posts/2017/http-tools-roundup
In an increasingly API-centric world, you need ways to interact with HTTP. Here are a handful. Postman is my favorite.

Wednesday, July 12, 2017

Sunday, July 9, 2017

Deploy your WSGI apps on AWS Lambda

https://www.zappa.io/
Vendor-neutral Lambda functions for Python clouds.

Friday, July 7, 2017

Easily convert webpages to images using PHP

https://murze.be/2017/07/easily-covert-webpages-to-images-using-php/
Interesting tutorial on using PHP to capture a web page image going through a headless Chrome browser. 

cinesift: the movie rating site

https://www.cinesift.com/
a movie meta-rating site that pulls in ratings from IMDB, RT, etc.

Saturday, July 1, 2017

Friday, June 30, 2017

‘I’m a Bitcoin Millionaire’

https://melmagazine.com/im-a-bitcoin-millionaire-2672ca1d1ab7
Interview with a self-proclaimed bitcon millionaire. About what you'd expect: bought early and mined. 

Ancient wisdom from the neural network

http://lewisandquark.tumblr.com/post/162097037117/ancient-wisdom-from-the-neural-network
Might need to do some more training on this neural network before the unseen wisdom of the ages pours forth.

Sunday, June 25, 2017

The Great Serverless Showdown

https://headmelted.com/serverless-showdown-4a771ca561d2
Price and features comparison of the major serverless platforms. Hint: Price is very close.

Friday, June 23, 2017

What Would Happen If You Never Used An Alarm Clock?

http://digg.com/2017/never-use-alarm-clock
I don't generally use an alarm clock. Good to hear I'm doing the right thing. 

Thursday, June 22, 2017

Exakat PHP code analyzer

https://www.exakat.io/
Exakat is a PHP static code analyzer with both opensource and commercial versions. 

Accessibility according to actual people with disabilities

https://axesslab.com/accessibility-according-to-pwd/
Interesting collection of tweets from persons with disabilities on their pet peeves of webdesign. 

Friday, June 16, 2017

Programmers who use spaces 'paid more'

http://www.bbc.com/news/technology-40302410
I've always been a "tabs" kinda guy. Could I have been wrong for fiduciary reasons?

Up and running exakat in 15 mins

https://www.exakat.io/up-and-running-with-exakat/
Static PHP code analysis via Exakat. Shame that it uses Java, though. 

JSON feed: fail

http://cweiske.de/tagebuch/jsonfeed.htm
The technical failings of the new JSON feed proposal.

Wednesday, June 14, 2017

A new, approachable way to create Web applications

https://mavo.io/
New opensource reactive JavaScript library that's easier to implement. 

Unlicensed LTE Explained

https://medium.com/iotforall/unlicensed-lte-explained-98cebda13a8e
The new flavors of LTE explained. Do I really trust the unlicensed 5GHz spectrum? 

Analyze your site’s speed and make it faster.

https://gtmetrix.com/
Unifies Google Page Speed and YSlow in one website performance page. 

The Best Website Builders in the Market 2017

https://websitebuilder.org/
Review site for the point-and-click website builders out there. 

Websites built by freelance developers are plagued with security failures

https://www.helpnetsecurity.com/2017/06/08/website-security/
From the no-surprise-here department: hiring a cut-rate web developer yields apps with major security issues. 

The Impossible Mathematics of the Real World

http://nautil.us/issue/49/the-absurd/the-impossible-mathematics-of-the-real-world
Interesting take on the so-close-but-not-quite problems in math. 

What is the best bulk email sender for mass emails?

https://www.quora.com/What-is-the-best-bulk-email-sender-for-mass-emails
Quora discussion of best mass email providers. A couple being mentioned do indeed look like 3rd gen providers. 

Wednesday, June 7, 2017

The State of CSS

http://ryanogles.by/css/javascript/2017/05/25/the-state-of-css.html
Summer 2017 state of CSS. Pretty good, IF you're using the latest browsers. 

Single Page App Backends: Where Laravel Beats Node.js

http://vuejsdevelopers.com/2017/06/04/vue-js-backend-laravel-beats-node/
Comparison of Laravel vs Node as backends for Single Page Applications. Hint if you want a real framework... 

Thursday, June 1, 2017

Thoughts on Tokens

https://medium.com/@balajis/thoughts-on-tokens-436109aabcbe
Cryptocurrency coins are now generically known as tokens. Here's some current perspective. 

Thursday, May 25, 2017

Announcing JSON Feed

https://jsonfeed.org/
Trying to replace the XML-based RSS feed with a JSON feed. We'll see if they get any traction. Standards bodies, anyone?

A Primer on IOTA (with Presentation)

https://blog.iota.org/a-primer-on-iota-with-presentation-e0a6eb2cc621
Interesting blockchain-inspired software to record transactions from the IoT on the cheap. 

Find and Connect to the World’s Top APIs.

https://rapidapi.com/
Mashable's API marketplace has been absorbed by RapidAPI. Good. Never liked Mashable. 

Monday, May 22, 2017

Saturday, May 20, 2017

Kotlin is like TypeScript

https://gi-no.github.io/kotlin-is-like-typescript/
Is Kotlin like Tpescript? About as much as many other languages, but here's a head-to-head comparison.

30-Second Video View Costs on Facebook vs. YouTube

https://medium.com/@NateyBakes/30-second-video-view-costs-on-facebook-vs-youtube-cc1c8d7df230
Comparing Facebook vs YouTube video advertising. Like apples and oranges, but there are some clear takeaways. 

Tuesday, May 16, 2017

Saturday, May 13, 2017

IoT For All

https://iot-for-all.com/
New magazine-style website for the IoT space.

Friday, May 12, 2017

Are Pop Lyrics Getting More Repetitive?

https://pudding.cool/2017/05/song-repetition/
Amazing web page about the complexity of pop lyrics through several decades. 

Pretty Good Setup (PGS)

https://medium.com/@uzakov/pretty-good-setup-pgs-4d3b58b4341a
A staring setup for anyone interested in security and privacy on the internet. tl;dr: ditch Windows. 

Thursday, May 11, 2017

Tuesday, May 9, 2017

Periodic Table of DevOps Tools

https://xebialabs.com/periodic-table-of-devops-tools/
Fun catagorization of DevOps tools, some slightly outdated, but useful nonetheless. 

Pi-hole™: A black hole for Internet advertisements

https://pi-hole.net/
Interesting use of a R-Pi: use it as DNS or DHCP server and block LOTS of ad services.

Friday, May 5, 2017

Dear Writer,

https://medium.com/personal-growth/dear-writer-773ebd74cdfb
Is the whole "content-marketing" thing taking writing in the wrong direction?

Weex - a framework for cross-platform mobile UIs

https://weex.apache.org/
Certainly the best-looking website I've seen for an Apache project. An interesting take on cross-platform apps. 

Friday, April 28, 2017

Advanced Git log

https://www.atlassian.com/git/tutorials/git-log
I knew Git could produce fearsome logs, but never knew how. Good tutorial. 

Why Companies Are Not Startups

https://medium.com/startup-grind/why-companies-are-not-startups-41e5785e0b4e
Good, basic explanation of the differences in motivation between startups and most companies. Most, not all. 

loopy, a tool for thinking in systems

http://ncase.me/loopy/
interesting, fun little visual feedback simulation tool. 

Kint - a modern and powerful PHP debugging helper

https://kint-php.github.io/kint/
Knit is a PHP debugger not as powerful as Xdebug or hard to set up, but better than print_r()

PHPDocker.io is a tool that will help you build a typical PHP development environment based on Docker

https://phpdocker.io/
PHPDocker, a project to help get a Docker running PHP up and running quickly.

Friday, April 21, 2017

PHP-FPM

https://wiki.apache.org/httpd/PHP-FPM
Ugly site about great software: speeding up PHP via PHP-FPM. 

Functional Programming is taking over UIs with Pure Views.

https://medium.freecodecamp.com/the-revolution-of-pure-views-aed339db7da4
At last front-end programming seems to be going in a sane direction with Functional programming and Pure Views.