@MikeHuckebein Ist das nicht schon kulturelle Aneignung? #tesla #Cybertruck #container
@MikeHuckebein Ist das nicht schon kulturelle Aneignung? #tesla #Cybertruck #container
° CSS Container Queries °
#CSS Container Queries are game changing. Build adaptive UIs that respond to #container size it's not #screen #size. Next gen #responsive #design is here.
Following community requests for alternative registries for #VictoriaMetrics images, we decided to try quayio.io .
Now, all #VictoriaMetrics images are mirrored to: https://quay.io/organization/victoriametrics
Check it out
Groen containerschip vaart vooralsnog gewoon op olie
https://nieuwsjunkies.nl/artikel/12QD
09:51 | RTL Nieuws
#Vervuiling #Container #Olie #Rotterdam
Dagger: A shell for the container age
https://dagger.io/blog/dagger-shell
#HackerNews #Dagger #container #shell #technology #cloud-native #DevOps #software-development
When starting a Docker #container, this uses a so-called "#Docker Image" in the background. These images can be built on top of each other (called layers).
An image can be created from yet another image, potentially resulting in many many layers.
To extract files and directories from all these layers, there's some patience and wizardry needed.
Or you use our #HowTo which shows a really nice helper script doing all the work for you.
https://www.geekersdigest.com/how-to-unpack-a-docker-container-image-and-extract-files/
#Kubernetes v1.33 will allow resource increase in a pod without restart
https://kubernetes.io/blog/2025/03/26/kubernetes-v1-33-upcoming-changes/
Last night I was up until 2AM trying to get #trunas #amd drivers installed inside of a #docker #container so that #ollama would actually use the #gpu. I was so close. It sees the gpu, it sees it has 16GB of ram, then it uses the #cpu.
Trunas locks down the file system at the root level, so if you want to do much of anything, you have to do it inside of a container. So I made a container for the #rocm drivers, which btw comes to like 40GB in size.
It's detecting, but I don't know if the ollama container has some missing commands, ie rocm
or rocm-info
, that it may need.
Another alternative is one I don't really want, and that's to install either #debian or windows as a VM - windows because I did a test on the application that runs locally in windows on this machine before and it was super fast. It isn't ideal from RAM usage, but I may be able to run the models more easily with the #windows drivers than the #linux ones.
But anyway, last night was too much of #onemoreturn for a weeknight.
Container technology as a service, hosted on a Swiss infrastructure – that's the legendary Nine Kubernetes Engine. The Kubernetes clusters we manage include a fully managed software stack that offers everything you need to run your applications in production successfully.
See our Kubernetes offerings for yourself on our website: https://nine.ch/products/kubernetes/ – so that in the future, you can spend more time on your applications again.
#nke #kubernetes #managed #container #cluster #nine
Friese opkoper slijt voorraad uit zeecontainers aan overgebleven Blokker-winkels
https://nieuwsjunkies.nl/artikel/12Ca
09:54 | RTL Nieuws
#Faillisement #Container #Blokker #Friesland
Recently we enabled nightly #syslog_ng builds and #container builds for #arm64. It means that from now on, you can run the latest syslog-ng on 64bit #ARM platforms.
Coool ... Octoprint läuft auf meinem Proxmox auf anhieb als LXC Container.
Die von Proxmox VE helper Scripts machen das schon gut
Auf CasaOS hab ich keine Verbindung zum Drucker bekommen.
Ökocontainer...was nicht alles gibt.
#argentinien #unterwegs #vanlive #feuerlandtour #wohnmobil #camping #photography
#travel #nature #container
Deep dive dans les entrailles de ce qu'est une image de *container*. Super intéressant et finalement pas si sorcier que ça.
Quelques exemples contiennent des coquilles, mais rien de gênant pour la compréhension.
https://danishpraka.sh/posts/build-a-container-image-from-scratch/
Started processing 2TB of #container images from last night.
No April Fools' joke - the new #ProxLB release is scheduled for the 1st of April! Stay tuned!
ProxLB is an advanced #loadbalancer for #Proxmox clusters that brings in features like #DRS (known from #VMware), #maintenance mode and (anti-)#affinity groups.
I haven't had the need 'til now, but #TIL that you can store #container images in a file and load the image from the file later. Very useful for workshops and disconnected computers:
```
docker save -o /Volumes/MyUSB/oracle-db23ai-free.image.tar container-registry.oracle.com/database/free:latest
docker load -i /Volumes/MyUSB/oracle-db23ai-free.image.tar
```
Wrote a little parser for meshcore packets tonight. It's still messy and a lot more to implement. But, it reads the container format so I'm happy for now.
I have meshcore packets flowing from multiple repeaters(on different frequencies) talking on wifi using udp broadcasts.
The repeaters automatically discover each other on the network and now I'm able to watch their chatter with a quick nodejs server.