This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Peter Bhat Harkins ✔️
push.cx
did:plc:eodtpr3gmvggrlwtsf3d27au
Handy Ruby irb snippet for identity/copy debugging:
irb(main):004> IRB.CurrentContext.inspect_mode = IRB::Inspector.new(proc{|v| "#{v.object_id} #{v.inspect}"})
=> 9120 #<IRB::Inspector:0x00007ae302225168 @init=nil, @inspect=#<Proc:0x00007ae3022251b8 (irb):4>>
irb(main):005> "hi"
=> 10736 "hi"
2025-02-28T00:46:51.754Z