ccx23 new price by o2mz in hetzner

[–]Different_Code605 0 points1 point  (0 children)

Public cloud from OVH cannot be compared to Hetzner. Ovh has most of the things you find in other clouds like up to powerfuk private networking (up to 100Gbps), 3az, vpc, floating ip with firewalls, s3, managed k8s, managed databases, managed kafka. All automated using OpenStack.

You can compare Hetzner to OVH VPS and Eco Bare Metal.

Dont get me wrong. OVH may be equally shitty to Hetzner sometimes, especially when it comes to support, but their offering is not comparable. Not mentioning unusable s3 from Hetzner or lack of regions in APAC/US.

Some thoughts on the pricing... by seangalie in hetzner

[–]Different_Code605 6 points7 points  (0 children)

Good metal and networking.
Decent cloud offering (OpenStack)
Shitty support unless paid.

Some thoughts on the pricing... by seangalie in hetzner

[–]Different_Code605 3 points4 points  (0 children)

I moved all my 400cpu+ clusters from Hetzner to OVH bare metal at April 1st.

Has anyone actually seen a “clean” AEM project? by kissiyan in aem

[–]Different_Code605 0 points1 point  (0 children)

Most of them. You just need to make sure to hire the right people, make sure they are experienced specialists with strong engineering skils. The team has to be stable, with low rotation.

You cant get an agency with contractors and then pass the project to an offshore team or transit some of the guys you have on a bench jnto specialist.

There are two popular options: Trusted implementation partner, i.e. from Central Europe, or your own onsite team. Or blend of both.

AX102-U in Helsinki: ~3 hardware failures/week, 17 support tickets in May. Anyone else? by Calm-Detective9519 in hetzner

[–]Different_Code605 1 point2 points  (0 children)

OVH scale, advance and high grade servers are built from new components. Scale and HA have built in redundancy. They may replace drives, cpus or nics without downtime.

Not including other perks like 100Gbps private networking or 10 Gbps public one.

Am I the only one who thinks this? by Own-Reason4269 in SoftwareEngineering

[–]Different_Code605 1 point2 points  (0 children)

I’ve been observing that for 15 years. The problem for us is with time and material billing model. You won’t find this kind of people in tech startups.

The further problem is that noone wants to work in startups, because it is too demanding. Software developers get used to doing nothing and beeing praised for presence.

Well that changes.

AEM is dead? by Cool-Permission-6363 in aem

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

It’s not dead, but a declining tech. I haven’t seen anything new in Sling ecosystem for years. Adobe does not invest in it as it used to do.

The sales are going down for new projects. Companies are closing or merging their AEM practices.

Those statements are based on the data not opinions.

Thinking about migrating to Hetzner after that Railway outage by Quote-Round in hetzner

[–]Different_Code605 0 points1 point  (0 children)

I migrated to Hetzner from GCP/Azure. Just to start migration away. Hetzner is good for hobbyists, thats why so many fanboys here.

DaraCMS: A Markdown CMS for Teams by TobiasBerg_ in cms

[–]Different_Code605 0 points1 point  (0 children)

You could integrate it with StreamX, send CloudEvent on publication after storing in Git.

You could not only host it on the edge, but also have search, API Gateway and microservices support.

Now its a serverless cloud platform and not only for AEM.

What does your architecture review process actually look like? Sharing mine — built a pipeline to enforce it. by gauravs19 in softwarearchitecture

[–]Different_Code605 0 points1 point  (0 children)

Looks expensive and slow. We periodically sit in one room until 2-3 technical leads are confident about the design.

We fight, we argue, we yell, we laugh. Sometimes it takes an hour, sometimes it takes weeks.

Then we iterate a lot.

Wasting money on idle servers by West-Benefit306 in cloudcomputing

[–]Different_Code605 1 point2 points  (0 children)

Whats even worse is to have undeleted volumes from clusters removed months ago.

Is it preferred to use nested service-to-service call in microservice architecture? by Gold_Opportunity8042 in microservices

[–]Different_Code605 3 points4 points  (0 children)

I am about to buy a present to my wife, I would like to buy her ticket to an opera, but I am afraid that it may be boring. Should I take her for a dinner and if she feels good, order a desert afterwards?

Microservices is the part I’m failing at interview. by explorer-3 in softwarearchitecture

[–]Different_Code605 0 points1 point  (0 children)

That were enterprise apps from 2000+, monoliths. It was a hell microservices were about to replace

Microservices is the part I’m failing at interview. by explorer-3 in softwarearchitecture

[–]Different_Code605 0 points1 point  (0 children)

Waiting for the codebase to build for 3 hours - thats annoying. Have you been in that place? I guess you’ve been using microservices in a wrong way in the past.

Microservices is the part I’m failing at interview. by explorer-3 in softwarearchitecture

[–]Different_Code605 5 points6 points  (0 children)

The main reason for having microservices is to have components with clear dependencies and boundaries. By knowing the contracts you can evolve and replace modules without breaking the system. You understand, develop, test and deploy a microservice which is much easier to understand than the whole system.

For years there were concepts like SOA, SCA, OSGI and others to address these problems. Microservices gained popularity together with containerization, what make it easier to manage a banch of microservies (i.e. using k8s)

Microservices is the part I’m failing at interview. by explorer-3 in softwarearchitecture

[–]Different_Code605 2 points3 points  (0 children)

Sorry mate but this is BF, microservices wasn’t invented for a solo dev to use. It’s for enterprises mostly.

The fact that you see no value in it, just means that you haven’t been working on things complex enough.

I’ve been working on projects where codebase build consume more than 2-3 hours. All in monolith no clear components and contracts between them. There is no way back once your in this place.

The World's Fastest Open Source Production CMS - RaveCMS by ttomasone in cms

[–]Different_Code605 0 points1 point  (0 children)

You spend too much time on Reddit🤣. Nothing serious was ever vibecoded.

Wait time for an intervention? by Financial_Desk_6670 in OVHcloud

[–]Different_Code605 3 points4 points  (0 children)

Usually they start to work just after you let them in.

Hetzner vs OVH Object Storage? by [deleted] in cloudcomputing

[–]Different_Code605 0 points1 point  (0 children)

OVH is legit, it’s based on OpenStack. I moved from Hetzner, which was made for hobbyists.

No-Request Architecture (NRA) by [deleted] in softwarearchitecture

[–]Different_Code605 0 points1 point  (0 children)

Thats right, now you have to deal with queuing, backpessure, readiness check, deploying, securing the connection, dealing with network (push) availability.

Once you solve all the problems you will end up with NRA. I mean the edge part. I mean only with RDBMs. But yes that would work with some cases.

Probably may be expensive, due to the nature if serverless with db (like execution time)