|
You are here |
barbersmith.com | ||
| | | | |
jeff.klukas.net
|
|
| | | | | Originally published as an article on docs.telemetry.mozilla.org. So you want to build a data lake Where do you start? What building blocks are available? How can you integrate your data with the rest of the organization? This document is intended for a few different audiences. Data consumers within Mozilla will gain a better understanding of the data they interact with by learning how the Firefox telemetry pipeline functions. Mozilla teams outside of Firefox will get some concrete guidance about how to ... | |
| | | | |
www.startuplessonslearned.com
|
|
| | | | | I've known Brian Chesky, Co-Founder, CEO and Head of Community at Airbnb for a long time. We've been allies and comrades-in-arms in trying t... | |
| | | | |
jvieker.com
|
|
| | | | | It's easy to feel guilty about taking break from work, whether it's a a 3:00 PM walk or a weeklong vacation. But serious performance requires serious rest. It's true in the gym and in our careers: rest makes hard effort possible. The break isn't separate from the work-it's part of the work. Break freely and without guilt. You've earned it, and you'll perform better when you get back. | |
| | | | |
negativesign.com
|
|
| | | In my previous post I talked about how to build some Docker containers to run a deep learning-focused1 JupyterHub instance. It's nice for several reasons if the JupyterHub server brings itself up when the system starts. Here's how to do that-an adaptation of this Stack Overflow post. Create a file at /etc/systemd/system/docker-jupyterhub.service and put the following text into the file. [Unit] Description=JupyterHub container Requires=docker.service After=docker.service [Service] Restart=always ExecStart... | ||