|
You are here |
jimpurbrick.com | ||
| | | | |
fzakaria.com
|
|
| | | | | Visit https://visible.build to try a client-side only build event protocol viewer ?. You can find the MIT licensed source code here. I consider myself a "backend" engineer. Although I have dabbled in UI frameworks professionally (.NET and the occasional JavaScript) - I rarely work on the front-end visual portion of a product. My knowledge of HTML/CSS has been forever cemented since I learnt the technology in my teens - culminating in the ultimate personal expression of on GeoCities. Revisiting front-end development for occasional projects has always been stress-inducing. The pace of change in the ecosystem is fast from the toolset to even the language (? TypeScript). | |
| | | | |
ryanharter.com
|
|
| | | | | Who Needs IDEs? At Google I/O this year, Google introduced it's new IDE, Android Studio. Android Studio is based on IntelliJ IDEA, a great IDE that many of my Android friends use. I wasn't particularly excited by this announcement because, for the last several years, I've given up IDEs. My development environment of choice has been Sublime Text 2 and ant. Sure, IDEs can be extremely useful, especially in Java, where boiler plate code is the name of the game. | |
| | | | |
xcorr.net
|
|
| | | | | I was trying to get parallel Python to work and I noticed that if I run two Python scripts simultaneously - say, in two different terminals - they use the same core. Hence, I get no speedup from multiprocessing/parallel Python. After some searching around, I found out that in some circumstances importing numpy causes Python... | |
| | | | |
blog.bazel.build
|
|
| | | [AI summary] This article details the design philosophy and technical implementation of Skylark, the language used for specifying builds in the Bazel software system. | ||