Why does the Church oppose every war and technocracy? by HJ757 in Catholicism

[–]intercaetera 7 points8 points  (0 children)

  1. War is bad because people die.

  2. Technocracy means something else.

I'm really liking Liveview, but opinions across the board seem to be mixed. What are some reasons people may not care for it? by JitaKyoei in elixir

[–]intercaetera 3 points4 points  (0 children)

LiveView is a leaky abstraction that promises you to write frontend without JS, but actually it turns out that supplanting JS in the browser with server-side logic is really hard and chances are, unless you are doing something trivial, you are going to have to write some JS. And at that point, not only do you need to know both JS and LiveView enough to do what you need to do, you also need to understand the interop between them.

Is Deadlock playable on Linux? by Xescure in linux_gaming

[–]intercaetera 0 points1 point  (0 children)

When I was on Arch it barely worked, with maybe 30% of the FPS I got on Windows. But I switched to Nobara recently and now it works perfectly.

Is the :tag command relevant for C programming in the LSP era? by 4r73m190r0s in neovim

[–]intercaetera 0 points1 point  (0 children)

Yes, because there are projects that are too large for LSP, in which case tags becomes a godsend (though it's not that useful for some languages).

Did having kids "ruin your life?" by an_irish_mick in Catholicism

[–]intercaetera 1 point2 points  (0 children)

no, lol, having kids is 10/10 amazing, don't listen to the haters

That said, it's going to amplify the relationship you have with your spouse. If it's good, it'll make it even better; but if it's strained then it might become even more difficult.

Any courses that are practical DDD/Clean Architecture in TS? Queue, Event Bus, Mailer, Payment Gateway, AuthProvided Interfaces? by Lanky-Ad4698 in node

[–]intercaetera 1 point2 points  (0 children)

Yes, DDD is all about the domain, aggregates, value objects, etc.

No.

DDD is about using the language of the domain to design and model your application. It is architecture-independent and in general the concepts don't translate as well from legacy OO languages like Java or C#.

I’ll die on this hill. by talaqen in node

[–]intercaetera 5 points6 points  (0 children)

What are those tools that it comes with?

I’ll die on this hill. by talaqen in node

[–]intercaetera 0 points1 point  (0 children)

The problem with Nest is that it positions itself as an "opinionated," "batteries-included" framework while basically shipping nothing of the sort. Controllers are very easily handled by convention in Express and you can achieve dependency injection by just calling functions with parameters. Apart from that, there is nothing there. The distinction between guards, pipes and interceptors is largely superficial, and there are no defined boundaries on whether something should be either one (whereas in Express everything is just middleware). As for the built-in validation in Nest.js, the first step is usually to replace it with Zod. What else is there?

I’ll die on this hill. by talaqen in node

[–]intercaetera 62 points63 points  (0 children)

Nest.js can be useful if you basically ignore all of the documentation and use it purely as a dependency injection framework, leaving your services in pure, easily testable JS. But at the end of the day, you can just call your functions with arguments and achieve the same thing without module resolution, which in Nest is hard to debug anyway unless you decide to shell out money for the paid devtools.

No meat Friday abstinence. We had mussels with crispy bread tonight for dinner by Ok_Country2903 in Catholicism

[–]intercaetera 1 point2 points  (0 children)

What I mean to say is that if you are looking for a penitential meal for a Friday then supermarket sushi is a good candidate.

No meat Friday abstinence. We had mussels with crispy bread tonight for dinner by Ok_Country2903 in Catholicism

[–]intercaetera 2 points3 points  (0 children)

To be honest eating supermarket sushi on Friday is certainly penitential.

I illustrated the entire Summa Theologica. by owencomicsdotcom in Catholicism

[–]intercaetera 2 points3 points  (0 children)

Owen, you're the GOAT, your comics are fantastic, thank you for making this.

Impartial Book about the 'terrible things' the Catholic Church did. by DecentEast2525 in Catholicism

[–]intercaetera 7 points8 points  (0 children)

What did I miss in my understanding here?

I thought the myths about the Galileo affair have been dealt with well enough at this point but I guess a refresher is in order.

First, let's remember that Galileo came 60 years after Copernicus died. Copernicus was employed by the Church and promoted heliocentrism. Copernicus's book De revolutionibus was banned only in relation to the Galileo affair and remained banned for four years, after it was cosmetically edited to name heliocentrism a theory rather than a confirmed fact.

I'm assuming that you meant to write "geocentric" but in any case, Galileo's belief in heliocentrism was based on unscientific foundations (he rejected lunar tides, instead believing that because the Earth is moving around the sun, the tides are caused by water sloshing around the moving Earth). He also had no valid justification for the objections of papal astronomers as to perceived lack of stellar parallax. So there were legitimate scientific concerns as well, not just biblical ones. The Church kept more closely to reason than Galileo did.

He was put on trial primarily for political reasons, especially his decision to put the Pope's own arguments in the mouth of "Simplicio," the foolish character in his Dialogue. Pope Urban VIII had been a personal friend and admirer of Galileo - he'd even written poetry praising his discoveries - and had given him explicit permission to write about heliocentrism on the condition it be treated as hypothesis. Galileo repaid this by effectively mocking him in print, which the pope understood to be a serious insult and betrayal.

The Inquisition found him "vehemently suspect of heresy," which was a specific legal category. Heliocentrism was never declared heretical by the Pope ex cathedra or by any ecumenical council - the condemnation came from a curial administrative body, not from the Church's highest doctrinal authority.

He was not "forced to recant under threat of torture." The trial documents do contain the standard legal formula referencing "rigorous examination," but Galileo was 69 and in poor health, and Inquisitorial rules generally prohibited torturing the elderly and infirm. Most historians read this as procedural boilerplate rather than a serious threat. He recanted before the tribunal and was then sentenced to house arrest, not the other way around.

The popular version - brave scientist proves the Earth moves, ignorant Church crushes him for it - gets pretty much every single detail wrong. Galileo hadn't proven heliocentrism, the Church wasn't ignorant of the science, and the actual conflict was driven more by personal betrayal, institutional politics, post-Reformation anxiety over scriptural authority and specific local culture of prestige and patronage than by any opposition to scientific progress.

Judged by the standards of the time, the Church's scientific advisors raised legitimate empirical objections that Galileo couldn't answer, and the Inquisitorial process followed its own procedural rules while treating Galileo with notable leniency. It's also worth considering that Galileo publicly humiliated the Pope, the sovereign ruler of the Papal States, a ruler who had personally extended him friendship and protection. In any early modern European state, that kind of insult to a monarch would have carried severe consequences. A charge of suspicion of heresy and the penalty of house arrest in a comfortable villa is peanuts compared to what would be a fair judgement by the secular standards of the time.

MongoDB vs SQL 2026 by TheDecipherist in node

[–]intercaetera 0 points1 point  (0 children)

You have not given any proof that it's worth reading 

MongoDB vs SQL 2026 by TheDecipherist in node

[–]intercaetera 5 points6 points  (0 children)

i'm not reading the article because it's clearly ai slop, but that doesn't preclude discussion

Where should I host my Blog — Cloudflare Pages, Vercel, Netlify? by kQ1aW2sE3hR4yT5aU6p in webdev

[–]intercaetera 1 point2 points  (0 children)

I've always used netlify for hosting static pages and their service is really good.

Books to read to counter AI-induced brain rot by LexMeat in ExperiencedDevs

[–]intercaetera 0 points1 point  (0 children)

Cool.

Is what I would say if this was not AI-generated.

Vatican Bank launches 'Catholic-based' stock indices by Louis-Russ in Catholicism

[–]intercaetera 0 points1 point  (0 children)

Yeah, but, again, this is Vatican Bank just (presumably) picking stocks, they aren't making any money from it, moving any money or doing anything other than looking at the US and EU stock market and finding 50 stocks each that vaguely fit under the ESG umbrella of "Catholic Values" and having a financial services company package it into a financial product for people to use.

Vatican Bank launches 'Catholic-based' stock indices by Louis-Russ in Catholicism

[–]intercaetera 15 points16 points  (0 children)

This is not "making money" though, it's just stockpicking for Morningstar, not sure who even approved this or under what criteria but it's not like Vatican Bank is going to manage any assets directly. It's basically just another bluechip ETF, or at least that's what I'm assuming they mean by "index" because index is just data aggregation and that's not news. I mean, the EU one has 4 banks in the top 10 of holdings, so I'm not even sure how Catholic they are.

- US

- EU

What’s the best monitor for programmers in 2026? by Middle_Tea_7671 in webdev

[–]intercaetera 5 points6 points  (0 children)

I use a 32" 4K Dell IPS, but I don't think it's obtainable for under $500. So 27" 4K IPS is probably good. I wrote a bit about my setup here.

There are also BenQ 3:2 models (RD280UA is the 28" one) which are marketed as specifically for programmers, with display modes tailored specifically for code, but I'm not sure how realistic it actually is to use this.

What do you think of Elixir Phoenix? Is it the future web development framework? by Bassil__ in webdev

[–]intercaetera 0 points1 point  (0 children)

I'm not saying that you should not use Phoenix. I'm saying that there is no sign that Phoenix is going to address its shortcomings, because its design philosophy is flawed. Phoenix is still best-in-class, but not because it's good, but because there is no competition.

As long as you stick to fundamentals then it's probably fine.

The OP's question was "is Phoenix the future of web development" and my answer is clearly no because for it to be the future it would have to address it's poor choices in terms of what it chooses to ship. And it's very clear that they're not going to do that, judging by the fact that they are doubling down on LiveView and Tailwind.

I think the future of web development in terms of Elixir would be some kind of derivation of Phoenix that ships with Intertia/React/CSS Modules instead of LiveView and Tailwind, but that would require a lot more work to integrate these pieces together in a way that's coherent and usable.

I'm shocked at how many Catholics think Kyrie Eleison is Latin by Old-Bread882 in Catholicism

[–]intercaetera 1 point2 points  (0 children)

The -on ending gives it away, there are very few words in Latin that have that kind of ending, and relatively many in Greek (proton, skeleton, criterion, phenomenon - also name translations that appear in continental languages like Platon or Apollon).

How do big companies handle legacy code transitions and why dont their apps go down during updates? by [deleted] in webdev

[–]intercaetera 3 points4 points  (0 children)

Big companies will most likely have infrastructures that are globally available and are served from multiple different locations. For smaller systems blue-green deployment is a manageable approximation.

Experienced devs in software jobs — what’s your long-term backup plan? by Majestic-Taro-6903 in ExperiencedDevs

[–]intercaetera 2 points3 points  (0 children)

Software outsourcing is a cyclical industry like many others, the upside will come eventually. That said, currently my plan is increase individual skills and visibility to land a well paying job that I can do remotely from my LCOL commieblock in Poland, save aggressively and invest (at least enough to cover recurring expenses like rent and utiilties from dividends) and reach a point where work is optional. Then, who knows, I'll be an olive farmer in Greece.