[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fedora-devel-list
Subject:    Re: F42 Change Proposal: Fedora Plasma Workstation (System-Wide)
From:       Aaron Rainbolt <arraybolt3 () gmail ! com>
Date:       2024-04-04 21:58:46
Message-ID: 10d709bd-df04-46d8-8a91-940e45237b50 () ubuntu ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


On 4/4/24 15:36, Przemek Klosowski via devel wrote:
> On 4/3/24 17:49, Kevin Kofler via devel wrote:
>>
>> And is there a statistical evaluation of that data somewhere? Downloading
>> 350 MiB (!) of raw CSV data does not sound to me like a convenient way to
>> work with it.
>
> It's messy, but interesting. Here's the architecture data for the last 
> 3 or so years:
>
> from top to bottom, x86_64 aarch64 ppc64le s390x armhfp i386 arm 
> powerpc64 riscv64
>
> so you can see the decline of armhfp and i386.
>
> I don't know what to make of the relatively large population of 
> ppc64le and s390x; I think maybe IBM is eating their own dogfood and 
> using it in some internal datacenters?
>
> I am pleased to see RISC-V showing up within last year!
>
Very impressive. I tried to make a table of output using a Python script 
and it ended up being so inefficient for reasons I don't understand (a 
bug in my code possibly/likely) that I couldn't get the final report to 
ever come out.
>
> sqlite -csv :memory:
>
> .import totals.csv t
>
> select date(round(julianday(week_end)/30)*30) as Tx, count(os_arch) 
> filter (where os_arch like "x86_64") as x86_64, count(os_arch) filter 
> (where os_arch like "aarch64") as aarch64,   count(os_arch) filter 
> (where os_arch like "ppc64le") as ppc64le, count(os_arch) filter 
> (where os_arch like "s390x") as s390x,   count(os_arch) filter (where 
> os_arch like "armhfp") as armhfp, count(os_arch) filter (where os_arch 
> like "i386") as i386,count(os_arch) filter (where os_arch like "arm") 
> as arm, count(os_arch) filter (where os_arch like "powerpc64") as 
> powerpc64, count(os_arch) filter (where os_arch like "riscv64") as 
> riscv64 from t group by tx
>
>
>
>
> --
> _______________________________________________
> devel mailing list --devel@lists.fedoraproject.org
> To unsubscribe send an email todevel-leave@lists.fedoraproject.org
> Fedora Code of Conduct:https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines:https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it:https://pagure.io/fedora-infrastructure/new_issue
>
--
Aaron Rainbolt
Lubuntu Developer
Matrix: @arraybolt3:ubuntu.com
IRC: arraybolt3 on libera.chat and oftc.net
GitHub:https://github.com/ArrayBolt3

[Attachment #5 (multipart/related)]

[Attachment #7 (text/html)]

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 4/4/24 15:36, Przemek Klosowski via
      devel wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:225e38f7-dae3-3f89-ae16-0cf27b50c948@nist.gov">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <div class="moz-cite-prefix">On 4/3/24 17:49, Kevin Kofler via
        devel wrote:<br>
      </div>
      <blockquote type="cite" cite="mid:uukisl$bfu$1@ciao.gmane.io"><br>
        <pre class="moz-quote-pre" wrap="">And is there a statistical evaluation of \
that data somewhere? Downloading  350 MiB (!) of raw CSV data does not sound to me \
like a convenient way to  work with it.</pre>
      </blockquote>
      <p>It's messy, but interesting. Here's the architecture data for
        the last 3 or so years:</p>
      <p>from top to bottom, x86_64 aarch64 ppc64le s390x armhfp i386
        arm powerpc64 riscv64</p>
      <p>so you can see the decline of armhfp and i386. <br>
      </p>
      <p>I don't know what to make of the relatively large population of
        ppc64le and s390x; I think maybe IBM is eating their own dogfood
        and using it in some internal datacenters?</p>
      <p>I am pleased to see RISC-V showing up within last year! <br>
      </p>
      <p><img src="cid:part1.55oGpWQ4.iQbnESqU@ubuntu.com" alt=""
          class=""></p>
    </blockquote>
    Very impressive. I tried to make a table of output using a Python
    script and it ended up being so inefficient for reasons I don't
    understand (a bug in my code possibly/likely) that I couldn't get
    the final report to ever come out.<br>
    <blockquote type="cite"
      cite="mid:225e38f7-dae3-3f89-ae16-0cf27b50c948@nist.gov"> <br>
      <p>sqlite -csv :memory:  </p>
      <p>.import totals.csv t<br>
      </p>
      <p>select date(round(julianday(week_end)/30)*30) as Tx,
        count(os_arch) filter (where os_arch like "x86_64") as x86_64,
        count(os_arch) filter (where os_arch like "aarch64") as
        aarch64,   count(os_arch) filter (where os_arch like "ppc64le")
        as ppc64le, count(os_arch) filter (where os_arch like "s390x")
        as s390x,   count(os_arch) filter (where os_arch like "armhfp")
        as armhfp, count(os_arch) filter (where os_arch like "i386") as
        i386,count(os_arch) filter (where os_arch like "arm") as arm,  
        count(os_arch) filter (where os_arch like "powerpc64") as
        powerpc64, count(os_arch) filter (where os_arch like "riscv64")
        as riscv64 from t group by tx      </p>
      <p><br>
      </p>
      <p><br>
      </p>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">--
_______________________________________________
devel mailing list -- <a class="moz-txt-link-abbreviated" \
href="mailto:devel@lists.fedoraproject.org">devel@lists.fedoraproject.org</a> To \
unsubscribe send an email to <a class="moz-txt-link-abbreviated" \
href="mailto:devel-leave@lists.fedoraproject.org">devel-leave@lists.fedoraproject.org</a>
 Fedora Code of Conduct: <a class="moz-txt-link-freetext" \
href="https://docs.fedoraproject.org/en-US/project/code-of-conduct/">https://docs.fedoraproject.org/en-US/project/code-of-conduct/</a>
 List Guidelines: <a class="moz-txt-link-freetext" \
href="https://fedoraproject.org/wiki/Mailing_list_guidelines">https://fedoraproject.org/wiki/Mailing_list_guidelines</a>
 List Archives: <a class="moz-txt-link-freetext" \
href="https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org">https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org</a>
 Do not reply to spam, report it: <a class="moz-txt-link-freetext" \
href="https://pagure.io/fedora-infrastructure/new_issue">https://pagure.io/fedora-infrastructure/new_issue</a>


</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">--
Aaron Rainbolt
Lubuntu Developer
Matrix: @arraybolt3:ubuntu.com
IRC: arraybolt3 on libera.chat and oftc.net
GitHub: <a class="moz-txt-link-freetext" \
href="https://github.com/ArrayBolt3">https://github.com/ArrayBolt3</a></pre>  </body>
</html>


["xGGLcsHR9NerqCyA.jpg" (image/jpeg)]
[Attachment #9 (text/plain)]

--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic