• #dev 2023-04-02
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2023-04-02 UTC
# 19:11
bkil
capjamesg: I think micro QR support is less common than for normal QR and it doesn't save that much in many cases. Also, a trick to allow generating smaller and less dense QR codes is to reduce both the length and the entropy within your URL. You can save a bunch if you uppercase the protocol and host part (and use HTTP instead of HTTPS) And if possible, in the path portion, stick to either all-numeric or the all-alphanumeric set `[0-9A-Z $%*+./:-]`.