Read more of this story at Slashdot.
I have plenty of ways to get exercise in the summer, but winter has been a challenge. I don't like riding a stationary bike, I tried mounting my street bike on a Zwift device, and yuk, I didn't like the simulated racing, I don't ride competitively. And the street scenes were primitive. Unlike my regular real-world rides I always was impatient for the exercise to be over. When I'm riding outdoors, I feel very differently.
A friend suggested getting a rowing machine, and somehow that seemed better. But when I looked into the devices I started feeling it might be the same.
We just had five unusual warm November days, I rode all of them, outdoors, and was thinking that the difference may be the feel of the ride. Real bike rides you almost never are straight up and down. You lean one way then another, and shift your weight to different sides. Maybe that's the diff. Then I saw an ad for this Bowflex bike that leans! It looks in the video like it may be more fun to ride.
I posted a bit about this on Twitter. Megan McCarthy sent a pointer to a review of the category and a specific bike I asked about. I might get a Peloton, but it seems I might not have it until January. I'd like to start riding daily asap. But I'm concerned I'm going to spend a lot more money and still not have something I want to use.
Read more of this story at Slashdot.
Read more of this story at Slashdot.
Read more of this story at Slashdot.
Read more of this story at Slashdot.
Read more of this story at Slashdot.
Read more of this story at Slashdot.
A few days ago a user asked that LO2 support "includes." I did a little investigating, and found that it already supports them. So I thought it might be a good idea to explain what they are and how they work, maybe other people will find it interesting and/or useful.
The idea comes from the C programming language. It had the ability to include one file in another. When you included a file, it was as if its text was present in the file doing the including. The C compiler couldn't tell the difference.
This is what a C include statement looks like.
In an outliner it works similarly. A node is an include if it has a type attribute with the value include, and a url attribute that points to an OPML file with the outline to be included.
When you expand an include in LO2, the text from the included outline is expanded below the node. You can edit the text, but none of the edits will be saved to the included file. You should think of it as read-only, even though LO2 doesn't enforce that.
Here's an outline that opens in LO2 that illustrates.
Read more of this story at Slashdot.
A few days ago a user asked that LO2 support "includes." I did a little investigating, and found that it already supports them. So I thought it might be a good idea to explain what they are and how they work.
The idea comes from the C programming language that I used for many years. It had the ability to include one file in another. When you included a file, it was as if its text was present in the file doing the including. The C compiler couldn't tell the difference.
This is what a C include statement looks like.
In an outliner it works similarly. A node is an include if it has a type attribute with the value include, and a url attribute that points to an OPML file with the outline to be included.
When you expand an include in LO2, the text from the included outline is expanded below the include node. You can edit the text, but none of the edits will be saved to the included file. You should think of it as read-only, even though LO2 doesn't enforce that.
Here's an outline that opens in LO2 that illustrates.
Read more of this story at Slashdot.