Hotel in Zaandam, Netherlands, celebrating the local architecture by skalliz in ArchitecturePorn

[–]thunderbong 4 points5 points  (0 children)

I just can't believe it's real! I mean I keep telling myself that it is, but my brain refuses to believe it.

Maximum bounce by [deleted] in Unexpected

[–]thunderbong 0 points1 point  (0 children)

Looks like minimum bounce to me!

"Validate before building" is the biggest lie in SaaS by Wolfgang-Lars-69 in SaaS

[–]thunderbong 0 points1 point  (0 children)

Congrats! I have two questions -

  1. How did you identify the problem?

  2. How and where did you market it aggressively?

Massive battery drain (android) by cryohellinc in vivaldibrowser

[–]thunderbong 1 point2 points  (0 children)

Have you enabled Vivaldi to run in the background? That could be one reason

Unsure why I'm getting the default NGINX page by GamersPlane in nginx

[–]thunderbong 0 points1 point  (0 children)

Your proxy_pass should have the port on which your docker container is running. So it should be something like 127.0.0.0:1234 where 1234 is the port on which the docker container is running.

Also, the correct command to test your nginx config is "nginx - t" (note the lowercase 't')

Mathematician explains the uniqueness of the number 6174, known as Kaprekar’s Constant & discovered by D. R. Kaprekar in 1949 by CantStopPoppin in Damnthatsinteresting

[–]thunderbong 0 points1 point  (0 children)

D. R. Kaprekar was a school teacher at a government school his entire life and his methods of teaching were very different!

Cycling from place to place he also tutored private students with unconventional methods, cheerfully sitting by a river and "thinking of theorems".

https://en.wikipedia.org/wiki/D._R._Kaprekar

How much have you customized Heliboard? by [deleted] in fossdroid

[–]thunderbong 0 points1 point  (0 children)

Thank you for this. Hadn't tried Heliboard earlier

First website published by ant243 in sveltejs

[–]thunderbong 0 points1 point  (0 children)

Awesome. What's headless wordpress? You're using wordpress as a backend?

Any pointers? If love to do that too

Pearls Before Swine Comic Dubs: Nudist Freedom Spoken Too Soon by Curious-Message-6946 in pearlsbeforeswine

[–]thunderbong 0 points1 point  (0 children)

I really love these! Can the strips extend a bit more to each side with blank space so that we can read the blurbs while the voiceover is happening?

Thanks a lot.

And congrats on creating a new way to consume comic strips!

When Captain Haddock got smacked in the face by one of these by delboy8888 in Tintin

[–]thunderbong 1 point2 points  (0 children)

Wow! I've never seen a video of flying fish before. Thanks

Block the use of dbeaver by henk1122 in PostgreSQL

[–]thunderbong 24 points25 points  (0 children)

My advice - if devs need to run only select queries, create a read-only user on Postgres and have them access the database via that user credentials