Skip Navigation

User banner
Posts
145
Comments
91
Joined
3 yr. ago

PostgreSQL @programming.dev

Indexes in PostgreSQL — 4 (Btree)

Programming @programming.dev

DevDocs - offline documentation

PostgreSQL @programming.dev

Indexes in PostgreSQL — 3 (Hash)

PostgreSQL @programming.dev

Indexes in PostgreSQL — 2

Programming @programming.dev

A collection of pure bash alternatives to external processes.

PostgreSQL @programming.dev

Indexes in PostgreSQL — 1

Programming @programming.dev

Confusing git terminology

Java @programming.dev

A tale of Java Hash Tables

Java @programming.dev

Benchmarking the Warm-Up Performance of HotSpot VM, GraalVM and OpenJ9 - A Learner's Journey

DevOps @programming.dev

Configure multidimensional Pod autoscaling | Google Kubernetes Engine (GKE) | Google Cloud

Java @programming.dev

When Quarkus meets Virtual Threads

Performance @programming.dev

Why User-Mode Threads Are Good for Performance

Java @programming.dev

Beyond Loom: Weaving new concurrency patterns | Red Hat Developer

Performance @programming.dev

New in Grafana k6: The latest OSS features in v0.47.0 and more efficient performance testing in Grafana Cloud k6 | Grafana Labs

DevOps @programming.dev

Grafana 10.2 release: All the latest features to know

Java @programming.dev

Helidon Project 4.0 Released

Java @programming.dev

New Class-File API will make Java Updates easier - Inside Java Newscast #56

Programming @programming.dev

Software disenchantment

DevOps @programming.dev

Introducing Grafana OnCall shift swaps: A simpler way to exchange on-call shifts with teammates | Grafana Labs

Java @programming.dev

Beyond Loom: Weaving new concurrency patterns | Red Hat Developer

  • All (doesn't seem like MsSQL supports it, I thought that's a pretty basic feature) databases have special configuration that warn or throw error when you try to UPDATE or DELETE without WHERE. Use it.

  • Exactly, for me RPI was supposed to be about low power consumption. Rpi4 is stretching it already, rpi5 with cooling won't be worth it .

  • debate

    Jump
  • A claim without evidence can be rejected without evidence!

  • Your problem is that there is JS code running in a browser?

  • I'm with OVH and Kimsufi and I don't know what you're even talking about. Do other providers make you install something locally?

  • I have this on my to-do list, but sorry, can't promise when I'll make a working demo. afair the trick was to use something like "podman in-podman", like dind works in GitLab runners and then some env-vars manipulation so TC thinks it runs in docker, something like

    DOCKER_HOST=unix:///run/user/1000/podman/podman.sock and I use alpine as gitlab-ci helper image:

     
        
            image = "docker.io/alpine:3.17.2"
            helper_image_flavor = "alpine"
     
    
      

    not sure if that matters, but i had lots of strange problems running with Ubuntu helper images, most were DNS propagation issues

  • Seems like you have some organizational and technical debt in the company that would be worth addressing before agreeing to be on-call

  • thats a really good deal, thanks for answering

  • Even for an outage starting at 2am lasting 6 hours?

  • My tests that observe output from the method are failing so it's a breaking change. Did you not test the printed output?

  • I got it all working on self hosted kubernetes and crossplatform builds with buildah. What's your problem exactly? For TC you need to use some env vars to configure ports in .gitlabci

  • also data duplication, if you want to store a file in application readable format and IPFS you need to store TWO files, makes archiving and management expensive

  • On BSDs you can do ctrl+T and it prints progress, there were plants to implemented this on Linux, but it didn't get enough traction.

  • Jenkins and GitLab runners. They get bad reputation, but are extremely powerful and easy to start with, much faster than GH actions, more popular and better documented than other enterprise alternatives.