HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Rickthedick

no profile record

comments

Rickthedick
·4 jaar geleden·discuss
Awesome, pray for the middle east. My family traveled to America during the ottoman genocides in WW1 and given the history before and after that, it seems to me it will never find peace. I hope so
Rickthedick
·4 jaar geleden·discuss
Wouldnt a portable CO2 Detector and frequent inspections be more performance and cost effective?
Rickthedick
·4 jaar geleden·discuss
have you looked into https://en.wikipedia.org/wiki/Strassen_algorithm strassen multiplication and karatsubas algorithm for multiplication? https://en.wikipedia.org/wiki/Karatsuba_algorithm apparently its the one python uses. I just recently learned it and I find it very interesting.
Rickthedick
·5 jaar geleden·discuss
Zoosk is a total scam dating app. I don't trust that guy
Rickthedick
·5 jaar geleden·discuss
The fact that nuclear power exists and no politician is talking about it makes me question the intentions and ethics of government. It seems like a lot of this just has to do with money. Huge losses would be made if we converted everything but if we did all of our warming issues would be fixed. We can store the radioactive waste temporarily until we can easily ship it to the moon and bury it. We will likely have that space tech very soon. IDK what the hell is going on bc this plan seems SO EASY and fixes EVERYTHING!!
Rickthedick
·5 jaar geleden·discuss
Ok this is very addictive, I had no idea id do so well. If this is your site id like to suggest adding a transcript. It would be interesting
Rickthedick
·5 jaar geleden·discuss
Please dont post articles that you need to pay to read...
Rickthedick
·5 jaar geleden·discuss
LOL and is-even(x) => x % 2 === 0 with a couple type checks... smh just check yourself?
Rickthedick
·5 jaar geleden·discuss
This is too funny. I had to investigate and saw that is-even(x) => return !is-odd(x). went to is-odd and found is-odd(x) => return x % 2 === 1. Crazy ass hell and I'm not sure why people would import bundles with junk in them that may be taking up space in the js file...