[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Design Meeting 20220527
From: |
Michael McMahon |
Subject: |
Design Meeting 20220527 |
Date: |
Fri, 27 May 2022 11:38:55 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Icedove/91.7.0 |
- Statistics
- Statistics have been updated in the lasted commit of the paper.
- JShelter user statistics as of 2022-05-25.
Chrome users: 3162
Firefox users: 578
Total known users: 3740
- Funding
- The FSF is planning on submitting another proposal for the next
round of NLnet funding.
- Paper license
- CC-NC was mandatory in the previous round.
- Not sure if it is mandatory for the next round as the requirements
have not been published yet.
Bash script to generate statistics from the paper:
paperdir=/home/user/builds/fsf/jshelter/paper2022
cd $paperdir
git fetch && git pull
cat $paperdir/fig/users-chrome.data | sort | tail -n 1 | sed 's/,.*$//'
chromeusers=$(cat $paperdir/fig/users-chrome.data | sort | tail -n 1 |
sed 's/^.*,//' | dos2unix)
firefoxusers=$(cat $paperdir/fig/users-firefox.data | sort | tail -n 1 |
sed 's/^.*,//' | dos2unix)
echo -e "Chrome users: $chromeusers\nFirefox users: $firefoxusers\nTotal
known users: $(($chromeusers+$firefoxusers))"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Design Meeting 20220527,
Michael McMahon <=