[tantek], lahacker, gRegorLove, KartikPrabhu, priyanshu, nickodd, oodani, leg, dhanesh, [jgmac1106], ShadowKyogre, [colinwalker], [jeremycherfas] and [Rose] joined the channel; ShadowKyogre left the channel
[jgmac1106]!tell jacky geared toward DoD since staring there first with cybersecurity but everything you do must swim in FCI and CUI (classifications for types of federally protected data in US outside of Classified) http://fcivscui.com/
[jgmac1106]will do, I quickly saw what I missed, going to get a lot of exposure the cybersecurity training I am developing is starting in Defense (biggest checkbook and threat) but will hit every element of federal and government contracting by 2025
[tantek][jgmac1106] was there a drop in the IRC/Slack bridge? I have no idea what you're responding "will do" to, or what anything about that statement has to do with indieweb-dev ?
ZegnatIf you have a bunch of HTML files that need parsing, what are people's goto scripting languages for that? I like PHP, but have mixed feelings about its HTML handling (user-land parser, ...), and I never know what HTML parser is actually good in the JS landscape
ZegnatI have a couple of site crawls (wget) from which I need to extract specific contents on a page-by-page basis, [schmarty]. And probably clean some in the middle elements, brs, etc. I think it will be easier to do scripting that than wrangling a cli tool into doing that, but I will have a look at pup!
GWG[KevinMarks]: I convert the api response to mf2 properties, and then use a function to turn that into a display string...I need to improve that display string... sometimes it can be a bit strange
[Raphael_Luckom]I'd put in a word for JS. There are solid libraries there if it's something you know already. But with the age of html as a format, it's more about what you like than which language is ahead in general.