Profile for adele

Display name
Adële 🐁!
Username
@adele@social.pollux.casa
Role
admin

About adele

Bio

aka 아델
#French 🇫🇷​ #PHP / #JavaScript and #Java developer
#Korean 🇰🇷 ancestry (but I don’t speak the language)
Into #SmolWeb, #GeminiProtocol, #Smolnet, #LowTech
#ArchLinux / #Debian user
#Markdown 🇲⬇️ enthusiast
Instance running #GoToSocial 🦥
en / fr
:straightally:

Stats

Joined
Posts
1086
Followed by
1309
Following
320

Recent public posts

exclude boosts
Adële 🐁! , @adele
(open profile)
Boost of @gjherbiet@mamot.fr
Guillaume-Jean Herbiet , @gjherbiet@mamot.fr
(open profile)

@adele ˋgjˋ and ˋgkˋ allow you to move the cursor to the character in the next or previous display lines, even when lines wrap (see ˋ:help gjˋ and :help gkˋ).

It is not recommended to map that to ˋjˋ and ˋkˋ as it changes the way distances are computed in cursor movements, but you can bind this to the up/down arrows:

ˋˋˋ
nnoremap <Up> gk
nnoremap <Down> gj
xnoremap <Up> gk
xnoremap <Down> gj
inoremap <Up> <C-O>gk
inoremap <Down> <C-O>gj
ˋˋ
for normal, visual and insert modes.

Do you know a good CLI text editor for text writing (blog post in markdown) on Linux terminal

I like vim but I hate the cursor move when you have long lines (paragraph) on several screen lines.
I expect that going up with the cursor up key, I go up one screen line, but vim go up a full paragraph. It's not easy to move in your text.

What do you use ? I need something easy to use (no time to learn many keys combinations)

#cli #vim #texteditor #markdown

edit: got a solution with vim (gj/gk mapped to cursor arrows), see in replies below

Adële 🐁! , @adele
(open profile)
Boost of @PWS_1@mastodon.social

How to backup a live gotosocial database

rm /gotosocial/backup.db

sqlite3 /gotosocial/sqlite.db "VACUUM INTO '/gotosocial/backup.db'" 

#gotosocial #gts

I'm surprised to not find any crowdfunding project to manage a new community driven top level domain (TLD).
All TLDs seen to be owned by countries or U.S. org/firms.

I have not found an open and independent TLD. I miss something?

My old 7" tablet can also run #Tusky !!!

I think that my attempt to use it ONLY for reading is actually failing 😬

I would like to acquire an eBook reader. I see that the #Kobo readers can connect to nextcloud with app #KoboCloud.

Do you use this solution ?

Any advice for Linux users to purchase the right reader: compatibility with Linux, or Nextcloud or ownCloud (no Dropbox neither GDrive for me), able to read non-drm epub and PDF.

Thanks for you help (RT if you think your followers could help)

https://github.com/fsantini/KoboCloud

Adële 🐁! , @adele
(open profile)
Boost of @splitbrain@fedi.splitbrain.org
Adële 🐁! , @adele
(open profile)
Boost of @zorg@pouet.chapril.org
Zorg 🍉 , @zorg@pouet.chapril.org
(open profile)

Pour me changer les idées d'#osm, je me suis créé un site qui se veut #smolweb avec gohugo.io afin d'y basculer toutes mes #recettes de #cuisine.

Avec un site léger, les temps de chargement sont incroyablement brefs. J'aime bien #nextcloud et #cookbook, mais d'abord on ne peut pas rendre publique les recettes, et ensuite ce sont vraiment des pages obèses.

Il me reste quelques centaines de recettes à basculer 🥴 mais c'est en route 😋
alterzorg.fr/recettes/

#hugo #lowtech

Adële 🐁! , @adele
(open profile)
Boost of @daj@gofer.social
David - Forking Mad , @daj@gofer.social
(open profile)

Here are Ten Pointless Facts About Me

https://forkingmad.blog/ten-pointless-facts-about-me/

I love doing these blogging challenges. A little bit of fun, and you get to know the personality behind the account a tiny bit more. 😊

Go on, get blogging with your own. You know you want to.

#blogging #blog #bloggingchallenge #Pointless10

Adële 🐁! , @adele
(open profile)
Boost of @gotosocial@superseriousbusiness.org
GoToSocial , @gotosocial@superseriousbusiness.org
(open profile)

What's that coming over the hill, is it a monster? Is it a monster?

Yes actually, it's version 0.19.0 of #GoToSocial, aka Seditious Sloth 😈! It's busted out of the release candidacy process and it's ready to kick some ass.

You can get the release from here:

https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.19.0

Or use either the latest or 0.19.0 Docker tag.

The update contains several database migrations, so please read the migration notes carefully for instructions on how to upgrade to this version!

Release highlights

  • OAuth token scope enforcement: Token scopes (read, write etc) now actually do stuff! So we removed the big "scopes don't do stuff!" warning in the docs. The enforced scopes match the Mastodon API token scopes, so there shouldn't be any surprises for bot owners / app developers.
    See https://docs.gotosocial.org/en/latest/api/swagger/ for more info.
  • Token review / invalidation: You can now review and invalidate tokens issued for your account in the settings panel, to help keep your account secure.
    Docs: https://docs.gotosocial.org/en/latest/user_guide/settings/#access-tokens
  • Create and manage applications in the settings panel: Handy for people who want to run bots and applications with GoToSocial!
    Docs: https://docs.gotosocial.org/en/latest/user_guide/settings/#applications
  • Gallery-style profile layout option: You can now choose to lay out the web view of your profile in a 'gram style gallery. Good for people who mostly post media and want to put that at the forefront.
    Docs: https://docs.gotosocial.org/en/latest/user_guide/settings/#select-layout
  • Support for two-factor authentication (aka 2FA): If your instance isn't configured to use an OIDC provider, you can now secure your account with 2FA via a QR code and an authenticator app. When logging in with 2FA enabled, you will have to provide a time-based one-time password. Security!
    Docs: https://docs.gotosocial.org/en/latest/user_guide/settings/#two-factor-authentication
  • Lots of web view tweaks including nicer media rendering on chrome, proper blurhash support, much better support for keyboard-based page navigation, wider font support for different scripts, tidier status info bar, and more.
  • OAuth bugfixes should allow more flexibility and compatibility when logging in with or authorizing third-party applications.
  • bandwagon.fm compatibility fixes: you can now follow Bandwagon.fm artists from your GoToSocial account and receive posts / announcements from them.
  • Edit domain permissions: you can now edit the obfuscate and public and private comment fields in domain permissions (blocks/allows) instead of having to remove and recreate the permission to update the comments.

You don't know what #religion I am?

That's normal, I keep that to myself. Maybe it's because I'm French and in my country secularism is a dogma. For me, religion is part of intimacy and privacy.