Live data from Hacker News

Ask HN: Where can I find an active help community for Nginx as a solo dev?

news.ycombinator.com

11–20 of 20 posts

Re: Ask HN: Where can I find an active help community for Nginx as a solo dev?

#11

ChatGPT is a waste of time for NGINX. I spent days fiddling with it, consulting with prompt gurus, even offered cash in a few places to anybody who could figure it out, and still couldn't get any sense out of it. With all the hype of people saying they were using it for dev, I wanted it to give me a valid NGINX config that included specific URL rewrites. I gave it the original Apache .htaccess file, the documentation…

Contrary to what openai shills and paid advertisers claim chatgpt fails often. “Hallucinations” are an euphemism for low quality content.

Re: Ask HN: Where can I find an active help community for Nginx as a solo dev?

#12
I’ve been using Nginx for a few years now and I’ve found the official documentation and forums to be very helpful. They have a lot of examples, tutorials, and FAQs that cover most of the common use cases and issues. You can also ask questions on their mailing list or IRC channel and get answers from the developers and other users.

Another resource that I like is the Nginx subreddit (r/nginx). It’s a friendly and active community where you can post your questions, problems, tips, and feedback. You can also learn from other people’s experiences and solutions.

If you’re looking for more specific or advanced help, you might want to check out some of the online courses or books on Nginx. I’ve heard good things about Nginx Fundamentals by Ray Viljoen and Mastering Nginx by Dimitri Aivaliotis. They cover a lot of topics from installation and configuration to optimization and security.

Hope this helps!

Re: Ask HN: Where can I find an active help community for Nginx as a solo dev?

#13
Google did a change that went unnoticed by the majority of us.

Fortunately there is a way to get more accurate results than what you currently get with this option being turned off by default: Click on the Tools button and change from All Results to Verbatim; now you should get better results than before; it's not a panacea, but still it's better than what you get by default I'm afraid.

Re: Ask HN: Where can I find an active help community for Nginx as a solo dev?

#14
post #5
post #3

Write a blog about the problems, what you've done to try to fix it, and how nginx is completely unusable and you're going to switch to apache/netscape/caddy. Post it to HN, get traction. Get way more help and responses than you can shake a stick at, and track where they come from.

It's a proven research method. I forget the name, but post the wrong answer to annoy someone else to provide the right one.

It's called Cunningham's law

https://en.wiktionary.org/wiki/Cunningham%27s_Law

Re: Ask HN: Where can I find an active help community for Nginx as a solo dev?

#15
post #5

Earlier quoted context omitted.

It's a proven research method. I forget the name, but post the wrong answer to annoy someone else to provide the right one.

It's called Cunningham's law https://en.wiktionary.org/wiki/Cunningham%27s_Law

You missed your chance to say it was Culligan's Law until someone angrily corrected you. ;)

Re: Ask HN: Where can I find an active help community for Nginx as a solo dev?

#16

ChatGPT is a waste of time for NGINX. I spent days fiddling with it, consulting with prompt gurus, even offered cash in a few places to anybody who could figure it out, and still couldn't get any sense out of it. With all the hype of people saying they were using it for dev, I wanted it to give me a valid NGINX config that included specific URL rewrites. I gave it the original Apache .htaccess file, the documentation…

Contrary to what openai shills and paid advertisers claim chatgpt fails often. “Hallucinations” are an euphemism for low quality content.

In this specific scenario, it isn't so much the quality (a valid config), it's literally adding URL rewrites that do nothing because they are unnecessary and don't exist in the documentation, it also not infrequently modified them, meaning that it wasn't what I'd given it.

Not being able to do simplistic tasks like this really makes me doubt the claims of others, either that or what they're doing is complete shite and they don't even know it's shite. IMO, it seems likely that there's a lot of highly inappropriate hires who are actually outdone by an LLM, which says more about them than the LLM. It's a very low bar.

Re: Ask HN: Where can I find an active help community for Nginx as a solo dev?

#17
post #15

Earlier quoted context omitted.

It's called Cunningham's law https://en.wiktionary.org/wiki/Cunningham%27s_Law

You missed your chance to say it was Culligan's Law until someone angrily corrected you. ;)

I can't wait to try this next time the chance occurs

Re: Ask HN: Where can I find an active help community for Nginx as a solo dev?

#20
Two more options: - Read the source code. NGinx is some of the cleanest C code I've seen and is fairly to read / grep for added insights. - Buy a license to get paid support. Be aware though that they won't support you if you've modified the source code.
Post reply on HN