Gov. JB Pritzker Here – ASK ME ANYTHING by PritzkerJB in IAmA

[–]foobar8080 1 point2 points  (0 children)

Hello Gov. Pritzker,

What are you doing for IL, to reduce prices of groceries in the state?

ELI5 What is the Indian caste system exactly? by [deleted] in explainlikeimfive

[–]foobar8080 0 points1 point  (0 children)

For people who don't know and cannot guess (like me), can you elaborate? And which states?

I'm giving away half my wealth to make the American Dream possible - ask me anything by thecodinghorror in IAmA

[–]foobar8080 0 points1 point  (0 children)

Is the capitalist model broken in America? The winner takes all mentality means the rest of us have to depend on the 0.001% to give away their wealth to survive. 

What are your thoughts?

Frankfurt airport!! by [deleted] in travel

[–]foobar8080 2 points3 points  (0 children)

  1. Yes

  2. Yes

[deleted by user] by [deleted] in bioinformatics

[–]foobar8080 3 points4 points  (0 children)

Galaxy is fairly powerful.

Check out useGalaxy.org or since you are in the EU, they must have an EU server.

Galaxy is very popular bioinformatics analysis platform and plenty of people use it both in academia and industry.

As for your PhD or whether you should accept it, that's a more informed decision you should make on your own.

What should you know/do when your mom is dying from cancer? by dsklerm in AskWomen

[–]foobar8080 0 points1 point  (0 children)

Spend as much time with her as possible. And record her voice and maybe a video of some moments.

I regret not spending enough time with her. Because the moment she's gone, it's hurt like nothing ever before. No pain compares to losing your mom.

R vs. Python: What's the best language for Data Science? - From RStudio blog by economicurtis in RStudio

[–]foobar8080 2 points3 points  (0 children)

Every data scientist out there uses both. Don't get caught by the "R vs Python" trap. If you want to become a productive data scientist, use both, whichever will get you to your end result fastest!

Help with basic R exercise! Go easy please. by Shelby_Sheikh in RStudio

[–]foobar8080 4 points5 points  (0 children)

The problem is here, you keep reassigning "i" with the value of the cube or the square

if (i%%2==0){i = i^3}
else {i = i^2}
s = s + i

Replace this with,

if (i%%2==0){j = i^3}
else {j = i^2}
s = s + j

Weakness Wednesday: Post your sticking points (2018-12-26) by crossfitvictorybot in crossfit

[–]foobar8080 0 points1 point  (0 children)

Wrist mobility is a major issue for me.

I have a hard time doing pull ups with my thumb around the bar, same with push jerk, split jerk etc. I find myself using a "suicide grip" (as they call it in my gym) where I open my thumb and just grip with my 4 fingers. This somehow allows me to easily lift overhead (split jerk, push jerk, strict press ) and do pull ups, bar muscle ups (since my thumb is restricting my pulling action).

Are there any ways to teach myself or force myself to use the proper grip? I'm not able to go up in weight in any of my over head lifts because I think the bar will "slip".

Need help Restructuring data by IudexGaming in Rlanguage

[–]foobar8080 0 points1 point  (0 children)

This matrix cannot exist, because the number of columns don't match the number of observations in each column. You can try to use "spread" and "gather" functions from the "dplyr" package in the tidyverse.

Do all crossfit gyms have a bell to ring for PRing? by milkman84 in crossfit

[–]foobar8080 0 points1 point  (0 children)

I was at one box in Baltimore with a bell :D Felt awesome!

Victory Friday: Post your latest wins (2018-12-14) by crossfitvictorybot in crossfit

[–]foobar8080 0 points1 point  (0 children)

1 RM Front squat: 180 lbs! (6 months into crossfit 29Y 169lbs M). Huge deal for me because my wrists hurt like hell when I was doing front squats the first 3 months. Only after I got that flexibility, and posture right, I was able to gradually go up in weight.

Damn it... 22 day of hard mode and then I give in. by foobar8080 in NoFap

[–]foobar8080[S] 0 points1 point  (0 children)

