flamboyantkoala

joined 2 years ago
[–] [email protected] -3 points 2 years ago (11 children)

There’s actual scientific evidence of it helping with depression and lower rates of mental health problems. If you google it you will find not one but many dozen articles discussing links between religion and improved mental health.

Not everyone who needs can work at an amusement park but anyone can find a religion to suit them even in the US.

[–] [email protected] -1 points 2 years ago (4 children)

Having a reason to live, a reason to do the right thing is a good thing. Religion done right accepts that the world is tough, they accept each other for their mistakes, teach one another how to get through life without anger and they forgive. It’s something very hard to get in day to day America. Until someone comes up with a better way to do this religion will still have a place.

But ultimately belief in a God isn’t deluded, intelligent design is still a real possibility.

[–] [email protected] -1 points 2 years ago (10 children)

I go to church but don’t fully buy into church and I don’t think you have to. For instance when they talk about god, I replace with universe. science hasn’t disproven it.

Jesus. Maybe son of god or maybe just someone with really good morals and wanted us to love each other. Either way someone we should hold up and adore.

I was defined atheist at one point in my life. Now I’m somewhere in the middle. Churches and religion offers a lot of good things. Community being my favorite. Americans don’t find many reasons to get together but church is like heyo it’s potluck time every other week. Delicious food and good people.

[–] [email protected] -4 points 2 years ago (37 children)

Didn’t say it was the only thing that provided meaning but you’ll find in a church depression is less prevalent likely due to the sense of meaning and purpose attendees have.

That sense of meaning is something all attendees can achieve because they are taught to. Science doesn’t teach a person how to be okay with their purpose in life, in fact some of the answers science finds may push people further from purpose.

[–] [email protected] 1 points 2 years ago

I guess it’s all in the interpretation because I heard it as the government spending money to keep the fat fat. Paying for their fudge rounds instead of either a) putting them to work or b) restricting them to a healthier diet.

[–] [email protected] 5 points 2 years ago (7 children)

I give typescript running a decent shot of being a major force in backend APIs. There’s a draw to being able to code the same language on front and backend. It’s got a stronger type system than Java in strict mode as well.

It also has quick boot time which can help in cloud functions that may eventually become the preferred method of APIs. No server or os to maintain and they are close to the customers location

[–] [email protected] 1 points 2 years ago

It’s usually the domain knowledge that gets lost over the years that causes maintenance problems not the code or tech.

Why things are done this way gets lost. The decisions that led to it. The hard earned knowledge by the original dev team.

New team comes in and everything they do breaks something else because they don’t understand the up and downstream of their project.

[–] [email protected] 4 points 2 years ago

Well a lot of that talking comes from the south and being here I can say it’s the same shitty summer weather it always is so they are going to continue not caring.

[–] [email protected] 11 points 2 years ago

Probably ai generated. The writing on the sewing machine looks like the weird alien language the ai uses to secretly communicate with other ai.

[–] [email protected] 1 points 2 years ago

Nah not equivalent. I’ve worked on rust for side projects and a few lower level networking things. Hard to get equivalent experience because my regular job is probably 60% frontend webapps.

Typescript being everywhere with strong libraries for even brand new tech is why I think it’s a great general purpose language. Whatever new product I’m integrating with always has a JS or TS library.

You don’t have to convince me Rust is a better language in so far as what it provides the programmer to make a working and correct program but I’d argue it’s not the best general purpose yet for many reasons that go beyond the design of the language and engineering. Such as availability, clients who pay me for code, and third party libraries

[–] [email protected] 2 points 2 years ago (2 children)

Probably should clarify. I think there are better languages in design and safety for backend.

However when it comes to a language you can pick up and crank out code for JS/TS is hard to beat. There’s libraries for everything and if your a full stack dev your probably really familiar with all the ends and outs.

If I have time and I want to make a solidly engineered product Rust is a better option. But often I’m pressed for time and TS can make a solid enough and performant enough product.

view more: ‹ prev next ›