velis_vel's comments

velis_vel | 12 years ago | on: There is no gender gap in tech salaries

> Regression analysis was used to estimate wage differences, after controlling for the following choices and characteristics: graduates’ occupation, economic sector, hours worked, employment status (having multiple jobs as opposed to one full-time job), months unemployed since graduation, grade point average, undergraduate major, kind of institution attended, age, geographical region, and marital status.

The problem with controlling for all those things is that you leave out other factors; for example, if men were preferentially hired over women, that wouldn't show up in this data.

velis_vel | 12 years ago | on: C++17: I See a Monad in Your Future

> Something like "Appendable" might be more appropriate for C++.

So I can append False to True to get False (Boolean monoid under &&) or append 8 to 9 to get 72 (integer monoid under multiplication)? There's also a monoid instances for any single-argument function into a monoidal type, where (f <> g) x = f x <> g x; I don't know what to call that but it's definitely not appending.

Append is a name that works in a few cases but horribly breaks down in the general case.

velis_vel | 12 years ago | on: Fallacies

I want an "Ask me about Roko's basilisk!" button.

velis_vel | 12 years ago | on: Mac Pro (late 2013) replica inside a real trashcan

Well, 'beautiful' is to a certain extent a subjective quality. 'What makes a Mac Pro beautiful is X' can be interpreted as 'What makes a Mac Pro beautiful to me is X', and that's not really a statement that you can argue against.

But even so, the fallacies are either stretched or completely inapplicable. Both the 'no true scotsman' and 'special pleading' fallacies involve constantly shifting goalposts, but we've only ever seen Jormundir say that internal design is part of what makes the new Mac Pro beautiful. Where are the shifting goalposts?

Like, I don't think that the fact that it's not beautiful on the inside is relevant to the fact that it's a cool as hell mod; I think it's completely irrelevant. But throwing fallacies at the statement is just weird. I don't get how they apply at all.

velis_vel | 12 years ago | on: Bro pages: like man pages, but with examples only

> However, Github holds people accountable for actually having to program - funny how meritocracy came up as a bad word to these people!

Uh, no it doesn't? There are plenty of reasons someone might be a programmer that doesn't have work on github. Maybe their employer has a really restrictive invention assignment agreement and they don't feel like giving them free code. Maybe it's their day job and they do other things with their free time, like paint. Maybe they don't have any free time because they're a single parent or whatever.

velis_vel | 12 years ago | on: 1 + 2 + 3 + .. = -1/12

> I made it through multivariable calculus and grads and so forth, but the computer scientist in me gets upset when I run into undefined or poorly specified notation.

Well, at the top of the 'Summation' heading it does mention Bernoulli numbers.

velis_vel | 12 years ago | on: Hate Parking Tickets? Fixed Fights Them In Court For You

> Opposition to speed-limit cameras exposes the absurdity of most speed-limit laws: it's a law so bad many (most?) people are opposed to having it strictly enforced. If that's not a bad law, then I don't know what is.

Not all laws that are heavily disliked are bad laws, and not all laws that most people like are good ones.

velis_vel | 12 years ago | on: Path Closes $25 Million Funding, Led by Indonesia’s Bakrie Global Group

> Sure, they have their bad moments (pun intended), being caught uploading users' address books, spamming user's friends with invites and perhaps paying for downloads. No one's perfect and some of us sometimes do try to stretch things a little to see how far we can go. Don't we?

Are you being sarcastic here? I can't tell. Uploading your users' address books to your servers without permission isn't just 'stretching things a little', it's a textbook privacy violation.

velis_vel | 12 years ago | on: Why I dropped eBooks

Conversely: with an ebook reader, you can bring your entire collection with you wherever you go, and you can add to it from the device without having to wait 2 days, pay shipping, figure out where you're going to put the book, settle on an organization system so you don't lose it...

There are some good points here, such as the fact that in most (all?) major ebook ecosystems the distributor can take away your ability to read a book, but some of his points (like "Attention Profit vs. Attention Deficit") are because he was reading from iBooks on an iPad.

velis_vel | 12 years ago | on: Why we should give free money to everyone

> Three quarters work, and one quarter do not. What's the unemployment rate in the USA now? If you include those who've 'given up' looking for work or whatever, I think it's around 12%. Yeah, let's fork out a couple of trillion dollars a year and double that.

Not everybody is on the Brazilian system, only people below a certain income level. According to http://www.bls.gov/cps/cpswp2011.pdf the employment level among those in poverty is something like 10%. Obviously you can't directly compare that to the Brazilian system without knowing more about how the US vs. Brazil define poverty, but it's obviously wrong to assume that all income levels are employed at the same rate.

velis_vel | 12 years ago | on: Do Women Only Initiatives Really Help Women?

> It seems doubtful that the answer to social inequalities is to make special privileges for each group to match the special privileges already enjoyed by others, as opposed to working more towards an ideal of equal treatment for everyone.

If two people are running in a race, and one of them has been running the past 4 miles with a 50-pound weight on their back, taking the weight off isn't going to make the race fair. You've either got to give them some kind of help or put a weight on the other person's back.

page 1