Live data from Hacker News

Viewing profile — createaccount94

createaccount94

HN member
Joined
Sat, Mar 26, 2011, 6:21 PM UTC
HN karma
17
Public activity
6 items

About createaccount94

No profile information was provided.

Recent public activity

  1. comment
    Comment #3784646

    SEEKING WORK - Remote I am looking for postgres consulting gig

  2. comment
    Comment #2665084

    ruby -e 'require "rack"; Rack::Handler::Thin.run(Rack::Directory.new("."), :Port => 6666)'

  3. comment
    Comment #2649114

    1) download stackoverflow dump. (creative commons ftw) 2) import into local database 3) setup full text search 4) you dont need internet anymore

  4. comment
    Comment #2455382

    >> hash = BCrypt::Password.create '123456' => "$2a$10$khoJWZR3hVA8Qcm3lW6sp.BQGOFKGo2xHCeH2YfDcQVRltEGCJe0S" >> [hash.salt, hash.checksum] => ["$2a$10$khoJWZR3hVA8Qcm3lW6sp.", "BQG…

  5. comment
    Comment #2439585

    If you are using laptop, put http://www.ikea.com/us/en/catalog/products/40104270 on top of your desk. it is only $9.99

  6. comment
    Comment #2372751

    the same in one line: Gem.loaded_specs.map{|n,s| "gem install #{n} --version=#{s.version}"} * "\n"