#dev 2025-03-10

2025-03-10 UTC
ttybitnik, gRegor, MyNetAz, grufwub, [schmarty] and claudinec joined the channel
#
Loqi
the 10 year anniversary of https://tantek.com/2015/069/t1/js-dr-javascript-required-dead — see if this is true! "10 years nothing you built today that depends on JS for the content will be available, visible, or archived anywhere on the web."
#
Loqi
Countdown set by [tantek] on 2025-01-07 at 10:16pm UTC
#
[Trevor_Morris]
Oooh, what about if you send a different response when using cURL? `curl -X GET https://www.trovster.com` 🤔
gRegor joined the channel
#
[Jo]
could be fun!
#
[Jo]
i just implmented a follower count on my homepage based of valid requests to my rss per day + my subscribed feeds on freshrss
#
sknebel
[Jo]: afaik some feed readers put the subscriber count in the user-agent they send, are you looking at that?
#
[Jo]
not really, what i am doing to count that probably makes limited sense rn
#
[Jo]
but thats a good idea
#
[Jo]
i dont really trust the number im getting right now bc it seems to high
#
[Jo]
looking at unique IP addresses getting a 200 in response to anything containing blog/feed.rss
#
doesnm
who is [Jo]
ttybitnik joined the channel
#
Loqi
[preview] [Darek Kay] Estimating the number of your RSS subscribers
#
capjamesg[d]
For everyone who asked about my programming language for cats at the last HWC: https://jamesg.blog/kittyscript
#
capjamesg[d]
[edit] For everyone who asked about my programming language for cats at the last HWC: https://jamesg.blog/kittyscript
#
aaronpk
I just added a secret feature to Teacup which reads the EXIF data from photos uploaded and extracts the date and location to prefill those fields before posting
#
aaronpk
Well actually teacup gets the data from the micropub media endpoint response, so the exif data extraction is actually happening in my media endpoint. I should write this up as an extension tho!
#
aaronpk
It's very helpful for posting backdated posts when I just take pictures of food at a group dinner but don't have time to post them live
[snarfed] joined the channel
#
[tantek]
That makes a lot of sense. Also very much relate to "just take pictures [at event] … don't have time to post them live"
#
[tantek]
like that's the default 😂
#
aaronpk
I should have done this ages ago
#
aaronpk
ive been manually backdating them for a long time, this saves so much time tho
#
Loqi
aaronpk has 56 karma in this channel over the last year (133 in all channels)
#
[schmarty]
nice! aaronpk++
#
[schmarty]
i like the idea of making that a media-endpoint extension. bonus for me as i just rewrote my media endpoint explicitly so i could add extensions 😄
#
[schmarty]
time/location from EXIF is also a feature i want for a check-in client.
[0x3b0b] and jonnybarnes joined the channel
#
aaronpk
Oh yeah if I ever abandon swarm I would also absolutely use it for checkins
bkardell and shoesNsocks joined the channel
#
Loqi
10 years since js;dr https://tantek.com/2015/069/t1/js-dr-javascript-required-dead posted — see what content (if any) from sites dependent on JS for
#
Loqi
Countdown set by [tantek] on 2023-10-19 at 10:02am PDT
[aciccarello] and gRegor joined the channel
#
[tantek]
Heh that was set quite in advance
bkardell, ttybitnik, GuestZero and SylvatiCodes joined the channel
#
capjamesg[d]
My backlink browser extension is coming along:
[catgirlin_spac], bkardell and balintm joined the channel
#
[tantek]
that's pretty amazing
[KevinMarks] joined the channel
#
[KevinMarks]
how does that work? is it based on pages you've visted?
SylvatiCodes joined the channel
#
capjamesg[d]
[KevinMarks] It pulls a personal link graph from my web reader.
#
capjamesg[d]
The link graph is comprised of the links in all posts from the sites I follow.
#
capjamesg[d]
(all posts that have been in their feed since I subscribed)
#
[KevinMarks]
It is a personal Technorati then
#
capjamesg[d]
Since I am subscribed to my webmention.io feed in my web reader, my webmentions should show up, too.
#
capjamesg[d]
I think I'll need another few days before it will be ready for people to try.
#
[KevinMarks]
In principle you could be sending webmentions for them too
#
capjamesg[d]
I suppose...
#
capjamesg[d]
I hadn't thought about that.
#
capjamesg[d]
That's a good idea!
#
capjamesg[d]
[KevinMarks]++
#
Loqi
[KevinMarks] has 14 karma in this channel over the last year (32 in all channels)
#
[KevinMarks]
It's vaguely what I was thinking of with mention.tech, which will send webmentions but also cache them itself. So if the linked-to site doesn't support them explicitly, they can still be found.
SylvatiCodes and [Murray] joined the channel
#
[Murray]
I'm not sure if anyone else here uses Craft, but new webmention endpoint plugin just dropped! https://plugins.craftcms.com/webmention
#
gRegor
Nice!
#
[Murray]
Wiki page updated 😄 Found a few more things in there that were a bit outdated too; Craft has had free-tier access to the full GraphQL integration for a while now (I actually used this in my tech demo at IWC Brighton last year)
SylvatiCodes joined the channel
#
gRegor
what is craft
#
Loqi
Craft is either Craft CMS, a PHP/MySQL CMS, or Craft.do, a document collaboration SaaS https://indieweb.org/Craft
#
gRegor
what is craft cms
#
Loqi
Craft is a commercial PHP/MySQL CMS and eCommerce platform, with both hosted and self-hosted options https://indieweb.org/Craft_CMS
#
Kolev
gRegor, hey. I'm interested in setting up ProcessWire with POSSE and stuff.
#
gRegor
Oh nice. My setup for that is pretty custom currently, don't have a plugin/module for it. I do have a module available for IndieAuth and Webmention support, though.
#
Kolev
gRegor, hm. Ouch.
#
gRegor
The Webmention module I've slowly been upgrading to clean off some rough edges, but still works pretty well for me.
#
gRegor
What's your comfort level with PHP programming? Their templating doesn't require advanced PHP, but some familiarity with it.
#
Kolev
gRegor, I don't know PHP.
#
Kolev
Maybe I should just WordPress.
#
gRegor
There are some default site profiles on https://processwire.com/download/site-profiles/ and in their modules directory, so you could probably set up a blog without any PHP knowledge, but I'm not as up to date on all the offerings there.
#
gRegor
They have a pretty responsive and supportive community on the forums there too, but yeah if you're looking for a "few-click" plugin install and config, WordPress might be better suited.
#
gRegor
Especially if you want POSSE
#
[artlung]
Every person I've heard who works with CraftCMS has said mostly positive things about it. Good on them adding webmention support.
ttybitnik, thegreekgeek and sebbu2 joined the channel