Test post

Kuba Suder 🇵🇱🇺🇦 November 15, 2025
Source

ok, what exactly did you expect here?…

test

Leaflet::Blog.new.publish!

writing some text here

this is some good text

Header 1

text below header 1 text below header 1 text below header 1 text below header 1 text below header 1 text below header 1

Header 2

For those out of the loop: I have a server which streams and saves all posts from the Bluesky firehose, and uses this data to run several feeds on Bluesky used by 1k+ people, plus generates daily post statistics, the directory of custom handles, and things like that.

Header 3

sadfasdfasdfasdf

Header 3 below line

asljhdflkasjdhfkajshdf

Header 2 below line

safkajshdfkjahsdkfjhasdf

def emit_message
  message  = @extensions.process_incoming_message(@message)
  @message = nil

  payload = message.data

  case message.opcode
    when OPCODES[:text] then
      payload = Driver.encode(payload, Encoding::UTF_8)
      payload = nil unless payload.valid_encoding?
    when OPCODES[:binary]
      payload = payload.bytes.to_a    # <===
  end
end

https://jazco.dev/2024/07/05/hls/ External Link • jazco.dev

Discussion in the ATmosphere

Loading comments...