Real Posting, At Last
Apr. 8th, 2023 03:18 pmI never thought I'd be back on a livejournal-style site, but twitter feels moribund, tumblr is image-oriented, and mastodon's 500 character limit and lack of text formatting is too restrictive for in-depth posts. I could have started a wordpress or put things on medium but this just feels a bit more homey.
I'm not planning on sticking to one topic, but I'll probably be posting about programming for the next little while because dreamwidth supports the <code> and <pre> html tags, which allows me to post indented code samples, like so:
I'm not planning on sticking to one topic, but I'll probably be posting about programming for the next little while because dreamwidth supports the <code> and <pre> html tags, which allows me to post indented code samples, like so:
(defun double (x)
(+ x x))