Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ShellfishMeme
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
61.
▲
by
ShellfishMeme
13y ago
I'm already organizing one together with a friend. Stay tuned. We'll post some details later when we figured out a good date. In the meanwhile, if you'd like to propose an interesting talk, just send us a mail to hackernews
62.
▲
by
ShellfishMeme
13y ago
Let's say you want to define a function to be used for a certain operation on two numbers dependent on some boolean. if (addition) { // operation = add } else { // operation = subtract
63.
▲
by
ShellfishMeme
13y ago
The variable declaration is hoisted to the top, then is assigned a named function expression `func` so that `func.name === 'func'`. Useful for proper error messages and stack traces. Something else I'm missing?
64.
▲
Perpetuating terrible JavaScript practices
(christianheilmann.com)
2 points
by
ShellfishMeme
13y ago
|
1 comments
65.
▲
by
ShellfishMeme
13y ago
It's actually slightly annoying that Github sorts the commits by commit date instead of the author date. When you rebase your branch a few times to clean up the history, you may end up with a PR commit overview that does not chronolo
66.
▲
by
ShellfishMeme
13y ago
5. A gear is no longer (and was never) either mechanic or organic, it's simply a pattern for solving a certain type of problem. Humans and evolution both found it, but it's more useful for humans.
67.
▲
by
ShellfishMeme
13y ago
I was at the BattleHack in Berlin. The event itself was absolutely fantastic. It was definitely the best organized hackathon I've ever been part of. Still, the final results felt similarly weird. The winner was a (non-technical) dude
68.
▲
by
ShellfishMeme
13y ago
If you make your `db.load` method resolve the promise with `this` (where `this` is `db`), and do the same for `setupDB` and `collectData` you can easily chain them without having to have a reference to `db`. db.load() .then(se
69.
▲
by
ShellfishMeme
13y ago
But the size of the number is such a programming-centered view of things. In my opinion it doesn't at all reflect the mathematics behind it. It's completely dependent on the representation of the number, which could really result in anythin
70.
▲
by
ShellfishMeme
13y ago
I think you're both talking about the same thing. Basically, if you realize you had a typo somewhere in an early commit, or some other random easily fixable error that you simply overlooked and thus isn't part of the evolution of developmen
71.
▲
by
ShellfishMeme
13y ago
I think the intended point was that you should always work on feature branches, never on master, rebase your feature branch work against upstream/master which is the one true published history and thus never rebase master. In this workflow
72.
▲
by
ShellfishMeme
13y ago
I honestly don't feel like any of the "large scale (JS|Backbone) applications" posts really addresses the difficulties you run into when scaling JS applications. Most of these things are common sense (eg. "use namespaces", "make use of co
73.
▲
by
ShellfishMeme
14y ago
> If I am working with someone on a design and they bring me something as bad as that redesign, I'm going to tell them it's awful. That redesign is rubbish and it very clearly was done without thinking about what was important, and nobo
74.
▲
by
ShellfishMeme
14y ago
>Why is it so obvious to you that these likes are 'cheaper'? I was thinking the same thing. Maybe it's not so much that people in India click a like button ten times as much, but that more people in India get to see the ads. I assume
75.
▲
Ask HN: What does Jobvite look like on the employer side?
6 points
by
ShellfishMeme
14y ago
|
1 comments
76.
▲
by
ShellfishMeme
14y ago
Interesting, I didn't realize that. Thanks for informing me. I guess 'hype' travels a lot faster than truth.
77.
▲
by
ShellfishMeme
14y ago
> RELEASE ANOTHER DAMN HALF LIFE 2 EPISODE Probably not going to happen before they release their new gaming console. They need a good launch title and you know how long it takes them to build a game.
78.
▲
by
ShellfishMeme
14y ago
From what I understand, this is not about cookies. It's about cookies storing information about pending server-side background tasks so the cached parts of a website can be sent out immediately and the slower server-side tasks can send ov
79.
▲
by
ShellfishMeme
14y ago
The original link you submitted is very interesting as well. From what I understand this massive text describes a simple automatic caching strategy. A part of the system figures out what resources are requested the most and caches them. The
80.
▲
by
ShellfishMeme
14y ago
I just looked at http://www.instadesk-app.com and noticed that you forgot to add class="teaser-imag-container" to two of your slider image containers. That causes the padding to be off and the images overlay the text. Just thou
81.
▲
by
ShellfishMeme
14y ago
I used Knockout.js on a project before switching over to Backbone. My experience was that while Knockout is great for simple projects, it becomes a lot more complex than Backbone once things get complicated. All those data-binds in the HT
82.
▲
by
ShellfishMeme
14y ago
The Nexus 7 has the same resolution that most 10" tablets have now, so why would you need reflow? Shouldn't everything look the same as on the current 10" tablets, just sharper? It might be because my eyes are still young, but I prefer smal