An open source platform for emulating the fruit fly brain
11–19 of 19 posts
Re: An open source platform for emulating the fruit fly brain
#12Great project. After poking around the site, I'm still wondering, what GPU hardware is necessary to run the code?
Re: An open source platform for emulating the fruit fly brain
#13This is really cool. The other fruit fly project I was impressed by recently was Mihir Garimella's FlyBot: Mimicking Fruit Fly Response Patterns for Threat Evasion [1] which was a quadcopter that demonstrated evasive behavior. I really like looking at biomimicry implementations because there are so many levels on which to do it. Mimir was trying to mimic outwardly observable behavior while Neurokernel is trying to mi…
http://www.nature.com/nature/journal/v497/n7447/full/nature1...
Re: An open source platform for emulating the fruit fly brain
#14This is very important. When people talk about emulating/uploading human brains, they extrapolate computing power and scanning to a point ~2040 when we will have the capability. But guess what, we have the capacity to upload a roundworm now or a fly and have tried to, and we cannot. Wy? it seems that there is something we are missing and most likely it's the science. tl;dr we need to understand brains better before w…
Re: An open source platform for emulating the fruit fly brain
#15This project is a threat to the Linux kernel. Matthew Garrett may become interested again in fruit flies and stop finding and fixing the moist weird bugs in the ACPI/PM implementation of Linux.
Maybe we should blame the GPU folks for switching from "shader " to "kernel" for general computing shaders instead?
Re: An open source platform for emulating the fruit fly brain
#16This project is a threat to the Linux kernel. Matthew Garrett may become interested again in fruit flies and stop finding and fixing the moist weird bugs in the ACPI/PM implementation of Linux.
I think the term kernel is being used as gpu kernels/programs; those created with OpenCL, etc..; So its a proper naming scheme. Maybe we should blame the GPU folks for switching from "shader " to "kernel" for general computing shaders instead?
Re: An open source platform for emulating the fruit fly brain
#17This project is a threat to the Linux kernel. Matthew Garrett may become interested again in fruit flies and stop finding and fixing the moist weird bugs in the ACPI/PM implementation of Linux.
I think the term kernel is being used as gpu kernels/programs; those created with OpenCL, etc..; So its a proper naming scheme. Maybe we should blame the GPU folks for switching from "shader " to "kernel" for general computing shaders instead?
Matthew Garrett (mjg59 on HN) is a well known Linux developer. [1] He has a real talent for discovering and fixing weird, _weird_, problems with hardware firmwares, especially issues related to ACPI and UEFI. Have a look at his Linux.conf.au 2014 talk [2] to understand the kind of weirdness we are talking about (You will want to cry and laugh at the same time).
Before becoming a kernel hacker, Matthew Garrett earned a PhD in genetics studying fruit flies.
Now this project is very cool, both from the programming point of view and from the fruit fly point of view. Hence the fear that Garrett may abandon his spectacular work on the Linux kernel to go back to his original academic interests.
[1] http://en.wikipedia.org/wiki/Matthew_Garrett [2] https://www.youtube.com/watch?v=QP9c7aCZqtU
Re: An open source platform for emulating the fruit fly brain
#18Earlier quoted context omitted.
I think the term kernel is being used as gpu kernels/programs; those created with OpenCL, etc..; So its a proper naming scheme. Maybe we should blame the GPU folks for switching from "shader " to "kernel" for general computing shaders instead?
Argh, it is horrible when you have to explain jokes. Matthew Garrett (mjg59 on HN) is a well known Linux developer. [1] He has a real talent for discovering and fixing weird, _weird_, problems with hardware firmwares, especially issues related to ACPI and UEFI. Have a look at his Linux.conf.au 2014 talk [2] to understand the kind of weirdness we are talking about (You will want to cry and laugh at the same time). Bef…
Sorry, stupidity mine
Re: An open source platform for emulating the fruit fly brain
#19Earlier quoted context omitted.
I think the term kernel is being used as gpu kernels/programs; those created with OpenCL, etc..; So its a proper naming scheme. Maybe we should blame the GPU folks for switching from "shader " to "kernel" for general computing shaders instead?
The term is actually used in the sense of an OS kernel; just as Linux, Darwin, etc. provide services required by software applications written for those platforms, so too does NK aim to provide those services required to construct and execute models of the fly brain on GPUs.
This is actually, probably a good step into what a "OS" kernel will look like in a not-far-away future