|
You are here |
www.alvinashcraft.com | ||
| | | | |
regulargeek.com
|
|
| | | | | It was another slow news day, but there is always something interesting to read. First, High Scalability gives us an interesting post on Machine Learning Driven Programming. This is really a post on the directions that companies like Google and Facebook are going, with deep learning replacing whole subsystems. At Ayende @ Rahien, we get... | |
| | | | |
blog.martinig.ch
|
|
| | | | | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to | |
| | | | |
seroter.com
|
|
| | | | | Today's links look at real-world examples of measuring dev productivity, what sidecars are about, and an AI model that does geometry better than you and me. | |
| | | | |
ericlathrop.com
|
|
| | | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python. | ||