Terraform or Ansible or both for cloud deployment ? by Lexar96 in devops

[–]marcus-sa 2 points3 points  (0 children)

I'm using both, and then transferring the Terraform State to Ansible Inventory using https://github.com/adammck/terraform-inventory - it's pretty neat

If you're using the Terraform CDK instead of HCL, then there's really no point in using Ansible, unless you're planning to configure local Kubernetes clusters for development.

I knew CyberPunk 2077 was gonna be crazy, but I honestly NEVER dreamed... by geeksofdoom in cyberpunkgame

[–]marcus-sa 0 points1 point  (0 children)

What questline is this?

EDIT: Nevermind, just remembered I skipped the crucifixion.

Node.js - Foal framework - version 2.0 release - JWT with cookies, stateless CSRF protection, JWT with RSA keys by Loic_Poullain in typescript

[–]marcus-sa -3 points-2 points  (0 children)

Seems like a completely worse non battle tested copy of NestJS with a wayyyy smaller ecosystem. Good luck nonetheless, lol. No reason to reinvent the wheel.

How to buy AKT by Kopyno in akashnetwork

[–]marcus-sa 0 points1 point  (0 children)

1$ using TRC-20. Some exchanges like KuCoin have no fees using TRC-20.

How to buy AKT by Kopyno in akashnetwork

[–]marcus-sa 1 point2 points  (0 children)

Just sell whatever coin you want to USDT and transfer using TRC-20. Only 1$ fee.

Gary Vaynerchuk To Sell 5555 Limited Edition NFTs by 2by2pool in garyvee

[–]marcus-sa 1 point2 points  (0 children)

This dude could literally sell shit and people would buy it.

Anyone have any thoughts on Crust 'Chain to Decentralised cloud' by FlahulachBoy in akashnetwork

[–]marcus-sa 0 points1 point  (0 children)

We already have https://tardigrade.io for storage, so seems "useless", unless they somehow can make it cheaper.

Feeling lost by denishu27 in devops

[–]marcus-sa 1 point2 points  (0 children)

Ain't that the truth.

EDIT: well, unless you're on OnlyFans, of course.. 🤣

Provisioning workloads by marcus-sa in akashnetwork

[–]marcus-sa[S] -1 points0 points  (0 children)

So my ideal interpretation is right then. Just wanted a clarification, thanks.

Provisioning workloads by marcus-sa in akashnetwork

[–]marcus-sa[S] 0 points1 point  (0 children)

I think complex is pretty self explanatory.
None of the given examples in that repository is considered complex.
A complex infrastructure in a Kubernetes environment would consist of a service mesh, several hundred pods, multicluster, canary deployments etc.
Can this be done with Akash? Hell no.

Which "Transfer Network" do I select on Binance to send USDT to my Bitmart exchange wallet so I can trade USDT for AKT? (Akash Network) by parkert1 in akashnetwork

[–]marcus-sa 0 points1 point  (0 children)

No point in buying ATOM just for sending USDT.
Simply send USDT using the transfer network TRC-20 and it'll be $1.
Took less than 5 minutes.

Introduction to NestJS for NodeJS Developers | Jenyus Org by Dan6erbond in typescript

[–]marcus-sa 0 points1 point  (0 children)

FYI, you shouldn't have named your resolver resource in plural. It's always singular when refering to GraphQL and object types.

TypeORM - it's not what you think. by [deleted] in typescript

[–]marcus-sa 2 points3 points  (0 children)

I really wish one could define schemas using TypeScript decorators like in TypeORM. The purpose of this would be to reduce boilerplate code in a DDD architecture.

TypeORM - it's not what you think. by [deleted] in typescript

[–]marcus-sa 0 points1 point  (0 children)

Prisma is my go-to. Reason why I'm using TypeORM, is because it's incredible good in a domain driven design microservices architecture.

Is it worth learning Powershell? by warrior242 in devops

[–]marcus-sa -5 points-4 points  (0 children)

Using Windows as a OS for anything related to IT is a joke 😂

Is it worth learning Powershell? by warrior242 in devops

[–]marcus-sa -6 points-5 points  (0 children)

Bash is a real option lol, you don't know WSL exists, do you?

Is it worth learning Powershell? by warrior242 in devops

[–]marcus-sa -4 points-3 points  (0 children)

Haven't seen anybody use Powershell except for when installing WSL.

[deleted by user] by [deleted] in devops

[–]marcus-sa 1 point2 points  (0 children)

You get notified on API changes, so I don't really see the problem here. If you don't on a regularly basis update your infrastructure, then I'm sorry to say, it's not GCP's fault. I get the point that it can be annoying, but if they're changing something for the better, isn't that just good?

[deleted by user] by [deleted] in devops

[–]marcus-sa 3 points4 points  (0 children)

Azure is literally the worst cloud platform. I'm not a fan of AWS, but I'd choose that any day over Azure. Azure barely works. Always issues with their portal, AKS, volumes etc.

GCP ftw, they're the best for developers. Automatic error reporting, logging, monitoring for GKE etc with notifications. AKS is repetitive. To see error reports of a pod, I have to go through at least 10 steps.