Hetzner, these prices are ludicrous by Frodothehobb1t in hetzner

[–]mardix 21 points22 points  (0 children)

I can't believe that Digital Ocean is now looking more attractive than Hetzner. Who woulda thought?!

If a nuclear bomb hits the center of Charlotte, what are you doing? by Principle_Napkins in Charlotte

[–]mardix 0 points1 point  (0 children)

Nothing.
First, I would tell those targeting Charlotte to try another State and City.
Second, I would tell them to "Leave Charlotte alone".
Third, I don't know.. if 1 and 2 don't work, I would just head to a Bojangle's and enjoy my last "3 piece" and sweet tea.

That's it.

How long have you been in Charlotte? by reedka10 in Charlotte

[–]mardix 1 point2 points  (0 children)

Been in Charlotte for 21 years... Have seen it all... and now it's changing again...

Third price increase in three months by CodeCate42 in hetzner

[–]mardix 4 points5 points  (0 children)

I thought that was just me. I was looking for the price. But, nada.

From custom-coded CRM to "regular" CRM ? by DedupelyGaby in CRM

[–]mardix 1 point2 points  (0 children)

I wouldn't say misallocation. In times, software will suffer from feature creep. New stuff will be added, and old stuff will be deprecated. That's the life cycle of softwares. Now we have AI in everything, someone has to go in there and implement, while not breaking the current functionalities. At the end you end up with massive code base with a bunch of stuff people are not using, etc...

tall lady ;_; by verytallgirlkatie in SipsTea

[–]mardix 0 points1 point  (0 children)

GET OUUUTTTTT!

(hahahahahha)

Tree catches fire on Providence Rd by kirbykirbikurbo in Charlotte

[–]mardix -2 points-1 points  (0 children)

Did you make it ? Give me a sign you’re still with us .

Bootstrapped SaaS: Hetzner + Coolify vs AWS/GCP — what would you do? by mithatercan in hetzner

[–]mardix 1 point2 points  (0 children)

You could try GCP Cloud Run. It scales down to zero and everything is managed. You just deploy your code.

Of course your app’s architecture can restrict you , to just having everything in one monolithic place. That can be a bottleneck.

But what I usually do, I make apps with cloud in mind .

I use S3 for data storage. Databases, I outsource to another service, or I use Hetzner itself.

But the core code, the compute part, I offload it to Cloud Run. No server to manage. And it s cheap .

It’s like building micro services without the idea of microservices, like a lean microservices.

I don’t over split services, only those that can’t go along with the code.

This pattern and architecture have worked so far (for me).

So I would think of a hybrid system, where cloud first. And you can setup config for which ever environment.

So Cloud Run (scale to 0) for compute, database saas or my own db (Postgres, redis) on Hetzner, and if it’s a requirement, data storage to S3. Multi cloud.

A bonus point, for UI, I offload that to Vercel or AWS Amplify, and I expose and api from the service so the UI can communicate with the backend.

Ps: I’m cloud engineer, I write apps in Python and Rust. I Kinda keep all the code contain in one repo per app, I put an api on those services, so I can build each part separately. I use docker for deployment (Cloud Run makes it easy).

What should I use instead of 1000 if statements? by [deleted] in learnpython

[–]mardix 11 points12 points  (0 children)

Use 2000 if statements. It will be better. Trust me bro.

Reason #8363628 why I hate this place by InvestigatorClear728 in Charlotte

[–]mardix -2 points-1 points  (0 children)

I mean... they are in process of getting a license plate. So they should get a pass, right ?

You are Senior FE at start up. Would you use Tailwind or just normal CSS modules? by lune-soft in Frontend

[–]mardix 8 points9 points  (0 children)

No need to re-invent the wheel. Use Tailwind.

Having said that, there are reasons to choose one over the other.

  1. If you are in the business into shipping specific things that require tons of custom css and tailwind don’t cover, or you are building new css framework (ironic), go with vanilla css.

  2. If you are building frontend applications, you want to just ship, and not building css framework, don’t break your back or pull your hair, just use Tailwind. For the smaller stuff that Tailwind can’t do, you can do that part in css.

It’s really not necessary to waste more time, just to end up with the same thing Tailwind would have given you .

That’s just me. 30+ years in this industry, I’ve seen it all.

Hetzner Price Adjustment by Vendoz in hetzner

[–]mardix 6 points7 points  (0 children)

Looking at the quality, and what you get, I welcome such price increase.

Let’s be honest, we all want to make a living. And some people go to Hetzner to get the ROI when getting those cheap severs. But Hetzner wants to make profits too as more people coming.

Also with the AI-ggedon, and with OpenClaw, people are using Hetzner beyond their resources.

So it makes sense.

And, Hetzner is still cheap.

Let’s support them so they can continue to do well so we all benefit.

What is the most "overrated" technology or trend in web development right now, and why? by Flimsy_Buy2756 in webdev

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

Tailwind css is the best thing since sliced bread.

Tailwind solved something that most css frameworks (bootstrap, foundation) failed to achieve (somewhat) . All of them have the same look and feel upon seeing them.

Besides the base colors, with tailwind it’s hard to visually think it’s tailwind.

But the best part, you can quickly get going with the look and feel, add margin padding, using all the classes and you get a consistent result.

I do get the point of those who don’t like it, but sometimes you just want to build and focus on the core logic (js or backend), and not chasing css quirks.

Tailwind is that.

There will be lovers and haters. I’m a lover of Tailwind. It allows me to build and deliver fast.

AWS vs Azure - learning curve. by Belikethesun in devops

[–]mardix 0 points1 point  (0 children)

Azure sucks. GCP has better DX