#dev 2025-03-04

2025-03-04 UTC
[tw2113], btrem1, Toxicogenic, GuestZero, bret, grufwub, Jasperad, troojg, claudinec, bterry, GWG, sebbu, NaomiAmethyst, sebsel, capjamesg, gregsarjeant, MyNetAz, srijan, geoffo, ancarda, eb, roxwize, kushal, Dryusdan_, Tiffany, Zegnat, moose333, hedy_, sknebel, Maxpm, Kaja, sisoma_new[d], JadedBlueEyes, [KevinMarks], immibis, rrix, Xe, rossabaker, luca, dustinm`, oodani, jonnybarnes, vriska, jjuran, Daijo, noderanger[d], lanodan, Pixi, IWDiscord, neatnik, lockywolf, RapidRotator, trwnh, stefen, jeremycherfas, mooff, Salt, capjamesg[d], Saphire, aaronpk, hidjy[d], Pixi`, okCiel, athenaeryma and suki joined the channel
#
jasperad0501
what is blogging
#
Loqi
Blogging is the practice of writing and publishing datestamped posts listed in reverse chronological order on a website (weblog or blog for short), each post usually publicly available at a permalink (sometimes a fragment link) on a personal site https://indieweb.org/blogging
hedy joined the channel
#
jasperad0501
i desperately need alternatives because my blog is broken
Toxicogenic, _123nick[d], paotsaq, DJ_[dj_je][d], yewscion__, ramsey, _pi_r2_0[d], strugee_, doesnm, [0x3b0b], _fluffy, Lars-Christian, bloot, Elleo, nsh, Soni, oenone, SylvatiCodes, joshproehl, suki, athenaeryma, sknebel, okCiel, Kaja, sisoma_new[d], JadedBlueEyes, Xe, bret, [KevinMarks], lanodan, thegr8whoopdini[, rhiaro, eatyourglory, Virtual, ludovicchabant, sivoais, saptaks, benji, karjala, nnrx, oxtyped, ben, dissolve22[d], xgpt, chenghiz_, voxpelli, [tantek], parnikkapore_x, barnaby, alephalpha0, [Murray], [artlung], sandra, [lazcorp], [Paul_Lieberman], [tw2113], GWG, thegreekgeek, claudinec, GuestZero, sebbu, geoffo, NaomiAmethyst, sebsel, gregsarjeant, capjamesg, srijan, roxwize, kushal, moose333, Tiffany, Zegnat, Dryusdan_, Maxpm, immibis, rrix, rossabaker, jonnybarnes, luca, dustinm`, vriska, oodani, jjuran, Daijo, neatnik, noderanger[d], lockywolf, IWDiscord, RapidRotator, stefen, Salt, mooff, jeremycherfas, trwnh, capjamesg[d], Saphire, hidjy[d], aaronpk, hedy, laker, vikanezrimaya, srushe, omz13, ancarda, MyNetAz, rob32 and eb joined the channel
#
[aciccarello]
jasperad0501 what kind of alternative are you looking for? technical? design? inspiration?
#
jasperad0501
i’m not entirely sure. i used 11ty for my last blog, since it’s hosted on glitch.me. so, probably something along the lines of that or jekyll.
#
[aciccarello]
I also have an 11ty site
#
[aciccarello]
What's broken?
#
jasperad0501
the site itself. it either refuses to load or update a new post
#
jasperad0501
and when it does load, it remains stagnant and refuses to load the new blog post
#
jasperad0501
i’m supposed to have 3 so far, but it only displays two or breaks entirely
#
[aciccarello]
Oh so it's an issue with glitch? Or 11ty doesn't build?
#
jasperad0501
i’m not entirely sure, since my other glitch website is currently functional. it’s just the blog that isn’t.
#
jasperad0501
said website is under construction right now until either the blog works properly or i switch blog hosts
nemonical, [qubyte], MyNetAz and [jeremycherfas] joined the channel
#
[jeremycherfas]
Finally, after many SNAFUs, my new, Tailwind-free site design is live at https://jeremycherfas.net although I do have one remaining problem. I gratefully use http://webmention.herokuapp.com to receive and deliver my webmentions, and Pelle’s script to display them. I would love to make the actual display of the div that contains webmentions conditional on whether there are any to display, but I haven’t a clue how to do that.
#
[jeremycherfas]
Suggestions very welcome.
#
Loqi
[preview] [Jeremy Cherfas] Styling Subtitles
#
[jeremycherfas]
Plus, of course, all comments, criticisms, suggestions very welcome.
#
capjamesg[d]
[jeremycherfas]++
#
Loqi
[jeremycherfas] has 5 karma in this channel over the last year (14 in all channels)
#
capjamesg[d]
I see a debug bar at the bottom of the page?
#
[jeremycherfas]
Oops. I was, er, debugging.
#
[jeremycherfas]
Ah, I see you are looking in dark mode; if so, you will may notice something very odd in the middle section of the footer.
#
[jeremycherfas]
That dark mode is two lines of CSS, thanks to FrESH++
#
Loqi
FrESH has 1 karma in this channel over the last year (3 in all channels)
ttybitnik joined the channel
#
[jeremycherfas]
I am now quite keen to learn about using object-fit to style avatar images.
#
[KevinMarks]
[jeremycherfas] you could use something like `.comments:has(.webmention-mention) { display:block;}` and make it `display:none;` by default.
nemonical joined the channel
#
[jeremycherfas]
Thanks. I shall try that.
barnaby, MyNetAz and Toxicogenic joined the channel
#
Loqi
[jeremycherfas] has 6 karma in this channel over the last year (15 in all channels)
#
[artlung]
Terrific work [jeremycherfas]++
#
[KevinMarks]
Joe can confirm if my made up CSS will work
#
[artlung]
Yes, that logic is totally sound!
#
[artlung]
`:has()` can help resolve so many dynamic content issues like that one it kind of makes my head spin
#
[Murray]
Yeah very cool how many small JS snippets its replaced for me
[Jo] joined the channel
#
[Jo]
i only learned about :has() and :not() at FrESH and honestly it's life changing :^p
[Sophia_wood] joined the channel
#
Loqi
[jeremycherfas] has 7 karma in this channel over the last year (16 in all channels)
#
[tantek]
[jeremycherfas]++ looks good!
#
[Sophia_wood]
Does any one have and enjoy blogging with svelte? I’m contemplating if I’d like to over engineer a site but have fun in the process.
#
[qubyte]
I use :has() for so much stuff. Such a great addition!
#
[artlung]
I've been using the TCPDF library to output PDFs for a self-published book for a friend and it's kind of like time travel. I made the mistake of using a <section> tag when I first worked on this like 3 years ago and was mystified it didn't behave. Turns out that library doesn't recognize all html5 stuff! I'm not changing tooling, just writing HTML like it was 2003.
#
[artlung]
`<div >` 's galore.
#
[artlung]
_If I started this today I would make drastically different tech choices._
GuestZero joined the channel
#
capjamesg[d]
[Jo] Me too 😄
#
capjamesg[d]
[artlung]++
#
Loqi
[artlung] has 2 karma in this channel over the last year (8 in all channels)
ttybitnik, gRegor, Toxicogenic and Toxicogenic_ joined the channel
#
[artlung]
Google Search Console has started giving me data on some searches. I like seeing folks looking for `mm_validateForm()` - I like to think it's people exhuming older pages. https://lab.artlung.com/mm_validateform/
#
Loqi
[preview] MM_validateForm() and MM_findObj() functions
balintm and [qubyte] joined the channel
#
[KevinMarks]
I have a node library I used to make pdf's from html in the day job, but as it's in an AWS lambda I need to yakshave into a new version
balintm, Jasperad, Dryusdan, streety, eb, ancarda, capjamesg, gregsarjeant, srijan, roxwize, sebsel, tomas, SylvatiCodes, Toxicogenic and [dave] joined the channel
#
[Paul_Lieberman]
Is anyone using a personal webserver as an authentication provider for other sites?
#
[aciccarello]
I use my indieauth server to log into sites!
sebbu2 joined the channel