Testing out my Mastodon test account @rob, did it work?
Blog
-
-
Just another test
I hope to see this one. Maybe?
-
Does this work?
I’m just messing around with my Bahookey Weblog to see if ActivityPub is working for it.
-
Activity
This is a test post to see if it displays on Mastodon!
-
Is this Swift code?
1234567891011121314151617181920212223242526272829#if os(iOS)import UIKittypealias HSColor = UIColortypealias HSFont = UIFonttypealias HSImage = UIImagetypealias HSView = UIView#elseif os(macOS)import AppKittypealias HSColor = NSColortypealias HSFont = NSFonttypealias HSImage = NSImagetypealias HSView = NSViewextension NSFont {public class func italicSystemFont(ofSize fontSize: CGFloat) -> NSFont {let f = NSFontManager.shared.font(withFamily: “System”,traits: .italicFontMask,weight: 0,size: fontSize)return f!}}extension NSColor {static var darkText: HSColor { return HSColor.black }static var lightText: HSColor { return HSColor.white }static var label: HSColor { return HSColor.labelColor }}#endif -
Hello world!
I mean, what else can you say?