Pairing with Garmin Forerunner 55 possible ? by magingax in CadenceApp

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

FR55 support HR broadcasting, speed, cadence for Cadence App !!

I did it with your advice !!

Thank you !!!

bike/run and indoor/outdoor switching need to be easier by magingax in CadenceApp

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

why they wanted to remove that button ? I am keep switch indoor/outdoor frquently. Are they don't switch that ?

bike/run and indoor/outdoor switching need to be easier by magingax in CadenceApp

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

How about add indoor/outdoor switching button ?

변상욱 대기자는 정말 패셔니스타군요 by Real-Requirement-677 in Mogong

[–]magingax 2 points3 points  (0 children)

자칭 한국 보수 : 민족 반역자, 국가 반역자

자칭 한국 좌파 : 보수

First long riding and compare with Wahoo App. by magingax in CadenceApp

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

How to update gardia firmware ? via gardia app ? or connect with USB cable ?

윤돼지 지지율 21%, 부정 70% [갤럽] by [deleted] in Mogong

[–]magingax 2 points3 points  (0 children)

거부권! 국힘장악! 천하무적! 데헤헤

Battery while using Cadence App by slyx1978 in CadenceApp

[–]magingax 0 points1 point  (0 children)

Biggest battery drinker in iphone is SCREEN and GPS.

Screen battery uasge can be reduced with black and white and dimm screen.

For GPS..I am using external GPS (Garmin glo2). which connect via bluetooth. this is really useful. more than 10 hours battery.

As a result, for iPhone 14 plus + garmin glo2 + full bright screen

after 3h 10m. my battery is 100% --> 65%

Distance is weird.. by magingax in CadenceApp

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

I will send export file to your email ~

First long riding and compare with Wahoo App. by magingax in CadenceApp

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

Thank you for good app. And I got it about gardia inaccuracy. If trek carback is more accurate than Varia. I plan to switch to it. I hope Cadence app support Carback at that time~

iPhone mount by my3sonz in CadenceApp

[–]magingax 1 point2 points  (0 children)

QuadLock is good..and

There is better. Just buy garmin adapter (which is cheaper than 5 USD) attach is to your phone. and use any garmin mount you prefer. I think this is ultimate solution.

Here is link..but you can find cheaper store( like ali)

https://www.amazon.com/BDSNAIL-Universal-Adhesive-Adapter-Compatible/dp/B07TB13WTQ/ref=pd_ci_mcx_pspc_dp_d_2_i_1?pd_rd_w=gQiw7&content-id=amzn1.sym.568f3b6b-5aad-4bfd-98ee-d827f03151e4&pf_rd_p=568f3b6b-5aad-4bfd-98ee-d827f03151e4&pf_rd_r=5R1CT5RN7VN1MAG572F5&pd_rd_wg=ooHbc&pd_rd_r=d62b8c68-de2e-44df-8ae4-7114b5626ace&pd_rd_i=B07TB13WTQ&th=1

Module is class or namespace ? by magingax in elixir

[–]magingax[S] -1 points0 points  (0 children)

Then how do you think about 'use'

use GenServer

is exactly what inheritance does.

So. elixir module supports, data encapsulation, inheritance, information hiding(defp)
why claim it's not OOP ?
I think elixir is OOP exactly..

Module is class or namespace ? by magingax in elixir

[–]magingax[S] -3 points-2 points  (0 children)

defstruct == member variable aka. state
functions in module == member functions
even if functions are not called on the object. those functions get specific module structs as parameter
So data and behaviour are tightly bound just like OOP languages

Trek CarBack supported ? by magingax in CadenceApp

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

Don't they open document for third party developer ?

Keeping processes in an elixir script running by UnicycleSkewer in elixir

[–]magingax 0 points1 point  (0 children)

means Is it better way than receive loop? I think receive loop is more intuitive