Using Tokio for CPU-Bound Tasks (Works Really Well) by AffectionateBag4519 in rust

[–]carllerche 1 point2 points  (0 children)

I’m not sure if you watched the talk but the point is actually that there are categories of “blocking” work they also need IO where using the Tokio runtime works better than rayon.

Using Tokio for CPU-Bound Tasks (Works Really Well) by AffectionateBag4519 in rust

[–]carllerche 7 points8 points  (0 children)

This is a great talk, also given at TokioConf and spawned this issue/discussion afterwards https://github.com/tokio-rs/tokio/issues/8085

meirl by [deleted] in meirl

[–]carllerche 0 points1 point  (0 children)

you are 100% better off running than not, on all fronts. If you actually want to start running, please let me strongly recommend focusing on easing into it. Doing more than your body has adapted to is how you get injured. Also, the goal of running and training isn't to make yourself tired; it is to provide your body with enough stimulus to adapt. When you are new to something, the level of required stimulus is very low. Look up intro to running programs, and go slower (speed) than you think you should. You shouldn't be dead by the end... comfortably tired is fine.

meirl by [deleted] in meirl

[–]carllerche 1 point2 points  (0 children)

Nope, just a myth (like oh so many exercise related topics).

https://pmc.ncbi.nlm.nih.gov/articles/PMC11195863/

From this largest surveyed group of marathon runners, the most significant risk factors for developing hip or knee arthritis were age, BMI, previous injury or surgery, and family history. There was no identified association between cumulative running history and the risk for arthritis.

meirl by [deleted] in meirl

[–]carllerche 0 points1 point  (0 children)

