shoesNsocks1, KartikPrabhu, [tantek] and [raph_l] joined the channel
#[raph_l]hey, I haven't poked my head in here in a while, but I just released al alpha version of the system I've been building for the last 10 months or so. It's a AWS-hostable serverless blog that costs around $2 / month to operate and includes an authoring UI. I'm planning to add federation features so that it can do social-media things. https://raphaelluckom.com/posts/Mid-July%20check%20in%3A%20alpha%20and%20beyond.html
jjuran joined the channel
#vikanezrimayaIt feels weirdly good to be blocked by some sort of an "outside" problem when you know your software works properly on its own, it's just some other thing preventing it from working.
#vikanezrimayaAt least I know the e2e tests are working and the deployment should work too, since it runs on the same platform I use for e2e tests
#vikanezrimayaMaybe I should write a token endpoint to be able to use Micropub in my e2e tests...
#GWGI figured out why my site was slow. It was my brother. He has a site on the server and he got my redis cache up to 500mb of data. I was only using Redis for PHP session caching and WordPress object caching, so I never expected that.
#aaronpkhow much RAM on the machine? 500mb isn’t a big deal for reid’s, but if it’s swapping that out on disk that would be a problem
#GWGI also keep asing him to stop running expensive LIKE queries on the SQL server
HelloMatrina joined the channel
#vikanezrimaya<GWG "He's storing pictures in there, "> I don't think Redis is intended for storing large binary blobs such as images... Even I only store small-ish JSON blobs and use a static folder for pictures
#vikanezrimayaConsidering to move to MinIO for latter to gain compatibility with S3
#GWGvikanezrimaya: I'm pushing him to fix his code.
#vikanezrimayaIn case I ever decide to migrate to a cloud hosting, IIRC object storage is cheaper than block storage
#vikanezrimayaOh well. I guess it was too early to celebrate. I deployed... And then BOOM. a lot of bugs in the frontend I didn't expect.
#vikanezrimayaThat's just because I've never actually tested the frontend
#vikanezrimayaOnly some manual testing, but it wasn't comprehensive enough
#vikanezrimayaI might need to set up a proper test harness for it later
#vikanezrimayaAt least the Micropub endpoint works as expected. Even when the expected is technically a bug
#vikanezrimayaFor example, my Micropub endpoint (very correctly) rejected two h-cards because they contained foreign u-urls - which is technically expected behavior... I've decided to do so because I'm thinking of making Kittybox support sideblogs and/or multi-tenant setups and there's an access control check that rejects a post if any u-url doesn't match the user. I guess I should relax the check to make it simply not set up redirects on foreign
#vikanezrimayaAt least I know the bulk import works - and thanks to my software always storing mf2-json data it's extremely easy to write an importer - in fact, mine is just 50 LOC
#aaronpkit seems i now have the technical ability to have my 3D printer post a photo automatically when a print completes...
#aaronpkthe question is whether my 3D printer should get its own blog, or should i have it post those to my website
#aaronpki don't have a good solution for spinning up another blog since my software isn't really packaged up nicely, so maybe i should just stick to posting them on my site in a special category
[snarfed] joined the channel
#[snarfed]seems like the easier path ops wise (and more). if you really wanted, you could even custom style category feeds like those, but might be a double edged sword
#aaronpki'm not sure i want to collapse my cat's website like that, but on the flip side, i haven't been posting anything there since ownyourgram died so maybe that would be a better plan
#aaronpkhuh that's an interesting thought... i could effectively turn my site into a multi-user/multi-domain site without too much hassle by adding a new property to my posts to keep track of which domain they should be shown on
#aaronpkso you'd still visit indiewebcat.com, but that would query my main site's posts table and only show the subset of posts associated with that domain
#aaronpkthen i could "spin up" a new domain pretty trivially since there would be no new code running per domain
#[snarfed]oh yeah true, hadn’t considered keeping the domains, but yeah totally doable
#[snarfed]i’m curious how different people here choose whether to use a full domain, subdomain, or path for category feeds like these
#GWGaaronpk: Yes, but I can't imagine photos.david.shanske.com
#GWGI always wonder if I should do something with dshanske.com
#GWGBut, I wonder if special category feeds is worth a wiki page
#[tantek]subdomains are good if you need an origin boundary, or a way to route an entire set of resources to a different service (image hosting), other than that it's more hassle than using paths
#[tantek]i.e. resist the desire to do so for "cosmetic" (vanity?) reasons, beyond the use-case that GWG noted (first.last.tld)