Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
paulmillr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
paulmillr
6y ago
It's not that complex once you have formulas for computing square roots. I've recently implemented it in TypeScript using bigints for browsers & nodejs. Quite readable & performant. See index.ts file here: https:/&#x
2.
▲
Chokidar 3: How to save 32TB of traffic every week with one NPM package
(paulmillr.com)
4 points
by
paulmillr
7y ago
|
0 comments
3.
▲
9 reasonable cryptocurrencies to invest in
(medium.com)
4 points
by
paulmillr
10y ago
|
0 comments
4.
▲
by
paulmillr
11y ago
It's fair to say that this is still a theoretical attack. As authors of this paper mentioned, they don't see a way of turning the "flaw" into a real exploit.
5.
▲
by
paulmillr
11y ago
How about a full web application for REST API in Brunch? Check it out: http://ost.io https://github.com/paulmillr/ostio
6.
▲
by
paulmillr
11y ago
Thanks for feedback! We'll adjust some wording. We are always looking for ways to improve the docs / product.
7.
▲
Brunch: Replace gulp, grunt and increase your dev speed
(github.com)
85 points
by
paulmillr
11y ago
|
55 comments
8.
▲
by
paulmillr
12y ago
The legality part is interesting. If it's "illegal", but widely used, it makes the regulation wrong, not people, does it?
9.
▲
Peter Thiel on building startups: short summary
(medium.com)
3 points
by
paulmillr
12y ago
|
0 comments
10.
▲
Komments – Simple comment embedding
(komments.net)
51 points
by
paulmillr
12y ago
|
32 comments
11.
▲
Cookie Bomb or Let's Break the Internet
(homakov.blogspot.com)
362 points
by
paulmillr
13y ago
|
75 comments
12.
▲
Account hijacking on MtGox
(homakov.blogspot.com)
4 points
by
paulmillr
13y ago
|
0 comments
13.
▲
by
paulmillr
13y ago
So this thread disappeared from the top and all pages besides Newest. But I see post on page 3 from 3 hours ago with 3 upvotes so this should be somewhere on 1-2nd page. HN mods don't like criticism?
14.
▲
The story of Telegram or “Why you shouldn’t listen to Hacker News”
(paulmillr.com)
22 points
by
paulmillr
13y ago
|
18 comments
15.
▲
Exoskeleton — faster and leaner Backbone for HTML5 apps
(exosjs.com)
3 points
by
paulmillr
13y ago
|
0 comments
16.
▲
Brunch — ultra-fast HTML5 build tool
(vimeo.com)
6 points
by
paulmillr
13y ago
|
0 comments
17.
▲
by
paulmillr
13y ago
As for maxima — yeah, definitely. Done.
18.
▲
Probability of acceptance of pull requests
(paulmillr.com)
127 points
by
paulmillr
13y ago
|
56 comments
19.
▲
by
paulmillr
14y ago
Actually, I tried, just when CoffeeConsole was released. https://github.com/snookca/CoffeeConsole/issues/2 Back then I failed. It seemed like Chrome didn’t exposed full console and window api to extensions or so. I doubt things have chang
20.
▲
by
paulmillr
14y ago
As i’ve noticed in repository readme, Chrome coffeescript addons cannot manipulate DOM or play nicely (or even reasonably) with window properties. They’re just shortcuts for coffeescript.org, which just compiles coffee down to JS. This seem
21.
▲
CoffeeScript in Firefox console with DOM support
(github.com)
54 points
by
paulmillr
14y ago
|
17 comments
22.
▲
GitHub top-1000 by public contributions
(gist.github.com)
6 points
by
paulmillr
14y ago
|
0 comments
23.
▲
by
paulmillr
14y ago
Yeoman and Brunch have many differences. You can read the small essay on them here: https://github.com/brunch/brunch/issues/408 Bower support is coming to brunch in the next release.
24.
▲
Functional programming in JavaScript ecosystem
(speakerdeck.com)
1 points
by
paulmillr
14y ago
|
0 comments
25.
▲
Ten Reasons to Switch from CoffeeScript to LiveScript
(gkz.github.com)
3 points
by
paulmillr
14y ago
|
0 comments
26.
▲
by
paulmillr
14y ago
That's simple: brunch is a project builder. You put vendor styles / scripts in `vendor`, then you edit your `app` files. No matter what language you want to write, brunch will compile it on `brunch watch` or `brunch build`. Of course you ca
27.
▲
by
paulmillr
14y ago
here's the even better example app https://github.com/paulmillr/ostio http://ost.io backbone + coffee + chaplin + brunch + rest api + nested models / views + collectionviews + controllers (+session controller with GitHub auth) + actuall
28.
▲
by
paulmillr
14y ago
That's what http://brunch.io/ exactly is for.
29.
▲
Why functional programming matters (aka MapReduce for humans)
(gist.github.com)
27 points
by
paulmillr
15y ago
|
6 comments
30.
▲
by
paulmillr
15y ago
It's an early version. Maybe, currying would be added in one of upcoming releases.
More ›