[g33kcentric]i want to say thanks swentel, your drupal modules have helped alot in my switching over to laravel for my site, and building my own custom indieauth and mpub bits and pieces 🙂
[g33kcentric]🙂 i was using drupal and your modules, but i couldnt be dealing with the cognitive overload of maintaining the drupal site at work and my personal one
[g33kcentric]ive been using it professionally for about 3 1/2 years now, and yeah i do really like it, but i just dont need that amount of power for my personal site 🙂
[g33kcentric]i had played around with Drupal 6/7 prior to getting this job, but i was thrown in in my first two weeks, helping to launch this Drupal 8 site when drupal 8 was pretty fresh and there was bugger all modules that had "properly" added drupal 8 support
[g33kcentric]yeah, and drupal 9 is just round the corner, me and my boss were hoping to update as soon as it dropped, but i took a stock count of how many modules we use have anywhere close to D9 releases and its basically none 😄
doubleloopmblaney: i.haza.website look super cool - was just trying it out, i entered an existing domain into the Domain Name box and it says 'Sorry that domain name is not avaiable'. But the text above seems to suggest that it would give me further info on how to modify my dns records
mblaneyhey doubleloop, thanks! yeah I see what's going on, there is no A record for the domain so it does a name.com search... and it's not available :-)
doubleloopmblaney: re wording I'd also maybe reword slightly just to have a (really short) piece of text explaining what a domain name is. Something like 'The first step is to give your site a name - this is known as a domain name. ... ...'
[g33kcentric]Well [jgmac1106] its not set up 100% yet, still got to get micropub setup etc, but i have all the content that i scraped off of my old site up
[g33kcentric]2. The laravel site stores a json file on disk and then stores that same info in sqlite, with a json column, along with the slug, so i can utilize the power of SQL when searching etc
[g33kcentric]so I have the code up in a github repo (the same site powers my indie auth, micropub, my TFA solution etc) and then i have a backup, which backsup the sqlite file, my pictures and my JSON post files up
[g33kcentric]I also noticed you did "who is", im assuming that searches the indieweb wiki for me? I haven't setup a page yet, maybe ill do that this week 🙂
[jgmac1106]Yeah why I like this space. The network knowledge grows as people make incremental changes to their sites. What works goes to wiki and eventually W3C. What doesn't is discarded
[g33kcentric]yeah, i love this incremental mentality, and it looks like there are a lot of wordpress people here, who are the nicest tech community ive ever met, probably because there are an equal amount of people who wouldnt consider themselves techies
[jgmac1106]My goal by 2020 summit is to have micropub capability on my site.... But I have to learn sooo much first... Hope Corona quarantine adds free time
[jgmac1106]Haven't been to a WordCamp but have been to plenty of EdCamps.... They all trace back to BarCamps... We share a similar lineage thx to tantek
[jgmac1106]If you haven't been to West Coast US... 10th annual Summit be a fun trip... Some adjacent tech conferences if you wanna try to get bosses to pay for it
[jeremycherfas]And what do you suppose made the China curve the way it is? Certainly not young people celebrating in bars that they are able to celebrate in bars.
[jgmac1106]Maybe flights get so cheap when they do start up again [g33kcentric] can afford a ticket with the Alfalfa sprouts and Tofu environmental workers get as pay
[jgmac1106]well I am off to a meeting to figure out how you train all your faculty and staff to learn to learn online without any opportunity for training
joshghentBeen reading the wiki a lot and realised I need to dogfood a lot more, got tonnes to do and write. Will keep you all updated. I didn't see the point of a URL shortner but definitely going to get one now!
joshghentYeah good points, taking it one step at a time. My main aim is to own my data and get it out of silos. I run a bunch of scrappers and written some my own but diving more into other proprietary services I use like Fitbit and stuff - I hadn't really considered it as a data silo but it massively is
jmac[schmarty]: Thank you! Per aaronpk's advice I just ripped off your past-meeting text and punched it up a little. (Followups to #indieweb-meta, one supposes!)
jolvera, lalilulelo and [tantek] joined the channel
[tantek]Going to try to use the web logs to catch-up on chat (because they're much faster than Slack, obviously, no heavy-duty JS needed to read chat logs)
[tantek][lutternoodle] saw your message about *JOGL Covid-19,* can you discuss whether there are any IndieWeb approaches being attempted? Or is primarily around either new centralized sites or use of existing social media?
[lutternoodle]↩️ Good question! As far as I can tell, it’s all a fairly new and rapidly scaling initiative and they’re not attempting much of anything just yet. But they seem very open to anyone who has the bandwidth for it helping them figure out their internal ways or organizing and communicating collaboratively (and an IndieWeb approach I would think could be part of that).
vika_nezrimayaScrolling underlying HTML code on background, messages filling up the whole screen, keyboard-friendly interface, the website crashing if you mash your keyboard... I kinda like it
vika_nezrimayathere are also: undelete (Restore previously deleted content on your website), read (Receive content from feeds you're subscribed to), follow (Follow and unfollow people), mute and block (Interact with your list of {muted|blocked} users) and channels (Manage your subscription feeds)
vika_nezrimayaObviously if you disable the checkbox, the permission would not be granted (an application will be able to detect this by getting an 401 insufficient_scope error)
vika_nezrimayaIf there are gonna be really nagging apps that request permissions continuously even if you denied them (like some apps do outside the IndieWeb) I'll probably add a mode of "silently ignoring requests guarded by permission" for these apps
vika_nezrimayaAs a matter of fact, Kittybox Companion on Android doesn't request location permission (The only `dangerous' permission it requests) unless you try to add a check-in
vika_nezrimayaThe new media endpoint (which could be considered an MVP - it can already save stuff and show last 9 uploads (the last one is glitchy tho)), the new frontend, the new Micropub... The frontend will also host the auth and token endpoints because bootstrapping requires a secure channel between frontend and token endpoint and I cannot imagine something more secure than coupling them
vika_nezrimayathe problem of bootstrapping a token endpoint is interesting for me. You need to have working IndieAuth and onboarding. To check for completed onboarding for redirection, you need to have a token for Micropub. But you can't get a token if you don't have IndieAuth, which means you need to retrieve a token separately.
[ColinMorris]Finally built my web blog-post interface to my Bitbucket powered blog. Can add a URL w' indicators of like-of/ in-reply-to etc. and it autogenerates the metadata for the output. Makes life much easier than having to remember what to do all the time 🙂