Apple is designing laptops/desktops around their ARM chips!
https://arstechnica.com/gadgets/2020/04/report-apple-will-begin-selling-macs-with-its-own-processors-in-2021/
Apple likes integration, but I wonder what the top-end performance will be like. Benchmarks of PowerPC vs Intel were often hard to compare.
miniblog.
Related Posts
New version of difftastic is out! In this release:
* Improved git integration
* Polished the side-by-side display, particularly on large screens
* Fixed a nasty crash
Are there any good tools for generating boilerplate code?
If I'm a web framework author, I'd love to provide a *discoverable* tool for defining a new controller. This is especially important if files need specific naming conventions or to be in certain directories.
I've seen tools like yeoman and create-react-app, but they seem to focus on new projects. There's also no VS Code integration that I'm aware of.
Tried `just` (the task runner) today, and I really like it. npm has scripts, but `just` works anywhere.
Editor integration is also excellent: you can get by with Makefile highlighting, but in Emacs you can even run everything interactively!
https://github.com/casey/just