HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cmurphycode

no profile record

comments

cmurphycode
·4 माह पहले·discuss
well, that's what the input boxes are for :) I don't know what the electric OR or gas rate is for wherever that person lives. But I think even your example of $2/liter, is a good thing for folks to internalize: the extremely high gas prices in europe, AFTER a worldwide systemic shock, at $7.57/gallon is break-even with a Prius at 56MPG at German/Italian prices of $.4/kwhr. Electricity is expensive, and at least in my state, I'm not seeing a serious commitment to doing something about it.
cmurphycode
·4 माह पहले·discuss
https://cmurphycode.com/electricity

Not Europe, but unfortunately, my state of Massachusetts has terrible electric costs for complicated reasons, so I understand what the OP is saying. I had to keep explaining this to my friends in MA - I replaced a Prius with a Nissan Leaf and my running costs are far higher.

(note that these prices are yearly averages for the state selected, but you can also fill in your own values since things change)
cmurphycode
·5 वर्ष पहले·discuss
can you clarify how you got that result?

70,000 - 8800 (married filing jointly) - 2000 (two dependents) = $59200 taxable income, $2960 tax bill. An effective rate of 4.22%

To reach the site's stated 3.29%, this family would need to make around 32k a year.

Fwiw, it appears the average household income in Massachusetts is about 80k.
cmurphycode
·5 वर्ष पहले·discuss
Hmm, I don't quite understand this methodology. This site lists my state, Massachusetts, as having a 3.29% individual income tax burden, but our income tax rate is a flat 5% (no brackets). I'm looking at the exemption list (https://www.mass.gov/service-details/view-massachusetts-pers...) and I can't see how it could possibly make that big of a difference.
cmurphycode
·5 वर्ष पहले·discuss
I've often come to a post from https://utcc.utoronto.ca/~cks/space/blog/ in the middle of trying to understand some ZFS problem.
cmurphycode
·5 वर्ष पहले·discuss
I was really taken aback by this given my previous experience with the Linux kernel git repo size. So, I just checked out Graal.

Receiving objects: 100% (981372/981372), 187.08 MiB | 6.39 MiB/s, done.

% du -sh graal 328M graal

% du -sh .git 221M .git

And that includes many binary files that were added and removed over time, but not filter-branched out of existence, including jars, pngs, pdfs :)

(https://stackoverflow.com/questions/10622179/how-to-find-ide...)