

Hello fellow midwesterner!
Little bit of everything!
Avid Swiftie (come join us at [email protected] )
Gaming (Mass Effect, Witcher, and too much Satisfactory)
Sci-fi
I live for 90s TV sitcoms


Hello fellow midwesterner!


Exactly this. People here mass downvote but I personally find AI to be extremely useful… To do things I already know how to do but don’t have the time for. I don’t trust it to do things I can’t spot the errors in


When you think about them in terms of sad empty jesters watching, it makes a lot of sense.


I’ve literally gotten jobs because of my homelabbing. Being able to talk about how I run services and why I enjoy them has helped more than most of my professional work


Hey! If you want something a bit less intimidating and you want an open source platform, you could join us on Owncast! It’s a self hosted fediverse-connected streaming platform!
https://github.com/owncast/owncast
We’re a small group of streamers, but I can get 10-20 viewers on a stream. Happy to talk more about it if you’re interested!


featuring a crossover with fast and the furious


Lord of the rings 4: Frodos revenge!


It’s the same for me. It’s been more noticeable doing everyday tasks than it has been for gaming.


They killed off openvpn support a few years ago and am glad I did. They don’t care about power users, so they don’t care about my money either. Good riddance


Will it show when Google themselves though are using it?


Of course! Let me know how you run your containers and I may be able to help on that side too


Sure! I use Kaniko (Although I see now that it’s not maintained anymore). I’ll probably pull the image in locally to protect it…
Kaniko does the Docker in Docker, and I found an action that I use, but it looks like that was taken down… Luckily I archived it! Make an action in Forgejo (I have an infrastructure group that I add public repos to for actions. So this one is called action-koniko-build and all it has is this action.yml file in it:
name: Kaniko
description: Build a container image using Kaniko
inputs:
Dockerfile:
description: The Dockerfile to pass to Kaniko
required: true
image:
description: Name and tag under which to upload the image
required: true
registry:
description: Domain of the registry. Should be the same as the first path component of the tag.
required: true
username:
description: Username for the container registry
required: true
password:
description: Password for the container registry
required: true
context:
description: Workspace for the build
required: true
runs:
using: docker
image: docker://gcr.io/kaniko-project/executor:debug
entrypoint: /bin/sh
args:
- -c
- |
mkdir -p /kaniko/.docker
echo '{"auths":{"${{ inputs.registry }}":{"auth":"'$(printf "%s:%s" "${{ inputs.username }}" "${{ inputs.password }}" | base64 | tr -d '\n')'"}}}' > /kaniko/.docker/config.json
echo Config file follows!
cat /kaniko/.docker/config.json
/kaniko/executor --insecure --dockerfile ${{ inputs.Dockerfile }} --destination ${{ inputs.image }} --context dir://${{ inputs.context }}
Then, you can use it directly like:
name: Build and Deploy Docker Image
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: docker
steps:
# Checkout the repository
- name: Checkout code
uses: actions/checkout@v3
- name: Get current date # This is just how I label my containers, do whatever you prefer
id: date
run: echo "::set-output name=date::$(date '+%Y%m%d-%H%M')"
- uses: path.to.your.forgejo.instance:port/infrastructure/action-koniko-build@main # This is what I said above, it references your infrastructure action, on the main branch
with:
Dockerfile: cluster/charts/auth/operator/Dockerfile
image: path.to.your.forgejo.instance:port/group/repo:${{ steps.date.outputs.date }}
registry: path.to.your.forgejo.instance:port/v1
username: ${{ env.GITHUB_ACTOR }}
password: ${{ secrets.RUNNER_TOKEN }} # I haven't found a good secret option that works well, I should see if they have fixed the built-in token
context: ${{ env.GITHUB_WORKSPACE }}
I run my runners in Kubernetes in the same cluster as my forgejo instance, so this all hooks up pretty easy. Lmk if you want to see that at all if it’s relevant. The big thing is that you’ll need to have them be Privileged, and there’s some complicated stuff where you need to run both the runner and the “dind” container together.


some dude (or dudette) is living rent free in this guy’s mind


K. Trailer looks like every other Hollywood drivel. It may not be but I know nothing about the movie because of that trailer, thanks marketers. Emily blunt is in it so it’ll probably be decent, but I’d like to uh, know kind of the basis of the story, without spoilers . Modern trailers apparently are incapable of that


But you are charged for it.


Forgejo runners are great! I found some simple actions to do docker in docker and now build all my images with them!


Guaranteed some politician is worried about his wife seeing he was watching some nasty porn on the family tv


Transit is always “if you build it (and maintain it) they will ride”. Politicians constantly try to refund and ruin transit projects screaming costs, but every time ridership is higher than they thought.
Transit and infrastructure is expensive. cough contractors The benefits though always improve a city or region.


That’s true, even my friends I would consider doing well aren’t spending multiple thousands of dollars on a phone right now. Economy isn’t in a state where sane people feel like giving away that much
Remember, you’re borrowing their hours from AI data centers, and AI takes precedence. Don’t use this service