#LoqiIt looks like we don't have a page for "video game" yet. Would you like to create it? (Or just say "video game is ____", a sentence describing the term)
#capjamesgThere's an interesting idea in gamifying IndieWeb "achievements."
#capjamesgI'm not a fan of competition but it would be nice to earn some kind of badge for doing various IndieWeb things.
#capjamesgIt wouldn't be for anything other than your personal edification but might offer some encouragement to people who are dipping their toes into new waters.
#capjamesg"Achievement: Configured Webmentions on Your Site" is a leading reward while you wait to actually receive your first webmention (which in itself is such a terrific reward anyway :D).
#[tantek]and this is why we spent a bunch of time on IndieMark with various levels
#capjamesgDid anyone make strides in making IndieMark more approachable?
#capjamesg(with the mindset that not everyone may want to read through a long wiki page)
cybi, mro and tetov-irc joined the channel
#CrowderSoupI am (sort of) gamifying my IndieWeb work on my own site by putting all the todo's into Habitica capjamesg, haha
pmlnr, [aciccarello] and jacky joined the channel
#[tantek]capjamesg, re: "more approachable", note the stark contrast in the fact that webmention.rocks is very much *only* for developers, whereas "more approachable" usually means to users
#LoqiTo read or reading is the act of viewing and interpreting posts or other documents; on the IndieWeb, a read post expresses that something has been read, like a book or section thereof https://indieweb.org/reading
#AramZ-S[m]I see what he means about it being somewhat out of date, Ruby and Coffeescript, two things a lot less popular among devs these days
#[tantek]write code such that it doesn't matter how popular the underlying technologies are with devs
#[Scott_Jack]as in, rock solid and with few dependencies?
#[Scott_Jack]I've dabbled in trying to learn a few languages over the years but I think what I'm missing is process and best practices
#[tantek]scojjac, yes, and I think another long term lesson here is that non-C syntax languages are never going to be dominant, and likely retreat to finding only small community niches. the one exception being Python which is still fighting to hang on. Perl is essentially the COBOL of the web now.
#[schmarty]declining popularity of Coffeescript makes sense, as it overlapped a lot with ES6 syntax features and the need for cross-compilers to use them.
#[schmarty]Ruby (especially Rails, which is the framework for this reading.am repo) seems to be doing just fine. regular improvements, active community.
#[tantek]Ruby hanging on there by a thread at #10, right behind "Shell" at 9, and in the top 8, the only non-C-syntax language is Python
#CrowderSoupI would say _Rails_ seems to be doing fine, but I rarely see anything written in Ruby that isn't Rails. Python has data science and automation nerds backing it up (I like python for scripting and automating personally). But like [tantek] mentioned, "C-Style" languages are popular because the syntax is familiar and I don't see that changing in the
#[tantek]that's not really useful "to make a strategic decision about what programming language should be adopted when starting to build a new software system" (from the tiobe-index page itself)
#[tantek]tbh I trust github activity much more than search engine mentions for being any kind of (semi-)accurate view into *current* language relevance
#[Scott_Jack]I've done a little JavaScript, TypeScript, and Python so it's kind of nice to see those high on the list. I'm not sure I love that the modern web is so dependent on JavaScript but it doesn't seem to be going anyuwhere
#[Scott_Jack]Just recently was trying to get through a .NET Core course but lost interest and haven't been able to get back into it
#[Scott_Jack]Objective-C made me not want to develop iOS apps
jacky joined the channel
#[aciccarello]I'm curious to see how web assembly is going to affect the JS dominance.
#CrowderSoupI think WASI will be pretty interesting to watch. It could be a new / better JVM.