Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sxywu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Show HN: A dataviz of every time POTUS and FLOTUS laughed on late-night
(sxywu.com)
1 points
by
sxywu
10y ago
|
0 comments
2.
▲
Show HN: Tweety, an interactive portrait of tweets
(sxywu.github.io)
5 points
by
sxywu
11y ago
|
0 comments
3.
▲
Using D3, React, and Flux Together
(medium.com)
7 points
by
sxywu
11y ago
|
0 comments
4.
▲
On Using D3.js with React.js and Flux
(medium.com)
10 points
by
sxywu
11y ago
|
0 comments
5.
▲
by
sxywu
11y ago
Recommendations from my coworker ( https://twitter.com/Amust1987 ): Try to read this paper. They mentioned several graph layout algorithms.I think you can also try to ask them the source code. http://www.cs.ubc.ca&
6.
▲
by
sxywu
11y ago
If you need to re-generate the graph positions on every reload, the static force layout is helpful ( http://bl.ocks.org/mbostock/1667139 ). The code of interest is: force.start(); for (var i = n; i > 0; --i) forc
7.
▲
D3.js: Understanding the Force Layout
(medium.com)
32 points
by
sxywu
11y ago
|
8 comments
8.
▲
by
sxywu
13y ago
I have added a toggle for including a second income earner into the equation/bar graph. The figure is an average of the median per capita income of four Bay Area counties - hopefully this will give better context. Also, more explicit
9.
▲
by
sxywu
13y ago
Thanks darklajid! The health care costs is total insurance premiums and total out-of-pocket costs[1]. For a BART worker, it may only be upwards of $92, as they have a fixed health care contribution. For that reason, I have made the costs
10.
▲
by
sxywu
13y ago
I am going to implement a simple toggle option to include a second income (which I will research into what the median/average/reasonable salary in the Bay Area to be) on the bar graph - hopefully that solves the discrepancy!
11.
▲
by
sxywu
13y ago
I love it. I was just wondering how I could possibly include a second income in the graph, and your suggestion is just perfect - thank you! As for the costs, they're actually customizable - you can choose it from the dropdown. I will
12.
▲
by
sxywu
13y ago
I took the cost of living from Economic Policy Institute's Family Budget Calculator, and their documentation [1] is particularly interesting to sift through. In particular, the child care costs are apparently broken down like this: One
13.
▲
by
sxywu
13y ago
Ah yes, the cost of living figures I have gathered from http://www.epi.org/resources/budget/ . In my footnotes I address that for BART employees health insurance is $92/mo, but because I wasn't so sure w
14.
▲
by
sxywu
13y ago
Ah, but the fade is on purpose, because I wanted to show that while they do have a high "cost of employment", what they truly pocket annually isn't as much. For that, the most important figure is the base salary, which is a
15.
▲
by
sxywu
13y ago
I think "average cost including benefits" is the important part. For me, I was concerned with finding out what the average base salary was for a union employee - and not just any union employee, but those that are affiliated with
16.
▲
Annual Income and Cost of Living for BART Employees
(sxywu.github.io)
45 points
by
sxywu
13y ago
|
80 comments
17.
▲
Marrying Backbone.js and D3.js
(shirley.quora.com)
2 points
by
sxywu
13y ago
|
0 comments
18.
▲
by
sxywu
14y ago
i love this - thank you for brightening my day. (and indirectly making me create an HN account.)