Presearch is a decentralized search engine, powered by the community. Source: Presearch
Month: October 2022
Software, Software Libero
Uniform eXchange Format (uxf)
Uniform eXchange Format (uxf) is a plain text human readable optionally typed storage format that supports custom types. It may serve as a convenient alternative to csv, ini, json, sqlite, toml, xml, or yaml. https://github.com/mark-summerfield/uxf Looks smart and interesting! Expecially this part: Implmenting a UXF pretty printer whould be doable by a CS major as…
Mood
L’Italia dà i numeri. Tutti negativi 😢😭
L’Italia dà i numeri. Tutti negativi – «iFamNews» 😢😭
GNU/Linux, Mood
Console – Apps for GNOME
Console – Apps for GNOME Terminal Emulator – A simple user-friendly terminal emulator for the GNOME desktop. For Heaven’s sake why they have called its binary kgx instead of a self-explanatory gnome-console?
Games, Role Play Games
Preorder Dragondale – Genitori di Ruolo
Preorder Dragondale – Genitori di Ruolo Sono tentatissimo di prenderlo…
Eiffel, Kotlin, Liberty Eiffel
Eiffeldoc: ANY
twin: ANY– Return a new object with the dynamic type of Current. copy (other: ANY) — Update current object using fields of object attached to other, so as to yield equal objects. Too bad that those Eiffel features, (function members) available in each and every object and variable are not available in Kotlin.
Senza categoria
Bummer
That’s a test for mastodon
Ethics, Privacy
“WhatsApp è uno strumento di sorveglianza”: il duro attacco del fondatore di Telegram
“Utilizza l’app di messaggistica che più ti piace ma stai alla larga da WhatsApp, ormai da 13 anni rappresenta uno strumento di sorveglianza”. “WhatsApp è uno strumento di sorveglianza”: il duro attacco del fondatore di Telegram | DDay.it Anche Telegram ha le sue criticità, ma assai minori. Certo sarebbe meglio passare a Signal, Session o…
Fun, Mood
If you can read this you are nerd too
This will delete everything in your .cache that was last accessed more than a year ago
find ~/.cache/ -type f -atime +365 -delete
Source: home directory – Is it okay to delete the ~/.cache folder? – Ask Ubuntu
