Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
drapper
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
drapper
11y ago
Yeah, the JS world currently is very pro-modularization, but I already saw some discussions on Twitter from the React/Flux people how that creates too big barrier of entry for the newcomers. One of the things that draw people to Angula
2.
▲
by
drapper
11y ago
Someone should make an opinionated, batteries-included JS/TS framework like Elm, based on TS, React, Flux.
3.
▲
by
drapper
11y ago
can you link to any such research? that's a topic I'd love to read more about, but don't know where to start even. thx!
4.
▲
by
drapper
11y ago
OK, this looked rather scary and also rather unbelievable so I did a quick research and unsurprisingly it turned out this is blown way out of proportion (if not downright wrong). The article claims DiagTrack collects "your name, email
5.
▲
by
drapper
11y ago
Never mind the product, look at that list of React components ( https://github.com/Automattic/wp-calypso/tree/master/client/... )! Any chance this will become a separate framework?
6.
▲
by
drapper
11y ago
I think not, but Meteor or Keystone.js might get there some day.
7.
▲
by
drapper
11y ago
Possibly decorators proposed for ES7 would be a solution here? Babel and TypeScript already support them. By the way, TypeScript recently (in nightly) gained support for JSX, so we can now have all of this ES6 stuff + types on top of it.
8.
▲
by
drapper
11y ago
That reminds me of what Vivaldi is trying to do ( https://vivaldi.com/ )
9.
▲
by
drapper
11y ago
that happens now already, so we need to fight with it anyway
10.
▲
by
drapper
11y ago
When I was using Angular I thought doing something like setTimeout(function() { $scope.$digest(); }, 0); was an ugly hack and a sign of angular's leaky abstractionism showing up. Is this considered a good practice now (or always
11.
▲
by
drapper
11y ago
"This archive shows the inner workings of an influential multinational corporation. It is newsworthy and at the centre of a geo-political conflict. It belongs in the public domain." Yeah, right. Some of is of public interest, sure
12.
▲
by
drapper
11y ago
Some good stuff there, but I thought "don't do any heavy processing in consumer-facing node.js instance" was part of Node's 101.
13.
▲
by
drapper
11y ago
I'm full of ambivalent feelings towards Syriza, on one hand they are (were) a nice breath of fresh air, a promise of some positive change, on the other: they turned out to be kinda arrogant, kinda short-sighted and pretty bad at diplom
14.
▲
by
drapper
12y ago
I think most common way of thinking about Marx' work today is that he was often right in describing what's wrong with the capitalism, but he was mostly wrong at the solutions. Marx' apologists point out, not without a reason,
15.
▲
by
drapper
12y ago
I remember that some time ago many people were wondering what's the point of Medium, how they're gonna monetize on it, etc. and I think the answer is perfectly clear nowadays - they want to be a youtube of written content. Just as
16.
▲
by
drapper
12y ago
""You don't know x." titles considered harmful."
17.
▲
by
drapper
12y ago
Better one is on the next slide: - SQL as a primary interface - ACID support for transactions - Non-locking architecture - High per-node performance - Scalable, shared nothing architecture Michael Stonebraker
18.
▲
by
drapper
12y ago
It's actually 19$ for individual developers nowadays: https://msdn.microsoft.com/en-us/library/windows/apps/jj8634...
19.
▲
by
drapper
12y ago
House of Commons will be all about that today http://www.theguardian.com/news/live/2015/feb/09/hsbc-files-...
20.
▲
by
drapper
12y ago
Not sure about the other things you mentioned, but "all of your social networks in one single messaging hub" functionality was removed in 8.1 update (which, apart from that one change, made Windows Phone really so much better), b
21.
▲
by
drapper
12y ago
The phone it is based on is probably this: http://www.bqmobile.com/products/details/0e5e9019-78e8-4d44-...
22.
▲
by
drapper
12y ago
More and more languages have that now (F#, Ceylon, Haxe,...), I wonder how well it works in practice, especially in terms of: - libraries availability - code size and speed - debugging capabilities - ...and interoperability with JS (I recal
23.
▲
by
drapper
12y ago
Yes, but let's admit it, the presence of classes will inevitably lead to their ever-presence, if only for the fact that they are what most people coming from other languages are used to.
24.
▲
by
drapper
12y ago
> You're still creating a bunch of objects. Unless you are a mashocist (...) you are still going to want to reuse methods between those objects. Aaaaaaand solution for that doesn't have to be a class (or something pretending to
25.
▲
by
drapper
12y ago
Given the discussion here, it seems there's a clear need for a text-editor that's cross-platform, fast (like ST, unlike Atom), open-source (like Atom, unlike ST), very configurable (like Atom and ST), easily extensible (like Atom)
26.
▲
by
drapper
12y ago
Don't want to come off overly bitter, it's certainly interesting, but I'd like to see some practical uses of this, besides reimplementation of map() and other "low-level" functions...
27.
▲
by
drapper
12y ago
It is, partly at least, check http://blog.archive.org/2012/08/07/over-1000000-torrents-of-...
28.
▲
E-Stonia and the Future of the Cyberstate
(foreignaffairs.com)
8 points
by
drapper
12y ago
|
2 comments
29.
▲
by
drapper
12y ago
Say you have a function that can operate on various types, for example you'd have a function in JS like: function addKey(input, key, value) { input[key] = value; return input; } this will work on either Objects or on an Array. B
30.
▲
by
drapper
12y ago
http://6to5.org/docs/usage/transformers/#async-to-generator
More ›