- I’ve been a student all my life. When I was growing up I loved building things with legos. My friends and I spent countless hours building everything from towns to robots.
- We weren’t just tinkering around with toys... we were playing.
- Play is the child’s first exposure to real-world problem solving.
- When playing, children must figure out how to use all of the tools available to accomplish a goal, such as building a house out of legos, or creating a sandcastle in a sandbox.
- John Holt, American author and pioneer in youth rights theory, wrote in How Children Learn “The child is curious. He wants to make sense out of things, find out how things work, gain competence and control over himself and his environment, and do what he can see other people doing. He is open, perceptive, and experimental. He does not merely observe the world around him. He does not shut himself off from the strange, complicated wor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "body", | |
"attrs": [], | |
"children": [ | |
{ | |
"type": "navbar", | |
"attr": [ | |
"inverse": true | |
"title": "scribe", | |
"elements": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=gsutil | |
pkgver=v3.31 | |
pkgrel=1 | |
pkgdesc="A command line tool for interacting with cloud storage services." | |
arch=('any') | |
url="https://github.com/GoogleCloudPlatform/gsutil" | |
license=('APACHE') | |
depends=('python2' 'python2-socksipy-branch' 'python2-crcmod' 'python2-pyopenssl' 'python2-google-api-python-client' 'python2-boto') | |
makedepends=('python2-distribute') | |
source=('http://commondatastorage.googleapis.com/pub/gsutil.tar.gz') |
I hereby claim:
- I am zachlatta on github.
- I am zrl (https://keybase.io/zrl) on keybase.
- I have a public key whose fingerprint is 6E8A A24A 6733 60F5 65CF A508 5678 1342 B5D9 D60E
To claim this, I am signing this object:
So much this.
A few bits I've noticed over 25+ years in the industry:
- Tell me what your product is. What it does, where it works, how it does it, what it requires. Is it a physical product (or is it shipped in one), an interactive application, a Web service, a programming language / tool?
- Tell me what the fuck it is EVERY GODDAMNED TIME YOU COMMUNICATE ABOUT THE PRODUCT. It doesn't have to be long or detailed, you can link to your detailed description in the communication. But your press releases, emails, Tweets, blog posts, marketing collateral, etc., are going to get passed around, word-of-mouthed, and/or pulled out of drawers (or browser history / searches) for weeks, months, and years to come. Make them work for you.
- The Economist's practice of briefly introducing any individual, no matter how famous or obscure, is a wonderful practice of microcontent contextualization. "Using the Economist house style offers an elegant alternative, wherein virtually all people and organizations are identified exp
- The internship, even though it includes actual operation of the facilities of the employer, is similar to training which would be given in an educational environment.
- The internship experience is for the benefit of the intern.
- The intern does not displace regular employees, but works under close supervision of existing staff.
- The employer that provides the training derives no immediate advantage from the activities of the intern; and on occasion its operations may actually be impeded.
- The intern is not necessarily entitled to a job at the conclusion of the internship.
- The employer and the intern understand that the intern is not entitled to wages for the time spent in the internship.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mediawiki: | |
{{Star formation}} | |
In [[cosmogony]], the '''nebular hypothesis''' is the most widely | |
accepted model explaining the [[formation and evolution of the Solar | |
System]], which suggests that the Solar System formed from | |
[[Wiktionary:nebulous|nebulous]] material in space. There is evidence | |
that it was first proposed in 1734 by [[Emanuel Swedenborg]].<ref | |
name=Swedenborg1734/><ref name="Httpwwwnewchurchhistoryorgarticlesglbbakerpdf"> | |
http://www.newchurchhistory.org/articles/glb2007/baker.pdf</ref> |
- Never seen any organization try to do everything with sprints.
- Accountability is the difficult thing with an open source organization growing.
- The mission is everything. If people are lagging, just say look here’s what we’re doing and you’re keeping up or not. Don’t let other people’s contributions limit the organization.
- As we grow, people won’t want to be involved in all discussions. Ex. engineers won’t care about what’s happening in marketing.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <vector> | |
#include <string> | |
#include <fstream> | |
// Creates the structure Scenea | |
struct Scene { | |
// Constructor that passes the arguments to text and to next which sets scene_text to the value of text and next_scenes to the value of next | |
Scene(std::string text, std::vector<int> const& next) { | |
scene_text = text; |
OlderNewer