social.kyiv.dcomm.net.ua is one of the many independent Mastodon servers you can use to participate in the fediverse.
Київський інстанс є частиною https://dcomm.net.ua. Українські локальні інстанси Mastodon були розгорнуті в 9 українських містах у серпні-вересні 2022 року

Administered by:

Server stats:

110
active users

#markdown

17 posts15 participants3 posts today

Abbiamo sistemato i bug di hedgedoc: a mio parere il miglior modo per scrivere testi online con #Markdown e condividerli! 🎉🚀

Un grazie a chi ci ha segnalato i bug e a @magostinelli per il lavoro: ora tutto funziona alla perfezione! 🌟

👉 hedgedoc.devol.it

Per provarlo:
Niente inviti, ma la registrazione è un po’ "avventurosa":
1️⃣ Clicca su "Entra" (sembra un login, ma non è!)
2️⃣ Inserisci email + password
3️⃣ Clicca "Registrati" (sì, è contorto… ma ne vale la pena!)

@opensource

HedgeDoc logo
hedgedoc.devol.itHedgeDoc - Ideas grow better togetherIdeas grow better together

I just published the source code for my very naive #Python implementation for generating a node network based on MITRE Intrusion Sets and Techniques. It will output linked #Markdown files linking intrusion sets to their used techniques.

Perhaps someone finds it useful or interesting to experiment with.

Source code: github.com/cstromblad/markdown

I hinted at this in a thread started by @Viss where he asked for input on a few very likely malicious domains. Me @Viss @cR0w @neurovagrant and others did some OSINT fun work with a couple of the original domains.

It was this thread: mastodon.social/@Viss/11414512

Now I posted a picture of a node network rendered in Obsidian and I hinted that perhaps Obsidian could be used as a poor mans version of performing threat intelligence work.

Replied in thread

Markdown-Formatierung mit Mastodon
#MatteosMiniWebPage (Thread 5/8)

Wie können User mit ihrer anderen Fediverse Software diese formatierte Seite einer Mastodon Glitch Edition lesen (vgl. aktuelle Mastodon Glitch Versionen FediDB)? Tests mit den wichtigsten Mastodon-Markdown-Formatierungen haben bei mir zu folgenden, erfreulichen Ergebnissen geführt:


k o m p a t i b e l (einschließlich Iceshrimp und Sharkey sowie Phanpy, Enafore und Tusky):

kursiv
*kursiv*

fett
**fett**

beides
***beides***

durchgestrichen
~~durchgestrichen~~


Markdown - als eingebetteter Link
[Markdown](https://de.wikipedia.org/wiki/Markdown) - als eingebetteter Link

Code Block - #!/bin/bash
Code Block - `#!/bin/bash`

Absatz - zusätzlich einfügen:
<br>


Zitat - 1. Ebene

Zitat eingerückt - 2. Ebene

> Zitat - 1. Ebene
>> Zitat eingerückt - 2. Ebene


t e i l w e i s e k o m p a t i b e l (nicht Iceshrimp und Sharkey, aber Phanpy, Enafore und Tusky):

unterstrichen
_unterstrichen_

*Von Sternchen umgeben*
\*Von Sternchen umgeben\*


n i c h t k o m p a t i b e l (auch nicht normales Mastodon, aber Phanpy, Enafore und Tusky):

1. Überschrift

# 1. Überschrift

2. Überschrift

## 2. Überschrift

3. Überschrift

### 3. Überschrift


Weitere Tipps:

In den Mastodon-Glitch "Einstellungen > Erweitert > Standardformat für Toots" muss "Markdown" für eine aktive Nutzung markiert werden!

Diese Markdown-Aktivierung hat jedoch keine Auswirkungen auf den normalen Mastodon-Workflow. Das heisst, normale Postings können auch wie üblich unformatiert schnell rausgehauen werden. Die Markdown-Formatierungen nutze ich vor allem für diese Mini-Web-Page, also für eine bessere Lesbarkeit längerer Texte.

Markdown Cheat Sheet

Markdown Basic Syntax

Markdown Extended Syntax

Markdown Dokumentation