Satadru Pramanik, DO, MPH, MEng

Results 784 comments of Satadru Pramanik, DO, MPH, MEng

(This is a request from one of our Chromebrew devs. The question is relevant because we made the mold linker the default [earlier today](https://github.com/skycocker/chromebrew/pull/6842). )

As per https://github.com/xbmc/xbmc/pull/20891#issuecomment-1050813491 it appears that `flto=thin` is not working with mold.

https://developer.android.com/reference/android/net/ConnectivityManager.NetworkCallback (available in API 21) does provide a mechanism to get info on when the network goes off and on again. Also FYI activeNetwork.[isConnectedOrConnecting](https://developer.android.com/reference/android/net/NetworkInfo.html#isConnectedOrConnecting()) used in https://github.com/klinker24/talon-for-twitter-android/blob/master/app/src/main/java/com/klinker/android/twitter_l/utils/Utils.java#L298 is deprecated in...

Some example stuff here: https://android.jlelse.eu/connectivitylivedata-6861b9591bcc

(Also btw the differences between waveshare35a and waveshare35b seem minimal from looking at the dts files in https://github.com/swkim01/waveshare-dtoverlays )

Was there ever any resolution to this? I found that reverting to 0.5.3 solves my ADS-B problems, whereas I receive no data at all when I upgrade to 0.5.4. This...

``` wget https://github.com/steve-m/librtlsdr/archive/0.6.0.zip unzip 0.6.0.zip cd librtlsdr-0.6.0/ dpkg-buildpackage -b cd .. ls 0.6.0.zip rtl-sdr_0.6git_arm64.buildinfo librtlsdr0_0.6git_arm64.deb rtl-sdr_0.6git_arm64.changes librtlsdr-0.6.0 rtl-sdr_0.6git_arm64.deb librtlsdr0-dbgsym_0.6git_arm64.ddeb rtl-sdr-dbgsym_0.6git_arm64.ddeb sudo dpkg -i *.deb (Reading database ... 186005 files and...

If rtlsdr_set_tuner_bandwidth() isn't set, it default to automatic bandwidth selection, yes? Can that default be the same as before rtlsdr_set_tuner_bandwidth() was added, so as not to break existing applications? Or...

Does Google Takeout download all pics and videos? Is there a way to script that to download incrementally? You can select albums for download there.