Skip Navigation

Posts
3
Comments
222
Joined
3 yr. ago

  • I don't think so.To my knowledge that vaccine injects regular rna into cells to have them produce a protein of the virus, so the immune system starts to build antibodies that target the covid virus.

    Since it relies on protein building it uses the regular well-known mechanism where mRNA (messenger RNA) is copied from DNA (then complex shit happens which we will ignore) then it reaches the ribosomes that build proteins from the encoded sequence.

    The discussed application for this rna silencing is more active, it directly suppresses some genes of the virus to stop it from infecting cells.

  • It started with the flowers of a purple petunia plant turning white, and ended with a human cell becoming resistant to the deadly embrace of the Aids virus. The intervening decade took in experiments with yeasts, microscopic worms, mice and flies. And they all pointed to one thing: a potential revolution in medical science.

  • Based on the only information we have, OPs sister is two. So the sister is 2. Trivial.

  • :/

  • At the very least the system should initiate an emergency break when it disengages like that and there is no conflicting human input.

  • I don't understand your question.

  • They’re both copyleft so no chance of a rug pull.

    That's not accurate. It also takes an absence of a cla (Contributor License Agreement) transfering ownership of patches and a diverse set of major contributors to develop that protection.GPL protects against outside entities taking over a project via a fork, owners are always free to change the license of what they made.

    I didn't see a cla on either libreoffice online nor onlyoffice, but you would have to contribute some actual changes to see you don't need to agree to anything and they will accept your contributions without rewriting them later.

    In comparison for example audacity makes you transfer rights over code contributions to them. That means they could make audacity closed source at any time and any version from that point would be proprietary. Would they not force contributors to sign that cla, and instead go with a copyleft contribution license, then with going closed source they would violate the licenses under which they use all these contributions.

    Basically distributed ownership prevents rug pulls, since ownership beats license restrictions. So you have to check that a project has spread out ownership (independend major contributions) connected by copyleft licenses (standard unless overridden by a (non copyleft) cla)

  • was stoo lazy

  • Seems centered on books not papers

  • And of

    Very neat

  • That's not a webview, it's a separate api with fewer abilities. Custom tabs I believe.You can see for example that it always opens as a fullscreen overlay in your app and that it always has that bottom or in your case top bar.

  • yes, zen4 is the ryzen 7xxx ans onwards. I think they will change the naming scheme again after the 9xxxs now though.

    In my case my 5xxx cpu shows avx2 (256bit) in /proc/cpuinfo, I assume you will find avx512 there if you have it.

    Also apparently there are mobile and server cpus with 7xxx names that are zen3. It is a mess certainly.

  • Affected CPUs: AVX-512 capable CPUs. Intel Xeon, Zen 4 AMD Ryzen and EPYC and up.Affected function: UYVY to YUV422 format conversion (pixel-level color encoding).Speedup: 18/10.98 = 1.64x (Since all AVX512 cpus should support and previously have used avx2(56)).

    Apparently as part of an ongoing series of rewrites, they made a color encoding conversion function run 64% faster on server CPUs and somewhat recent AMD CPUs

  • glass half full half empty has no good answer. This one does.Heaters are 100% inefficient machines (tho 100% efficient at their job) and pure virus is 100% unsanitary (tho 100% pure)

  • Is a space heater 100% efficient or 100% inefficient?

  • Everything else about it is great. It seems a lot more reliable and light weight compared to yt, and the easy way to make videos offline-available is nice too.If I could just add my dedicated mix-algorithm-gaming account and use that to get access to mixes (which google locked behind a login requirement some years ago) this would be perfect.

  • Sadly the automatic songpicker does not work for my usecase.The only thing I have seen work correctly without dumping me into a non-music video after 3 steps are mixes, which this app does not appear to use.So it's still revanced for me.

  • They are using the LLVM to optimize the code before it is run by the computer. They say no code runs faster than the one optimized by llvm. Sometimes it doesn't work after llvm, llvm breaks it.LLVM reinterprets your entire code and sometimes it interprets wrongly and breaks your undefined behavior smart tricks.Especially O3 they say does this a lot.Now that openAI has released O4, hope is that will improve.

  • Contributors rights are being violated then. This would only be legal if ownership over contributions was transferred via a CLA (Contributor License Agreement).

    It doesn'l look like they have one even now (look at audacity for example which do have one), so I assume they had no CLA prior to this and every contributors rights are being violated by including their code in a closed license project.

    There could naturally also be deals made with contributors to sign over those rights, there have been projects in the past that got enough developers to sign their contributions over and rewrote the rest. Doubt this makes sense for a medium-scale project like this tho.