So I switched over to using my own server at @Skryking@mastodon.skryking.com So if you like following me please think about following me over there.
@Gargron This is going to sound like an odd question, but how do I turn off all the forced ssl in mastodon? I'm asking because I'm trying to set it up on a machine whose SSL is handled via a proxy on another machine.
Hey ex-Tumblr/witchy side of the Fediverse, does anyone recognise this style of sigil? A Tumblr user made a bunch of these really digital-looking square style sigils, including this "Finish what you start" one. It's lived on my wall for years and I'd love to find the artist and ask permission to get it tattooed.
#sigils #sigil #witch
Talk on the #IndieWeb and #Fediverse went okay last night! Planning to make a re-cap blog post about it. I have my slides available here but my talks are very conversational: https://slides.com/jackyalcine-1/destination-the-fediverse/
Hey folks — recommending my bud @jaredmoody for a follow…he's a Ruby developer and all-around nice guy and is new to #Mastodon so let's give him a hearty hello!
Ruby snippet to print a line of code and its result:
```
def debug(&block)
puts block.source.strip
result = http://block.call
puts "# => #{result}"
result
end
debug { 1 + 2 }
```
Rant about OSS and Ruby 2019
My two cents on the whole “Ruby 2019” thing: https://www.reddit.com/r/ruby/comments/abwu8o/comment/ed5df38/
Wrote my first code on a c64 in the mid 80s. Started rubying in about 2006. spend a lot of time trying to find creative ways to break things.