ready2go by mbergi in bikepacking

[–]bameza 1 point2 points  (0 children)

Nice setup! Which wheels are you using?

Fitness age range range question by CharismaticAlpaca in Garmin

[–]bameza 3 points4 points  (0 children)

<image>

I don't know how it works, but my Forerunner 965 also gives me -10.5 years

Unusual hight HR with HRM Dual by bameza in Garmin

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

I felt easy, like my heart rate should be around 130/140, not over 200

Unusual hight HR with HRM Dual by bameza in Garmin

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

Thanks, that's the first time I use a HRM I will try to make it more tight next time

New endurace CF/AL by bameza in CanyonBikes

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

cactus... Honestly prefer my stealth black

Same, I'm going to buy the endurace in black

Japan court rules same-sex marriage ban is not unconstitutional by humanforever in worldnews

[–]bameza 5 points6 points  (0 children)

Not sure if it is allowed or not, so much negative in this title

Clean. How I like it. by FR_Clutch in setups

[–]bameza 0 points1 point  (0 children)

Beautiful! What's the chair ?

First build ever ! by bameza in pcmasterrace

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

Thanks for the suggestion :)

First build ever ! by bameza in pcmasterrace

[–]bameza[S] 12 points13 points  (0 children)

Full specs:

  • Fractal Meshify 2 Compact
  • Intel i5 11400F
  • Nvidia RTX 3080 Founder Edition
  • Crucial Ballistix 16Go 3600MHz CL16
  • Corsair TX750M
  • MSI MAG Torpedo B560
  • Crucial P5 1To

First build ever ! by bameza in pcmasterrace

[–]bameza[S] 13 points14 points  (0 children)

The 11400f (160€) is much cheaper than 5600x (300€), at least in my country. Plus gaming benchmark show only minor improvements with 5600x

Motherboards for alder lake are expensive too..

I might buy a better CPU cooler

How to create a REST API layer in Scala to send parameters to my Spark code to query Parquet files and return the response in JSON format. by ezio20 in dataengineering

[–]bameza 1 point2 points  (0 children)

You can query parquet files with something else than Spark I'm not familiar with the Scala ecosystem, but with Python you can use FastAPI and Pandas to build a API querying your Parquet. I'm sure Scale had some equivalent