qx128
@qx128@lemmy.world
- Comment on Apple's controversial iPhone accessory may have been discontinued 2 days ago:
Get in losers, we’re going to the future.
Audio jack needs to die.
- Comment on OpenAI has built a text watermarking method to detect chatgpt written content 3 months ago:
In other news, mathematicians have been working hard on calculator detector software. Upon request for comment, leading mathematicians suggested a variety of ideas, such as such as secretly embedding a watermark “58008” (BOOBS) into the decimal parts of pi and e to more easily identify derived calculations. There was consistent sentiment among leading minds that “back in my day we had to work hard to do math, and walk up hill both ways in the snow to school”… and that “there’s nothing wrong with a good ol’ fashion abbicus, dag nabbit!”
- Comment on Docker network internet access 4 months ago:
It sounds like your issue might be related to how your Docker networks are configured for DNS and internet access. Try these:
-
Check Network Configuration: Ensure your new networks are correctly configured to allow internet access. Docker networks should be able to route traffic to the internet by default unless specified otherwise.
-
DNS Configuration: Since you’re using Pi-hole for DNS, make sure the new networks are properly configured to use Pi-hole as their DNS server.
-
Inspect Network Settings: Compare the settings of
old_main
with the new networks. Use the following command to inspect the network configuration:docker network inspect old_main docker network inspect cloudflared
Pay attention to the gateway, subnet, and any custom DNS settings.
-
Check Docker Daemon Configuration: Verify that your
daemon.json
file is correctly set up to use Pi-hole for DNS. It should look something like this:{ "dns": ["<Pi-hole IP>"] }
-
Verify Container Configuration: Ensure that your containers are correctly configured to use the new network. This can be specified in your
docker-compose
files like this:version: '3.7' services: cloudflared: image: cloudflare/cloudflared networks: - cloudflared networks: cloudflared: external: true
-
Check Firewall Rules: Ensure there are no firewall rules on your host or network equipment that might be blocking traffic from the new networks.
-
Test Connectivity: Run a simple connectivity test from within a container on the new network to check internet access:
docker run --rm -it --network cloudflared alpine ping -c 4 google.com
If this fails, the issue is likely with network configuration rather than the containers themselves.
-
Docker Network Restart: Sometimes, Docker networks need to be restarted to apply changes correctly. Try removing and recreating the problematic networks:
docker network rm cloudflared docker network create cloudflared
If none of the above steps resolve the issue, there might be a deeper configuration problem. At this point, it might be helpful to see the exact configuration of your
docker-compose
files and the output of the network inspection commands. -
- Comment on Tesla’s Share of U.S. Electric Car Market Falls Below 50% 4 months ago:
This guy gets it.
- Comment on People in San Francisco Are Mad That a New App Lets You Spy on Bars to See How Busy They Are 4 months ago:
This app got me laid,” says one five-star review on the Apple App Store. “Best way to buy tickets for events. 2nite is the truth and the future,” the horny user wrote.
This author knows what’s up. Most glorious ending to a news article I seen in a while.
- Comment on [deleted] 8 months ago:
laughs in Linux desktop
Why do people continue to put up with this? I don’t get any ads or bloatware like “Paint 3D” or “X Box” on Linux Mint. And Linux desktops are so easy to use now! Blows my mind that people tolerate these antics from Microsoft.
- Comment on Tesla recalls 2.2 million cars — nearly all of its vehicles sold in the U.S. — over warning light issue 9 months ago:
Elon Musk clearly intended for the warning lights on Teslas worldwide to not operate according to the RULES. He is clearly a scoundrel, and NTSHA should GET HIM. Why do billionaires even control our car’s turn signals?! Surely there is some kind of review process for … like … selling cars!
- Comment on Tesla recalls 2.2 million cars — nearly all of its vehicles sold in the U.S. — over warning light issue 9 months ago:
I realize most of you, dear Lemmings, are distraught in fear over this news. Fear not! “Tesla is fixing the vehicles by releasing a free, over-the-air software update.”
It’s almost like this “news article” was deliberately trying to mislead you to gain ad revenue! Fortunately for you, I have dispelled the misinformation!
- Comment on Tesla is recalling 1.62 million vehicles in China over autopilot safety controls 10 months ago:
Also agreed! It’s like Elon and the thousands of people who work at Tesla are basically the same thing /s
- Comment on Tesla is recalling 1.62 million vehicles in China over autopilot safety controls 10 months ago:
Agreed. This is why most Tesla recall headlines are clickbait. It’s the first thing I check when I see one.
- Comment on What is an average person living in the US supposed to do about corporations raising prices? 10 months ago:
Move to another country?
I’m trying to figure out the same question.
- Comment on SSH protects the world’s most sensitive networks. It just got a lot weaker 11 months ago:
Yeaaaa, a complete redesign from scratch sounds way more dangerous. “Noah, get the boat” isn’t always the best answer. There’s been a lot of thought and testing put into the magnificent work that is SSH over the past few decades.
- Comment on It's dangerous to go alone. Take this. 11 months ago:
Ok … duh … the glasses are the best artifact.
You could be running the world in no time with that kind of charm applied to politics.
- Comment on I wish there were more articles about tech not tech biz 11 months ago:
Check out Ars Technica. I’ve always enjoyed the fact that the are more technical than average news sources. For example, when they report on a software security vulnerability, they’ll actually go into the command line and try it for themselves. Pretty good reporters which more than basic tech knowledge, if you ask me…
- Comment on Youtube’s Anti-adblock and uBlock Origin 1 year ago:
YouTube staff underestimate the amount of effort tech savvy people will devote to remove minor annoyances. Ultimately, the core capability of YouTube is to deliver a video from its servers to your browser. Adblock tech will continue to win the cat-and-mouse game in the long run.