#dev 2022-05-10

2022-05-10 UTC
jacky joined the channel
#
[tantek]
IMO webmaster is the expertise reference, just like Masters of Science, Masters of Arts etc., and those aren't being renamed
#
[tantek]
ah, webmaster comes from postmaster: https://en.wikipedia.org/wiki/Webmaster
#
GWG
I'm also fine with being a webmaster
#
GWG
As long as the people who look up to me are still called apprentices
jacky, jjuran, IWDiscordGateway, petermolnar and tetov-irc joined the channel; petermolnar left the channel
#
@JasonRouet
Retour sur ma participation au hackathon de la Cloudfest en mars 2022 : je parle #cfhack, #WordPress, #webmention et #indieweb. http://www.jasonna.de/hackathon-de-la-cloudfest-2022-une-histoire-de-train-de-flammenkuche-et-de-standard-du-web/
(twitter.com/_/status/1523980158130135040)
#
@person72443
#webmention is just...magic. Instead of getting comments on twitter, substack, your blog, etc etc. It just all come… https://twitter.com/i/web/status/1523557104287576065
(twitter.com/_/status/1523557104287576065)
jacky and janboddez joined the channel
#
petermolnar
regarding db tax, what is our stance with sqlite? Because https://www.sqlite.org/locrsf.html
#
aaronpk
wow i didn't know that
#
aaronpk
well at least there's no separate running service to maintain since it's all just a fancy file
#
aaronpk
I am curious how sqlite addresses this one "Transparency. Degree to which the digital representation is open to direct analysis with basic tools, such as human readability using a text-only editor."
jacky joined the channel
#
petermolnar
what, you don't read gzipped text? :P
jacky, capjamesg, srushe, rockorager, ancarda, eb, AramZS and mro joined the channel
#
@nezirzahirovic
A Ruby gem for sending Webmention notifications. (from 28/05/2020) #twitterbot #ruby #rails #rubyonrails #rubydeveloper #railsdeveloper #programming https://www.rubyonrails.ba/single/a-ruby-gem-for-sending-webmention-notifications
(twitter.com/_/status/1524049193844854784)
jacky joined the channel
#
[chrisaldrich]
The linguist in me notes that the tweet above from @person72443 is the first time I've seen someone verbify Substack as "substacks"
#
[chrisaldrich]
I've seen a few people in the static site generator space thinking about how they might add ActivityPub compatibility to their sites. I know some with dynamic sites have, but are we aware of any who've done this in the SSG space already?
[jeremycherfas] joined the channel
#
aaronpk
Bridgy Fed?
#
[tantek]
good find petermolnar++
#
Loqi
petermolnar has 10 karma in this channel over the last year (47 in all channels)
#
[tantek]
database antipattern << Counter-argument for SQLLite in particular: Its storage format is a US Library of Congress Recommended Storage Format for datasets per https://www.sqlite.org/locrsf.html and https://www.loc.gov/preservation/digital/formats/fdd/fdd000461.shtml#local
#
Loqi
ok, I added "Counter-argument for SQLLite in particular: Its storage format is a US Library of Congress Recommended Storage Format for datasets per https://www.sqlite.org/locrsf.html and https://www.loc.gov/preservation/digital/formats/fdd/fdd000461.shtml#local" to the "See Also" section of /database-antipattern https://indieweb.org/wiki/index.php?diff=81368&oldid=80736
jacky joined the channel
#
jacky
aaronpk: I think the text editor bit is kinda hard
#
jacky
but like I haven't looked at my db in a text editor
#
jacky
well okay
#
jacky
it's really just text with occassional binary
#
jacky
like this is my local copy of Koype https://imgur.com/mk1aUDj
#
jacky
that's mainly the tail end of the database when printed out with `cat`
#
jacky
with JSON jobs stored in there (couldn't be bothered to do a polymorphic table association lol)
#
jacky
and the SQL to generate the tables and what not are all there in plain text
#
jacky
heavy bias from me b/c I use SQLite for everything :)
#
[KevinMarks]
You can store mysql tables as csv, but query times are worse.
#
[KevinMarks]
It's always a table scan, no indexing.
#
[snarfed]
fortunately that difference may be negligible for most personal sites
#
jacky
indeed
#
jacky
though I soon might be pushing the limit, lol
#
jacky
I saw someone provide a means of putting a graph database within SQLite
jacky joined the channel
#
jacky
and I think it'll be ideal to implemenet a way to do micropub queries for particular properties
#
jacky
(like checking if I liked a post already)
#
[KevinMarks]
Graph databases are tricky as you end up doing lots of self joins for traversal
#
[snarfed]
jacky how many posts does your site have?
#
jacky
good question
#
jacky
goes to run a query
#
jacky
11,783 for my older v2.jacky.wtf pending backfill and 1,553 for my current site
#
jacky
I only expect the rate of posts to increase as I find new ways to add things to my site
#
jacky
scrobbles would be noisy so it'd probably be squished into a daily /collection post
jacky joined the channel
#
jacky
unironically, the most of the posts I have in my new site are likes
#
jacky
it's likes, notes, replies, bookmarks in my top post types
jacky and [schmarty] joined the channel
#
@jack
@kevinmarks @fredwilson @danprimack @elonmusk and was a mistake to do so. company has done a lot of good work to correct that
(twitter.com/_/status/1524096912705703943)
jacky joined the channel
#
[KevinMarks]
[snarfed] - how is api2 looking? Do you have a post to link?
#
[chrisaldrich]
aaronpk, I'd thought about Bridgy Fed as an option for SSGs, but do we actually have examples of people using it there? I did a quick search last night but nothing stuck out immediately.
jacky joined the channel
#
IWDiscordGateway
<capjamesg> Oh wow.
#
IWDiscordGateway
<capjamesg> Interesting.
jacky joined the channel
#
[snarfed]
[chrisaldrich] https://hugo.soucy.cc is one SSG that's used Bridgy Fed
#
[snarfed]
but in general Bridgy Fed is orthogonal to SSG vs dynamic
#
[chrisaldrich]
thanks snarfed! I know that there had to be at least one example if it were even possible.
#
[tantek]
nicely done [KevinMarks], correcting a VC and getting Jack's attention in one tweet 🙂
#
IWDiscordGateway
<capjamesg> 🤣
#
[tantek]
portfolio << The challenge of creating / redesigning one, you’re not alone: https://twitter.com/FigmaAntichrist/status/1516481288860930048 (and community can help, see replies)
#
@FigmaAntichrist
I make websites all day, why can't I design my portfolio? 🙄
(twitter.com/_/status/1516481288860930048)
#
Loqi
ok, I added "The challenge of creating / redesigning one, you’re not alone: https://twitter.com/FigmaAntichrist/status/1516481288860930048 (and community can help, see replies)" to the "See Also" section of /portfolio https://indieweb.org/wiki/index.php?diff=81371&oldid=79958
jacky joined the channel
#
@MuseResort
↩️ The specific part you need to mention (actually to #Webmention) is the genre page on our site. Then you ping us (if your story-sharing site does not do it) and then the magic happens.
(twitter.com/_/status/1524113483972894723)
jacky and jamietanna joined the channel
#
[KevinMarks]
I think they just reinvented technorati tags but for fic
jacky joined the channel
#
AramZ-S[m]
I don't really have an objection to that!
jacky joined the channel
#
[tantek]
KevinMarks except this is more distributed, as in each site decides which tag aggregation page they want to use as their taglink, links to it, and then uses Webmention to signal to that tag aggregation page that they'd like to be included in it. Allows for much finer grained community/meaning in usage of tags
#
[tantek]
quite a clever improvement over technorati tags
#
AramZ-S[m]
Not to mention, in theory, less work for the central maintaining site. A modest moderation task instead of a large aggregation one
#
[tantek]
a site like ours (indieweb.org) could even auto-approve inclusion (or prioritize listing) webmentions from sites that have signed in and created a profile/User: page (added to chat-names) etc.
#
[tantek]
imagine if each page had a "posts recently mentioning this page" section
#
AramZ-S[m]
Sort of like how 11ty is trying to set up their site listing.
#
AramZ-S[m]
Tying together github, twitter and their contributors
#
IWDiscordGateway
<capjamesg> I like that idea.
jacky joined the channel
#
IWDiscordGateway
<person> [KevinMarks] re: the tweet you shared. What work have they done? I've not noticed an increase Twitter support for anything open source/indie web. Not even RSS support. Am I missing something?
jacky, AramZS_ and tetov-irc joined the channel
#
[snarfed]
[KevinMarks] mixed news so far on Twitter API v2, at least for me. on the positive side, it does indeed seem like they're less restrictive, eg "removing language in our Developer Policy that restricted how you build with Twitter’s core features": https://twittercommunity.com/t/ushering-in-a-new-era-for-the-twitter-developer-platform-with-the-twitter-api-v2/162087#todays-launch-2
jacky joined the channel
#
[snarfed]
on the other hand, rate limits are still probably too low for Bridgy, notably the 2M tweets per month limit, https://developer.twitter.com/en/docs/twitter-api/tweet-caps, especially expanded tweets (which you need to do almost anything) count 2x. (they know, they're working on Elevated+ access with a higher cap)
jacky joined the channel