Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)M
Posts
19
Comments
28
Joined
3 yr. ago

  • I am going to simplify installation method to just single golang binary , coming soon

  • Hey 👋 and thanks for your interest. Yes it can be self hosted - please read this - http://deadsimpleci.sparrowhub.io/doc/forgejo-setup , right now you need to build your own container image and run it with docker/podman. Please let me know if I can help

  • In what environment is the CI

    By default this is alline:latest docker container , however one can use custom docker images ( to be documented, but let me know if you are interested ), on the demo server , Ubuntu image is used

  • run_task comes as a part of dsci SDK for Python . What do you mean by build time dependencies? You are free put anything into Python / Bash tasks that are called by run_task function in job file … if you point your repo on demo server I can help you with that …

  • Actually just enabled self registration , no need to ask me, but still will be happy to see anyone in discord )

  • Show & Tell @programming.dev

    Dead Simple CI - looking for beta testers

    deadsimpleci.sparrowhub.io /doc/demo
  • It uses yaml only for configuration part, but pipeline itself is far more then that . Not sure what do you mean by “middle ground”, could you please elaborate? Thanks

  • Just added the feature of running jobs on localhost for debugging:

    cd .dsci/job_one; docker run -it -v $PWD:/opt/job --entrypoint /bin/bash dsci -c "cd /opt/job/; s6 --task-run ."

  • Feedback are welcome , the project is in very early stage …

  • Programming @programming.dev

    Dead Simple CI

    deadsimpleci.sparrowhub.io /doc/README
  • Programming @programming.dev

    Double TAP - Text and Test Anything Protocol

    doubletap.sparrowhub.io
  • Raku @programming.dev

    Concat CSV files with Sparky plugin

    gist.github.com /melezhik/96ce5fe848c2fec073d35800693076fe
  • Raku @programming.dev

    Tomtit - simple cli task runner with a lot of plugins

    github.com /melezhik/Sparrow6/blob/master/posts/TomtitIntro.md
  • Raku @programming.dev

    Data pipelines with Rakulang and Sparky

    github.com /melezhik/Sparrow6/blob/master/posts/DataPipelines.md
  • Raku @programming.dev

    How to pass sensitive data to sparrowdo scenario

    gist.github.com /melezhik/12bef782b8fa27b1602e43101c50763a
  • TLTR;

    Sparky is a distributed jobs framework that allows orchestration of remote tasks on cluster of nodes. It’s simple to set up and easy to use. This post is a brief overview of Sparky architecture design.

    Sparky targeted audience is:

    cloud providers to manage underlying multiple hosts infrastructure

    data scientists to process data in distributed manner (aka data pipelines)

    software engineers and devops doing any tasks with distributed nature in mind

  • Raku @programming.dev

    Collection of Raku/Sparrow recipes to munge your data

    stackoverflow.com /search
  • Yep. Fancy devs watching me coding some Rakulang in nano 😂

  • Raku @programming.dev

    Managing multiple ssh hosts using inventory files in Sparrowdo ( in Ansible way but with pure Raku )

    wp.me /p8gE3q-1a0
  • Ok. "I am a good FOSS developer"

  • Thanks, will take a look

  • nano is the best (imho) for up to medium size files. It’s preinstalled in most Linux boxes , it’s simple and flexible enough, takes a minimal amount of time to learn basic for keys and then use them all the time

  • Not generator, validator. It validates configuration files . Ansible is not flexible in comparison with Sparrow, you'd need to write more boilerplate code to do the same ... Also core ansible modules search is limited by "one line" mode, thus it does not allow to search for example within nested structures, like if we want something in between or in nested blocks, or search for sequences, like when we want to search a sequence of strings, a,b,c,d etc, Sparrow does allow al thatl as it has ranges/sequential/SLN search by design. Sparrow allows to generate check rules in runtime as well, Ansible can't

  • Linux @programming.dev

    Harden sysctl.conf by Sparrow checks

    wp.me /p8gE3q-18N
  • Golang @programming.dev

    Useful terminal plugins to build golang code

    dev.to /melezhik/useful-terminal-plugins-to-build-golang-code-gj0
  • Raku @programming.dev

    Developing a simple Sparrow plugin with Raku and Bash

    dev.to /melezhik/developing-a-simple-sparrow-plugin-with-raku-and-bash-51g0
  • Programming @programming.dev

    SparrowHub - Raku Plugins for daily $work

    sparrowhub.io
  • Open Source @lemmy.ml

    Dormitory - Dead simple dockerless microservice framework

    github.com /melezhik/Dormitory/wiki