Viewing profile — tgkokk
tgkokk
HN member- Joined
- Tue, Aug 14, 2012, 1:35 PM UTC
- HN karma
- 28
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About tgkokk
No profile information was provided.
Recent public activity
-
comment
Comment #8846095
For the request on the homepage for a Homebrew formula: From [1]: > Homebrew generally won't accept libraries that can be installed correctly with `pip install foo`. [1]: https://g…
-
comment
Comment #8828430
Most users can just download a binary from [1], they don't have to compile hub itself. [1]: https://github.com/github/hub/releases
-
comment
Comment #8090994
Or, in this case, ->>: (def lols (->> strs (filter #(re-find #"LOL" %)) (map upper-case) sort)) How I read it: take strs, filter the strings that contain "LOL", turn them into uppe…
-
comment
Comment #8041201
Apparently, it's a major service outage [1]. [1]: https://twitter.com/githubstatus/status/489336842861686784
- story
- story
-
comment
Comment #7931093
Most JavaScript libraries end with .js: Angular.js, Ember.js, Backbone.js, Knockout.js... And yes, JavaScript is a mainstream language (in the browser, at least).
- story
-
comment
Comment #6592407
From the page: > Live Streaming video requires Safari 4 or later on OS X v10.6 or later; Safari on iOS 4.2 or later. Streaming via Apple TV requires second- or third-generation App…
-
comment
Comment #6294666
Didn't crash for me on Chrome (Stable) in the first place, but when I tried to translate the page it did.
- story
-
comment
Comment #6040290
Nope, this is what Packages.bz2 shows for Debian 6: Package: vim ... Version: 2:7.2.445+hg~cb94c42c0e1a-1 ... Filename: pool/main/v/vim/vim_7.2.445+hg~cb94c42c0e1a-1_i386.deb And t…
-
comment
Comment #6040160
Debian does move slowly (that's why it is good for servers; you don't have to update often) but you probably need to update your server. On Debian Wheezy, I have got Vim 7.3.547.
- story
-
comment
Comment #6005992
Ace with Vim keybindings: data:text/html, DoJS #e{font-size: 16px; position:absolute;top:0;right:0;bottom:0;left:0;} var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.setKeyboa…
- story
- story
-
comment
Comment #5919122
From the very same article you tried to read: > JavaScript turns the PNG and JSON into an animation, using either the canvas element, or emulating it using overlaid div elements fo…