Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
5answers
227 views

Help with strange memory behavior. Looking for leaks both in my brain and in my code

I spent the last few days trying to find memory leaks in a program we are developing. First of all, I tried using some leak detectors. After fixing a few issues, they do not find any leaks any more. ...
4
votes
1answer
315 views

How does the Blue Brain Project (and NEURON software) work?

This question is related to 873448. From Wikipedia: The Blue Brain Project is an attempt to create a synthetic brain by reverse-engineering the mammalian brain down to the molecular level. [...] ...
3
votes
2answers
232 views

Having one “brain” in a Firefox Addon?

I have an addon that every 5 minuets or so checks an rss feed for a new post, and if there is one, it displays an alert(). Problem is, I'm afraid that if the user opens multiple windows, that when ...
3
votes
6answers
681 views

Multithreaded brain : How do you handle it? [closed]

Long time ago, i read an article dealing with how women's brain was good at multi task compared to men's one. Now I often think about it. As far as I have noticed, I can do several things at the same ...
2
votes
0answers
57 views

How to do algorithm visualization?

I am looking for an algorithm visualization library/tool that is well documented and you can call from your source code. I took a look at jhave - example of usage. And I liked it, it seems it has ...
1
vote
1answer
159 views

How many operations would it take to simulate an Atom?

So I got into an argument today with a colleague of mine about how much processing power it would take to simulate a human brain and that it should be possible within the next 15 – 20 years. This ...
1
vote
1answer
46 views

Tools/Techniques to use our ability to think spatially

What software/UI techniques can leverage our spatial memory? I think and remember in physical space, often the location of something is as important as it's content. For instance I keep an untidy ...
1
vote
2answers
2k views

MySql cluster “split brain” solution?

Before few days I was at some IT conference here in Belgrade. On Agenda was a topic about MySql, and clustering in MySql, and the guys from MySql said that they have the best solution for cluster ...
0
votes
1answer
277 views

Using game of life or other virtual environment for artificial (intelligence) life simulation? [closed]

One of my interests in AI focuses not so much on data but more on biologic computing. This includes neural networks, mapping the brain, cellular-automata, virtual life and environments. Described ...