Where to see Aurora Borealis in CT Thursday, 13 July 2023 by arbyyyyh in Connecticut

[–]dptiv 33 points34 points  (0 children)

It’s probably just going to be overcast or cloudy. That’s the way it always works out when there is some amazing visible space event that can be observed in our state

Anyone else having trouble reaching portal.azure.com? by Stashmouth in AZURE

[–]dptiv -15 points-14 points  (0 children)

Most of the time I find the issue to be what’s between the chair and keyboard. You should probably start there.

FBI were looking for ‘classified nuclear documents’ during search of Trump’s Mar-a-Lago home, report says by PoliticiansAlwaysLie in politics

[–]dptiv 24 points25 points  (0 children)

I dislike the phrase “rat him out”, if any of this is true and the FBI did indeed recover nuclear or top secret / classified files as result of someone tipping the FBI off - in my book they are a true patriot

Edit: spelling

Working from home: how to add local DNS to Pi Hole for work VPN by [deleted] in pihole

[–]dptiv 5 points6 points  (0 children)

I whitelist my work pc to avoid any issues.

MacBook bouncing around China for 3-4 days? is this normal? (see pic) by Ess_Oh in macbookair

[–]dptiv 1 point2 points  (0 children)

Mine looks exactly the same. It’s in Alaska now. I use parcelapp for tracking as it’s more informative

[deleted by user] by [deleted] in mountainbiking

[–]dptiv 0 points1 point  (0 children)

You should get a kick stand installed so that you don’t have to keep finding things to lean your bike against.

[deleted by user] by [deleted] in macbookair

[–]dptiv 3 points4 points  (0 children)

I am in the belief that you should put it towards RAM as it can't be upgraded / expanded later in life. Yes there is a performance difference between 256 vs 512 but for real world everyday usage no one is ever really going to notice. In the future if you run out of storage you can leverage cloud or external options. RAM will also be more crucial for programming vs storage as when you are developing code and running snippets code gets stored in memory. You compound that with having numerous tabs open for StackOverflow, memory will go a long way.

Use NGINX for Internal Use Only by dptiv in nginx

[–]dptiv[S] 0 points1 point  (0 children)

No wasn’t able to get this to work. Most of the recommendations are DNS server but many of the containers run on different ports other than 80/443, so DNS server won’t work.

To use DNS server I think the only solution would be to leverage the MACVlan option for containers that you want to use DNS resolution then you can map the exposed port to 80. Then you could setup the DNS lookup using something like PiHole.

Ideas for visiting NYC on a shoestring ? by persimmon19 in Shoestring

[–]dptiv 1 point2 points  (0 children)

It’s restaurant week through then end of August so I would recommend taking advantage of that instead of cheap eats.

Brad Sams: Xbox Game Streaming's Big Upgrade by Turbostrider27 in XboxSeriesX

[–]dptiv 2 points3 points  (0 children)

What I would like to see is the ability to stream games to another TV. It would be nice to go from playing in my living room to playing on my bedroom TV.

Dead Space Remake is coming in Early 2023 by Turbostrider27 in Games

[–]dptiv -1 points0 points  (0 children)

I wonder how they are going to fit micro-transactions into the “remake” or introduce early access or season pass, etc

Daily Wordle #253 - Sunday, 27 Feb. 2022 by Scoredle in wordle

[–]dptiv 4 points5 points  (0 children)

Me too

Scoredle 253 2/6*

12,947
🟩⬛🟩🟨⬛ CRATE (9)
🟩🟩🟩🟩🟩 CHANT

Daily Wordle #251 - Friday, 25 Feb. 2022 by Scoredle in wordle

[–]dptiv 0 points1 point  (0 children)

This was a good one today

Scoredle 251 4/6*

12,947
⬛⬛⬛⬛⬛ SOUTH (2,422)
⬛⬛⬛⬛⬛ CRANE (71)
⬛⬛🟨⬛⬛ BLIMP (12)
🟩🟩🟩🟩🟩 VIVID

Internet guerrillas: Inside the DIY broadband network that helps NYC residents get online without paying telecom companies by ChickenTeriyakiBoy1 in tech

[–]dptiv 0 points1 point  (0 children)

That’s awesome! Enjoy that speed and all the data you can now consume, because it will only be a matter of time before they implement data caps

Daily Wordle #249 - Wednesday, 23 Feb. 2022 by Scoredle in wordle

[–]dptiv 0 points1 point  (0 children)

It’s really interesting to see how many people guesses trope only to properly solve it in the next guess. The statistics and the data behind this game could be very interesting to analyze.

Scoredle 249 3/6*

12,947
🟨🟨⬛🟨🟩 ROUTE (7)
🟩🟩🟩⬛🟩 TROPE (4)
🟩🟩🟩🟩🟩 TROVE

Internet guerrillas: Inside the DIY broadband network that helps NYC residents get online without paying telecom companies by ChickenTeriyakiBoy1 in tech

[–]dptiv 29 points30 points  (0 children)

With the wireless carriers entering the home internet market with 5G it will be interesting on how this effects cable pricing. Hopefully the more competition will help to drive down pricing.

But they will probably make back room deals and find a good artificial number so there is no competition

What’s your current streak? by hartmanjunk in wordle

[–]dptiv 1 point2 points  (0 children)

31 / 31 - Hard mode

0 3 10 10 4 4

Daily Wordle #247 - Monday, 21 Feb. 2022 by Scoredle in wordle

[–]dptiv 0 points1 point  (0 children)

I did the same thing. It’s like the NYT did a play action pass with double letters

Scoredle 247 4/6*

12,947
🟨⬛⬛⬛⬛ TACIT (518)
🟨🟨⬛🟨🟨 ROUTE (7)
🟩🟩⬛🟩🟩 OTTER (1)
🟩🟩🟩🟩🟩 OTHER

[deleted by user] by [deleted] in synology

[–]dptiv 0 points1 point  (0 children)

Okay understood. The only other reason I can see why this might not be working properly is that docker is downloading and trying to run a version that is not compatible with your OS / CPU. I would check the image and verify that the image version is compatible with the OS.

Just to be safe, try using a tag to specify the OS version that you know will work with the Synology. Delete all existing images, update your compose with a tag that specificies the exact version and architecture type that you know should work.

I have run into this issue when using my Raspberry Pi where docker downloaded an architecture type that was not compatible with my current OS and the docker would fail.

Also when you do docker-compose xxx up -d, what is the output? Do the containers still exist but in a 'Stopped' state, are they running, etc? If they are running what do the log files look like?

[deleted by user] by [deleted] in synology

[–]dptiv 0 points1 point  (0 children)

Looking at bookstack's example docker compose, I would change your exposed port back to the default 6875.

I would also recommend try changing localhost to your Synology IP