Valerii Zapodovnikov

Results 640 comments of Valerii Zapodovnikov

Same on my galaxy s22 ultra 0 model: ![Screenshot_20220927-151623_GPSTest](https://user-images.githubusercontent.com/31514790/193412651-b9d76013-b944-41eb-b149-13ec4ce3980f.png)

This is called Луч 5B apparently. It uses 1575.420 See https://ru.wikipedia.org/wiki/%D0%9B%D1%83%D1%87-5%D0%91

@bademux Hello! I suppose xiaomi is not 5.0 kernel, right? Then it will not work, unless you recompile the kernel, but for arm it will be difficult. So you should...

@bademux A key moment is that commit https://github.com/torvalds/linux/commit/d695eb5b3b963230652db29eae341a9706c593f4, also there are instructions on how to change kernel dvb module https://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers

Then you should check your V4L2 drivers for that commit (media: rtl28xxu: add support for Sony CXD2837ER slave demod), as you can see it is media, so linux media is...

@bademux This commit https://git.linuxtv.org/media_tree.git/commit/?id=d695eb5b3b963230652db29eae341a9706c593f4

Also as you can see here https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?qt=grep&q=v4l V4L2 (linux_media) is actually the main and the only implementation which is in linux kernel.

@bademux There are only two c files in the repo. You can't write a driver in java... Only some type of wrapper, or a wrapper for a wrapper (i am...

It would be very interesting to also use Alphafold to finally complete the new 115 proteins' structures from this complete genome. All other proteins are decoded recently already by https://alphafold.ebi.ac.uk...

> using VEP instead of bcftools csq Nice, but what about modifying gff2gff.py? Do you have a git diff?