#dev 2024-05-10

2024-05-10 UTC
ttybitnik, [qubyte], amyiscoolz_, gruetzhaxe, influous, barnaby, [tantek], [marksuth], [Jo], lifeofpablo, GuestZero, win0err and jjuran joined the channel
#
capjamesg
aaronpk How does the Aperture polling service work?
#
capjamesg
In terms of queuing up jobs.
#
capjamesg
I'm trying to think through a system that pulls data from a dozen sources every 10 minutes or so. To start, a cron job would definitely work (my intent is something on those lines). I'm curious how you scale that, from an engineering perspective.
#
pcarrier
is there a simple, stupid HTTP recurring job service available? something like cron+curl?
#
pcarrier
[edit] is there a simple, stupid HTTP recurring job service available? something like a naΓ―ve cron+curl with a log?
#
capjamesg
The simpler, the better πŸ˜„
#
aaronpk
I use beanstalkd for queueing
#
aaronpk
it works like most queueing things, you put a job on to the queue (or schedule it in the future) and then any number of workers can take a job off the queue to process it
#
capjamesg
I like this!
#
capjamesg
aaronpk++
#
Loqi
aaronpk has 34 karma in this channel over the last year (116 in all channels)
#
capjamesg
This is exactly what I needed.
reillypascal, [Joe_Crawford], GuestZero, Guest6, [pfefferle], vhbelvadi, [Murray] and [KevinMarks] joined the channel
#
cophee
[tantek]: this is awesome!
[naturestudy], sebbu and [snarfed] joined the channel
#
[snarfed]
😍
GuestZero, trwnh and GuestZero_ joined the channel
gRegor, barnaby, barnabywalters, GuestZero and [schmarty] joined the channel
#
[schmarty]
laughing at how mad squarespace has made me today
#
[schmarty]
i'mma make a blog post i think
GuestZero and chee joined the channel
#
gRegor
[schmarty]++ yeah I found that verbiage very confusing. It's probably an ICANN rule or something that a registrar can wait a certain time like 5 days, I'm guessing? Certainly don't have to, though, since Google Domains transferred other ones for me super quickly.
#
Loqi
[schmarty] has 11 karma in this channel over the last year (24 in all channels)
#
gRegor
What registrar are you using now? I'm on Porkbun, liking it so far.
#
[schmarty]
i haven't transferred domains many times in the past, but each one has had an "approve this" button to push the transfer right away!
#
gRegor
Interesting. With the Google Domains ones I had to unlock the registration, copy a code, then enter that in the target registrar, so effectively the same as an approve button I guess
#
[schmarty]
i used enom and godaddy for a long time. now mostly namecheap with a couple on 101domain.
#
[schmarty]
gRegor - right, squarespace _also_ made me do those steps, and are now just sitting on the final approval.
#
gRegor
Mine did all eventually get away from squarespace though, so fingers crossed it all goes smoothly for you too :)
#
[schmarty]
previously i have been able to: unlock, request and copy the code, pay for the stuff, then get the notification from the old registrar and approve it to finish things off right away.
#
[schmarty]
:crossed_fingers::skin-tone-2: thanks gRegor! :}
#
[aciccarello]
I transferred when I was up for renewal while my domain was still with Google
#
gRegor
Found this helpful today since I can never remember git 'ours' vs 'theirs' https://nitaym.github.io/ourstheirs/
[benatwork] joined the channel
#
aaronpk
hmm i am tempted to try to join IWC remote this weekend and work on a FedCM + IndieAuth hack project
#
[schmarty]
aaronpk++ IndieAuth++
#
Loqi
IndieAuth has 3 karma over the last year
#
Loqi
aaronpk has 35 karma in this channel over the last year (117 in all channels)
#
pcarrier
Question I figured I should leave here too.
#
pcarrier
> #11ty / #hugo users and other static web folks, which localization/internationalization features do you use in your http server / hosting provider? Anything you miss? Looking to survey both current practices and what could constitute new best practices before I look into building anything in https://xmit.co
#
pcarrier
> For example, could route based on language extraction from query parameter (eg ?fr) falling back to Accept-Language traversal, to index.fr.html or index.en.html of index.html. Good start? What to configure how?
#
Loqi
[preview] [Pierre Carrier] #11ty / #hugo users and other static web folks, which localization/internationalization features do you use in your http server / hosting provider? Anything you miss? Looking to survey both current practices and what could constitute new best practic...
#
[aciccarello]
Still haven't add i18n to my site yet. I've looked into it a few times.
#
pcarrier
Any takeaways?
#
pcarrier
I've localIed spas but not "traditional content" stes
#
pcarrier
[edit] I've localIed spas and dynamic sites but not "traditional content" static sites
#
pcarrier
[edit] I've localized spas and dynamic sites but not "traditional content" static sites
#
[aciccarello]
I know 11ty had a plugin that provides some tools to render separate pages for each language
gRegorLove_ joined the channel