Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mjackson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
mjackson
5y ago
Although esbuild has been out for a while now, I think it's relevant today because the benchmarks have been updated to include Parcel 2, which was just released earlier today.
2.
▲
React Router v5.1 with Hooks
(reacttraining.com)
2 points
by
mjackson
7y ago
|
0 comments
3.
▲
Show HN: Unpkg – A CDN for stuff on npm
(unpkg.com)
9 points
by
mjackson
10y ago
|
0 comments
4.
▲
by
mjackson
10y ago
Hi, one of the authors of the router here :) Try to insert routing only when you need it. When you're ready for a router, react-router is a great choice. Lots of people are already using it with great success, and you'll find a gr
5.
▲
Show HN: GitHub-wide code modding with a bot
(twitter.com)
4 points
by
mjackson
10y ago
|
0 comments
6.
▲
by
mjackson
10y ago
Ah, great catch! I never see that error because that file is only loaded in browsers that don't have a native window.fetch. Thanks for catching that. Will fix right away.
7.
▲
Show HN: Npmcdn – A CDN for stuff you publish to npm
(npmcdn.com)
3 points
by
mjackson
10y ago
|
2 comments
8.
▲
Help – maintaining mental health in SV startups
(medium.com)
3 points
by
mjackson
11y ago
|
0 comments
9.
▲
by
mjackson
11y ago
Karma and Mocha don't do the same thing, so this comparison is weird. Karma is a test runner. Use Karma to launch and run your tests in real browser instances. There is no better tool available for doing this. Mocha is used to actually
10.
▲
by
mjackson
11y ago
> The centralization of information also worries me because it makes it easier for things to disappear. After my arrest, my hosting service closed my account, because I wasn’t able to pay its monthly fee. But at least I had a backup of a
11.
▲
Universal JavaScript
(medium.com)
1 points
by
mjackson
11y ago
|
0 comments
12.
▲
by
mjackson
11y ago
> That sounds like a terrible design decision. The author never said it was a good design decision, or even a desirable one. He only said it would be impossibly difficult to do in a purely functional program, which is worth considering.
13.
▲
by
mjackson
11y ago
Co-author of ReactRouter here. With regards to #2, I used to think that a fully sync render function was a limitation of React, but have come to appreciate the fact that React tries to restrict its concerns to a very small, but significant
14.
▲
by
mjackson
12y ago
Maybe of interest: Zed Shaw, creator of Mongrel, gave a talk a few years back where he mentioned that he was using Factor to create the slides in his presentation. http://vimeo.com/2723800
15.
▲
by
mjackson
12y ago
> The point of React is to mix HTML and JS together. In React, there are no "templates." There's just JavaScript, and then more JavaScript that looks kind of like HTML (JSX). But it's all still JavaScript. Also, FWIW,
16.
▲
by
mjackson
12y ago
Awesome stuff James :) I've been having a lot of those weird client vs. server realizations myself. Still getting used to thinking about stuff that renders in both places. I'm particularly interested in hearing about your ansible
17.
▲
by
mjackson
12y ago
Using Go (or Scala or Java or whatever) doesn't magically scale a large system. Scaling problems in large systems are rarely solved at the micro level, i.e. you don't "scale" by simply gaining the ability to run more ope
18.
▲
Monterey – Minimal OOP for JavaScript
(github.com)
3 points
by
mjackson
12y ago
|
0 comments
19.
▲
by
mjackson
12y ago
This is HUGE! Thanks to everyone at Facebook who worked on this. You guys are awesome. Also: The fact that this is written primarily in OCaml (as opposed to JS) is an excellent example of people choosing the right tool for the job.
20.
▲
by
mjackson
12y ago
> With the $18,000 fellowship, Gan will collaborate with industry and researchers around the world to work on new breakthroughs for data storage devices, and also see how his existing research can be used on a larger scale to rapidly imp
21.
▲
by
mjackson
12y ago
Hats off to you guys as well. That's a TON of work. :) What % of Dart's development is sponsored by Google? Not trying to get a dig in at you guys, but it's also interesting to note that Elixir has come this far without the f
22.
▲
by
mjackson
12y ago
I'm constantly impressed by the level of execution of the Elixir project. In ~3 years they have accomplished much more than many other language ecosystems have to date. It's great to see the core maintainers understand that you ne
23.
▲
by
mjackson
12y ago
That should be part of your build system, not your package manager.
24.
▲
by
mjackson
12y ago
tl;dr: "We want to build isomorphic apps, so we wrote a new package manager" Coupling the goal of building isomorphic apps with the need for a new way of managing packages to accomplish that goal doesn't make any sense. How y
25.
▲
by
mjackson
12y ago
> FRP streams go beyond promises by allowing many returned values. This is pretty nice, and shows how FRP is at least as powerful as Promises. The fact that you can only return a single value from a promise is a feature, not a limitation
26.
▲
Firework – a distributed, fault-tolerant work queue for Firebase
(github.com)
1 points
by
mjackson
12y ago
|
0 comments
27.
▲
God's Number is 20
(cube20.org)
131 points
by
mjackson
13y ago
|
47 comments
28.
▲
by
mjackson
13y ago
Although it's not quite the same as a native app, we already have built in support for desktop notifications on all browsers that support them, including some older WebKits.
29.
▲
by
mjackson
13y ago
No. ;) There is a Mac desktop client but the app will be available on the web as well.
30.
▲
by
mjackson
13y ago
Thanks for the tip! Just updated by profile.
More ›