Hi All,<p>After reading Part 1 of the Hypermedia Systems book [0] I wanted to see if I could make an interactive data viz with just HTML and CSS.<p>Here is the initial result which shows a technology adjacency table for job openings posted to the Ask HN: Who is Hiring? thread (May 2024)<p><a href="https://ludicrousdisplay.github.io/HN/whoishiring202405.html" rel="nofollow">https://ludicrousdisplay.github.io/HN/whoishiring202405.html</a><p>Rows and columns correspond to one or more related technologies. Values in the table show the number of job postings that mention the technologies corresponding to the cell's given row and column.<p>Clicking on a row header or table cell will display a list of matching job postings. Clicking on the text in the top left corner of the table displays the job postings that do not reference any of the technologies in the table.<p>This is a first step, proof of concept, so I'm interested to hear people's thoughts on the approach. I plan to produce another viz for the June Who is hiring? thread towards the end of next week.<p>0. <a href="https://hypermedia.systems/introduction/" rel="nofollow">https://hypermedia.systems/introduction/</a>