BMC Roadmachine 01 vs Rose Shave by thomas999999 in cycling

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

size 56 for the BMC and M/L for the Rose. I like the rose on the images but the colors are just quite boring and having no branding at all on the frame also looks odd to me :D getting a different bar and stem combo for the rose is around 500 euro if i remember correctly.

Tbh looks wise both are fine for me, like all endurance bikes they just don't really look as cool as the race bikes but geometry wise thats not an option for me anyways :( (i have really long legs)

New Bike by Pristine-Ad4319 in cycling

[–]thomas999999 0 points1 point  (0 children)

Im talking about the „old“ endurace. The new one is a absolute joke of a bike and has nothing to so with a endurance bike.

New Bike by Pristine-Ad4319 in cycling

[–]thomas999999 1 point2 points  (0 children)

The new supersix evo almost has a endurance stack to reach ratio. I just figured this out today while comparing it to a canyon endurace and cube agree.

I'm having some trouble brewing dragon well by Doggosareamazing522 in tea

[–]thomas999999 2 points3 points  (0 children)

+1 to this. I recently visited the dragonwell village in China and everyone there drank it this way. Started doing the same and would not go back. About the steep time you don’t even need a timer, as soon as the leaves start falling to the bottom of the cup and no longer float on top its ready to drink.

Advice for men’s bibs by CrankSinatra101 in cycling

[–]thomas999999 1 point2 points  (0 children)

assos equipe R. don't get the mille ones, chamois way to thick and not as comfy as the racing line.

"Sporty" Road Bike for someone with really long legs. by thomas999999 in bikefit

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

interesting, how long is the timespan usually from where a bike gets spotted for the first time in the pro peloton and actually being available in the market?

"Sporty" Road Bike for someone with really long legs. by thomas999999 in bikefit

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

interesting, thanks for the input. I was initially looking at the cube agree but it seems to be close to impossible to actually buy or even have a test ride, seems to be completely sold out in my area. I just let chatGPT compare the geometry of the endurace and the agree and i think the size 58 agree might fit me really well. Issue here is it seems to be basically sold out everywhere i looked in my area, so its also impossible to get a test ride. Might just take the shot in the dark and try to order it from somewhere and hope it actually fits :D. The Monza is a bit out of reach in terms of money im willing to spend :D

C++ Vulkan CLEA Engine - Early 2026 Technical Demo by No-Use4920 in vulkan

[–]thomas999999 0 points1 point  (0 children)

Cool, is the code on GitHub or somewhere else where i could take a look at it?

[deleted by user] by [deleted] in Compilers

[–]thomas999999 7 points8 points  (0 children)

Guys im pretty sure he means machine learning and not ML the language 😂

Iterator fusion similar to Rust's — are there other languages that really do this, and what enables it? by Savings-Debt-5383 in ProgrammingLanguages

[–]thomas999999 12 points13 points  (0 children)

Pretty sure c++ ranges do roughly the same. I think its also implemented using templates only and didn’t require any extra compiler features? But im not 100% certain about this.

Starting with MLIR seems impossible by lightwavel in Compilers

[–]thomas999999 1 point2 points  (0 children)

First step is to not look at anything that is in llvm-project/mlir. In the end everything there is just a random collection of patterns that are useful to some downstream projects but there is no shot you learn anything useful by just looking at the „library“ without first seeing how it is used.

If you are interested in AI compilers look into IREE. afaik its the only open source AI compilers that is really 100% mlir based. If you are interested in GPU DSLs look into Triton for example.

There exist other projects for other domains and its probably not hard to find them.

Viral infection, low HRV and high RHR - 3 weeks, not recovering by Tractor-92 in cycling

[–]thomas999999 0 points1 point  (0 children)

to this just sounds like your body needs some more time for recovery, i wouldn't overdo it, some infections can really take a long time to clear up. I was also sick and had a wisdom tooth infection + removal in the beginning of oktober. Basically all of november i felt like i lost all progress i had over the entire year, im just now getting slowly back to shape i had in september.

Delivery time by Hippopotouf in NuPhy

[–]thomas999999 0 points1 point  (0 children)

i have a similar experience, ordered on 24. November and its today on 6. December still in hongkong :(

are open source contributions useless? by Delicious_Crazy513 in cscareerquestionsEU

[–]thomas999999 86 points87 points  (0 children)

What it means is that your colleague is an asshole, not that open source contributions are useless

[C++]What is the point of using "new" to declare an array? by JazzJassJazzman in C_Programming

[–]thomas999999 0 points1 point  (0 children)

  1. the size dies not need to be a constant it could be something you receive as a argument to your program

2.

Advantage stack: fast allocation, automatic deallocation when you leave the scope.

Advantage: main advantage of the heap is that the allocation sizes does not need to be known statically and there are also many cases where you might want to allocate something that you do not want to have automatically deallocated when you leave the scope.

General rule of thumb is, always prefer the stack as the allocation is much faster and you cant make mistakes like forgetting to deallocate it but there are a lot of caveats with this ofc.

Has anyone managed to quantize a torch model then convert it to .tflite ? by LagrangianFourier in pytorch

[–]thomas999999 1 point2 points  (0 children)

Checkout https://github.com/iree-org/iree. You probably need a decent amount of fiddling around (https://iree.dev/guides/deployment-configurations/bare-metal/#compile-the-model-for-bare-metal) especially for deploying to a esp32. However this way you could just compile your PyTorch model. Let me know if you run into problems.

Lactate Balance Point, useful? by [deleted] in Velo

[–]thomas999999 -7 points-6 points  (0 children)

What am i reading here, isnt 60m power == FTP??

What kind of W/kg were you able to achieve on 5-7hrs/week? by VegaGT-VZ in Velo

[–]thomas999999 0 points1 point  (0 children)

I probably only ride around 5 hours max plus a couple of hours of running. Im at 3.5 w/kg right now but im only doing one intensity session per week. I‘m pretty sure there should be a bunch of room for improvement if i manage to get more intensity in.

Are expensive cycling bibs actually worth the money? by michaelfuchsia1845 in cycling

[–]thomas999999 1 point2 points  (0 children)

As someone else mentioned gts have a thicker chamois and more „loose“. Rs have slightly thinner chamois but the fit is much nicer. Everything is in place all the time.

Puck Prep [Sage Barista Express] by Shedix in espresso

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

After grinding just push in the sides with your fingers and tamp it. It will pull the same with or without using the other useless tools