should also look into conduit or one of its siblings, normal synapse is a dog to run
- 0 Posts
- 16 Comments
misterbngo@awful.systemsto
Fuck Cars@lemmy.world•Somerville, Massachusetts. This is what good bike lane design looks like. English
2·22 days agoSomerville has the community path (car free) that cuts across the city and works it’s way into Cambridge, making it super easy to get into Boston. Boston’s infra is not as good but it’s getting better.
misterbngo@awful.systemsto
Fuck Cars@lemmy.world•Somerville, Massachusetts. This is what good bike lane design looks like. English
4·22 days agoyeah there’s a bigger tree further up this stretch that I constantly have to duck under
misterbngo@awful.systemsto
Fuck Cars@lemmy.world•Somerville, Massachusetts. This is what good bike lane design looks like. English
5·22 days agoIf that somehow magically happens in Massachusetts, I will personally go and slash their tires daily
misterbngo@awful.systemsto
LinkedinLunatics@sh.itjust.works•You must answer my random call to be considered!
31·2 months agoGenerally we schedule our interview calls here in the real world.
misterbngo@awful.systemsto
LinkedinLunatics@sh.itjust.works•You must answer my random call to be considered!
151·2 months agoyes of course let me deal with the spam problem someone else made my problem answering every fucking call that tries to scam me instead of letting the caller leave a voicemail if they’re legit.
misterbngo@awful.systemsto
No Stupid Questions@lemmy.world•Why do some website logins have the username and password entry on different pages?
25·2 months agoThis is generally done when you have customers with SSO, the first one will take the email and if the domain is ssod it forces them through a particular workflow. Otherwise you get the other normal username/password flow
misterbngo@awful.systemsto
Selfhosted@lemmy.world•Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting?English
43·5 months agoYour 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.
misterbngo@awful.systemsto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•A possible way to host "stuff" which is meant for a small community?English
3·7 months agoThe 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
misterbngo@awful.systemsto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•A possible way to host "stuff" which is meant for a small community?English
6·7 months agoAs 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.
misterbngo@awful.systemsto
Selfhosted@lemmy.world•From Docker with Ansible to k3s: I don't get it...English
19·8 months agoIve 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.targetYou 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-reloadand then you cansystemctl start lokito finish the example
misterbngo@awful.systemsto
Selfhosted@lemmy.world•The purpose of podman quadlets?English
10·1 year agoI think the gap you have is in understanding that Podman Compose was meant to line up with the limitations of docker’s compose, but technically is more capable.
Quadlet files let you do more complex workflows like deploying multiple copies of a service in your deployment that regular compose doesn’t, while not running full kube.
The use I have is that I have something deployed in compose right now that I’d like to scale up on the box since i have the capacity for it, but dont want to deal with a full kube setup or the politic
Personally I’ve converted most of my single node k3s to using quadlet files instead as its less fragile. I absolutely deploy single containers in the quadlet. They show up in journalctl and the ergonomics are great.
misterbngo@awful.systemsto
Programmer Humor@programming.dev•Python has a library for everything but..
7·1 year agoHi, i believe this is where https://groups.google.com/g/django-developers/c/C_Phs05kL1Q
misterbngo@awful.systemsto
Programmer Humor@programming.dev•Python has a library for everything but..
5·1 year agoThey’ve explained why


we did this in the late 2000s when schools banned chat programs. Just working in Google docs teach.