Here are some notes from the "broadcast" portion of the meetup:
jonathanprozzi.net — Has been travelling and getting married and had lots of time to think about things! Not to work on them, though. Catching back up on things like Gatsby pages for Digital Harbor Foundation. Feeling some maintenance pains now with Gatsby's GraphQL queries pulling HUGE amounts of data from a WordPress backend – about a 5 minute process for each site build. Upgrading to Gatsby 2 would also require a bunch of changes that he isn't wanting to do. Also, something in the Gatsby build process just broke, without him making any code changes. Wishing now he had built the site in Next.js, which uses REST over GraphQL. For his personal site, he is thinking about how much effort he wants to put into things. He typically uses his personal site as a way to learn new technology, but is now wary of force-fitting things that aren't a good fit. Maybe tweaking his current WordPress site would be a better use of time than rewriting the site. Particularly since he hasn't posted since July.
rhearamakrishnan.com — Not much new on her personal site, since it's working well for her purposes. Posted some new stuff she made over the summer, including a micro chap-book called It Makes More Noise Than I Thought It Would. Been working on other summer projects, like writing poems on postcards for people. Photographing and typing those up to make a mini-collection. Wants to build something on Twine, if she can include a form so people can write letters back to her. She's gonna write out the adventure as she wants it and then think about what kind of interactivity she'd like from readers. Thinking about designing a mini-course for DHF around Twine for students to build stories around it.
martymcgui.re — Hasn't really made much progress on any personal or IndieWeb projects since the last HWC meeting. Had a couple of out of town trips and projects that were good and fulfilling experiences, like going to Camp Improv Utopia East. Those experiences highlighted that maybe he is feeling burned out about some IndieWeb things! For example, he has been letting the This Week in the IndieWeb Audio Edition slip more and more each week and finding it hard to focus. He's trying to figure out what to do for the upcoming IndieWebCamp NYC, which he is excited about, but feeling a bit overwhelmed by project ideas, things he should be doing to help organize, etc.
Other discussion:
https://twinery.org/ is great for creating interactive stuff - and it seems like the output is plain HTML? So it should be possible to add a form from some service like Formspree or Firebase to an exported project, if the tool doesn't offer exactly that kind of thing.
Dealing with burnout and feeling stuck on things. Sometimes it helps to get energized by doing something else. Sometimes doing those other things really highlights that you have energy, just not for those things you're burned out on!
Principle of Least Power is another big thing, here. Jonathan and Marty have both been struggling with projects where the tooling or the plumbing may be taking all the energy available.
Semantic HTML and CSS can do so much, now. We looked at this CSS-only TODO MVC proof of concept. Talked about HTML definition lists, summary/details tags, figure/figcaption, and more.
Here are some notes from the "broadcast" portion of the meetup:
shawngrimes.me — Shawn has been working on teamruby.dog. Specifically, collecting content. It's a new WordPress site. Thought about Squarespace because of ease of maintenance but can't justify the pricing. Also trying to find a way to post some 360 panorama photos from a recent road trip through 19 states.
martymcgui.re — Finally started the grueling work of translating his site's data from Jekyll into Hugo. It involved writing lots of little scripts to do things like maintain redirects for old date-based URL slugs, RSS for podcast feeds, and other plumbing. Next up is to port his existing templates over, which should be a big process. Also started a tribute site to his cat Nitro at nitro.rocks. Hoping to make it an IndieWeb-project by getting folks to contribute fun cat memories by posting to their own site and syndicating to nitro.rocks.
Other discussion:
Ways to showcase 360 photos. Ricoh apps can (could?) post interactive panoramas to Facebook/Twitter. Marty posted some interactive panoramas on his site back in 2016 (example), but isn't super happy with the experience.
RSS (and Indie) readers
Webmentions and notifications
Badging (and politics)
Thanks to everybody who came out! We hope to see you all again at our next meeting on WednesdaySeptember 5th at 6:30pm (quiet writing hour at 5:30pm)!
Here are some notes from the "broadcast" portion of the meetup:
derekfields.is — Derek wanted a couple new rules for sharing time, today. First, find and share a site with some cool tech that you like. Second, talk about why you're into web development. He showed off a demo of using the browser Gamepad API w/ a Playstation dual-shock 3 controller. It showed button state changes, including analog states for buttons and joysticks. Been thinking about lots of ideas lately but missing some focus. Looking at productivity hacks to focus more. Notices when he's not focusing, now trying prompts to figure out why he's distracted and get back on task. Derek is into web development because it changes rapidly and requires focus to keep learning. Been working on his VueJS class and it's been going well until today. His accountability buddy is on a trip.
jonathanprozzi.net — Been working on work stuff. Built a single-page app w/ Gatsby for deploys of some Digital Harbor Foundation content for use in remote schools with intermittent internet connections. Pulls course data from the central DHF WordPress and deploys it as a package on Netlify. Ran into his first deploy issues with Netlify due to case-sensitive filesystems (which he doesn't experience on his Mac dev machine). Been really inspired by the Susty WordPress theme which can deliver WordPress pages in ~6KB, compared with most themes, which are very bloated. Jonathan is into the web because of the problem-solving aspects of it, but also because it allows creative expression and productivity.
zach.oglesby.co — New! Welcome, Zach! Recently switched his Known-powered site to Jonathan LaCour's overview page (w/ location info and other nice things), but it doesn't have a representative h-card, yet, so working on that. Also working on making his read posts more compatible with IndieBookClub. In terms of "Cool Tech", just had occasion to use Bootstrap for the first time, which was interesting. Zach is into web development because there are so many ways to do things on the web, you can play and tinker with different things you might not have otherwise.
pulianas.com — New! Welcome, Alec! Has had this website for a while, originally as a portfolio, now as a WordPress site that powers his Micro.blog. Been working on a new site for a podcast, Overanalyzed, also WordPress. In terms of "Cool Tech" - likes Eddie Hinkle's website. Also, webrings "seem pretty cool". Isn't a web developer professionally, but likes how it makes publishing easy. Really also likes the concept of owning your own content, bringing his stuff in from Twitter. Sees his online identities as layers: website is most personal, Twitter next, and Facebook is sanitized.
martymcgui.re — Been working on the Baltimore Improv Festival website, a static site generator called Ruhoh that doesn't really "exist" as a project anymore, though the code and gems are still out there. Needs to spend time on the webrings site. In terms of "Cool Tech", likes this recent "Even More CSS Secrets" talk from Lea Verou. Marty is into web development because it is an amazing way to share content that anyone can access from anywhere in the world! "Can it be done on the web?" is an interesting, if sometimes difficult, lens to see the world through.
Deploying things on Netlify! Marty tried his first Netlify site during quiet writing hour, as a potential host for the Baltimore Improv Festival website, which is currently on an old shared host.
Tools for writing VueJS (and using Visual Studio Code for it). Like Vue Snippets for VS Code, linting tools, and Sarah Drasner's CSS tricks articles about VueJS.