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/)B
Posts
2
Comments
77
Joined
3 yr. ago

  • Ok, this is really over the topz but I like it. Wouldn't be too hard, to open the gate when the mower engages.

    Clever and nice touch of adding the drain.

  • First check the dontvacuum.me site for compatibility.

    Flash with modified firmware, run valetudo and disconnect from the Chinese cloud.

    Valetudo integrates with HA.

  • Easydns.ca, no privacy issues. Nothing about me personally in the who's db (.net tld)

  • Exactly this. Foolish ideas from someone behind a desk.

    Nerds and hackers will win this easily.

  • You got me there... :-)

  • Totally agree. People using cli are probably more skilled and their knowledge has been fed into these ai models.

    So we will all end up with some mediocre level of knowledge, because the next input for the LLM 's will be more of the some old stuff. Flattening the curve and less innovation and smart ideas.

    These kind of "solutions" are for a non existing problem. Looking at the investors, this is only about making money.

  • Thanks for the tip! Installed a Flukso meter several years ago, but it looks like the project is eol.

    Always great to have an alternative option.

  • Stop using gitlab.com for projects - Credit card info required for new registrations

    Jump
  • Forgejo ftw!

    Self hosting here, also with runners to create a complete ci/cd line.

  • Still testing and fiddling, but I'm using the forgejo-runner. Renovate is just another repository, with a workflow to get it started:

     
        
    on:
      schedule:
        - cron: '5 2 * * *'
        - cron: '5 14 * * *'
    
    jobs:
      build:
        runs-on: docker
        container:
          image: renovate/renovate:37.140-full
        steps:
          - name: Checkout
            uses: actions/checkout@v3
    
          - name: Run renovate
            env:
              PAT: ${{ secrets.PAT }}
              GITHUB_COM_TOKEN: ${{ secrets.GITHUB }}
            run: |
              echo "Running renovate"
              cd ${GITHUB_WORKSPACE}
              renovate --token ${PAT}          
    
      

    The renovate image has been pulled by hand and the forgejo-runner will happily start the image. Both PAT and GITHUB secrets are configured as 'action secrets' within the renovate repository.

    Besides the workflow, the repository contains renovate.json and config.js, so renovate has the correct configuration.

  • Absolutely!

    Running local, self hosted forgejo with a few runners.

    Now my code is neatly checked with pre-commit and linters, build when new tags are pushed, renovate is scheduled every 24 hours to check for new releases of stuff etc.

    Just a few containers and a happy user :-)

  • Well, they just lost some customers..

  • Cars. Either entertainment system or navigation or more..

    BMW has quite the list of licences for opensource libraries and Linux in the about section of the car-menu.

    And more and more network equipment.

  • In run a personal instance of forgejo, love it.

    Everything I want regarding version control and workers. And more lightweight on the frontend side.

    https://forgejo.org/

  • bash.org is gone

    Jump
  • I compliment you for your knowledge 😊

  • LMGTFY

    Use zip, rar or other tooling to split it into parts and reassemble on the destination.

    Or use another filesystem, compatible with both targets.