Blackpaw

joined 1 year ago
[โ€“] Blackpaw 1 points 1 year ago (1 children)

Looked ok How about a multiline block?

C#

// Hello World! program
namespace HelloWorld
{
    class Hello {         
        static void Main(string[] args)
        {
            System.Console.WriteLine("Hello World!");
        }
    }

Bash

#!/bin/bash
echo "Hello World"

Preserves line breaks, but no syntax highlighting ๐Ÿ˜ž

[โ€“] Blackpaw 1 points 1 year ago (3 children)

Markup editor is pretty average, would have preferred like GitHub Markdown.

[โ€“] Blackpaw 1 points 1 year ago (4 children)

Partly to test how threading and formatting works on Lemmy...

I run three PX servers at home

  • the big one (64GB RAM) is my storage and media server plus a couple of Dev VM.
  • Desktop one in my office running a Windows 11 with GPU passthrough as my main desktop
  • NUC in the granny flat running a PBS VM for backups
[โ€“] Blackpaw 2 points 1 year ago (1 children)

Cheers, I hope it works out