Viewing profile — Prefinem
Prefinem
HN member- Joined
- Wed, Mar 06, 2013, 2:18 AM UTC
- HN karma
- 337
- Public activity
- 282 items
- HN profile
- View on Hacker News ↗
About Prefinem
Recent public activity
-
comment
Comment #20086736
How can apple justify $1000 for a stand?
- comment
-
comment
Comment #18875201
You should play it while you can. It's a very fun game and the PVE server is some of the best relaxing gameplay I have experienced (as long as falling into an abyss doesn't stress …
-
comment
Comment #18875181
SpatialOS is doing much more than that. It's main goal was bringing a single world spread over multiple server instances instead of individual servers. It's like atlas vs ark, not …
- story
-
comment
Comment #18443665
If you are writing a reviver, what difference is it to instead write a deep clone function? JSON.parse(JSON.stringify(obj)) !== deepClone(obj) EDIT: Also, how can you determine if …
-
comment
Comment #18406884
Piping is relatively easy to write a function for. Here [0] is a package that I wrote that has a few trivial functions (including pipe) for things such as this. 0: https://www.npmj…
-
comment
Comment #18345835
Not OP, but where I work, we have a hybrid approach for our system. > Share code between your SPAs, for example, utilities? We alias a common folder for our utils with webpack whic…
- story
-
comment
Comment #18107392
I will be honest, I was completely unaware of your other products, not that I would be your target audience. That being said, thank you for not pushing your other products on track…
-
comment
Comment #18104452
Oh wow. So yeah, I guess we call it pivotal so much at work that I didn’t even realize it was actually called Pivotal Tracker. It’s a great product. The speed and ease of use is am…
-
comment
Comment #18104267
Tracker?
-
comment
Comment #18103686
Not parent, but we replaced Atlassian with Github and Pivotal
-
comment
Comment #17991013
Thanks. It's been through a few revisions and really needs to be reworked for mobile. If you have any input, I would be more than willing to hear it.
-
comment
Comment #17990876
Shameless plug, I made one that uses an AWS Lambda and S3 and encrypts everything before it gets sent over the wire. You can view a live version of it here ( https://todos.md/ ) or…
- comment
-
comment
Comment #17519207
Just saying they didn't do nothing. Maybe they didn't do as well as they could have, but they did do something.
-
comment
Comment #17519118
NPM revoked all tokens. How is that irresponsible? https://status.npmjs.org/incidents/dn7c1fgrr7ng
-
comment
Comment #17507815
I used it so much in my text editor, I ended up creating a site that did the same thing but kept things synced https://todos.md/
-
comment
Comment #17231681
I was in the same boat waiting excitedly the whole time.
-
comment
Comment #16934099
> A Deferred object is returned by the obsolete Promise.defer() method to provide a new promise along with methods to change its state. > Starting from Gecko 30, this object is obs…
-
comment
Comment #16923065
Life is more fun with fat arrows sometimes new Promise(function (resolve, reject) { methodOne(data, function (error, response) { if (erorr) { reject(error); } else { resolve(respon…
-
comment
Comment #16853100
Not OP, but thanks for the link to that app. It's quite amazing.
-
comment
Comment #16797540
I am also interested in knowing. Seeing as it's been a business and had a trademark, I would assume 6 figures, but I honestly have no clue.
- comment