-
Notifications
You must be signed in to change notification settings - Fork 17
The Hacker's Guide to Hacking
Grigor Aslanyan edited this page Aug 2, 2016
·
1 revision
In a nutshell: a "hack" is a small project that solves one problem, designed and executed as quickly as possible. Examples of hacks include:
- a working demo of a new or modified algorithm (example here)
- an outline of a larger project, with some key features scoped (example here)
- a new visualization of an old dataset (for example here)
- a modified algorithm applied to a new dataset
- a mash-up of two pre-existing pieces of code to perform some new function (example here)
and so on. Feel free to add more examples.
Add yours below, please!
-
Be selfish: arrive with a goal, and make sure you achieve it
-
Hacking is a community activity: find someone you can pair code with
-
Do the simplest thing that will work, you can extend it later
-
Love your neighbor: you might be the person they need to solve their problem, and vice versa
-
When discussing, pitch your explanation at the least experienced hacker in the group, and you'll end up better understanding what you're trying to do
Write yours here, hopefully someone else will answer, and/or write a new tip!
- ...
- ...