#dev 2025-02-04

2025-02-04 UTC
[KevinMarks] joined the channel
#
[KevinMarks]
@xgpt there are a few things to be careful of with polling tools:
#
[KevinMarks]
Use If-None-Match and If-Modified-Since correctly so the server can return 304 if it hasn't changed
#
[KevinMarks]
Respect caching headers (your http library may do this)
#
[KevinMarks]
Back off on error rather than pounding the origin
#
[KevinMarks]
Put a timeout on the request and back off from that too - schedule based on completion of the request, not a fixed interval to retry
[mattl] joined the channel
#
[mattl]
My site uses Ghost for the editing and storage but 11ty for theming.
hayat joined the channel
#
Loqi
[preview] [Dr. Matt Lee] Longest title ever? Maybe. I just migrated a small WordPress.com hosted blog to a self-hosted Eleventy blog with Ghost as the CMS. If this sounds confusing, it is a bit, but here goes. Why do this? I want a site that’s not hosted in the same place...
doesnm, mariteaux, grufwub, [tw2113] and [morganm] joined the channel
#
[morganm]
[tantek] I'm excited about the web sustainability guidelines and educational materials produced about them. I feel like it's real good sensible stuff. Like how the MDN curriculum starts with web standards.
#
[morganm]
Just it sets people on a good path
ihnq, sarajaksa, Pixi, claudinec, [tw2113]1, sp1ff, nemonical, GuestZero, revi, ttybitnik, Rem, Guest6, sandra_, barnaby, jak2k, GuestZero_, mariteaux, Kolev, mjgardner, btrem, h4kor, gRegor, bret and dissolve22[d] joined the channel; mjgardner left the channel
#
h4kor
Hey, has there been any further discussion on merging h-review into h-entry? I'm currently implementing book reviews for my blog and wondering which format I should use. https://microformats.org/wiki/h-review
#
Loqi
[preview] Tantek Çelik
[schmarty] joined the channel
#
btrem
I'm still using h-review, though it's not actually doing anything that I'm aware of. (IOW, no consuming applications.) AFAIK, u-review-of is only proposed, so there's that.
#
[aciccarello]
h4kor, I've been experimenting with h-entry using *-review-of but since I'm not checking it with a consuming application I haven't really validated it.
#
[aciccarello]
I'm still messing around with the structure. I mainly am collecting reviews for recommendations to people who visit San Diego. https://www.ciccarello.me/posts/2025/02/02/harbor-fish-and-chips/
#
btrem
GWG re: the list idea. I agree with Lars-Christian https://chat.indieweb.org/2025-02-03/1738600213380100 You can remove the list marker and have the timestamp act as the list bullet in a sense. For visual purposes, you can set the timestamp to a monospace font so they line up nicely. But then, it's starting to look like a table, so you could always make it a table.
#
btrem
Hmm, just realized he's not here atm. :/
#
GWG
I'm always here
#
GWG
I'm not sure about tables... I was debating them...are they too old school?
#
btrem
I took the liberty of a quick demo: https://btrem.com/temp/gwg/ username: indieweb password: indieweb2024
#
btrem
Tables are *never* too old school!
#
Loqi
btrem has 3 karma in this channel over the last year (9 in all channels)
#
Lars-Christian
btrem ++
#
btrem
The demo markup makes it easy to style. You can zebra stripe the rows. Or place lines between entries. The timestamp is <th> cell, so you can style that differently then a <td>, no classes needed!
#
Lars-Christian
A well done table as a means of conveying information has survived for millennia already! I'm sure it will continue to survive for many more, too
#
btrem
I use tables all the time. They got a bad rep because of tables for layout in the bad old days (cf. the discussion in the main #indieweb channel!), but tables are the best way to present tabular data.
#
btrem
And the markup provides good structure with lots of styling hooks.
#
mariteaux
i still use tables for layout when the situation calls for it (working with older browsers)
#
btrem
Even on older browsers, tables are unnecessary for layout imho.
#
Lars-Christian
Here's a nice history of tables, of anyone who's interested: https://csis.pace.edu/~marchese/Papers/IV11/Marchese_IV'11.pdf
#
mariteaux
how old are we talking?
#
Lars-Christian
"It covers four kinds of tables that have appeared between 1900 BCE and 1300 CE
#
Lars-Christian
I think it's something that might last a while yet
#
btrem
^ :-)
#
btrem
Take a look at my wordle games feed. Each game below the stats is a table, one row per guess, one column for letter. https://btrem.com/feed/wordle
#
mariteaux
yeah but which era of browsers are you referring to
#
btrem
With headings for screen readers that are not displayed in a visual representation.
#
mariteaux
because if you go back far enough you really don't have other options
#
mariteaux
early 2000s and onwards yes definitely better options
#
btrem
If you go back far enough, you shouldn't worry about it.
#
mariteaux
what?
#
btrem
Don't worry about the layout in a browser that dates to 1996 or whatever. Just put the info on the page. Anyone using Netscape 3 -- which is practically no one -- will be quite used to borked layouts. If you want to cater to them, just present POSH (plain old semantic html). They'll be glad you did.
#
mariteaux
counterpoint: i'd like to though
#
Lars-Christian
@btrem nice, I like the look of those tables. Bookmarking for future reference, as I'm building a "workout log" where I want to use a table to display days active/not active per year. Your style and approach there is just the vibe I'm thinking of for that table.
#
mariteaux
i don't think we're building websites for the same reason though
#
btrem
I don't worry about e.g. Netscape 3 or MSIE 5. If I did, I'd just hide my stylesheets entirely from them, and let them display my html in the browser default way.
#
mariteaux
i'm talking about building sites SPECIFICALLY for old browsers dude
#
mariteaux
not making my shiny new modern site work on netscape 3
#
mariteaux
obviously that's a fool's errand
#
btrem
Well dude, you do you.
#
mariteaux
yeah i uh, i will yeah
#
btrem
Lars-Christian tables have a rich set of markup possibilities. Here's another one: https://btrem.com/demos/menu-table That's a demo for a h-menu idea that never came to fruition. But the markup shows the possibilities for microformats and styling hooks.
#
btrem
In case anyone is wondering about the h-menu idea, here's a couple of links:
#
Loqi
[preview] [Brian Tremblay] microformats food menu idea
#
btrem
And while that menu-table page is a demo, it was based on a real menu for a restaurant I used to work at.
#
h4kor
aciccarello, decided to use h-entry for the first implementation, as changing that to h-review would be a larger refactoring. https://blog.libove.org/posts/review--accelerando-by-charles-stross/
#
[schmarty]
i guess this is a -dev question. i have been thinking more about using indieweb tools on alternative devices. for example, i have en epaper tablet that would be fun to use as a reader and to post scribbled notes. however, i won't be running things like 1Password on it, making auth interesting.
#
[schmarty]
i've heard of (passkey?) implementations that let you start a login on a device, then use another device to actually approve it. is that standardized at all?
#
[schmarty]
probably a Q for aaronpk, haha.
#
[snarfed]
[schmarty] yes, afaik that's the common case for passkeys
#
[snarfed]
well, sorry, maybe not _the_ common case, but at least _a_ common case
#
[schmarty]
is there anything about it that _requires_ passkeys, though?
#
[snarfed]
no, afaik it existed before them
#
[snarfed]
eg github, wordpress, others
#
aaronpk
could also do the device flow for that
#
[schmarty]
hoping you'll say :"oauth2 RFC XXXX" 😂
#
[schmarty]
ah, yeah, device flow would do it.
#
[schmarty]
feels a little brain-breaking but i guess my IndieAuth provider could have a device flow mode for sign-in that acts as an IndieAuth client authentication request
#
[schmarty]
also congrats on RFC 9700! skimming it now. aaronpk++
#
Loqi
aaronpk has 55 karma in this channel over the last year (137 in all channels)
sarajaksa, sebbu2, bret, progrium, alephalpha0 and ant-x joined the channel
#
carrvo
passkey across devices (from what I have read) will cause all of the devices to identify as the same device...
#
carrvo
Also, the "approve from another device" is device flow. The passkey would sync and masquerade.
#
aaronpk
i meant oauth device flow, totally different than passkeys
bterry1 and GWG joined the channel