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/)ME
Posts
20
Comments
30
Joined
3 yr. ago

Linux @programming.dev

Tool to check Linux services configuration files compliance

  • Something started to happen to programming.dev see some posts with many downvotes but without any comments , so people don’t even bother to say what /why they don’t like , even in Reddit people usually comment even when they don’t like your posts and explain their point …

    Update : or maybe this is just a c/programming tendency …

  • Programming @programming.dev

    Plugins SDK for dead simple ci engine (yamless pipeline engine for gitea/forgejo)

    Programming @programming.dev

    Dead Simple CI Introduction

    Show & Tell @programming.dev

    Dsci runner migrated to golang

    Programming @programming.dev

    Dsci runner migrated to golang

    Programming @programming.dev

    Dsci runner migrated to golang

  • 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 …

  • Show & Tell @programming.dev

    Dead Simple CI - looking for beta testers

  • 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 ."

  • Programming @programming.dev

    Dead Simple CI

    Programming @programming.dev

    Double TAP - Text and Test Anything Protocol

    Raku @programming.dev

    Concat CSV files with Sparky plugin

    Raku @programming.dev

    Tomtit - simple cli task runner with a lot of plugins

    Raku @programming.dev

    Data pipelines with Rakulang and Sparky

    Raku @programming.dev

    How to pass sensitive data to sparrowdo scenario

  • 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

    Raku @programming.dev

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

    Linux @programming.dev

    Harden sysctl.conf by Sparrow checks

    Golang @programming.dev

    Useful terminal plugins to build golang code

    Raku @programming.dev

    Developing a simple Sparrow plugin with Raku and Bash

    Programming @programming.dev

    SparrowHub - Raku Plugins for daily $work

    Open Source @lemmy.ml

    Dormitory - Dead simple dockerless microservice framework