DrDOS

- friends
348 link karma
949 comment karma
send messageredditor for
what's this?

TROPHY CASE


  • One-Year Club

reddit is a source for what's new and popular online. vote on links that you like or dislike and help decide what's popular, or submit your own!

I am trying to calculate a laplace transform from a differential equation by mickpcin matlab

[–]DrDOS 2 points3 points ago

You seem to be combining/confusing time and frequency representations of ordinary differential equations. You need to hit the books a bit before you can make your question coherent.

I'm trying to stop being Catholic. Can someone please explain effects of having a forced religion? Personal experiences may help. (x-post from r/atheism) by HobosEverywherein AtheismComingOut

[–]DrDOS 0 points1 point ago

You may want to check out the podcast Living After Faith, they are affiliated with the Recovering From Religion organization (founded by author D. Ray of the God Virus). As the name suggest, recovering from the damage of religion is a common theme but they do it in a very positive, warm, and compassionate way.

Give me all you've got. by Le-derp2in DebateReligion

[–]DrDOS 2 points3 points ago

I think you misunderstand skepticism, probably because the term is often misused to be almost equivalent to denialism and/or tethered with theistic ideas/demands of absolute certainty.

Skepticism is to be coupled with your confidence in your beliefs (acceptance of claims) scaling with the evidence and reasoned argument. If you try to be a skeptic while maintaining a binary confidence level, it will be crippling.

15 ideas to help children developed critical thinking skills. by ferguson133in skeptic

[–]DrDOS 0 points1 point ago

While you are technically right, critical thinking can be weak without knowledge. Knowledge of science can help inoculate you to certain unsupported/debunked claims when coupled with critical thinking and avoid wasting the thinkers resources.

Better yet, know the scientific method and apply it, without leaving room for special pleading. Let your confidence scale with the evidence and reasoned argument (Cosmos does a pretty good job of this). This aligns with critical thinking.

Again, tho you are technically correct, I think many of the things on the list go towards my "better yet" point.

Congressman urges respect for nonbelievers … but doesn't think atheists truly exist in America by thexavierin Freethought

[–]DrDOS 1 point2 points ago

Well I guess I'm not technically an American either so, lols all around.

Worried about online porn? Don't regulate the net – regulate your kids. by ask0in worldnews

[–]DrDOS 1 point2 points ago

Teach your kids healthy internet usage....

Oh darn, forgot that the parents mostly just know how to find porn...

poosticks!

Icelandic Redditors, How many of you would vote Pirate Party here if a viable candidate was running? by throwawayaginin Iceland

[–]DrDOS 0 points1 point ago

That sounds like what in the US would be labeled as libertarian or rather a subset there of.

I strongly disagree with the notion that if certain funds are a part of our taxes then that imply that you aren't helping or shouldn't "take credit" for the good that can/is done with your taxes. Ideally, society comes to a contract through the government/election/representative system to provide funds for things that are beneficial for us as a society, these can be on a collective/group scale or on an individual scale.

There are certain things that are just more practically taken care of by "us" by using a structure such as the government (i.e. "us"). I'm a caring and giving person, but I'm also often very busy and sometimes lazy. I don't have the time or mental energy to devote to studying every thing I'd need to donate to in order to be as good a member of society, as I'd like to be, if everything the government did was on a donation/for-profit scheme. This is where I like us getting together and deciding, what are things we agree on (e.g. majority) and are reasonable (science/reasoned-argument/demonstration) to produce results that are good for us as a society and as individuals. That way things like fire-departments, major road construction, various basic research, and a health care safety net can be put in place without me having to waist all my time and energy on things that are nigh trivial. I can choose what I then want to focus on. Metaphorically, I can get to the trees I particularly want to nurture instead of having to sprinkle on the entire forrest by myself.

Finally, if I may also be so arrogant as to point out the fact that as a person with a post-graduate degree in science, me and most of my friends are well above the average intelligence, affluence, and some also have more free time than most people do. I know we would not practically have the time and mental energy to spend on all of these kind of things in an ideal libertarian world. If I can't expect that of myself and my friends in our privileged positions, how on earth is it reasonable for me to expect that of more than half the population who are below average on those metrics?

To everyone: Whys shouldn’t I kill myself? (Why should I value my life?) by CopaceticManin DebateReligion

[–]DrDOS 0 points1 point ago