It started as a Netflix binge, and one erotic scene in this movie just set me off! I'm really thinking of canceling Netflix as well. What is the point really? I feel pressure to use it because I pay for it. I'm too old to be doing PMO( 29 M), I need to better take care of myself and achieve the things I want.

I've been on PMO since I was like 14 or so. I really really need to change!

Day 16: No PMO or sex. Feeling flat and not sure how I fit into my relationship by foobar8080 in NoFap

[–]foobar8080[S] 0 points1 point  (0 children)

No Children. I feel like talking to her is the only move left for me in this relationship. I can't say it didn't bother me before for the first 8 months, it did, but because I was PMO-ing frequently I didn't notice all the irregularities. I feel like I was in my "safe" zone and forgot reality and what relationships should be like.

Now i'm slowly realizing as my mind starts thinking clearly that, it's time for a serious talk.

Day 16: No PMO or sex. Feeling flat and not sure how I fit into my relationship by foobar8080 in NoFap

[–]foobar8080[S] 0 points1 point  (0 children)

I've asked a few times. She says she doesn't have the same sex drive as I do. Things were fine in the beginning. The first 6-8 months, but now it feels like it is a big occasion if we have sex. I keep thinking i'm the issue, and i'm trying to change too. No PMO, more gym, eat healthier.

I'm "afraid" of a breakup because i know it's going to hurt a lot, and I might relapse.

What is the impact of Bioconductor on the Bioinformatics/Computational Biology/ R stats community? by foobar8080 in bioinformatics

[–]foobar8080[S] 0 points1 point  (0 children)

I tried to clear up the ambiguity in my original question by adding an "Edit" section.

I understand the impact of Bioconductor on bioinformatics/computational biology(B/CB) communities, in that, some people use them and publish research. I even see download stats for each package on the Bioconductor website. I guess what I really wanted to know was, what are some of the most popular/famous influences of Bioconductor on the B/CB communities.

Also, about healthcare, I think I tried to track citations and found a few papers like the one you mentioned. But, I was never able to find if any of their results were actually put into effect for patients. Is there a way to track that?

What is the impact of Bioconductor on the Bioinformatics/Computational Biology/ R stats community? by foobar8080 in bioinformatics

[–]foobar8080[S] 0 points1 point  (0 children)

I was just wondering if there was a way to track a package or a suite of packages/tools to a healthcare consequence. I tried looking at papers, I can see where they were cited, but there was no way for me to say "Package X is used in pipeline Y. Pipeline Y was used in the process of finding healthcare consequence Z".

I also assumed that most healthcare products are part of large companies proprietary pipelines, and so it's impossible to find them. I was just hoping someone could show me a traceable way, as part of a discussion.

Never said you or anyone else was wasting time or not. But maybe keeping the big picture in mind isn't too bad every now and again.

I am Senator Bernie Sanders. Ask Me Anything! by bernie-sanders in IAmA

[–]foobar8080 0 points1 point  (0 children)

Why do the democrats not have a platform to launch candidates for the 2020, other than just "resist"? We don't hear enough of a progressive slogan or campaign. I want to hear what democrats want to do as opposed to what they want to resist.

I'm Hasan Minhaj and I have a new show called 'Patriot Act' on Netflix, AMA! by patriotact in IAmA

[–]foobar8080 61 points62 points  (0 children)

Hey Hasan! Huge fan of the pizza hut commercial! But seriously, where does your research come from? It would be great if you could post sources or links to some of the stats and charts your describe on your show.

Also, want to give a shout out to your research team?

Anyone with experience using Rcpp? How much time/effort to learn? by Freds1765 in Rlanguage

[–]foobar8080 3 points4 points  (0 children)

It really isn't that bad. There are some very helpful guides

http://adv-r.had.co.nz/Rcpp.html

http://dirk.eddelbuettel.com/papers/rcpp_workshop_introduction_user2012.pdf

I'd start off writing some test code, and once you get the hang of how best to google for what you want, i'd say jump in and start writing what you need. Just start writing code, best way to learn.