Kategorien
News

COVID-19 Pandemie Artikel und Berichte

Hier ein Sammlung einiger interessanter Artikel zu der aktuellen COVID-19 Pandemie.

Für die nächste Zeit wird dieser Eintrag immer wieder aktualisiert und bleibt „sticky“ auf der Homepage.


Zahlen zu der Übersterblichkeit:

https://www.destatis.de/DE/Themen/Gesellschaft-Umwelt/Bevoelkerung/Sterbefaelle-Lebenserwartung/sterbefallzahlen.html

destatis

https://www.spiegel.de/wissenschaft/medizin/corona-todesfaelle-kaum-anzeichen-fuer-uebersterblichkeit-in-deutschland-a-432fd46d-6022-4ef9-b07f-7a89a21504d3

Spiegel Online

Über das Sterberisiko:

https://www.heise.de/tp/features/1-von-500-000-Fuehrende-Epidemiologen-berechneten-das-Sterberisiko-durch-COVID-19-4709923.html

Telepolis

Über die Verhältnismässigkeit:

https://www.heise.de/tp/features/Von-der-fehlenden-wissenschaftlichen-Begruendung-der-Corona-Massnahmen-4709563.html

Telepolis

Bringen die ganzen Massnahmen überhaupt etwas:

https://www.heise.de/tp/features/Die-drastischen-Corona-Verbote-bringen-kaum-etwas-4707056.html

Telepolis
Kategorien
Blog News

BlaBlaCar extends its service

BlaBlaCar extends its service and is now offering bus rides and daily commuting options.

BlaBlaCar extends its service

https://techcrunch.com/2020/02/06/blablacars-revenue-grew-by-71-in-2019/

Kategorien
Blog Software

Help protein folding for e.g. COVID-19 with your idle computers

There is a project simulating protein folding called folding at home.

Protein folding
DNA

Simulating the folding process of proteins requires a huge calculation power, that is normally offered only by super computers.Protein folding is used to fight deseases like HIV, Alzheimer, cancer and also the quite new COVID-19

The folding at home project is using the idle time of your personal computer making calculations for the possible foldings of a protein.

There are clients available for Windows und Linux. The installation is quite simple.

Unfortunately there are no packages available for Raspberry PIs as the computing power is too low.

This approach here uses the idle time of your (small) desktop or laptop computer at home and contributing to different projects while calculating so called „work units“. The client requests a work unit from a server and then makes the dedicated calculations in a maximum defined time, typically a few days. At the end the result of this work unit is sent back to the server.

You can „earn“ some points and also define a team, if you like.

I had some problem getting a work unit from the server on my Linux system. The following script helped as it pulls the server every 30 seconds for a new work unit. I found a quite good solution in the foldingathome forum.

#!/bin/bash
cd /var/lib/fahclient

while true
do
egrep -i "Download|No WUs available" log.txt|tail -1|egrep "No WUs available"
results=$?
#echo "$(date)    results = $results"
if [ $results = 0 ]
then
INDEX=$(egrep -i "Download|No WUs available" log.txt|tail -1|egrep "No WUs available"|cut -d F -f2 |cut -b 3)

echo "PAUSED *******  $(date) INDEX = $INDEX"
echo -e "pause $INDEX\nquit" | nc localhost 36330 &> /dev/null
sleep 10
echo -e "unpause $INDEX\nquit" | nc localhost 36330 &> /dev/null
fi
sleep 30
done

If you have multiple clients running you have to allow the access to each client for the remote access. How to do the configuration is explained here. For stopping and starting the server under Linux use these commands:

sudo /etc/init.d/FAHClient stop
sudo /etc/init.d/FAHClient start
Kategorien
Blog News

Smart mirror can be customized to your needs

You wanna have a smart mirror? Just spend a few and it will be yours.

So the smart devices will also enter the bathroom.

Smart mirror
Smart devices

https://www.engadget.com/2020/01/06/poseidon-careos-smart-mirror/

Kategorien
Blog News

Mehr Überwachungskameras in USA als in China

In den USA gibt es relativ zur Bevölkerung mehr Überwachungskameras als in China.

Und wie bei vielen anderen Aktivitäten (Aussperren von Huawei) geht es mehr darum, wer – China oder USA – die technologische Führerschaft und damit die Macht hat.

Überwachungskameras in USA

https://www.heise.de/tp/features/In-den-USA-gibt-es-relativ-zur-Bevoelkerung-mehr-Ueberwachungskameras-als-in-China-4608222.html

Heise.de