#dev 2024-02-26
2024-02-26 UTC
gRegor, geoffo, jacky, tPoltergeist and sebbu joined the channel
geoffo joined the channel
# [Al_Abut] Pretty soon you’ll be looking at green code and seeing a lady in a red dress…
# [tantek] or ASCII art "street view" renderings? e.g. extend some of the stuff here to be based on real building data: https://www.asciiart.eu/buildings-and-places/cities
# [tantek] wow this looks promising: https://wiki.openstreetmap.org/wiki/Mapscii
# [tantek] also interesting, driving directions by ASCII art maps and regression testing too! https://blog.mapbox.com/testing-directions-with-ascii-art-6b081f863950?gi=d37b5df5e867
AramZS and tPoltergeist joined the channel
# [Al_Abut] I can’t blame him, look at this stunning CSS illustration by Diana Smith:
# [Al_Abut] she said she did it in two long weekends
[jeremycherfas] joined the channel
# [Al_Abut] I’m fascinated by this niche. I’m many hours into creating a beginner’s tutorial for CSS illustration to capture a zoom coaching session from last weekend by Joe. Hoping it’ll help others jump in as well.
# [Joe_Crawford] “It really is the painter, not the paintbrush, or the paint” 💯 [tantek] — there are masterworks by that person who does painting in excellent background colors. I feel like with the CSS things I play with now I understand that drive better. You get into a groove, thanks for the shout [Al_Abut]
# [Joe_Crawford] In Excel background colors, autocorrect. MS Excel.
# [Al_Abut] I’d settle for learning how to pivot tables
# [Al_Abut] One of my “I knew she was the one” moments when I was dating my wife was that she wanted to take a free Excel class at the local adult learning center.
[snarfed] joined the channel
geoffo joined the channel
# [KevinMarks] Tantek try https://github.com/martinthomson/aasvg on ascii maps
tPoltergeist, Guest6, bterry, jeremycherfas and AramZS joined the channel
# [KevinMarks] the case against instagram interop continued
# [KevinMarks] https://techcrunch.com/2024/02/26/meta-drops-lawsuit-against-web-scraping-firm-bright-data-that-sold-millions-of-instagram-records/?utm_source=dlvr.it&utm_medium=bluesky&guccounter=1&guce_referrer=aHR0cHM6Ly9ic2t5LmFwcC8&guce_referrer_sig=AQAAAALf14vJKMJHkSuIzKFMqFcPm2hMUhTlUUXckARrH_dAikDjPyGTgRtSZTU1_9ncM8ZfPU1LK1337x6FJtd-Y1h-AuTNp1Jx0u1lXAxQ1sjdz9YWbUSDqoZ5EIiR8EAk1pKdXTEV59aE9EWAV-gVDxnLHDQ3OlMN2R8HEIv3Cdtg
geoffo joined the channel
geoffo and mahboubine joined the channel
GWG- joined the channel
# GWG- Okay
gRegor and gxt_ joined the channel
lanodan and to2ds joined the channel
# starrwulfe Thanks for looking into that Snarfed
jjuran_, mahboubine, adele, adele_, [aciccarello] and [tantek] joined the channel
# IWDiscord <capjamesg>
adele joined the channel
jjuran joined the channel
# [aciccarello] capjamesg, would this work for mobile tables? https://zachleat.github.io/table-saw/
# starrwulfe cool Snarfed, gimme a moment to test here
[KevinMarks] joined the channel
# [KevinMarks] Did I show you my solution to filtering table rows in css James?
[Joe_Crawford] joined the channel
# [KevinMarks] It's in my BBC dashboard code, I would have to extract it for an example.
# [KevinMarks] I have a bunch of checkboxes at the top like this and them classes on the rows
# [KevinMarks] ```EN <input class="toggle_en" type="checkbox" checked=""> SC <input class="toggle_sc" type="checkbox" checked="">
# [KevinMarks] <table>
# [KevinMarks] <tr class="region-GW service-DTV eff-TO">```
# [KevinMarks] then a bunch of css rules like:
# [KevinMarks] ```.toggle_en:not(:checked) ~ table .region-SO
{display:none;}
# [KevinMarks] .toggle_sc:not(:checked) ~ table .region-GW
{display:none;}
```# [KevinMarks] so unchecking the boxes hides the rows you want to filter out
# [KevinMarks] As it's pure CSS, it's instant (shame you can't animate `display:none`)
# [aciccarello] I've hit that limitation so many times
[Al_Abut] joined the channel
# [aciccarello] I know the CSS working group was looking into it https://css-tricks.com/so-youd-like-to-animate-the-display-property/
# [KevinMarks] maybe I could set the row height to 0, and animate that so the lines shrink, but I suspect that would be harder with a table
tryinbrian and rrix joined the channel