Skip to content

Latest commit

 

History

History
111 lines (102 loc) · 4.48 KB

2023-01-31-episode-61.md

File metadata and controls

111 lines (102 loc) · 4.48 KB
posted guid title subtitle description time itunes-explicit itunes-episode itunes-episodeType youtube-full discussion timeline enclosure-url enclosure-length enclosure-type itunes-duration badges
true
30577DC8-111F-47DA-86A2-1C03618C7156
Dynamic QR (show and tell)
In this episode, the Eagles' Super Bowl prospects are discussed, a demonstration of dynamic QR codes is given, and Thank You tokens are updated. Conversations about on-chain, time-based reputation, tokens for cross-border communities, and the struggle against web censorship using Web3 technology also feature prominently.
2023-01-31 18:00:00 -0500
false
61
full
seconds title
0
Intro
seconds title
35
When happens when Eagles win a Superbowl?
seconds title
139
Show and tell: dynamic QR
seconds title
284
How does it work?
seconds title
370
How to fork and run it?
seconds title
482
Design decisions
seconds title
562
Updates on Thank You token
seconds title
1044
Can Thank Yous be negative?
seconds title
1071
Non-consensual token recovery
seconds title
1136
Build an on-chain time-based reputation?
seconds title
1221
Tokens for cross-border community
seconds title
1453
Web3 can fight internet suppression?
seconds title
1512
Anonymous digital signatures
32843874
audio/x-m4a
1572
type participant
stayed-to-end
fulldecent
type participant
stayed-to-end
dtedesco1
type participant
stayed-to-end
vjdeliria
type participant
stayed-to-end
rito_rhymes
type participant
stayed-to-end
037
type participant
stayed-to-end
cryptonerdylady
type participant
stayed-to-end
exstalis
type participant
stayed-to-end
yodude38
  • Philly-based podcast obligatory mention of how the Eagles are going to (win) the Super Bowl this year
    • Cars will be flipped
    • Poles will be ungreased
    • Get ready
  • Show and tell: dynamic QR codes https://github.com/fulldecent/jump-qrs (@Rito_Rhymes)
    • This repository shows how to create and use dynamic QR codes. This a code that you can scan, but which will land on a different page based on the configuration in this repository at the time of scan.
    • In other words, if you change your website or have a different mood today, you don't need to go reprint all your QR codes.
    • Why implement this way?
      • Very easy. You don’t even need to know HTML.
        • Make PR to readme: why this best practice is being followed in this implementation choice (to hide details like "adding a space to your email subject requires a %20 in your URL")
      • DRRY principle – Do Not Repeat Yourself
        • Make PR to readme: why this best practice is being followed in this implementation choice (to avoid updating all files when branding changes)
      • Let’s go Rito!
  • DAO Planning
    • We have some URLs: thankyou.wtf, hour.gg
    • Cross-chain
      • Not financial, just giving “props”
      • How does it work?
        • Thank-yours are for a specific person
        • Create a message off-chain, sign it, and anyone can play that message on any other chain
        • Would cost gas to post the message on a different network
        • Identity of the people involved has to be valuable to the viewer
        • Verifiable that one identity has thanked another
        • Ideation about taking it back:
          • Unthank-you / revocation
          • Devalidation if you got hacked
          • Similar to OCSPA
  • Non-consensual tokens community recovery? (Elif @exstalis)
    • You are in a community, did something wrong, and want to get a scarlet letter
    • How to override damage to reputation–time can be a criteria/factor
    • Prepare a picture for her project—community issues a borderless experience
  • Privacy and Web3 (@cryptonerdylady)