melezhik

↗ HN profile [ 79.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi I believe LLM are really cool in generating DSL code. If one provides well structured and clear prompt. I am the author of Sparrow ( https://github.com/melezhik/Sparrow6/blob/master/documentation/taskchecks.md ) DSL…

  2. DSCI is a ci pipeline framework integrated with some existed cicd systems like gitea/firgejo/gitlab via web hooks and allowing authors to use general programming languages to write cicd code. It provides SDK for many…

  3. Yes, it’s does not use yaml, only general programming languages https://github.com/melezhik/DSCI

  4. DTAP - super simple testing protocol for infrastructure testing and audit Write your tests/audit scripts in plain Bash with possible extension on many programming languages…

  5. Double TAP is lightweight testing framework where users write black box tests as rules checking output from tested "boxes". Boxes could be anything from http client, web server to messages in syslog. This universal…