social.dk-libre.fr is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
J'aimerais dire que j'ai un quelconque mérite dans le process, mais je peut juste dire que j'ai des collègues formidables !!
#iso27001
Funktionen des Nextcloud-Editors nutzen
Der Nextcloud-Text-Editor beherrscht eine Reihe von Zusatzfunktionen, die oft übersehen werden. Sie können sich aber als recht nützlich im Alltag erweisen. Infoboxen, Inhaltsverzeichnis-Anzeige, einklappbare Absätze und mehr wird geboten.
Falls jemand einen #Softwareentwickler braucht: Ich bin gerade auf der Suche nach einer neuen Stelle.
(Programmier-) sprachen: #TS, #JS, #Java, #Python sowie ein bisschen C++, PHP, CMD, C#, ...
und einiges an Erfahrung mir Shell/Bash/Batch Scrippting, (#GitHub-) Actions u.a., #Yaml, #Markdown, #RST, #JSON, ...
DB: NQL, SQL u.a. (meiste Erfahrung mit einer Eigenentwicklung der flexis und #PostgrSQL)
Bisherige Softwarebranche(n): #Webdevelopment, #Planungssoftware, #3D Darstellung, #Tools & #Scripting (#Arduino) u.a.
Ich hab vor allem Interesse(n) in den Bereichen: #Webentwicklung, IT-Security und allgemein der sinnvollen nachhaltigen #Softwareentwicklung (gerne auch im Bereich der Green IT) und sehr gerne mit #Linux.
Voraussichtlich werde ich demnächst fertig mit meiner #Ausbildung zum #Fachinformatiker für #Anwendungsentwicklung und wäre danach frei in der Entscheidung eine neue Stelle als Softwareentwickler / Software Engineer / Webentwickler oder ähnliches zu beginnen.
Also falls irgendeine Firma sucht, dann gerne mich erstmal hier kontaktieren und ich gebe euch dann meine Kontaktdaten.
---
Kontaktiert mich bitte nicht, wenn ihr nur einen Entwickler oder Betreuer für Apple / Mac Geräte braucht. Dafür bin ich nicht qualifiziert.
#Jobsuche #Stellensuche #Mittelsachsen #Chemnitz #Leipzig #Döbeln #Mittweida #Remote
#Lazyweb When I want to spin up my own #Fediverse instance that supports #Markdown when composing a post and that can handle my significant amount of followers with a seamless migration from my current #Mastodon instance, which #ActivityPub Implementation would you use? Ideally it should be a simple rootless container setup that JustWorks™ with podman. Perfection would be a single, self-contained container without the need to spin up several ones for databases or other stuff.
Wouldn’t it be nice to add #Markdown support next year in April, dear @MastodonEngineering ? At the 10th anniversary of this issue [1]? That would be grand!
Just **testing** if [Mastodon 4.6](https://joinmastodon.org) has added a tiny bit of #Markdown support when composing a post. `Nope.` Well. Maybe next year :)
Bonne nouvelle ! J'ai réactivé #HedgeDoc sur mon infrastructure.
Tu peux dès maintenant utiliser cet éditeur #Markdown collaboratif sans même avoir besoin de créer un compte : https://hedgedoc.blablalinux.be/.
Et si tu as envie de découvrir mes autres outils, tout est listé sur ma page de services publics : https://blablalinux.be/mes-services-publics/.
I needed a #Markdown editor to work on the user docs for @meshy and discovered #Apostrophe. Damn, it's such a good-looking app that it's even distracting me from the docs! 😄
New #blog on #BurgeonLab ✍️
➡️ https://burgeonlab.com/blog/pre-hugo-build-draft-status-checker/
I share my fix on preventing accidentally publishing draft posts on Hugo with a Bash script pre-build check.
This is post 50 of #100DaysToOffload
📈 https://burgeonlab.com/tags/100daystooffload/
#blogging #blogs #guides #newpost #blogpost #smolweb #techblog #techguides #python #scripts #markdown #drafts #blogger #blog #hugo #gohugo #staticsitegenerator #webdev #ssg @gohugoio
Marknote 1.6 mit Unterstützung für Unterordner veröffentlicht
https://linuxnews.de/marknote-1-6-mit-unterstuetzung-fuer-unterordner-veroeffentlicht/ #marknote #kde #markdown #linux #linuxnews
Der Markdown-Editor MarkText ist zurück
https://linuxnews.de/der-markdown-editor-marktext-ist-zurueck/ #marktext #markdown #linux #linuxnews
I built sn — a notes app that lives entirely in the terminal.
What it does:
• Browse notes in a split-panel interface
• Preview Markdown with formatting
Built with Rust and Ratatui.
Open source. Simple. Fast. No GUI required.
#BurgeonLab #WeekNotes 028 is a bit late (again)
2026: Week 21/52 (May 18 – May 24)
➡️ https://burgeonlab.com/weeknotes/2026/w21/
In this weeknote I talk a bit about #pokemonCards #wordpress #wp #cms #ssg #markdown #activitypub
This is post 47 of #100DaysToOffload
📈 https://burgeonlab.com/tags/100daystooffload/
#blogging #blogs #smallweb #indieweb #weeknote #personalBlog #weeklynote #linkdump #blog
Neil: There's a wealth of amazing Free software out there! I use loads of it.
Them: What do you use to write documents?
Me: I use vim. I write in Markdown, then convert it. (typst + pandoc)
Them: What about presentations?
Me: I use vim. I write in Markdown, then convert it. (revealjs)
Them: Your website? Blog?
Me: I use vim. I write in Markdown, then convert it. (mkdocs / bssg)
Them: So what about keeping notes?
Me: Oddly enough, I use vim. I write in Markdown... (vimwiki)
RE: https://phpc.social/@dokuwiki/116563298053964041
Énorme changement à venir pour Dokuwiki : le support du markdown !
Le meilleur wiki va devenir encore meilleur ! ❤️
JP Mens boostedProbably the biggest change to DokuWiki in two decades is coming: native Markdown support.
🥳 New Kitten¹ release!
Implemented workaround:
There is a bug in the CommonMark spec that results in preformatted code with empty lines nested in an HTML node not rendering correctly.²
In Kitten, this previously threw an error (see #294³ and also #318⁴).
Kitten now works around the issue in its own parser.
Full change log: https://codeberg.org/kitten/app/src/branch/main/CHANGELOG.md
Enjoy!
💕
¹ https://kitten.small-web.org
² https://github.com/commonmark/commonmark-spec/issues/807
³ https://codeberg.org/kitten/app/issues/294
⁴ https://codeberg.org/kitten/app/issues/318
#Kitten #KittenRelease #SmallWeb #SmallTech #CommonMark #spec #bug #workaround #Markdown #web #dev #NodeJS
Découverte : un éditeur #markdown #opensource très cool : #localfirst ; belle interface, synchro Git (en bêta pour l'instant).
C'est presque un sans-faute : https://github.com/SidhuK/Glyph
Construit avec Rust et Tauri, on peut espérer une portabilité multi-OS dans le futur (que mac pour l'instant). Il ne me manque plus que le pendant #android et je signe direct.
D'ailleurs, vous connaissez des applis markdown android open-source sympa avec synchro Git ?
Je ne me fais vraiment pas à #Obsidian.
Auf den Spuren des Groschenromans: novelWriter
Das Schreiben eines Romans ist harte Arbeit. Charaktere müssen entwickelt, Orte beschrieben, Ereignisse gestaltet werden. Ein systematisches Tool für Autoren mit fast unerschöpflichen Möglichkeiten ist novelWriter.
#Textverarbeitung #Autoren #Markdown #Editor #Buch #Roman #Linux
https://gnulinux.ch/auf-den-spuren-des-groschenromans-novelwriter
Durch meinen novelWriter-Artikel haben sich einige gemeldet, die - wie ich auch - gerne das Win/Mac/iOS-Programm "Scrivener" nutzen.
Über Lutris/Wine lässt sich Scrivener ganz gut unter Linux betreiben. Auch die aktuelle Win-Version 3.1, die lt. Foren-Beiträgen stabil läuft.
Habe es mal kurz bei meinem Linux-Mint probiert - scheint gut zu funktionieren.
Ca me permettra peut-être d'alimenter plus régulièrement mon blog, ce petit outil qui reprend un thread mastodon pour en faire des fichiers markdown. https://codeberg.org/blinry/threadcat #markdown #mastodon #générateur #opensource #rustlang #commandline
LibreOffice now in conflict with Collabora, while OnlyOffice, which seems to be more Russian than Latvian, in legal conflict with Nextcloud and the new EuroOffice? Bad news for the entire FOSS world. Well, I guess I will just stick to CryptPad and Markdown.
#FOSS #LibreOffice #Collabora #onlyoffice #nextcloud #EuroOffice #Cryptpad #markdown
"Mir schwirrt der Kopf!" würde Donald Duck resp. Dr. Erika Fuchs texten. All diese Server-Adressen und Shortcuts ...
Die "aktiven Ecken" in Linux Mint sind da eine feine Sache. Eine ist jetzt dafür vorgesehen, kurz eine Info-Markdown-Datei einzublenden:
Habe auf @gnulinux einen Artikel zur neuen kleinen Anwendung "Mini Diarium" geschrieben.
Die Journal-App läuft unter Linux, Windows und MacOS, funktioniert mit Markdown, hat eine AES-Verschlüsselung, Entwickler aus Österreich:
https://gnulinux.ch/mini-diarium-verschluesselte-journal-anwendung
Now supporting federated replies and likes from #Markdown files too #Madblog
https://blog.fabiomanganiello.com/article/Federated-replies-and-reactions-in-Madblog