Viewing profile — jonpacker
jonpacker
HN member- Joined
- Wed, Dec 14, 2011, 12:14 AM UTC
- HN karma
- 78
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About jonpacker
No profile information was provided.
Recent public activity
-
comment
Comment #48046777
For a start, you can't edit docs on mobile. But if you just use it for a while you notice there's a fairly large amount of bugs which need working on. Try entering a couple of date…
-
comment
Comment #38249088
Try the "Recursive Mono" or "PT Mono" variants of Iosevka.
-
comment
Comment #36290475
You can actually use the bottom of a ceramic mug as a whetstone to sharpen knives if you're dedicated enough!
-
comment
Comment #8226681
Minke whales are not in any way endangered (or close to it). Check your facts. https://en.wikipedia.org/wiki/Minke_whale
-
comment
Comment #8024603
So you would suggest using external text files to store every SQL/Cypher query that is used in a model-based node app?
-
comment
Comment #7953287
I use Browserify with Coffeescript modules, and the source maps work great. I'm using Coffeeify to do it: https://github.com/jnordberg/coffeeify
-
comment
Comment #7944663
Chrome on iOS is Safari in a box.
-
comment
Comment #7915277
I respect where you're coming from, but I disagree. One of the huge advantages of npm for me is that it's so transparent and I can see exactly how it's mapping to the file system. …
-
comment
Comment #7915250
I disagree. I think node's approach is easily understandable, and quite robust. It's incredibly easy to dive down the dependency chain and see every package, and know exactly which…
-
comment
Comment #7865869
I'm slightly confused by your wording but I think the functionality you're referring to is already available via Object.defineProperty's "get" and "set" options: https://developer.…
-
comment
Comment #7865857
You can set a custom getters and setters, but I wouldn't call it operator overloading. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... So... > var x = {} > Object.d…
-
comment
Comment #7169307
Well, to be fair, make and browserify do completely different jobs. You can't substitute browserify for make, nor vice versa. But to be honest, if you see learning new things as wa…
-
comment
Comment #7169276
Well, source maps are usually the solution for me. And yes, browserify supports source-mapping all the way back to coffeescript files using browserify-middleware. In the off case t…
-
comment
Comment #6818884
"The Other Half" on Jolla has a serial port which makes it possible for it to be a keyboard or a battery or an external device.
-
comment
Comment #5054290
They did not say anywhere that the 25% speed gain was the reason they did it...
-
comment
Comment #4734418
I think it's more likely he found it was not taken on npm so he took it. Async is, these days, one of the most popular libs on npm.
-
comment
Comment #4634292
Interesting. I use Github's issue tracker every day and love it to bits.
-
comment
Comment #4360127
I'm not disagreeing it took them too long and they did it in a ridiculous way, having already made the MS deal, but I don't understand how you can still say it's "not credible". Go…
-
comment
Comment #4360087
Have you ever used a meego device? The N9 is a solid phone, and at time of release Harmattan was far better than the Android offering. What makes you say "they had no clue how to t…
-
comment
Comment #4170782
I've heard really poor things about UQ's IT department though. I've heard that if you're doing IT related things, the reputation of the universities is backwards: Griffith is best,…
-
comment
Comment #4110451
I can back that up, it's the same case for me.
-
comment
Comment #4097061
Presumably because the € price includes VAT (which is usually 20%+ in the EU), and the US$ price does not. The real US price would vary by state, and they usually don't show the am…
-
comment
Comment #4091739
I think his comment could be refrased as "This language looks like Java"
-
comment
Comment #4088011
This was Microsoft, not Scandinavia. Noone was impressed by what they did. Apart from this, it was a great conference.
-
comment
Comment #4063545
If you take an hour to sit down and understand the type coercion, all of these "hidden surprises" magically disappear.