• 1 Post
  • 19 Comments
Joined 2 years ago
cake
Cake day: November 15th, 2023

help-circle

  • Tbh it’s a reflex and dexterity game, among other things, so it is not for everyone. In the same way a game that requires memorising melodies is not for me, since I suck hard at it.

    I suppose there could be a mod that simply doesn’t let you die and you can explore the whole world. There is no other way to make a platforming section easier, unless you add more anchor points etc., which requires actually changing the world (essentially, you remove the platforming section), so those could still be a problem.


  • Yeah I am almost at the end of the act 1 (i think?) and so far the impression is that if something seems to have a long walk or having to repeat a hard parcour section, I didn’t find some hidden bench or shortcut to bypass said parcour section.

    In general I can see this game being started as an expansion for HK, the difficulty is quite high and the curve steeper, but I can’t relate with most of the complains so far (the currency maybe a little, but it’s normal IMHO you can’t just shop everything at once from a new vendor you find).

    Initially I was put off by the double damage, but the heal being short and x3 I think compensates for it (plus, you can do it mid air etc.).





  • This is contradicting the neoliberal mantra, that it is totally the individuals fault and thereby justified.

    Sorta. But anyway, neoliberalism is far from the only oppressive ideology.

    Also Islam with its prohibition of interest is incompatibile with capitalism

    I really don’t think so. Interests are not really a foundational pillar of capitalism. Private property of means of production is.

    obey God

    And did god (or gods) speak to them? Or there is always a translation layer that includes other people; prophets, messiahs, clergy, shamans, visionaries, etc.? Still a hierarchy. Still a means of control. Who decides what the gods say controls people. That’s exactly the problem with religion.

    About the soviet union and other antireligious countries: there are multiple ideologies that can lead to oppression. I am definitely not going to say that without religion oppression wouldn’t exist. I am saying that religion is an enabler for it.


  • Derubricating everything to the “external” imperial forces is dismissive and forgets centuries of violent history, including those of Muslim empires. Islam, like most religions is bigoted, intolerant and barbaric.

    A common argument is that Jesus would be a socialist by todays definitions

    And that’s nonsense.

    I agree with you that the institutionalization is an issue, but that is an issue of the particular institutions, not the religion itself.

    No, I think it’s actually religion and religious thinking specifically the problem. Institutionalized religion is just the natural consequence of the issue.

    Religion is fundamentally a reactionary ideology because it prescribes an external entity (or entities) which decided how things should be. This deresponsibilizes people and inherently justifies the existing. All the religious emancipation still happens under the umbrella of a reality that has to work in a certain way.

    For example, most religions tend to accept suffering and poverty as a given, as a test or as something that in general is by design. Assigning virtue to being oppressed (like in case of some Christian messages) is far from a revolutionary stance, it’s a tool aimed at controlling those who are oppressed.

    If in millennia every religion ever has been used to crystalize a power hierarchy in humanity (from the clergy to caste systems), maybe there is a reason. And the reason is that religious thinking and mindset inherently enables these hierarchies.



  • But the estimation is with each NC instance with half a CPU and 1GB of memory. This is a super conservative estimation, that doesn’t include anything besides a tiny Fargate deployment and Aurora instances.

    Edit: fargate ($40/month), the tiniest Aurora instances at 20% utilization and with merely 50GB storage ($120/month). Missing s3, which will easily cost $50 in storage and transfer (for only a few TB), ALBs and network traffic, especially outbound (easily $50-100 depending on volumes).

    This basic solution’s real cost is already between $150 and $300/month. I don’t know NC enough to understand volumes on DBs and all usage, but I assume that it’s going to be lots of data in and out (backups, media, etc.). —edit—

    For a heavily used NC instance (assuming a company offering it as a service), the cost is going to become massive pretty fast.

    Also, as I side note, if a company is offering NC as a service, but doesn’t manage a single piece of NC deployment… What is the company product? And most importantly, how are they going to make money when AWS is going to eat a linearly scalable chunk of their revenue forever?


  • Well yeah, wouldn’t break the bank, but a conservative cost estimate (without considering network costs, for example, quite relevant for a data intensive app) would bring this setup to about $40/month. That is about 5 times more expensive than a VPC with 4x the resources.

    OP said this is some sort of “enterprise self-hosting” solution, which I guess then kind of makes sense. For a company providing nextcloud as a service I would never vendor lock myself and let AWS take a huge chunk of my revenue forever, but I can imagine folks have different opinions.


  • In that case, Pulumi permissions are too broad IMHO for what it has to do, an enterprise should adhere to least privilege. Likewise, as I wrote in another comment, the egress security groups are unclear to me (why any traffic at all is needed?) and the image consumed should be pinned to a digest. Or better yet, should be coming from a private enterprise registry, ideally with an attestation that can be verified at runtime.

    I am not sure ECS Fargate makes sense vs an ec2 instance to run the workload. This setup alone will cost about $30/month assuming half a vCPU per replica with Fargate, plus about $12 for the memory (1GB/task). 2xt2.micro could be run for ~$20 without even considering reservation discounts etc. Obviously the gap will become even larger at scale, which I suppose might be very interesting for an enterprise.



  • Oh yeah, I am aware. Mostly here I would question the idea to have multi-AZ redundancy and using a manage service for DB (which indeed is expensive). All of this when a 5$ VPS could host the same (maybe still using s3 for storage) and accept the few hours downtime in the rare event your VPS explodes and you need to restore it from a backup.

    So from my PoV this is absolutely overkill but I concede that it depends a lot on the requirements. I can’t ever imagine having requirements so tight that need such infra to run (in fact, I think not even most businesses have these requirements, I have written on the topic at https://loudwhisper.me/blog/hating-clouds/) for my personal stuff…


  • Everyone is free to pick their poison, but I have to ask…why? What is the target audience here? This is a massively overkill architecture IMHO. Not to talk about the fact you now need 3 managed services (fargate, s3 and aurora at least) for a single self hosted tool, and that is being generous (not counting cloudwatch, ALBs, etc.).

    • Why do you need security groups to allow egress anywhere (or, at all)?
    • I would pin the image to a digest, rather than using latest.
    • what is the average monthly cost for this infra for you?




  • You are right and what some people miss is that social engineering being the vector to gain foothold doesn’t mean that it was sufficient to allow the breach. Almost always you need some other weakness (or a series of them). Except when the weaknesses are so had that you don’t need a foothold at all (like this case), or when the social engineering gives you everything (rare, but you might convince you someone to give you access to data etc.).

    A whole separate conversation is deserved by how effective (or not) social engineering training is. Quite a few good papers about the topic came out in the last fee years.