#dev 2024-06-14
2024-06-14 UTC
# pcarrier[d] my http server is definitely messing up video files in major browsers, including Firefox. I don't understand what could be wrong. https://wtf.madethis.site/test.html showcases 2 videos not loading including https://ia800106.us.archive.org/25/items/archive-video-files/test.mp4
# pcarrier[d] if anybody has any clue what could be wrong, I'd welcome notes…
# gRegor Similar for /retest.mp4
geoffo and sebbu joined the channel
# pcarrier[d] I think I
# pcarrier[d] I'm responding with those Content-Range because of the Range: bytes=… request header?
# pcarrier[d] AFAICT I'm handling those requests correctly, but maybe not?
# pcarrier[d] wow, moved to <video>fallback</video> and it works
# pcarrier[d] [edit] wow, moved to <video>fallback</video> and it works in Chrome
# pcarrier[d] oooh, I need to support If-Range it looks like
# pcarrier[d] nope, http.ServeContent in golang supports it already, but I do need my etags not to depend on the value of the Range header (right now I go out of my way to make them dependent, I completely misunderstood http there)
# pcarrier[d] also, gotta not respond 200 eagerly if I'm going to http.ServeContent after. I was writing the response code before it had a chance to, so it couldn't use 206 / 304. now I only write 4xx eagerly and let it do its thing instead of 200.
oodani and Johan joined the channel
# Soni has anyone implemented Accept: application/opengraph+html yet?
AramZS and NickoNamo joined the channel
# NickoNamo Hello, I hope this is the correct channel. I've a question about bridgy fed. I've an account on a fediverse platform(firefish), I've followed the bridgy fed bot and it did something since it succesfully created a BlueSky account. Yet briding does not seem to be working since that new bluesky account is empty while I've had some activity on my fedi account (replies, boosts, and most recently a note)
# NickoNamo Is it because it requires time to bridge? Or are other steps required? I've read the documentation but found it of little help
# NickoNamo (For troubleshooting purpose, here my fedi account https://www.foxyhole.io/@LeonardoSaponara and here the empty bridge thing: https://bsky.app/profile/LeonardoSaponara.www.foxyhole.io.ap.brid.gy )
# NickoNamo (Thanks in advance for your help and time)
[dshanske] and [manton] joined the channel
whitesided joined the channel
# whitesided Are there some more hand-holdey documents for getting the dev setup configured than the development section in the README? I think there's some gcloud related stuff I just don't know to do and I'm not sure where to start looking.
Samlin joined the channel
# whitesided Specifically I'm unclear on what additional setup I need to do on my google dashboard, if any, since I get this message when I attempt to set the project. "WARNING: [don.whiteside@gmail.com] does not have permission to access projects instance [bridgy-federated] (or it may not exist):"
geoffo joined the channel
# [snarfed] NickoNamo have you looked at https://fed.brid.gy/docs#fediverse-cant-find ?
# [snarfed] whitesided sounds like you're hoping to contribute to Bridgy Fed? you don't need to do anything with Google Cloud in production online, just set up the SDK locally as described in https://bridgy-fed.readthedocs.io/#development
geoffo and [develumpen] joined the channel
# [develumpen] Does anybody have experience with https://trix-editor.org? I'm working on a PR for https://github.com/barryf/micropublish allowing the user to add images to the body of an article. The issue that I'm facing is that Trix adds a few custom HTML attributes to the `<figure>` tag it adds to wrap an `<img>`. Also Trix is discarting the `alt` attribute of the image.
# [develumpen] I'm getting rid of those tags manually, but it should be a better way to deal with it.
geoffo and [Murray] joined the channel
geoffo and gRegor joined the channel
# [tantek] Interesting first-hand pushback against secondhand rumors/blogposts: https://fosstodon.org/@xaseiresh/112434377865700951
barnaby, ttybitnik, AramZS, sisoma_new[d] and [aciccarello] joined the channel
# thepaperpilot Does anyone here know if comment parade would work embedded in an iframe on the site itself? Perhaps even with the server name auto filled in or even starting on the screen where you pick if you want to be anonymous or not
# Loqi commentpara.de is an open source system for anonymous sign-in and commenting, using building blocks IndieAuth, Micropub, and Webmention https://indieweb.org/commentparade
# thepaperpilot I might play with it a bit, once I've got Web mentions setup. Since it's open source I might be able to tweak it to better fit the flow I'm targeting, if it doesn't already handle it well
# gRegor Looks like you could link to: https://quill.p3k.io/?dontask=1url=https://example.com/your-post&me=https://commentpara.de/
strugee joined the channel
# thepaperpilot That looks perfect. Thanks!
# Soni we want to solve this problem with the given solution: https://socialhub.activitypub.rocks/t/using-content-negotiation-for-opengraph-metadata-mitigating-the-fedi-ddos-problem/4317
# Soni do any indieweb frameworks implement conneg in a way that's easy to hook into?
# Soni (in particular we wonder if publ can do it...)