6 comments

  • eichin52 minutes ago
    Anybody remember &quot;cram&quot;? From about 10 years ago, <a href="https:&#x2F;&#x2F;bitheap.org&#x2F;cram&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bitheap.org&#x2F;cram&#x2F;</a> basically a markdown syntax (making heavy use of code-blocks) for documenting and writing tests as &quot;shell commands and expected output&quot; (with a bunch of the sharp edges filed off, like line endings and partial matches.) Was particularly good for easy-to-write, easy-to-review tests of unix utilities. (It&#x27;s the kind of thing that you only stumble on if you&#x27;ve been working with doctests but they don&#x27;t really fit well for shell&#x2F;unix stuff...)
  • thangalin46 minutes ago
    Speaking of test suites, LLMs cannot quite curl straight quotes correctly. My Markdown editor uses the following suite:<p><a href="https:&#x2F;&#x2F;repo.autonoma.ca&#x2F;repo&#x2F;keenquotes&#x2F;tree&#x2F;HEAD&#x2F;src&#x2F;test&#x2F;resources&#x2F;com&#x2F;whitemagicsoftware&#x2F;keenquotes&#x2F;texts" rel="nofollow">https:&#x2F;&#x2F;repo.autonoma.ca&#x2F;repo&#x2F;keenquotes&#x2F;tree&#x2F;HEAD&#x2F;src&#x2F;test&#x2F;...</a><p>Am curious whether SOTA LLMs can curl the ambiguous cases.
  • riffraff2 hours ago
    The &quot;test anything protocol&quot; was a text based system for writing tests, I think perl might still use it<p>I remember using it to implement the test suite for a Shakespeare language interpreter. Fun times.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Test_Anything_Protocol" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Test_Anything_Protocol</a>
  • abusaidm2 hours ago
    Interesting approach, I can see the benefits of such approach where the md is acting like a Jupyter notebook of some sort. You place the content with documentation and it becomes a self standing unit of test.<p>I wonder if this can be replicated to other notions where the docs&#x2F;data needed for test add more value to live with the test
  • dhruv30062 hours ago
    I think you will like <a href="https:&#x2F;&#x2F;voiden.md&#x2F;" rel="nofollow">https:&#x2F;&#x2F;voiden.md&#x2F;</a> - some what similar to what you did here.<p>PS: I am currently working on Voiden.
    • rubyn00bie1 hour ago
      You’re developing that so it would be nice to have the disclosure.<p>Additionally, I cannot find any obvious examples of what it does, or how it possible relates, and none of the sections seem to offer anything even resembling an example. The entire site seems like a marketing template.<p>FWIW— if it is similar, or there are examples, you should absolutely put them to the forefront. I literally have no idea what any of the statements&#x2F;propositions in the pages actually mean.
  • nibblecid4 hours ago
    [dead]