Just added my first filter on the #fediverse and it is the same as what I did on #bluesky that made my life a whole lot better. The filter is the names of the authoritarian leader and his buddy the tech oligarch. You can easily guess who they are and I'm keeping #Mastadon as a bit of my escape for the time I need to occasionally jump on the other #socialmedia platforms.
A well-known spot nearby. I photographed this tree already many times, but never like this. The sun was warm and the atmosphere was extremely cold. At least, so I heard during the weather forecast. For me it just was a fantastic afternoon to take this beauty of a picture.

Sony RX100, Iso 80, S1/60, F5.6

#Drenthograaf
#Drenthe
#mood
#clouds
#cloud
#glow
#sky
#bluesky
#colorsky
#Sunny
#nature
#natur
#tree
#new
#photography
#photooftheday
#photographer
#travelphotography
#naturephotography
#landscapephotography
#landschaftfotografie
#drenthelandschap
#FotoVorschlag
#Silentsunday
#blue
#yellow
#white
#green
#sony
#rx100m3
#Tourism
#Echten
#RTVDrenthe
#Noorderland
#Natuurfotografie
#Pixelfed
#Mastadon
Title: P4: pinyin search, Mastadon sedning [2024-01-06 Sat]
I am not going to publish script for security considerations.
But I will think about it.
😶 #mastadon #emacs #chinese #pinyin #elisp #lisp
Title: P3: pinyin search, Mastadon sedning [2024-01-06 Sat]
1) You need to register a client in web site with permissions: write, push, delete.
2) All you need is 'Your access token' ◕‿◕
3) curl -H 'Authorization: Bearer Saccess_token' ...
to https://emacs.ch/api/v1/media to upload pictures
to https://emacs.ch/api/v1/statuses to push status
to https://emacs.ch/api/v1/statuses/Smessage_id to delete status #mastadon #emacs #chinese #pinyin #elisp #lisp

Title: P2: pinyin search, Mastadon sedning [2024-01-06 Sat]
I am very fashinated by Chinese 气功 Qigong. ☯
The basic is very simple: make movies to liven the body and mind's aspects. ☥

I updated my bash scripts with cURL 🦾 to quickly send
'status' reports to Mastadon 💅:
I used this Python wrapper scripts as guidlines:
- https://github.com/halcy/Mastodon.py/blob/master/mastodon/authentication.py
- Mastodon.py/mastodon/internals.py #mastadon #emacs #chinese #pinyin #elisp #lisp

Mastodon.py/mastodon/authentication.py at master · halcy/Mastodon.py

Python wrapper for the Mastodon ( https://github.com/mastodon/mastodon/ ) API. - halcy/Mastodon.py

GitHub
Title: P2: P1: pinyin search, Mastadon sedning [2024-01-06 Sat]
(funcall f x)
)) l))
Add one list to another or Concatenate two lists:
(seq-concatenate 'list c1 c2)
or
(defun add_one_to_another(c1 c2)
(apply 'append (list c1 c2))) #mastadon #emacs #chinese #pinyin #elisp #lisp
Title: P1: P1: pinyin search, Mastadon sedning [2024-01-06 Sat]
: (defun anynil (l) (cl-some #'null l))
Apply map to every leaf of a tree like list
(defun maptree (f l)
(mapcar (lambda (x) (if (listp x)
(maptree f x) #mastadon #emacs #chinese #pinyin #elisp #lisp
Title: P2: P0: pinyin search, Mastadon sedning [2024-01-06 Sat]
all or every
: (defun all (l) (cl-every #'identity l))
all or every nil
: (defun allnil (l) (cl-every #'null l))
any t
: (defun any (l) (cl-some #'identity l))
any nil #mastadon #emacs #chinese #pinyin #elisp #lisp

Title: P1: P0: pinyin search, Mastadon sedning [2024-01-06 Sat]
I am working on major update to my Emacs package for quick pinyin search.
I am going to add search of Chinese hieroglyphs by pinyin. ☯

During my work I collected often used functions: ❤️🧡💛💚💙💜
flatten list by one level
: (apply 'append v) #mastadon #emacs #chinese #pinyin #elisp #lisp

Title: P4: pinyin search, Mastadon sedning [2024-01-06 Sat]
I am not going to publish script for security considerations.
But I will think about it.
😶 #mastadon #emacs #chinese #pinyin #elisp #lisp