Skip to content

Instantly share code, notes, and snippets.

View danboid's full-sized avatar

Dan MacDonald danboid

  • The Unicorn Foundation
  • England
View GitHub Profile
@danboid
danboid / gist:f312e12545baea7ac7c1
Created December 1, 2015 01:25
Evolution vs Thunderbird
Why use Evolution instead of Thunderbird and its Lightning calendar add-on?
I was using Thunderbird as my only mail and calendaring client for almost 18 months until one day it stopped receiving mail. The Thunderbird/Mozilla IRC channel failed to provide a fix for me so I decided to try Evolution instead and thats how I learned Evolution has several advantages over Thunderbird:
You need at least two add-ons for Thunderbird to enable Exchange calendar support. I never had a problem with Lightning not working after an upgrade but every time you update Thunderbird you risk losing calendaring if the add-ons don't work with the new version. Evolution includes an (optional) Exchange Web Services module as standard for those who want to use it with Exchange.
Evolution has better support for IMAP than Thunderbird. This is most notable in that Evolution supports mail folders created under Outlook. Such folders are invisible to the user under Thunderbird. Evolution also highlights high-priority emails unlike
$ cat /var/log/Xorg.0.log
[ 10.463]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 10.463] Build Operating System: Linux Archlinux
[ 10.463] Current Operating System: Linux x96 5.11.13-1-MANJARO-ARM #1 SMP PREEMPT Thu Apr 15 03:57:19 +03 2021 aarch64
[ 10.463] Kernel command line: root=LABEL=ROOT_MNJRO rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 quiet splash plymouth.ignore-serial-consoles
[ 10.464] Build Date: 13 April 2021 09:16:13PM
[ 10.464]
[ 10.464] Current version of pixman: 0.40.0
@danboid
danboid / gist:9dad67e4c672b84517c9b4c52dfee37e
Created May 12, 2021 23:11
glmark2-es2 scores for T95 MAX Plus S905X3 running Manjaro ARM Linux, Linux 5.11.13 + mesa 21.0.3-3
glmark2-es2 scores for T95 MAX Plus S905X3 running Manjaro ARM Linux
Linux 5.11.13 + mesa 21.0.3-3
root@ploos sys]# cat ./devices/platform/soc/ffe40000.gpu/devfreq/ffe40000.gpu/governor
performance
[root@ploos sys]# glmark2-es2
=======================================================
glmark2 2021.02
=======================================================
./package.sh
Fetching ft2-clone!
+ curl -L https://github.com/danboid/ft2-clone/archive/master.zip -o master.zip (nocd)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 122 0 122 0 0 493 0 --:--:-- --:--:-- --:--:-- 493
100 3327k 0 3327k 0 0 1855k 0 --:--:-- 0:00:01 --:--:-- 2496k
+ bsdtar xf master.zip (nocd)
This port does not use a configure script. Skipping configure step.
Building ft2-clone!
Building ft2-clone!
Compiling, please wait patiently...
rm: cannot remove 'release/other/ft2-clone': No such file or directory
In file included from /home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/i686-pc-serenity/include/c++/8.3.0/bits/postypes.h:40,
from /home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/i686-pc-serenity/include/c++/8.3.0/iosfwd:40,
from /home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/i686-pc-serenity/include/c++/8.3.0/ios:38,
from /home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/i686-pc-serenity/include/c++/8.3.0/ostream:38,
from /home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/i686-pc-serenity/include/c++/8.3.0/iostream:39,
from src/rtmidi/RtMidi.h:64,
from src/rtmidi/RtMidi.cpp:40:
/home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/bin/i686-pc-serenity-gcc -std=gnu99 -Wcast-qual -Wbad-function-cast -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wall -Wwrite-strings -Wsign-compare -Wformat-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -rdynamic CMakeFiles/build68k.dir/build68k.c.o CMakeFiles/build68k.dir/writelog.c.o -o build68k -L/home/local/ISDADS/sgs548/src/serenity/Ports/hatari/hatari-2.2.1/src/debug -L/home/local/ISDADS/sgs548/src/serenity/Ports/hatari/hatari-2.2.1/src/falcon -L/home/local/ISDADS/sgs548/src/serenity/Ports/hatari/hatari-2.2.1/src/gui-sdl -L/home/local/ISDADS/sgs548/src/serenity/Ports/hatari/hatari-2.2.1/src/cpu
@danboid
danboid / gist:42719c8d0255a85bf3478a95347cca19
Created December 5, 2019 15:39
Serenity hatari build error
./package.sh
Fetching hatari!
+ curl https://download.tuxfamily.org/hatari/2.2.1/hatari-2.2.1.tar.bz2 -o hatari-2.2.1.tar.bz2 (nocd)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4065k 100 4065k 0 0 5327k 0 --:--:-- --:--:-- --:--:-- 5327k
+ tar xf hatari-2.2.1.tar.bz2 (nocd)
+ patch -p1
patching file CMakeLists.txt
+ patch -p1
CXX GWindow.cpp
LIB libgui.a
make: Leaving directory '/home/local/ISDADS/sgs548/src/serenity/Libraries/LibGUI'
Installing ../Libraries/LibGUI
Building ../Libraries/LibHTML
make: Entering directory '/home/local/ISDADS/sgs548/src/serenity/Libraries/LibHTML'
CLEAN
make: Leaving directory '/home/local/ISDADS/sgs548/src/serenity/Libraries/LibHTML'
make: Entering directory '/home/local/ISDADS/sgs548/src/serenity/Libraries/LibHTML'
GENERATE CSS/DefaultStyleSheetSource.cpp
i686-pc-serenity-gcc -DHAVE_CONFIG_H -I. -I.. -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -g -O2 -MT expand.o -MD -MP -MF $depbase.Tpo -c -o expand.o expand.c &&\
mv -f $depbase.Tpo $depbase.Po
In file included from arith_yylex.c:44:
system.h:65:22: error: static declaration of 'strtod' follows non-static declaration
static inline double strtod(const char *nptr, char **endptr)
^~~~~~
In file included from arith_yylex.c:36:
/home/local/ISDADS/sgs548/src/serenity/Root/usr/include/stdlib.h:25:8: note: previous declaration of 'strtod' was here
double strtod(const char*, char** endptr);
^~~~~~
ISDADS\sgs548@salv13603-ub:~/src/serenity/Ports/dash$ ./package.sh
Fetching dash!
+ curl http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.10.2.tar.gz -o dash-0.5.10.2.tar.gz (nocd)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 219k 100 219k 0 0 116k 0 0:00:01 0:00:01 --:--:-- 116k
+ tar xf dash-0.5.10.2.tar.gz (nocd)
+ patch -p1
patching file src/cd.c
+ patch -p1