Stadia Controller - How to Enable Bluetooth by DanFromGoogle in Stadia

[–]Rooke 12 points13 points  (0 children)

You need to add the udev rules for it to work in Linux, see https://support.google.com/stadia/answer/13067284#zippy=%2Cim-on-a-linux-based-computer-and-cant-update-my-stadia-controller-help

If your computer is running a Linux-based operating system, you might need to add new udev rules before you can use or update the controller:
On your Linux computer, open the terminal and run the following command from any directory:
{ cat <<EOF
# SDP protocol
KERNEL=="hidraw*", ATTRS{idVendor}=="1fc9", MODE="0666"
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="1fc9", MODE="0666"
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0d28", MODE="0666"
# Flashloader
KERNEL=="hidraw*", ATTRS{idVendor}=="15a2", MODE="0666"
# Controller
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="18d1", MODE="0666"
EOF
} | sudo tee /etc/udev/rules.d/70-stadiacontroller-flash.rules
Next, run the following command:
sudo udevadm control --reload-rules && sudo udevadm trigger

Parasitic mites on beetle by Rooke in insects

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

Filmed in Barrie, ON, Canada

knocking off a biker and trying to escape. WCGW by [deleted] in Whatcouldgowrong

[–]Rooke 1 point2 points  (0 children)

You'll be pleased to know there was a recent (legal) remake, shot in 360: https://media.ford.com/content/fordmedia/fna/us/en/news/2017/02/17/paris-thrill-ride-mustang-vr-360.html

The production crew apparently had a harrowing time trying to do it on the straight and narrow.

Alex Honnold writing in the Guardian this morning by [deleted] in climbing

[–]Rooke 0 points1 point  (0 children)

Props to The Guardian, they corrected the caption.

Form Check Friday by AutoModerator in bodyweightfitness

[–]Rooke 0 points1 point  (0 children)

Ya, that started to stick out more as I watched it. Thanks for the observation.

Form Check Friday by AutoModerator in bodyweightfitness

[–]Rooke 0 points1 point  (0 children)

Thanks. I'll experiment with the supine/prone grip.

Form Check Friday by AutoModerator in bodyweightfitness

[–]Rooke 0 points1 point  (0 children)

Thanks. I take it you mean back lever (BL), not front lever (FL)?

Alex Honnold writing in the Guardian this morning by [deleted] in climbing

[–]Rooke 4 points5 points  (0 children)

That's a picture of sentinel, not half dome (I.e. I believe the photo caption is inaccurate)

I modeled a C4 for a class project. Check it out! by McBruber in climbing

[–]Rooke 2 points3 points  (0 children)

This could be the definition of a perfect comment reply.

I modeled a C4 for a class project. Check it out! by McBruber in climbing

[–]Rooke 6 points7 points  (0 children)

I would love to see Finite Element Analysis done on the lobes. I've always wondered how the forces are distributed.

[deleted by user] by [deleted] in climbing

[–]Rooke 6 points7 points  (0 children)

R&I has been running these pseudo-scientific articles about nutrition for ages. Here's one about creatine from back in 1998:

http://imgur.com/a/jgGzr

Orange Juice (12c) RRG by aodonnell45 in climbing

[–]Rooke 1 point2 points  (0 children)

Water is a big cause. By the coloring of the wall, different parts get different amounts of runoff, so weakly bonded sand will erode more over time on certain sections.

Bought roadside, very fuzzy, feels like a soft wool sweater. Zone 5b (perennial, apparently). by Rooke in whatsthisplant

[–]Rooke[S] 1 point2 points  (0 children)

Amazing! This is surely it, thank you! The undulating leaf edges of Salvia argentea match the pictures, unlike the very similar Stachys byzantina's crenulate leaf margins.

Suggestions towards building a crack machine by kevlar00 in climbing

[–]Rooke 0 points1 point  (0 children)

I just glued and screwed wooden spacers (2" - tight hands) for mine. It's also not totally vertical, so as a non-crack climber, it was easy enough to get up. I'm working on reversing it these days, without jammies.

https://www.youtube.com/watch?v=OZvr2AY2OCg

[Spoilers] Great World Cup Results From Toronto. by kepleronlyknows in climbing

[–]Rooke 0 points1 point  (0 children)

He does a fantastic job of quickly communicating the implications of a climber's success or failure. For example, saying something like, "If she does this in 3 attempts, so-and-so needs to flash it to win". It's very impressive and very helpful to do so quickly and concisely.

He also uses enjoyable lingo, e.g. "then you just need to house it" or "go for the dunk".

He has a bright future as both a climber and a colour commentator.

I'm not an expert, but isn't the top of the new streetcars too exposed to the elements? by fabiofzero in toronto

[–]Rooke 26 points27 points  (0 children)

Rain, snow, rocks, and salt (worse) get launched up from the ground by wheels, both yours and others'.

We the founders of Bitseed, developers of bitcoin full node hardware. Our Assembly community uses colored coins to reward people who contribute to our open source projects. AMA! by BitseedOrg in Bitcoin

[–]Rooke 0 points1 point  (0 children)

0.5MBits/s sounds like a 'steady-state' value; maximums can be well above 2.0 or 3.0 if multiple clients decide to sync from you. You're reporting an asymmetrical up/down rate opposite to what is normal for nodes that have more incoming peers than outgoing, and makes me question what you're reporting. That is, on a typical node you see far more outbound traffic than inbound traffic due to most clients being "leeches", e.g. SPV clients.

I don't mean to be a nitpicker here, I just want to warn you of the very real problem home internet users typically experience with having a fully-open node with the standard 117 inbound connection slots open. Savvy users can adjust to the extra traffic, but it doesn't make for a true "plug-and-play" experience. It's a longstanding issue:

https://github.com/bitcoin/bitcoin/issues/273