Earlier quoted context omitted.
The axons are just as important as the neurons. While neural networks are not good analogues of the real thing, one can imagine that no matter the neurons, without weights between them it would be utterly useless. The cerebrum is chock full of axons.
> The axons are just as important as the neurons. what. an axon is a component of a neuron are you referring to glia?
Ask HN: Teach me something new
651–660 of 782 posts
Re: Ask HN: Teach me something new
#652Earlier quoted context omitted.
What an absurd dismissal. > they're not interesting You have a failure of appreciation, yet those facts are potent and surprising. >constructive to a larger understanding Yes they are not, who cares? Teaching neuroscience is of course a non-goal of my comment, what an irrelevant thing to say.. >analogizing the cerebellum to a GPU is naive and misleading to the point of being insulting. Exactly, but if you had allocat…
> we lack real-time datasets and we lack accurate instruments to observe and retroengineer the while system. wrong again. whole brain 2p imaging is routinely performed in c elegans ( and drosophila for that matter) for a number of years now. in fact whole brain ephys in c elegans is feasible, although it would be an experimental tour de force. c elegans does not have '~150-300 neurons', it has precisely 302, and the…
"we expect our work to aid in these endeavors (Bargmann and Marder, 2013; Brennan and Proekt, 2019; Kaplan et al., 2020; Kato et al., 2015). A richer set of network responses, even for simple chemosensory inputs, has broad relevance in understanding sensorimotor processing"
"The application of NeuroPAL to whole-nervous-system activity recording is mainly limited by nuclear localization of the GCaMP activity sensor, as this may fail to capture highly localized events in axodendritic compartments. This limitation, combined with potentially incomplete or variable anatomical synaptic annotations, may have contributed to the lack of correlation we observed between functional activity and synaptic connectivity."
Neuropal is an extremely recent advance (2021) https://www.cell.com/cell/fulltext/S0092-8674(20)31682-2?_re... it is the first to allow a complete mapping of GABA receptors (except mitochondria GABA translocator) however complete maps for other receptors, such as mGLURs, NMDA, kainate, ampa, etc are LACKING, as I said. Let alone realtime data that take into account the individual variances over multiple worms. (they should study genetic clones btw) real time data are rare, nowhere near big-data https://www.youtube.com/watch?app=desktop&v=B4gNamS8Ars and when they exist, they lack the complete information (receptor locations, precise neurostransmitter density per axon, etc) C.elegans might be trivial to understand, without a complete map of axons and recpetors, it would still appear generally un-studiable.
As for the 150-300 neurons it is a matter of debate. IIRC the paper I linked refer to ~150 neurons in the head, the rest would be the PNS, not the CNS. But I'm not sure of the exact CNS/PNS ratio besides this paper.
Re: Ask HN: Teach me something new
#653Button mushrooms, cremini mushrooms and Portobello mushrooms are all the exact same fungus, just cultivated at different ages/stages of maturity.
Today I was going to go for a walk to collect some Agaricus Campestris but the river near flooded the place where they grow.
Re: Ask HN: Teach me something new
#654Re: Ask HN: Teach me something new
#655In some editors (SQL server management studio, visual studio code, but badly), ctrl-shift-arrow keys lets you edit many rows of text simultaneously. Simplest example is multi-row comment, but if you align your code well, some repetitive tasks become surprisingly efficient.
Alt+Shift+Left-Click for any JetBrains IDEs. I use it for coding as well as data editing (eg. Aligned MySQL CLI results in a scratch file) all the time. The support is excellent as when you have multiple cursors, all other standard key combos, like Ctrl+arrow work for all at once. It's also great for selecting a list of aligned text and pasting it elsewhere.
You can also use it when you select something, what you selected becomes the token
More: https://www.jetbrains.com/webstorm/guide/tips/multi-cursor/
Re: Ask HN: Teach me something new
#656Earlier quoted context omitted.
this is a terrible list of 'brain facts'. they're not interesting or constructive to a larger understanding, and analogizing the cerebellum to a GPU is naive and misleading to the point of being insulting. working neuroscientist don't think about consciousness, we look at neurobiology, develop experimental techniques to allow imaging of ever larger numbers of neurons, try to understand how the brain computes. I don't…
It would be kinda funny if it turns out our brains are all running LISP underneath. duck
Re: Ask HN: Teach me something new
#657Humans might just be the stupidest animals on the planet when it comes to seasonal migration, we get tied down by our monetary system, taxes, government policies, borders, etc., while polluting our planet with patchwork solutions like air conditioning for the summer or burning fossil fuels to heat our surroundings in the winter. We can't simply just "move" to a different location like other animals.
I think it's the opposite. We can move, but we have the intelligence to tame our environment so we don't have to.
Nature is amazingly powerful
Re: Ask HN: Teach me something new
#658In Windows, pressing Win+1, Win+2, etc. activates the first, second etc. icon on the taskbar.
Re: Ask HN: Teach me something new
#659Ordering a typical printed circuit board with components placed on it is so cheap nowadays that this is a viable option for electeonic hobbyists nowadays (e.g. just ordered 50 pieces of audio output amplifiers at 3,49 € per piece (customs and shipping included), where 1.60 € would be the parts cost of the two chips on it. Only thing you need for this is: 1. An idea and some knowledge about electronics 2. An EDA softw…
The company is using a new L. B. Stanza programming language created as one of the co-founders Ph.D thesis [1].
Re: Ask HN: Teach me something new
#660You often hear that it was next to impossible to calculate with Roman numerals. That's not true at all. People developed a very ingenious scheme to do additions and multiplications using pebbles. Since the word for pebble in Latin is calculus, we now call calculus calculus.
How did it go? You represented the digits of a number by a pebble. You drew some lines in the sand, some rows and columns. The rows represented the digit magnitude (I, V, X, etc). The columns were for the operands. Two columns for a number. Why two? Because Roman numerals sometimes use negative digits.
Let's see a concrete example. You want to do the addition 28+44. That is XXVIII + XLIV.
You first draw the lines and put the pebbles in the corresponding squares. Note that XLIV has two negative digits (44 = XLIV = -10 + 50 -1 + 5). So the pebble for 10 and the one for 1 are put on the left side.
The first number does not have any negative digits, so no pebbles in its left column.
———————————————————————————————
L | || | o
X | oo || o |
———————————————————————————————
V | o || | o
I | ooo || o |
———————————————————————————————
So, now that we set the pebbles, we need to do the calculation. We can do it in many ways. Let's start by first canceling the digits that can be canceled: a positive 10 pebble with a negative 10 pebble, and a positive 1 pebble with a negative 1 pebble. The table looks now like this: ———————————————————————————————
L | || | o
X | o || |
———————————————————————————————
V | o || | o
I | oo || |
———————————————————————————————
At this point we reduced the initial addition 28 + 44 (XXVIII + XLIV) to the equivalent one XVII + LV ( 17 + 55).Now we just move the pebbles from the fourth column to the second column.
———————————————————————————————
L | o || |
X | o || |
———————————————————————————————
V | oo || |
I | oo || |
———————————————————————————————
We are almost done. We got the result as LXVVII. But this is not a valid Roman numeral, we need to do the simplification VV = X. We remove the two 5-pebbles and add a 10-pebble. Oh, and let's get rid of the last 2 columns. ————————————————
L | o ||
X | oo ||
————————————————
V | ||
I | oo ||
————————————————
So now our final result, in correct form, is LXXII, or 72.Multiplication can be also performed, and it's quite a lot of fun. I'll explain it in the post below.