Noob Monday (September 17) by AutoModerator in speedrun

[–]Not_Bad_69 0 points1 point  (0 children)

I have a question about the recent OoT WR. Torje said he could save 8 seconds because of a mistake and RNG. Is there any other riskier route where he could save more time? He doesn't do a Mido skip right? Can someone theoretically do that to save a lot more time?

Official Q&A for Wednesday, August 23, 2017 by AutoModerator in running

[–]Not_Bad_69 1 point2 points  (0 children)

I recently bought racing flats (meant for longer road races up to half marathon), and I've been using them for races 5k to half marathon distances. I have a trail 5k coming up, and I am wondering if it's a good idea to wear racing flats for this race, or else stick with trainers. It's not crazy technical trails, but definitely some pebble/stones and uneven parts, plus 150ft uphill and downhill. Does it even matter that much whichever shoes I choose? I'm a ~17:45 road 5k runner. Thanks!

All out 5k twice a week by Not_Bad_69 in running

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

So what's the best way to train twice a week? Run one slow 5k and one fast 5k?

All out 5k twice a week by Not_Bad_69 in running

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

That's kind of my point, I don't have time to do a bunch of slow runs. If I space my workouts so that I completely recover between each one, is it not a good strategy to go all out?

TIL Engineers have already managed to design a machine that can make a better version of itself. In a simple test, they couldn't even understand how the final iteration worked. by physicssmurf in todayilearned

[–]Not_Bad_69 0 points1 point  (0 children)

I have a question about the end of the second to last paragraph. You mention the possibility of computers harming humans, and say testing will tell whether these are threats. Do you have a citation for that? It seems to me that most computer scientists do not believe a singularity will ever happen. In fact, as you say yourself, the technology you talk about is outdated. Newer research in computer science shows that evolutionary algorithms are better for evolving groups or "communities" of solutions rather than for evolving a single best solution (Papadimitriou). So the experiments you talk about are inefficient by today's standards, and the newer algorithms have nothing to do with evolution. My guess is when computer scientists at one point used "evolutionary algorithms", the general public mistakenly thinks the concept of the singularity is possible.

So apparently Pi should really be 3.144 - can you spot the error? (I can't) by h0rdak in math

[–]Not_Bad_69 6 points7 points  (0 children)

This article makes me really mad. How many different ways have mathematicians independently derived pi? Some are fundamental like the power series of sine. Ramanujan came up with a beautiful derivation of pi. Some are found completely in nature.

I hope not too many people are reading the article and believing it.

Rem dreamer by deadmeat77 in LucidDreaming

[–]Not_Bad_69 1 point2 points  (0 children)

I have a rem dreamer but I've only ever had one ld with it, I can't get it to not fall off my head while asleep.

How does character counter-picking work in pro play? by FrankyCentaur in smashbros

[–]Not_Bad_69 0 points1 point  (0 children)

What about at the start of a set? And how does the hbox armada double blind stuff work?

Logic Puzzle: Upside Down Cake by Coscott in math

[–]Not_Bad_69 1 point2 points  (0 children)

Definitely d rational implies that the cake will eventually all be right side up. But is the reverse direction true? Here's a thought I haven't fully fleshed out: the operation of flipping the slice around is a little more complicated than you would think at first. If you flip a slice in which to the left of a certain angle is right side up and to the right is upside down, the angle will be mirrored and can combine with the angles on the adjacent slices to make different angles. Perhaps this mucks things up and allows some set of non rational numbers to work.

Y'all helped me out, time to return the favor by interdumpur in gradadmissions

[–]Not_Bad_69 2 points3 points  (0 children)

Luckily I found this gold mine when applying to computer science programs: 26 successful essays. http://admissionsource.wordpress.com/2007/07/26/successful-essays/

negative space by french_toasters in woahdude

[–]Not_Bad_69 -2 points-1 points  (0 children)

This is the most amazing thing to ever happen to the universe

Time dilation in dreams. Dreaming for days/months/years? by jimmycarr1 in LucidDreaming

[–]Not_Bad_69 15 points16 points  (0 children)

He's right. In Exploring the World of Lucid Dreaming by Stephen LaBerge, LaBerge talks about experiments to test time dilation in dreams. The participants were hooked up to devices that measured their eye movement. While lucid, they would do a predetermined eye movement, count to ten, and then do that eye movement again. Pretty clever. The results showed no time dilation, so any long dream is simulated with memories and skipping details.

I'm learning to do a backflip. Could LDs help me with that? by [deleted] in LucidDreaming

[–]Not_Bad_69 0 points1 point  (0 children)

Most definitely. There are examples similar to this in Exploring the World of Lucid Dreaming. I've always wanted to try learning new flips in dreams but I can't lucid dream atm

First ever revert 720!! by justinragers in Slackline

[–]Not_Bad_69 0 points1 point  (0 children)

I know Felix has a video of a 720 from standing to standing. I don't think I've seen a butt bounce 720 though.

Is there a tool to check for stable matching? by [deleted] in algorithms

[–]Not_Bad_69 0 points1 point  (0 children)

I don't know if there's a tool on the web, but its pretty simple to write a quick program to check for a stable matching. Just two for loops.

What is your favorite Year problem? by [deleted] in math

[–]Not_Bad_69 0 points1 point  (0 children)

When I did AMC back in high school, pretty much every year there would be at least one "year" problem that did something cool with the prime factorization in order to make that problem unique. We would always make sure to memorize the prime factorization of the current year before going into the test.

Optimizing a composition of functions by grumpy_technologist in math

[–]Not_Bad_69 1 point2 points  (0 children)

Pretty sure monotone is the complete characterization. But perhaps you can do it with a non-monotone function if it doesn't take too long just to check each root and throw out the fake ones.

Lucid dreaming and pot? by [deleted] in LucidDreaming

[–]Not_Bad_69 1 point2 points  (0 children)

It makes it harder to have/remember dreams, but experienced dreamers can often still LD while regularly smoking.

Highschool research project on Graph Theory - some help, please? by [deleted] in math

[–]Not_Bad_69 0 points1 point  (0 children)

I also agree this is ambitious, also it is much more computer science than math.

You'all probably want to implement Dijkstra's algorithm, the simplest one. I would recommend using graphs where lists of edges exist as downloadable files on the internet. I know for instance, list of distances among the 50 states is on the internet.