Bookmarks
Get your own chat on spinchat.com!
Archive
03
sponsorbanner
small picture right tab
sponsorbanner
big picture slidearea
02
sponsorbanner
categorymenu
01
Popular Posts
-
BOOT USB VERY EASY The Purposes of uploading this softwer to make boot very easy le 1:First Install this softwear his pc and aad ur w...
-
Aslam u alikum and Thaks all usr my This bolgger Pakistan me app logo ko pta ha lite ki Problem ha is liye kam chordna parha ab Insalla...
-
Learning to Hack: the Tipping Point Written by Bryan Helmig on July 8, 2012. Share on facebook Share on twitter Share on email...
-
This week the best data recovery tool so chek this smalll but same gold u like i know after using old to old data recover easy le so yar ch...
-
Driver pack soultion the World most perfect or good Driver So have this File all new and Old Driver Then You are download and Enjoy Driv...
-
Today i am about this software youtube silently hack and proxy so download and full enjoyed your open block sites so cooooooooollllllll post...
-
Friends I 'm back ab ye blog bohat jaldi daily basis pey update howa kray ga thk app subscribe kr ly...
-
Dosto hum app k liye lay k aye ha ajj k din ke new post resuce hacker yani is book ko download karo winrar file ha or study krna k bad kis...
-
ALL MY VIWER Listen new new Only After One week i come back or Pher phelay ke tarha kam start kray gy ok
Mi perfil
Saturday, 8 December 2012
Hacking Start
Learning to Hack: the Tipping Point
Written by Bryan Helmig on July 8, 2012.
Share on facebook
Share on twitter
Share on email
Share on print
More Sharing Services
It hasn't been that long ago when I installed my first Python build. In fact, the earliest record I have of an earnest attempt at coding is dated April 19th, 2009 (an autogenerated Django manage.py). Of course, PHP had preceeded that, but only hacking on top of existing packages. I wanted more control over the site.
My first real project was LetsJ.am, a specialized forum for musicians where you'd create "jams" (IE: threads) and upload an MP3 of your playing. Someone else would come along, download it, slap it into Garageband, record another track with it, and upload both their isolated track and the mix. Rinse and repeat.
Like many others, I didn't even consider hiring someone to code it for me, I just Googled around and found Django (the fact that it was written in Python meant nothing to me). Rails seemed cool, but, Django seemed cooler (being a jazz guitarist myself).
So I installed Django and proceeded to bang my head against the wall. Though the wonderful Django tutorial softened each blow, the suffering was noteworthy. But, after a week or two, something interesting happened...
I figured out just enough Python and Django to do what I wanted to do. Namely, I figured out:
Models were just a way to access the database. (I had no clue what a class, object or ORM was.)
(?P<some_id>[\d]+) meant dynamic numbers in URLs that let you get records from the database. (What is a regex?)
HttpResponse() sends the browser text. It also can send HTML (and I knew a bunch about HTML/CSS). (The Request/Response cycle meant nothing to me.)
And to be honest, that was it. But, once I had those three pieces of the puzzle, it was good enough. What had previously been a mysterious and confusing world suddenly started making a little bit of sense. In my mind, URLs just mapped to an HttpResponse which grabbed Models.
Armed with that knowledge, I just coded and coded some really repetitive (and horribly maimed) code and, to my surprise, it worked.
And that was my tipping point. Once I got past that, my learning of "proper things" accelerated, but I could always fall back to the really hacky solutions to "get things done". And I never knew enough to feel guilty about it.
This is one thing I think a lot of the "learn to code" sites get wrong (though they get a lot right). To me, it isn't about achievements, challenges or whatever. It's about hacking a way to a solution, however rudimentary it may be.
If you don't have a problem that code can solve, what are you hacking for?
Read more: rjrazay.webs.com
Subscribe to:
Posts (Atom)