Machine Learning
·
I’ve been a fan of neural networks since my friend’s computer scientist dad first explained them to me when I was in elementary school.
·
I’ve been a fan of neural networks since my friend’s computer scientist dad first explained them to me when I was in elementary school.
·
It took me a little trial and error to set up, but this weekend I managed to port my entire WordPress development stack not just to a new machine, but also to a new virtualization provider – Hyper-V.
·
Applications that used to fit in a few megabytes now consume a gigabyte – or more – to do essentially the same thing. I find this development a bit disturbing.
·
I’ve been a fan of Node since we were first introduced in 2011. Unfortunately, it’s taken me a few years to come up with a compelling business use for Node.
·
I’d rather learn something new and struggler at it than be at the top of my game with nowhere to go but down.
·
If you’re writing PHP code and you want to use lambda functions, don’t use PHP’s create_function() method. It’s insecure, and will be flagged as such by security software and analysts.
·
Not everyone could be at JSConf BR, so I wanted to give you all a glimpse of the awesomeness that is the worker API.
·
A “virtual private network” is a way to keep your data secure, whether your on a dedicated 4G tether or connected to Starbuck’s free wireless. Traffic from your machine is encrypted at the machine, sent to a remote (trusted) server, decrypted, and proxied to the real network target.
·
I’ve been without reliable Internet for 2 days; it’s been a hugely revealing experience.
·
Whenever I try to explain unit testing to another developer, I refer to the “smallest unit of work” that’s possible to test.