In the recent days I’ve been stumbling upon weird, new so-called “AI” Mathy-math-slop sites, like linuxv*x.com[1]. Some other was called something like “tutorialsipedia”, or whatever.

Have you noticed these? Is that some weird new Startup that wants to leverage CEO and “AI”? I’d use them, but my eyes glaze off the page. It’s like a drop on a Lotus leaf and I can’t really read that garbage. What’s up with those?


  1. Don’t want to give them the traffic. ↩︎

  • starshipwinepineapple@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    3 hours ago

    Looks like markdown is converted to html syntax. In-text:

    <sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup>
    

    And footer section:

    <hr class="footnotes-sep">
    <section class="footnotes">
    <ol class="footnotes-list">
    <li id="fn1" class="footnote-item"><p dir="auto">Don’t want to give them the traffic. <a href="#fnref1" class="footnote-backref">↩︎</a></p>
    </li>
    </ol>
    </section>
    

    From there they can be stylized. Pretty neat. More info