techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.7K
active users

#Xournalpp

0 posts0 participants0 posts today

Fascinating.

tmp $ wc -c < somefile.xopp 
735772
tmp $ file somefile.xopp 
somefile.xopp: gzip compressed data, from Unix, original size modulo 2^32 2086031
tmp $ gunzip < somefile.xopp |file -
/dev/stdin: XML 1.0 document, ASCII text, with very long lines (12483)
tmp $ gunzip < somefile.xopp |wc
    937  204466 2086031
tmp $ gunzip < somefile.xopp |bzip2 -9 |wc -c
619543
tmp $ gunzip < somefile.xopp |bzip3 |wc -c
575115
tmp $ gunzip < somefile.xopp |xz -9e |wc -c
519764
tmp $ gunzip < somefile.xopp |grep -m1 "^.stroke" |cut -c 1-160
<stroke tool="pen" color="#3333ccff" width="2.26 0.72691752 0.73026261 0.73809079 0.74588449 0.74364294 0.72915908 0.71467521 0.71133013 0.70908858 0.7057435 0.
tmp $ gunzip < somefile.xopp |grep -oE "\<[0-9]+\.[0-9]+\>" |wc -l
201692
tmp $ echo "735772/201692" |bc -l
3.64799793744917993772
tmp $ echo "519764/201692" |bc -l
2.57701842413184459472
tmp $ echo "2086031/201692" |bc -l
10.34265612914741288697
tmp $ 

#Compression #XML #Xournal #Xournalpp #Xournal++

Replied in thread

@onkelmarkus Mathe nach Klassenstufe, Sport nach Thema; alles in Ordnern. KAs benenne ich in Unterordner mit Jahr. Manchmal gibt es in Mathe Überschneidungen z.B. bei Wiederholungen; oftmals arbeite ich dann mit Datei-Verknüpfungen. Liegt alles auf der Nextcloud bei Hetzner. Privat, Schulaccount bekommt nur den Schulordnern geteilt; Manches synce ich auch mit Syncthing. Unterricht in Mathe läuft über #xournalpp in Sport häufig über ppt (was ich noch nichtm it LibreOffice ersetzen kann)

Replied to Jocelyn Etienne

By the way, the slides ⬆️ were prepared with #XournalPP. That's still not quite the right took for an handwritten talk of quality (no convenient overlays, duplication in place, etc) but that's the best I've found – #Inkscape has multipage support but it's also still patchy, and the convenience of handdrawing is less in terms of interface.

Still, if you have a #touchscreen and #stylus, I fondly recommend #Xournal.

xournalpp.github.io/

xournalpp.github.ioXournal++ - Xournal++

Die neue US Regierung zeigt deutlich: auf die USA und seine Firmen ist kein Verlass mehr. Es braucht mehr denn je #digitalesouveranitat . Diese bietet #freesoftware wie

#openSUSE #linux
#libreoffice
#inkscape
das #kde Projekt
#xournalpp

Und viele andere. Ich nutze diese täglich in meiner Arbeit als #lehrkraft. Auch meine eigene Notenverwaltung (in Entwicklung) ist quelloffen:

codeberg.org/Lerothas/Discitat

Aber: diese Projekte leben nicht von Luft. Wenn es euch möglich ist, dann spendet an die Projekte, tragt Code bei oder bringt euch anders ein: Unterstützung bei der Fehlersuche, Tipps und Hilfen, Dokumentation,...

According to a recent OMGUbuntu post, Pine64’s Linux-Powered E-Ink Tablet is Making a Return and it has Xournal++ preinstalled. Source: omgubuntu.co.uk/2024/10/pineno

I recall that in early 2023 several patches were made to Xournal++ to make it work smoothly on that tablet.

OMG! Ubuntu · Linux-Powered E-Ink Tablet by Pine64 Makes a ReturnPine64 has confirmed that its open-source e-ink tablet is returning. The PineNote was announced in 2021, building on the success of its non-SBC devices
Replied in thread

@ebassi

I guess we also had our first AI-generated PR in #xournalpp. It implements two functions that are nowhere used and gives AI-like motivation: "Both functions utilize standard color space conversion formulas to accurately transform RGB colors to the desired color space. These functions contribute to enhancing the versatility of Xournal++ by enabling users to work with colors in different formats, facilitating a wider range of color manipulation and understanding within the application."