I assume ppl still run bzflag servers
- 1 Post
- 33 Comments
From my understanding and experience each device you’re logged into gets the hardware survey a few times a year.
misterbngoto Visual Studio@programming.dev•Build your first iOS, Windows, & Android Apps with .NET MAUI & Visual Studio1·2 个月前The only Maui you should be using is the original https://mauikit.org/
misterbngoto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•A possible way to host "stuff" which is meant for a small community?English3·2 个月前The way I’ve been using it for a few years is that most of my machines can see each other and I have a shared folder and versioning setup. As I add things they move between the different machines and once an additional machine has it it is available to the others until everything is in sync
You can definitely do chain topologies which are useful for certain things with a single source of truth
TIOBE merely measures the number of questions asked about a particular language online, which is obviously not exactly realistic metric but people for some reason love to spout it
misterbngoto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•A possible way to host "stuff" which is meant for a small community?English6·2 个月前As a note, I believe that syncthing will actually scale up with more nodes as they will all share with each other if they know each other. If you’re doing this 1 to many then this is not the case of course.
misterbngoto Free and Open Source Software@beehaw.org•The Age of Non-Woke Open Source is Beginning14·2 个月前Seeing as the XLibre fellows upstream commits were reverted because they were absolute dogshit, I don’t think that the fork has legs
misterbngoto TechTakes•Stubsack: weekly thread for sneers not worth an entire post, week ending 27th July 2025English4·2 个月前Sidenote: I almost ended up working for the company almost a decade ago now lmao. The board was full of other characters we all know and love here. The €€€ offer was high for EU, but I still laugh at the growth potential of my 10000 dollars yearly equivalent in their tokens. The website was unique in that it scrolled… up. I think it’s still on archive dot org
misterbngoto TechTakes•Stubsack: weekly thread for sneers not worth an entire post, week ending 27th July 2025English7·2 个月前I wonder why his 10000 agents haven’t done the work yet. It seems like such a straightforward plan.
misterbngoto Selfhosted@lemmy.world•From Docker with Ansible to k3s: I don't get it...English19·3 个月前Ive actually been personally moving away from kubernetes for this kind of deployment and I am a big fan of using ansible to deploy containers using podman systemd units, you have a series of systemd .container files like the one below
[Unit] Description=Loki [Container] Image=docker.io/grafana/loki:3.4.1 # Use volume and network defined below Volume=/mnt/loki-config:/mnt/config Volume=loki-tmp:/tmp/loki PublishPort=3100:3100 AutoUpdate=registry [Service] Restart=always TimeoutStartSec=900 [Install] # Start by default on boot WantedBy=multi-user.target default.target
You use ansible to write these into your /etc/containers/systemd/ folder. Example the file above gets written as /etc/containers/systemd/loki.container.
Your ansible script will then call
systemctl daemon-reload
and then you cansystemctl start loki
to finish the example
The Kde store UI is a bit lacking the screenshot browser has arrows all the way at the edges.
I uploaded three screens two of the configuration and one of the widget on a panel, expanded with all the advanced controls.
Edit: Ive reuploaded the images with the expanded widget first
misterbngoto TechTakes•Stubsack: weekly thread for sneers not worth an entire post, week ending 4th May 2025English3·5 个月前During my expirementation with some of these self hosted llms, I was attempting some jailbreaks and other things and thought would this be any good at ERP?
Only if youve never been with another human being.
The fork Ansel, is supposed to improve on the UI situation.
Unironically their greatest movie.
That is some terminal biz brain right there.
misterbngoto Free and Open Source Software@beehaw.org•PSA: It's Electron, vscodium or vscode, not your KDE desktop.6·9 个月前Kate has excellent lsp support nowadays as well.
misterbngoto TechTakes•Stubsack: weekly thread for sneers not worth an entire post, week ending 29th December 2024English8·9 个月前Its a full linux os, so you can do literally anything that can be done with existing tooling. For example, I have syncthing installed on mine so i just have to drop files into a folder on another computer of mine and they show up.
The software folks have put together a decent experience in the last few years and its rather nice out of the box.
misterbngoto TechTakes•Stubsack: weekly thread for sneers not worth an entire post, week ending 29th December 2024English1·9 个月前deleted by creator
misterbngoto TechTakes•Stubsack: weekly thread for sneers not worth an entire post, week ending 29th December 2024English7·9 个月前Glad i did not go with these guys when i was e-reader shopping, the lack of gpl sources was enough for me.
Went with a pinenote because the timing was good, and while it has some corners I dont except the debian install to become a ccp mouthpiece 🙃
Your phrasing of the question implies a poor understanding. There’s nothing preventing you from running containers on bare metal.
My colo setup is a mix of classical and podman systemd units running on bare metal, combined with a little nginx for the domain and tls termination.
I think you’re actually asking why folks would use bare metal instead of cloud and here’s the truth. You’re paying for that resiliency even if you don’t need it which means that renting the cloud stuff is incredibly expensive. Most people can probably get away with a$10 vps, but the aws meme of needing 5 app servers, an rds and a load balancer to run WordPress has rotted people. My server that I paid a few grand for on eBay would cost me about as much monthly to rent from aws. I’ve stuffed it full of flash with enough redundancy to lose half of it before going into colo for replacement. I paid a bit upfront but I am set on capacity for another half decade plus, my costs are otherwise fixed.