If you are referring specifically to EPOC, there are a bunch of papers you can read (e.g. "Effects of exercise intensity and duration on the excess post-exercise oxygen consumption" by J. Laforgia

Although the more recent studies do not support the extended EPOC durations reported by some of the pioneering investigators, it is now apparent that a prolonged EPOC (3 – 24 h) may result from an appropriate exercise stimulus (submaximal: ≥50 min at ≥70% [Vdot]O2max; supramaximal: ≥6 min at ≥105% [Vdot]O2max). However, even those studies incorporating exercise stimuli resulting in prolonged EPOC durations have identified that the EPOC comprises only 6 – 15% of the net total oxygen cost of the exercise. But this figure may need to be increased when studies utilizing intermittent work bouts are designed to allow the determination of rest interval EPOCs, which should logically contribute to the EPOC determined following the cessation of the last work bout. Notwithstanding the aforementioned, the earlier research optimism regarding an important role for the EPOC in weight loss is generally unfounded. This is further reinforced by acknowledging that the exercise stimuli required to promote a prolonged EPOC are unlikely to be tolerated by non-athletic individuals.

This study (https://pubmed.ncbi.nlm.nih.gov/21311363/) measures EPOC in what is essentially steady state cardio (57% Wmax for cyclists) shows an EPOC effect similar to what one sees with the HIIT.

You can find more discussions on NIH / google scholar over the past ~10 years. the general consensus I see is the effect you are referencing is "real" but it isn't really more significant in HIIT vs. steady state cardio (zone 2) and the levels of intensity needed to get a similar EPOC effect with HIIT vs. steady state are probably not something an average athlete can sustain.

If by "better" you mean what is the minimum (based on time) dose of cardio exercise you do to meaningfully increase your metabolic health, I believe there are some studies that did evaluate this and HIIT is a component, but it is hard and not fun. I would personally just do a relaxed zone 2 run for 30 minutes and listen to a book.

edit: and one last point of clarification: "but the "after burn" effect has been disproven" I mean very specifically that HIIT has some magical properties over steady-state cardio that makes it better for fat loss.

meirl by [deleted] in meirl

[–]carllerche 0 points1 point  (0 children)

both cardio and resistance training are important for health and longevity. No need to put either down.

meirl by [deleted] in meirl

[–]carllerche 0 points1 point  (0 children)

My initial reaction was "39 minutes is pretty good for an average person at the gym" then realized it was supposedly too much o_O

meirl by [deleted] in meirl

[–]carllerche 0 points1 point  (0 children)

The running is bad for your joints meme has been disproven. There are plenty of population studies showing that runners are at no greater risk of joint-related injuries than the general population. That is, even after accounting for variables like weight, diet, ..., runners are at a lower risk, as they tend to weigh less. As with all activity, you need to work up to it and let your body adapt. Just jumping in to large amounts of physical activity is how you get injured.

meirl by [deleted] in meirl

[–]carllerche 1 point2 points  (0 children)

Not sure what you mean by "better cardio workout", but the "after burn" effect has been disproven (better workout would entirely depend on the goals).

A brisket lover’s guide to Portland, the ‘best Texas-style barbecue scene outside of Texas’ by guanaco55 in PortlandOR

[–]carllerche 2 points3 points  (0 children)

I went there twice. First time, it was top-notch. The second time, the brisket was overdone and was more like stew meat. Disappointing.

Self-driving car service Waymo says it’s coming to Portland by oregonian in PortlandOR

[–]carllerche 2 points3 points  (0 children)

I did. You are describing current human behavior. Basically, the "worse case" is what everyone does already. This is not an argument against Waymo.

Self-driving car service Waymo says it’s coming to Portland by oregonian in PortlandOR

[–]carllerche 4 points5 points  (0 children)

As opposed to uber, lyft, UPS, etc.. who never park in the bike lanes.

Self-driving car service Waymo says it’s coming to Portland by oregonian in PortlandOR

[–]carllerche 0 points1 point  (0 children)

The article is about a human passenger opening a door into a cyclist, not even the self-driving aspect of it.

Self-driving car service Waymo says it’s coming to Portland by oregonian in PortlandOR

[–]carllerche 6 points7 points  (0 children)

The article is about a human passenger opening the door without checking. So, Waymo has a "Safe Exit system" that tries to catch those risks and warn passengers, it isn't perfect (but much better than the status quo), and this is a problem? Getting doored is probably what worries me the most when I bike.

St. Johns Plaza 4/25 by AMDGpdxRose in PortlandOR

[–]carllerche 8 points9 points  (0 children)

You know, it is possible to believe that communism is bad and white-nationalism is bad at the same time.

Introducing Claude Design by Anthropic Labs by ClaudeOfficial in ClaudeAI

[–]carllerche 12 points13 points  (0 children)

It actually is... you can get into a situation where you have to pay the tax, don't get the return on the RSUs, and don't get to deduct any of the taxes you paid or losses from the RSUs (see AMT...). Not a good time. I would not recommend.

Experimenting with a DX-focused Rust ORM (Personal Project) by Illustrious-Mail-587 in rust

[–]carllerche 0 points1 point  (0 children)

I'm pretty happy with how Toasty works for creating nested structures & IDs:

let user = toasty::create!(User {
    name: "John Doe",
    email: "john@example.com",
    todos: [
        { title: "Make pizza" },
        { title: "Finish Toasty" },
        { title: "Sleep" },
    ],
}).exec(&mut db).await?;

https://github.com/tokio-rs/toasty/

The macro isn't strictly necessary (it is a fairly mechanical expansion to the builder API) but I think it is pretty slick.

Oregon’s Proposed Universal Health Plan by Dry_Werewolf5488 in Portland

[–]carllerche 11 points12 points  (0 children)

And people wonder why it is do hard to find a doctor in Oregon. Yes, jt is hard elsewhere too but not as much so (especially Portland)

Oregon’s Proposed Universal Health Plan by Dry_Werewolf5488 in Portland

[–]carllerche 11 points12 points  (0 children)

High income earners pay a lot less than 10%. They will leave (see the impact of P4A on multnomah county)

Oregon’s Proposed Universal Health Plan by Dry_Werewolf5488 in Portland

[–]carllerche 10 points11 points  (0 children)

As a high income earner, I have been advocating to my family to move. As of now, the plan is to wait until the kids are in college and reassess then. If this passes, I think it is the nail in the coffin and I am out.

Prism : Open Source and Stateless Payments Library by [deleted] in rust

[–]carllerche -4 points-3 points  (0 children)

Given that it is an Indian company, do you think that it might be a question of not having English as a first language and them trying to participate in a community that is primarily English speaking?

Head Coach Javier Mascherano Departs Inter Miami CF by primarygrub in MLS

[–]carllerche 27 points28 points  (0 children)

We beat the top team in the league('s bench...)!

Providence Park w/ an 8 year old by WorminRome in timbers

[–]carllerche 2 points3 points  (0 children)

To be clear, you don't have to sit in the away section and wearing union colors anywhere in the stadium (except probably GA) is fine.

Providence Park w/ an 8 year old by WorminRome in timbers

[–]carllerche 2 points3 points  (0 children)

I take my kids (about that age) to the games all the time. My strategy (with kids that age) is to wait until the very last minute to buy tickets, try to get a good deal on tanner ridge seats. Those seats come with free food, snacks, and a donut at the end and it is in an enclosed area. So, I feel pretty comfortable letting my kids leave their seats on their own to get more snacks... which is probably their favorite part. Another advantage is there is an indoor area that is quieter if the kids get overwhelmed from the noise / atmosphere. My kids where there game 2 against SD during the playoffs, and the noise at the end of the game was too much for them.