HN user

ryderm

172 karma
Posts4
Comments76
View on HN

Cracking jokes at the unfairness as a way to swallow it is very different than cracking jokes as a way to point out how unfair it is to others. I'm not exactly sure which you mean, but it seems like the former, and that is depressingly jaded.

I find the existential dread caused by acknowledging the unfairness a good motivator to try to improve things. There will always be randomness, but life doesn't have to be as deeply flawed as it is today

but this critic is almost certainly making perfect the enemy of good in pursuit of an ideal.

Yes, because "good" means preventable poverty related deaths by the millions because it is not profitable to do anything about it \s. Good for you != good, but it is easy to look past that when it isn't right in your face

Is it such a huge deal that most women are not interested in technology?

If this is because they have been systematically discriminated against in tech and primed at a young age with BS like "cars are for boys and dolls are for girls" then yes, absolutely this is a huge deal. If it just so happened that they were not interested because they don't have the "technology gene" then this would not be a big deal, but that is nonsense and all the evidence points to the former.

This isn't quite true. It is up to your issuer if they decide to approve the transaction despite failing AVS or CVV checks. Often they will decline the authorization, but depending on their risk signals, might decide to approve it. Then, the merchant (or the processor they are using) can decide if they want to let the transaction go through despite the failed checks, or call it a decline and reverse the authorization, which removes the pending charge. Crappy terminals might cause the pending authorization to sit there for 1-3 days by delaying or not sending the reversal, but in general that shouldn't be the case.

I can't speak for this book, but Michael Hartl's rails tutorial is what got me addicted to programming, and is largely responsible for me switching majors to CS during my undergrad and getting into the industry. He is a great technical author. Give him your money.

Part of being a good software engineer is knowing when to do the "wrong" thing (implement something poorly to ship fast). But you must be aware of the trade offs. For early stage companies/products that are struggling for a market it often makes sense to hack things, but at a company that has a large and growing customer base, it rarely does.

Square Appointments 12 years ago

Add a booking button to your email and embed the Square Appointments widget directly on your website or WordPress site. No coding required. It’s as simple as copy and paste.

End users do not need to install an app

I find Google Flights to be much better than Kayak, and so have the couple people I've talked to about the difference. What do you like more about Kayak?

I'm about to graduate from a US college, and I've never paid for a text book. Very few classes use them for more than supplementary reading or for homework problems. With a combination of learning things online, recorded lectures, finding PDFs of them online, borrowing from a friend, and checking them out from the library, it's been easy to not buy them. I don't think I've actually done either of the last two, which brings up the question: are they even needed? Personally, I think they are largely useless with the wealth of information that is available online.

Many languages have a few "killer" features/libs/uses. I often start with a project that uses one of them. Eg:

ruby => rails

python => nltk,django,opencv,scipy

c++ => opengl,opencv

java => opencv

js => node,angular,ember

clojure => overtone

That way you learn the language and some specific good use cases of it.

This. I don't think companies that are fighting for qualified employees are turning down candidates because of color. I'm in a CS program at a university and I can only think of a few CS students who aren't white/Asian/Indian. The issue isn't with hiring, but with early exposure and education to all races/genders/whatevers.

This is very well put together, and makes me excited about the possibility of writing in the future. mhartl, I did your rails tutorial a few years ago with very little programming background, and it singlehandedly got me interested in programming enough to switch majors and spend all my time learning and building things. Thanks, and congrats on the launch!