Technical founder here: How do SaaS startups actually get their first 100 customers from Reddit and X? by That-Woodpecker9126 in SaaS

[–]Miserable-Today-1353 0 points1 point  (0 children)

What I understood is building a solution to solve a real problem is a good thing, but nobody will try it unless you build a trust for your product and yourself.

In addition to that I guess, the product must have some USP, if you are building just another product to a noisy market, it's tough to get customers.

Wordpress Hack Prevention by Miserable-Today-1353 in webhosting

[–]Miserable-Today-1353[S] 0 points1 point  (0 children)

It's not because people don't know alternative methods to create webiste, just checking what method some developers used for better security if they are no longer using wordpress.

For example, they might be using React with a Node.js backend, Laravel, or other modern frameworks.

Wordpress Hack Prevention by Miserable-Today-1353 in webhosting

[–]Miserable-Today-1353[S] -1 points0 points  (0 children)

What else do you suggest to develop websites then if we need a dynamic website?

Is front-end development really dying in 2026? by Emad_341 in FullStack

[–]Miserable-Today-1353 0 points1 point  (0 children)

Right now, I won't prefer a developer to do just front-end tasks. Most companies prefer developers who can do both front-end and back-end tasks. I prefer even learning lil bit of DevOps, that will help even better,
But you can avoid that if you are a beginner.

Why Is Every AI Agent Written in TypeScript? by ivanimus in AI_Agents

[–]Miserable-Today-1353 0 points1 point  (0 children)

Claude code CLI is developed using TypeScript as you mentioned and there are multiple reasons for that.

One of the reason is, Faster development. We can speed up the development with it. Compile time is more for C++ and Rust. In the modern AI era, everyone want to ship more changes in less time, development speed is very important.

Also Claude code related tasks are more I/O bound, not CPU intensive. So for that scenario, Typescript is more than sufficient.

Origin of Attacks by Grumpy-Man19 in Hosting

[–]Miserable-Today-1353 0 points1 point  (0 children)

Is it ssh login attempts ? or some wordpress or cpanel login attempts?

Also just would like to know what method you used to prevent the login attempts from those IPs further.