|
You are here |
mtlynch.io | ||
| | | | |
blog.melski.net
|
|
| | | | | Cloud computing has been all the rage lately. But most of the attention has focused on deployment of applications in the cloud, or at best, development of applications for the cloud. I haven't seen much discussion about the ways that cloud computing can support development of "traditional" software - all that stuff that is not... | |
| | | | |
pilledtexts.com
|
|
| | | | | Bottom line up front: For my hardware I use an Apple laptop with third-party peripherals that can be easily transported. I try to use open-source software when ... | |
| | | | |
tinypilotkvm.com
|
|
| | | | | Updates about my life and what I learn about creating software | |
| | | | |
hjr265.me
|
|
| | | I have lines like these in my /etc/hosts file: 127.0.0.1 toph.local 127.0.0.1 drafts.toph.local 127.0.0.1 quiz.toph.local I can run development servers locally and access them over .local hostnames (e.g. toph.local) instead of the loopback IP addresses (e.g. 127.0.0.1). It works fine. But every time I start working on a new project, I needed to add a new line to the /etc/hosts file. It didn't sit right with me. I should be able to point all *. | ||