Cryonics as strong evidence against souls?
There's an interesting story here that has mixed reviews; I like it. It's about the author discovering a testable hypothesis that could destroy a belief in God.I had some free time this evening, so I decided to chat with a friend of a friend about her theism, and see if I could change her mind in any form. But just getting some thoughts out there for these people to consider, planting some seeds, is a worthy goal. And so I think I've made headway on that part, but at the very end I too discovered a testable hypothesis that should destroy her belief. Since this occurred on an IM protocol, I have the benefit of logs, which I shall share. (Edited slightly for paragraph flow.)
I said, "People get sick. We don't just let them stay sick and die."
See Full Post and Comments
Separate Your Deities
Foreword: this post shouldn't be too enlightening for an educated reader and makes a point that should be obvious but whatever.Atheism continues to rise, and the arguments are becoming more and more philosophical. Religious people are fighting a rearguard battle, trying to retreat, but they're backed up against a cliff and religion isn't long for this part of the world, though sadly I can't say the same for religious thinking.
But in these modern arguments, the main point often seems to center around Is the idea of a God possible?, with theists taking a "yes" as acknowledgment that their particular God is possible. This is wrong thinking on two fronts: this notion of "possible", and not separating the ideas.
See Full Post and Comments
Let's dissect a rant! With a rant
So in a recent chain mail about what it means to be a manly cowboy, there was an interesting bit at the end. I'm unsure whether I should take it seriously or not; it's pretty crazy from my standpoint yet I can imagine people believing it as a sound course of action. But for amusement I shall take it on anyway, and rant to the air on the web! First, the full text, edited only slightly for formatting:The COWBOY Solution to save Gasoline !
OBAMA wants us to cut the amount of gasoline we use.....
See Full Post and Comments
Flex Tip: ComboBox Events
(New tag "tips". I'll probably be posting a lot of little tips for various things I pick up that I didn't find immediately from Googling.)ComboBoxes in Flex have several useful events, the most used I believe are open, close, change. But one is lacking: itemClick. There is a difference between: opening a ComboBox then clicking outside or on the ComboBox itself to close it, and opening a ComboBox then clicking an item, even if it's the same one as before.
Fortunately Flex provides a way to detect this difference. The "close" event fires a DropdownEvent which has a "triggerEvent" member, which will be null when the item was clicked, will be a buttonDown event when the user closes with the ComboBox itself, and will be a mouseDownOutside event when the user clicks somewhere else. So simply return when the triggerEvent != null, and you have an itemClick feature. Edit: After some tests it appears that this technique isn't foolproof! Edit 2: My hack was to grab this.contentX and this.contentY and constrain them that way. Not very good.
See Full Post and Comments
Server Migration Completed
I finally made the jump to hostgator. I'm having some real issues with mod_rewrite however, so I'll get back to any readers on what I learn from it.The problem is with public_html/ being mapped to the default domain and I want it to go to public_html/domainname. However in the end I'll probably just symlink public_html to ~/domainname and remap the other domains to stuff outside of public_html.
See Full Post and Comments
Response to: The Perils of Java Schools
I read this good article here: http://www.joelonsoftware.com/articles/ThePerilsofJavaSchools.html It is a very good rant, you should read it! While you don't need to read it to make sense of my response, it is still a response/thoughts about. Anyway, here is my response I initially wrote as an email to a former high school CS teacher.----
First, I think he has many good and strong points. We should be teaching recursion and pointers and threading much earlier than we are. If I had any suggestions for your [my old teacher's] AP CS class this year, it would be to teach it faster, especially if many of the students have passed your C++ class and should have a pretty decent grasp of the OOP material, if not a better one. (Also teach Researching by, for example, giving a somewhat challenging final problem on tests/quizzes requiring them to write code and give the students access to the internet. They are expected to only be able to solve it if they do research, so nothing so simple it comes up completed as a Yahoo Answer.)
See Full Post and Comments
How to turn an agnostic
This is a tongue-in-cheek mini-tutorial for how one might go about converting an agnostic to some theistic religion. It may work on some atheists. It may not work on anyone. I probably won't ever try this since it probably falls under my category of abuse.Step One: Stay away from mainstream religion, pick a relatively unknown one. This means no simple Christianity (Catholic, Protestant), no Judaism, no Islam. Acceptable alternatives include Mormonism (which is technically Christian but weirdly so, it's at such odds with the rest) and any far-Eastern religion.
Step Two: Pick some stereotype or misconception about the chosen religion and wash it away with Knowledge. For example, many people still believe Mormons practice polygamy. In fact, only an illegal sect does so, that is unrecognized by the official Church, and indeed the Church denounced such practices years ago. Also, there is a concept of "levels" in heaven. I can't remember the specifics, but if you're really holy and I think you may have to achieve some level of priesthood, you go to the highest level of heaven and you can then go off and create your own worlds. Pretty cool and futuristic-y eh?
See Full Post and Comments
Recent Posts
2025-07-19
2025-07-07
2025-03-15
2025-03-03
2025-02-13