mau's Avatar

mau

@hoorayforyou.bsky.social

47 Followers  |  54 Following  |  12 Posts  |  Joined: 16.11.2024
Posts Following

Posts by mau (@hoorayforyou.bsky.social)

Fountain screenplay # Fountain screenplay example ```fountain INT. ROOM - DAY JOHN sits at a desk, writing. JOHN (thoughtful) This is going to be great. FADE OUT. ```

Fountain screenplay

05.10.2025 16:03 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Quadrant chart # Quadrant chart example ```mermaid quadrantChart title Reach and engagement of campaigns x-axis Low Reach --> High Reach y-axis Low Engagement --> High Engagement quadrant-1 We should expand quadrant-2 Need to promote quadrant-3 Re-evaluate quadrant-4 May be improved ...

Quadrant chart

05.10.2025 16:01 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Kanban board # Kanban board example ```mermaid --- config: kanban: ticketBaseUrl: 'https://mermaidchart.atlassian.net/browse/#TICKET#' --- kanban Todo [Create Documentation] docs[Create blog about the new diagram] [In progress] id6[Create renderer so that it works in all cases.] id9[Re...

Kanban board

05.10.2025 16:00 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Sequence diagram # Sequence diagram example ```mermaid --- title: Conversation --- sequenceDiagram Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly goo...

Sequence diagram

05.10.2025 15:58 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Architecture # Architecture example ```mermaid architecture-beta group api(cloud)[Infrastructure] service db(database)[Database] in api service disk1(disk)[Storage] in api service server(server)[Server] in api server:R -- L:db server:B -- T:disk1 ```

Architecture

05.10.2025 15:55 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Mermaid diagram # Mermaid diagram example ```mermaid flowchart TD A[Start] --> B{Decision} B -->|Yes| C[Action] B -->|No| D[End] C --> D ```

Mermaid diagram

05.10.2025 15:52 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Function Plot # Function Plot Example ```functionplot x^2 ```

Function Plot

05.10.2025 15:46 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Hypotenuse Hypotenuse Math and equations example in Markdown: $$a^2 + b^2 = c^2$$

Hypotenuse

05.10.2025 15:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Get browser info and device type Get browser info and device type ` getBrowserInfo() { const userAgent = navigator.userAgent; let browserName = 'Unknown'; let browserVersion = 'Unknown'; if (userAgent.indexOf('Chrome') > -1) { browserName = 'Chrome'; browserVersion = userAgent.match(/Chrome\/(\d+)/)?.[1]...

Get browser info and device type

05.10.2025 14:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Patent your UI design pattern # Patent your UI design pattern You can patent your user interface (UI) design pattern by applying for a design patent (for visual layout) or a utility patent (for functional interaction) through the U.S. Patent and Trademark Office (USPTO). The right path depends on whether your innovation is pr...

Patent your UI design pattern

05.10.2025 00:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Musical Notation Musical Notation ```abc X:1 T:Piensa en mΓ­ K:E E F^F G A A A G F^F G G G F E F^F F^F F E ^D E| ```

Musical Notation

04.10.2025 13:08 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
What is the AT protocol and how is it different from others? # What is the AT protocol and how is it different from others? The **AT Protocol** β€” short for **Authenticated Transfer Protocol** β€” is a **decentralized social networking protocol** developed by **Bluesky**, the open-source project originally incubated by Twitter. It’s designed to provide the fo...

Testing

04.10.2025 13:07 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0