Because every moment you decide not to kill yourself is a new chance at life, a potential new beginning.

Why call yourself atheist, if you could just call yourself a skeptic? by SaysNotAtheismin DebateAnAtheist

[–]DrDOS 2 points3 points ago*

Excellent answer as usual. I would like to add tho another related reason/goal:

Actively working towards removing the stigma associated with the label "atheist", which currently gives your opponent in an argument (unjustifiable) recourse to dismiss all your arguments.

If you wish to be an honest and forthright skeptic, then you surely will answer the question "do you believe in God/s?" with at least something other than "yes". At that point you can be asked if you are an atheist, which you then must admit, or the person you are arguing with will simply, rightly, assert that you are an atheist. If the stigma remains associated with the label, then the person can use that stigma to support them in dismissing your arguments.

In other words, if skeptics don't actively work towards lifting the stigma off the label "atheist" then they are setting up a trap for themselves in almost any argument.

The proper definition for atheism by Dr_Cuddlesin DebateAnAtheist

[–]DrDOS 0 points1 point ago

Thank you for calling OP on his lies.

Happened a while ago but i just remembered this. My fundie aunt telling me im going to be eatin by bears! by [deleted]in atheist

[–]DrDOS 0 points1 point ago

And those are the people claiming moral superiority.... yea... oook

TIL God wanted me to be an atheist by DrDOSin atheism

[–]DrDOS[S] 0 points1 point ago

that "no" sounds better :P

TIL God wanted me to be an atheist by DrDOSin atheism

[–]DrDOS[S] 1 point2 points ago

God answers all prayers by: Yes, just wait, or I have something different/better in mind for you.

In other words, indistinguishable from no God (at least for a somewhat optimistic person).

TIL God wanted me to be an atheist by DrDOSin atheism

[–]DrDOS[S] 0 points1 point ago

/Sarcasm

Solve for unknowns in a matrix of variables? by GoP-Demonin matlab

[–]DrDOS 1 point2 points ago

I can't tell you right of the top of my head if the problem has a solution (it would trivially be non-unique), but I can tell you that you can use Matlab to try to find one.

if you already have a function fun(theta1,theta2,...) that gives you the matrix you have there, and you have the result, res=[..the-matrix-you-wrote..], then you can define an anonymous function, f = @(x) (reshape(fun(x(1),x(2),...,16,1)-reshape(res,16,1)).2; Then use fmincon or some other built in minimization algorithm (just look up the help for those functions) to minimize the function (i.e., find it equal to zero if numerically able, since it is a positive definite function now) .

Solve for unknowns in a matrix of variables? by GoP-Demonin matlab

[–]DrDOS 0 points1 point ago

I think you need to explain your problem a bit better. The example you gave doesn't makes sense (cos(x)=2 ???)

Anyway, if you are trying to solve a generic problem you can define a function of a vector k = [a,b,x,...], and a result vector n=[1,1,.5,...], so f = @(x) [x(1)sin(x(3)),x(2)cos(x(3)),cos(x(3)), ...] , then use fsolve or fmincon to solve for f(x)-n=0

New Bible translation aims to 'focus on the meaning behind the words' - CNN.com blogs by Athryn84in atheist

[–]DrDOS 0 points1 point ago

Hear hear. This is evidence for there not being anything I find worthy of calling a god.

Teen births are down, thanks to contraception use. Why does the right ignore the facts and insist it's abstinence? by LaBamba00in politics

[–]DrDOS 1 point2 points ago

You mean we should only have sex like animals? for procreation?

Nah, I think I'll go with a healthy mix of our nature, proven methods, and workable secular morals.

a small office printer, why is this so hard to find in iceland? by throwawayaginin Iceland

[–]DrDOS 0 points1 point ago

Your statement makes no sense, please rewrite it in case someone can actually help you.

To All: Good Youtube Channels Dealing with Scripture? by MeMyselForWhoin DebateReligion

[–]DrDOS 0 points1 point ago

Bunch of sources many youtube, some podcasts, and/or books.

Icelandic Redditors, How many of you would vote Pirate Party here if a viable candidate was running? by throwawayaginin Iceland

[–]DrDOS 0 points1 point ago

If you are a US citizen coming from a libertarian or conservative background, then I suspect I actually disagree with you on this issue even tho you are technically correct.

view more: next