jeremycherfas, maxwelljoslyn[d], sebbu and [tw2113_Slack_] joined the channel
#[schmarty]I was having trouble with glitch.com earlier today as well ☹
#capjamesg[d][KevinMarks] Indeed. I am likely going to treat them as what one would call a "backlink" right now, acknowledging that not all sites in the engine support sending likes.
#capjamesg[d]sknebel I want to run my web crawler across multiple threads. concurrent.futures is working well (it doesn't crash, it's super fast, is indexing content) but I don't know how to add another job to work on after all initial jobs are complete.
#capjamesg[d]So I can crawl the URLs in a sitemap but every time I want to schedule a new future for a URL that was just discovered, nothing seems to happen.
#capjamesg[d]Happy to share my code if it helps sknebel.
#capjamesg[d]If you have any tips on adding a queue to any multithreading tool in python (doesn't necessarily have to be concurrent.futures) that would be great.
#sknebelhm, you should be able to just submit new tasks to the running executor
#capjamesg[d]That's what I thought too. But something seems to fail.
#capjamesg[d]print("{} not indexed, added".format(item)) runs so I know that new URLs are added but after the initial jobs the new ones that were supposed to be run don't run.
#[jacky]I'm asking because I have a case where I want my site to have tokens to interact with other little things (like my Webmention server or Micropub server) but I'm not sure how to begin that request flow or hint to the IndieAuth server that it should only expect things to come from certain sources
#aaronpkI would not recommend doing IP based checking of things, that's what a token is for in the first place
#[jacky]Hm okay. I guess I'm being slightly paranoid then - to assume that someone else from a different IP has the token would be enough to assume it to be compromised
#aaronpkYea it's usually safe enough to assume your own backend components can protect an api key they are storing
#aaronpkif you're really paranoid you can use public-private key authentication of some sort instead of shared secrets but it's a bit more complicated
#[jacky]Hm yeah, that'd be nudging it a bit into extreme mode (like who should help with issuing? is it more of a TOFU-esque approach? etc)
#sknebel(i.e. tokens that don't expire etc - you could attach just a field for other restrictions to them and then add IP or whatever limits)
#[jacky]Yeah, though, I think I'm going to drop the IP requirements and make it into a hostname thing mainly because I know it'll be very likely to change
#sknebelthat's very much down to how you do your infrastructure, yeah
#GWG[jacky]: I store extra info on token usage, such as last IP accessed, but don't verify much
#GWG[jacky]: Do you want to limit tokens to certain resources?
#LoqiIt looks like we don't have a page for "everyone working on today" yet. Would you like to create it? (Or just say "everyone working on today is ____", a sentence describing the term)
#[tantek]that would be a great page to have with live updates / feeds from everyone's /now pages?
#aaronpki've been wanting a feature in aperture to enable this kind ofthing, where you can configure a particular channel to show only the latest post from each subscription
#[tantek]I mean really in list form that would be AIM statuses 🙂
#npd[m]omg yes I so want AIM statuses of my friends again
#capjamesg[d]npd[m] I never had them but I'd love them 😄
#capjamesg[d]Although I wouldn't want to advertise my status to everyone on my site.
#capjamesg[d]I don't think most people would care about "James is working" or "James is sleeping" or "James is chatting away in Discord" but some people would 😄
#[tantek]capjamesg[d] I feel like we've seen some folks do that as part of their h-card
#Loqistatus is typically short for status update, though may also refer to the use of post status in Micropub, or indicating whether an event is cancelled or has some other event status https://indieweb.org/status
#[chrisaldrich]How much better the world might be if only he'd followed a more design oriented path with those curlicues instead of quadrupling down surveillance capitalism...
#[aciccarello]Github added statuses but I've never used the feature
#[tantek]I've seen people using GH statuses for pronouns