Skip to main content

Posts

Showing posts with the label opinions

Electromagnetic Field Theories of Consciousness

Lately I've been captivated by an idea:   electromagnetic theories of consciousness , which hypothesise that conscious experiences are identical with certain electromagnetic (EM) patterns generated by the brain ( Pockett, 2012 ). The central claim of these theories is that spatiotemporally integrated information in an electromagnetic field  feels like something. Dr Mostyn W. Jones , a philosopher of mind at University of Manchester, provides a good summary and comparison of EM theories of consciousness ( 2013 ), which come in a range of flavors: computationalist, reductionist, dualist, realist, interactionist, epiphenomenalist, globalist, or localist.   What's the physical basis? Each neuron when firing generates an electric dipole field, and the overlap of these fields from the firing of many neurons across the brain produces an ever-changing and unified brain-wide electromagnetic field of extraordinary complexity. That much is known. EM field theories of ...

How to learn the Colemak keyboard Layout

Here are my tips on learning the Colemak keyboard layout to reduce finger joint pain. From my experience I also compare it to the regular QWERTY layout. [3 minutes]

How to write Bad Python

A controversial post about bad code that I observed on an unnamed Python project, in which I describe outdated idioms, Java-style code, and bad programming practices. [3 minutes]

When to use code generation vs metaclasses

In which I compare the advantages of two kinds metaprogramming: with metaclasses at runtime, versus templated code generation prior to compilation. [2 minutes]