shiftymccool

joined 5 months ago
[–] shiftymccool@programming.dev 9 points 1 day ago* (last edited 1 day ago) (3 children)

4 years? That's your idea of "long term"? You honestly think losing one election will teach anybody anything? How the fuck will they know what lesson to learn when they lose? As other commenters have said, their are other issues the two parties disagree on. How will they know what one to blame for losing?

On the other hand, pubs are learning that they can run a convicted felon that promises a dictatorship if he wins. Yeah, let's set that precedent...

[–] shiftymccool@programming.dev 7 points 1 day ago (5 children)

OK, I'll bite. Trump wins. Give your "long term analysis"

[–] shiftymccool@programming.dev 1 points 5 days ago (3 children)

You only need to pay for pro features, which I haven't had the need for

[–] shiftymccool@programming.dev 3 points 5 days ago (1 children)

I found it using the search in Neo Store, but you should be able to add this repo to F-Droid: https://gitjournal.io/fdroid/repo

[–] shiftymccool@programming.dev 5 points 6 days ago (8 children)

You mention Quillpad, so I assume this is for Android. If so, I went through a similar search after dropping NextCloud. I ended up with GitJournal. The app is nice and has all the features I need. I have it backed with self-hosted Forgejo. If I need to make a note on a desk/laptop, I can clone the repo and use whatever text editor I like since it's all just markdown. I even have vs code server set up for quick notes on the web

[–] shiftymccool@programming.dev 1 points 2 weeks ago

We, unfortunately, aren't subject to natural selection anymore. We have been left to our own stupidity

[–] shiftymccool@programming.dev 3 points 3 weeks ago (2 children)

googles still executing any code they won’t on your device at will.

Source?

[–] shiftymccool@programming.dev 1 points 3 weeks ago

I can't agree more

[–] shiftymccool@programming.dev 3 points 4 weeks ago* (last edited 4 weeks ago) (1 children)

I do not have to learn the intricate details of how to code a frontend with the fucking retarded functions

I hope this isn't your job...

If you don't know what you're doing, you have no idea if chatpt is doing it right. Spoiler alert, it isn't. Chatgpt RARELY gets things even remotely right, it's worse than a junior dev in that you have to keep an eye on it to make sure it's not doing something super-stupid. This requires that you know at least more than an llm, which requires that you learn. Llms should be used as a convenience, not a replacement for knowledge.

Source: full-stack developer for 20+ years

[–] shiftymccool@programming.dev 25 points 1 month ago

OR, are people that monitor symptoms and stress about it more likely to buy a wearable that allows them to do that?

18
submitted 1 month ago* (last edited 1 month ago) by shiftymccool@programming.dev to c/selfhosted@lemmy.world
 

Hey all! I'm having an issue that's probably simple but I can't seem to work it out.

For some history (just in case it matters): I have a simple server running docker and all services being defined in docker-compose files. Probably doesn't matter, but I've switched between a few management UIs (Portainer, Dokemon, currently Dockge). Initially, I set everything up in Portainer (including the main network) and migrated everything over to Dockge. I was using Traefik labels but was getting a bit annoying since I tend to tinker on a tablet. I wanted something a bit more UI-focused so I switched to NPM.

Now I'm going through all of my compose files and cleaning up a bunch of things like Traefik labels, homepage labels, etc... but I'm also trying to clean up my Docker network situation.

My containers are all on the same network, and I want to slice things up a little better, e.g. I have the Cloudflared container and want to be selective about what containers it has access to network-wise.

So, the meat of my issue is that my original network (call it old_main) seems to be the only one that can access the internet outbound. I added a new network called cloudflared and put just my Cloudflared container and another service on it and I get the 1033 ARGO Tunnel error when accessing the service and Cloudflare says the tunnel is down. Same thing for other containers I try to move from old_main, SearXNG can't connect, Audiobookshelf can't search for author info, etc... I can connect to these services but they can't reach anything on the web.

I have my docker daemon.json set to use my Pi-hole for DNS and I only see my services like audiobookshelf.old_main coming through. I also see the IP address of the old_main gateway coming into Pi-hole as docker-host. My goal is to add all of my services to new, more-specific networks then remove old_main but I don't want to drop the only network that seems to be able to communicate with the web until I have another that can.

I'm not sure what else to look for, any suggestions? Let me know if you need more info.

view more: next ›