#[schmarty]reading up on farcaster now, but i find this comparison kind of funny given that the author of the blog post is excited about farcaster because they were "kind of sad" that twitter replies and quote tweets weren't reflected on their post. in other words: webmentions+bridgy could have been good enough?
#[schmarty]bleh, i managed to get past the "identities are on the ethereum blockchain" but then tripped over "Farcaster IDs can be obtained by calling the _Farcaster ID Registry (FIR)_ from an Ethereum address". so: a centralized ID registration system. 😩
#capjamesg[schmarty] I have been on Farcaster for 2-3 months now. I like it. The community discussions are quite heavily about crypto but the UX is good.
#[schmarty]i think do like the design principles of their identity system: "1. Can be owned in a secure, decentralized manner 2. Are easy to recognize visually when using a social network 3. Are quick and easy to set up (< 1 minute of work, ~ 10 USD) 4.Are recoverable if lost, without compromising decentralization."
#capjamesgThey do have an open protocol and there are multiple applications built on top of it.
#capjamesgA friend built an events platform on top of the protocol.
#capjamesgSomeone built social bookmarking on top of the protocol.
#capjamesgI have offered to make a bridge once Farcaster has a public web interface.
#[tantek]the identity has only a one-time cost, no recurring cost?
#capjamesgFWIW my identity was free. I did have to set up a crypto wallet but after that everything has just worked.
#capjamesgNo crypto knowledge required to use the product. The product doesn't talk about ethereum, etc. I would have noticed if this was the case because I don't understand a lot of crypto.
AramZS joined the channel
#capjamesgNB: Some features use terminology like "mint" but the core social aspects (profiles, feeds, etc.) don't.
#capjamesgI helped a friend add h-event to that platform (work still needed).
#[schmarty]am i understanding right that this events platform is parsing any message posted that starts with "@event" (which would be a mention of the user with the name "event"). feels very oldschool twitter bots.
#capjamesg@event is already registered on the platform. Sort of like how breakfastand.coffee is registered and Webmentions formatted in the right way will show up as wiki pages.
#capjamesgBut in this case, messages formatted in the right way will show up as an event.
#[tantek]gRegor is it possible you're using the unofficial cassis.php file in there? maybe I should assign the issue to aaronpk since he made that file (and has been updating it)
#gRegorYeah, the indieweb/this-week software includes cassis. I haven't dug deep into how it's used, but this is just the default composer install > require vendor/autoload.php > error before trying to run any of the this-week code.
#[tantek]note I directly use cassis.js in my php backend