Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:"No idea how... the brain works" (Score 1) 230

The WSJ article isn't very good (as I noted in another comment); my comment here was mostly that we should also dismiss the commentary that the slashdot poster put alongside it.

We know what most regions of the brain do. We have the ability to record some parts of the brain (at various levels) and have models that can predict activation levels based on subtasks. In the visual cortex, there are even people who can decode significant bits of the signal in V1. This is significant knowledge. It's not vague, and it's not trivial. We don't have the whole picture yet, true. We probably have a few decades to go for that.

While I agree that if we want a complete replica in code, we need much closer to a complete picture. I'm speaking from a neuroscience perspective though, where understanding is the metric.

Comment Re:"No idea how... the brain works" (Score 2) 230

Souls are a myth from prescientific times. There's no point in contending with such concepts - they're part of history and superstition. If you don't understand brains, that's sad but correctable. There's a lot of research that you could read up on.

Or I guess you could keep tossing that "cargo cult" term around and stay ignorant of the last 60 years.

Comment Re:"No idea how... the brain works" (Score 2) 230

The textbook I recommended above goes into this in much more detail, but I'll try to give a brief intro.

The currently dominant map for understanding brain structure is the Brodmann map ; it's largely anatomical (clusters of densely interlinked neurons with mappable connections to others. The visual cortex is composed of brodmann areas 17 (primary visual cortex, containing a more-or-less bitmapped visual field), 18 (secondary visual cortex), and 19 (Third visual cortex). The visual cortex is divided into two streams, a ventral stream used to identify and characterise objects, and a dorsal stream used to locate those objects in a strategic way. This is known as the "two streams hypothesis" (in case you want to look it up).

I could go a bit further, but I'm not sure how long slashdot's max comment length is and a textbook would probably give you a better understanding than what I can give you off the top of my head.

Comment Re:"No idea how... the brain works" (Score 4, Interesting) 230

Probably not - weak AI is typified by directly encoding domain knowledge on human capabilities into state machines, not typically meant to be neuroplausible or human-like. I believe the substrate here is wrong - real organisms learn (either as individuals or through generational building/encoding/selection towards instinct) how to do these things, and that knowledge is integrated. I don't think it'd be easy or likely that weak AI research methods will produce an integrated being with all these capabilities.

I'm sticking my neck out a bit here though; I'm not sure that weak AI research would be useless. Sufficiency versus usefulness is a complicated topic.

Also, my research was in neuroscience (led by cognitive modeling), not AI. It's a neighbouring field, but take what I have to say with at least a grain of salt.

Comment Re:"No idea how... the brain works" (Score 4, Informative) 230

The WSJ article links a paper from some researchers at Google:
http://arxiv.org/pdf/1506.0586...
The WSJ article isn't particularly good either; they misunderstand what's actually going on in the research, which seems to be about conversational modeling (a "weak AI" type of research, the "understanding" being very shallow). They point out a few applications of this kind of work though, and that seems pretty solid/useful. (It doesn't approach the goals of "strong AI", those being actually modeling semantics and deeper reasoning)

Comment "No idea how... the brain works" (Score 4, Interesting) 230

I'm calling the poster here out as being full of shit. As someone who's done neuroscience research, the idea that "Humans have no idea how the human, or any other brain, works" is bollocks. We have a reasonably good idea on the large scale, and in certain areas (such as the visual cortex), that understanding is quite far along. There are frontiers to our knowledge, but human understanding of brains is well on its way. Poster needs to pick up some neuroscience textbooks and get clued.

As a particular recommendation, I'd suggest Kolb and Whishaw's "Fundamentals of Human Neuropsychology"; it's an excellent textbook.

Comment Re:Microsoft does that.. (Score 2) 517

Hey AC, dont worry too much.

You can boot UEFI bios systems into legacy OSes pretty easily with a second stage loader scheme.

Such as GRUB2.

It works in the reverse too-- allowing UEFI expecting OSes to boot on BIOS systems. Since upgrading to a 4tb drive, I had to switch to GPT instead of MBR. I use GRUB2 on the "fake" MBR of the GPT table as the primary loader to satisfy my legacy BIOS's need for a primary boot sector and MBR partition table, and since GRUB2 is GPT aware, it can read the GPT partition table and then chainload the proper bootloader.

Works like a charm.

The real challenge would be getting UEFI expecting OSes that make use of UEFI features after bootup to run on legacy BIOS systems. For that, you need software implementations of UEFI, and those are a pain in the ass.

Comment Re:How exactly does Windows "slow down"? (Score 3, Informative) 517

One way that windows 7 (in particular) slows down, comes from the use of the winSXS folder.

Basically, because the windows software ecosystem is so... Plagued.. with legacy software that expect older versions of system libraries, Microsoft invented a solution to detect those dependencies and satisfy them with those older libaries in a sandbox-- the WinSXS folder.

As time passes, and updates happen, system libraries get updated-- instead of being replaced, they get moved to the winsxs folder and archived. This is so when your bitchy internal-only legacy application that is oh-so-mission-critical that it simply cant be rewritten for a modern OS gets run, it can continue to run.

The downside is that as this treasure trove of old libraries grows, the penalty of the checking routine becomes more and more apparent. (also, it consumes more and more disk space.)

Other forms of slowdown are not specific to windows 7 and newer however.

The registry is a binary file that must be parsed to find entries inside it, and it too can become fragmented. As changes are CONSTANTLY happening to the registry, the (actual) structure of the registry can become more and more byzantine. Since such changes are completely unavoidable with daily use, the slow degradation of this system is also unavoidable unless you boot from a golden image each and every time. This has been a problem since at least the 9x days. Back then, you could automate registry defragmentation with a bootup script because of the complete lack of filesystem security on FAT-- (Tell regedit to dump the registry in its totality into an exported text file, then tell it to rebuild the registry from scratch using that text file dump, then cleanup the temporary files afterwards.) You cant do that with modern flavors of windows because 1) you cant invoke scripts that easily on bootup anymore 2) the registry files are protected with NTFS security descriptors, 3) the OS locks the registry basically as soon as NTLDR finishes, so you cant replace the registry files while live.

There are of course, the other causes of slowdown that come from cumulative misconfigurations that happen from automated updates, but meh.

Comment Re:Not for me (Score 1) 517

Even with disk cleanup removing redundancies in the winSXS folder, it can still swell to be over 12gb in size.

A better solution is to turn NTFS compression on for the folder, then defragment the living shit out of it. (NTFS compression causes epic fragmentation.)

You dont want compression turned on as a rule, but when windows is basically warehousing data against an uncertain future, you might as well treat it like a "rarely used, if ever" archival store. The space is more valuable than the access speed in this case.

Just be wary! the compression cycle is very harmful to SSDs, but once compressed, the files dont change, so its fine afterward. Better to do with a disk image on a spinny disk, then port the whole image to the SSD.

Slashdot Top Deals

The use of money is all the advantage there is to having money. -- B. Franklin

Working...