Profile for adele

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

About adele

Fields

Static hosting
https://pages.casa/
Gemini hosting
https://pollux.casa/
Email/XMPP hosting
https://message.casa/

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 #GotToSocial 🦥
fr / en
:straightally:

Stats

Joined
Posts
930
Followed by
1137
Following
299

Recent posts

include boosts

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

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

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.

Block non-human crawlers with lighttpd

2025-04-20 19:05

Recently, I've put a copy of some ZIM files online with kiwix-server. I posted the url of this site on the Fediverse and, a few days later, the little server was a bit overloaded. The logs showed that the site was being crawled by search engines and AI training bots. There was no reason to let them. A robots.txt file calmed some, but not others.

Analysing user agents and IP addresses is not the answer, because, everything is done to make it complicated (randomisation, many datacenter origins). I thought about Cloudflare protection, Google captcha or the open source solution Anubis. All of them require javascript to be enabled on the human browsers.

After several tests, I have found a simple method to stop these crawlers.

The principle

When a connection arrives on the web server, it checks to see if the request comes with a cookie. If it does not, the web server redirects the browser to an HTML form that asks the user to tick a checkbox and submit. If the user submits the form correctly, he or she receives a cookie and is redirected to the previously requested page. The new request is made with a cookie. So, the web server does its job and send the expected content.

Detail on my blog

w is the preferred subdomain for smolweb sites

smolweb news

A simple way for a website to indicate that it adheres to the smolweb guidelines is to use the subdomain w instead of www.

This short subdomain is very much in the spirit of smolweb.

This is not a requirement, just a suggestion.

w.example.org is visually different from www.example.org or example.org.

#smolweb #smallweb

New smolweb symbol could be <w> in monospaced font

The angle brackets < and > recall HTML tags, giving a nod to the DIY, hand-coded nature of many smolweb sites. It signals that the web can be understandable and writeable by humans, not just something consumed through complex platforms. It carries the scent of rawness and control, not abstraction and obfuscation.

A single, lowercase w stands in for "web" in a modest, almost shy way. It’s not the grand "www" of the mainstream web, but a small w, lowercase and self-aware. It hints at an alternative web, not the bloated, surveillance-driven one, but a quieter, slower, more intimate one.

<w> is compact, echoing the idea that less is more. That brevity is not a compromise but a strength. It suggests that meaning and value can come in small, lightweight package, just like a well-crafted static HTML page.

The whole symbol feels like something you might type into a terminal or a text editor. It invites tinkering. It feels like the smolweb: accessible, understandable, and remixable.

So yeah, <w> quietly says a lot: it’s webby, small, and stripped-down, no frills, all signal. Perfect shorthand for the smolweb !

https://smolweb.org/

If you run a single user #GoToSocial instance, maybe you would like to get more toots about a specific subject in your timeline.
#FediBuzz relay could help you. You can subscribe to a specific hashtag fake-account and then receive toots it re-toots.

more info here https://relay.fedi.buzz/

For example, you can follow @tag-gotosocial

I'm looking for a new symbol for the #smolweb
On smolweb.org, I use a small w between brackets : (w)
But I find it ugly, it seems to be a failed batman logo ^^

I think about ~w~, because tilde is part of smolweb community, and it is used for user directory on UNIX systems and web server. But it is not very fun. There are other possibilities: sw~, ~w, w~...

What would you use to symbolize smolweb?

I've switched to @librewolf browser. Mozilla's latest announcements have made up my mind.

#Librewolf is really the good compromise: #Security #Privacy modern #Features

If you use Firefox, you should give it a try. You can use Firefox extensions and, even, Firefox Sync if you want to sync with Firefox for few days (you need to enable this option in settings)

https://librewolf.net/

I need your point of view about a login method.

On pages.casa, I want to add the possibility to edit/create blog post directly in the browser (simpler than FTP/SFTP file transfer).

To avoid users to manage a password which could differ from their FTP/SFTP account, I'd like to propose to log in with a link sent by email:

  • User opens the login page
  • Enter her/his email associated to the account.
  • System sends a one shot login link available 20 minutes
  • User open the link with her/his browser and confirm to use it to connect.
  • Access to back-office is done

#php #security #dev