I was wondering the same thing... VNC is only supposed to be a remote frame buffer protocol, which only needs to be compatible with the frame buffer (e.g. xorg, or an xvfb) and doesn't need to care about anything that runs on top of it. I think vino has some extra semantic compression so it can send fonts, gnome desktop specific primitives etc faster and render them client side instead - that's probably where all the bugs are.
I just stick with basic x11vnc and be done with it, if it's too slow then don't do so much graphical stuff remotely (oh yeah don't do gnome 3 i guess...) and add the compression flag to your SSH.
Amused by your outrage of the overperception of terrorism - ignoring the parent posters grotesque use of the word "Muslim" as a synonym for "terrorist".
All the leading OS still don't deviate much from traditional kernel design approaches, the main "innovation" i'm interested in for a modern OS is provable reliability... by provable i don't mean empirical and observable reliability (e.g FreeBSD), i mean reliable by design: There are some pretty innovative concepts beyond the basic microkernel concepts in Minix 3, and unlike it's predecessors it's intended to be more than an educational tool.
based on student interactions with resources on an online course.
Clearly the human brain is good at interpreting a different kind of behaviour (instantaneously and visually received), not temporal behaviour of interaction with a machine presented as a spreadsheet. Given the type of information and unintuitive presentation for the human brain, the question is: did the humans have as long with the training data as the ANN? I'm guessing not, but i suppose the competition does at least prove it's utility over an untrained human rather than to purely serve as publicity.
This is the sort of task we should expect artificial NN to be good at, because currently they are many orders of magnitude slower and smaller than biological NN, so their strength will be in artificial esoteric tasks that the human brain has not evolved (optimised) for.
Can you enlighten us with the specific genes pertaining to intelligence then please?
I ask you the same question. We know height is hereditary, eye color is hereditary, etc... What is so special about intelligence that
it doesn't have a genetic component.
I'd say it is special: Attempts to define intelligence are hopelessly insufficient, and even if we could, it's clearly not a one dimensional measurement that can be attributes to specific and discrete genes like physical attributes - Brains are an evolutionary process on top of a genetically based evolutionary process (more than simple phenotypes)
I think "intelligence" is too broad and too vague to ever attribute to specific genetic components. Perhaps more fundamental abilities can though, capacity for mental work that does not indicate any kind of intelligence but supports it's potential.
How much is nature vs nurture is up for debate but it's pretty well assumed that it's a combination of both and as far as this article
goes, it really doesn't matter whether it is nature vs nurture that gives the kid the edge
I think it does matter - toss out the genetic component because it's pointless debate for this purpose, smart parents increase the chances of their child being smart (in at least some significant portion) due to "nurture" - but nurture of that level doesn't have to come from the parent alone (eg schools). So it's not purely "hereditary" by any interpretation of the word...
It doesn't just have to be schools either, some kids just have interests that lead them to become strong in certain areas regardless of their background.
Yes, maybe there needs to be less emphasis on the code... however being given a simple problem and then using a language with simple enough syntax to find out both how to solve it and how to learn the language seems to me the most natural way. Maybe i'm being a bit old fashioned about this but i think the process of building a working example gives that tangibility to the logic and critical thinking, it's a nice doorway into that world, to much abstraction too soon will just loose everyone i think... perhaps i'm generalising my own learning tendencies though.
I suppose the danger is that teachers/curriculum will focus too much on syntax and teaching the skill of how to code rote... rather considering it simply a tool to understand the logic being explored.
I have non-IT coworkers that literally have no idea how to proceed when faced with a new problem or new piece of software. Even worse, they expect to dump these responsibilities on others because they "never took a course in this". They expect everyone else to fix it for them instead of taking any initiative or responsibility themselves. That's a huge problem.
Yeah i hate this, some people (whatever age and experience) can just pick up a new piece of software and figure out how to use it... others need to be taught specific instructions regardless of how much experience they have in using software... they seem incapable of generalising concepts they have learned to understand new things, i've learned not to waste my time with these people because their insatiable appetite for being lazy and expectation of specific instructions will just deplete your energy, you become their API to all GUIs they are exposed to.
Not everyone should or should want to become "programming literate", but it's not supposed to be like learning how to read and write. There is more to learning to code than coding itself. There is plenty of science at school that people never use in their adult life, but it's useful to have some understanding of how the world works, how others work, and each subject bring a new way of thinking - a different way of thinking is brought with coding and that's useful to everyone.
there is no reason to assume that Apple, with no experience, will suddenly do a better job than General Motors, Ford, Volkswagen, Toyota or Hyundai.
Apple don't already have a large business invested in Oil, it's far easier to focus on pouring development on a new product rather than diverting development into a competing product at no clear and direct benefit to the business.
Tesla isn't an entirely fair example with all their injected cash, but they are the only really successfully electric car company - and they were born fresh without an oil backed business.
The annoying thing with a figure of eight (the standard climbing knot for attaching a rope to a harness) is that it can be quite hard to untie after falling on it.
Try going one turn beyond the figure-of-8 to the "figure-of-9" (there are other names). This has the strength of the fig-8, it's harder to jam after heavy loading, and it's pretty easy to tie safely (failure modes include the fig-10 and the fig-8, both perfectly fine knots.
Arguably, an incorrectly tied bowline isn't a bowline
You mean without a stopper? Yes I don't consider a bowline complete without it, and the climbing related deaths i have heard of are all due to a lack of or poorly tied stopper
With a bowline I tie a generous stopper with enough end to thread back through the bottom of my harness making the possibility of the end slipping through the stopper very low. I guess with a figure of eight you still have a pretty safe self tightening knot without a stopper - or even half a figure of eight, so maybe that's why people still consider the bowline unsafe by comparison.
I guess that sounds pretty dumb but i have seen plenty of people climb with an accidentally incorrectly tied figure of eight cos they don't check their knot... it just happens that you have some redundancy with that knot.
Whilst it's interesting, most knot use is probably more interested in the opposite case of how much force is necessary to untie a knot, or how much force a knotted rope can withstand, or which knot configurations are comparable in strength.
I use knots for rock climbing a combination of strength + ease to untie + safety are important to me. The annoying thing with a figure of eight (the standard climbing knot for attaching a rope to a harness) is that it can be quite hard to untie after falling on it. If you do any sports climbing - and push your limit, you will do lots of falling, so i use bowline.
The issue with a bowline is it can be unsafe if not tied correctly and with some extra redundancy, even then some people still consider it too dangerous given it's bad history of climbing related deaths. Safety and over tightening might seem inevitable but i'm interested if it's possible to find a better knot with both of these properties with a more scientific method - perhaps this is a good start toward those kind of useful discoveries.
yes and there are n number of addon things made for ford cars... doesn't mean it's a good idea for them to integrate them into their product line. And who cares what it runs? "pro" and "iPad" for pro consuming? also iOS is OS X underneath all the makeup and touch specific libraries.. but who'd want a desktop UI for fat fingers users.
I was wondering the same thing... VNC is only supposed to be a remote frame buffer protocol, which only needs to be compatible with the frame buffer (e.g. xorg, or an xvfb) and doesn't need to care about anything that runs on top of it. I think vino has some extra semantic compression so it can send fonts, gnome desktop specific primitives etc faster and render them client side instead - that's probably where all the bugs are.
I just stick with basic x11vnc and be done with it, if it's too slow then don't do so much graphical stuff remotely (oh yeah don't do gnome 3 i guess...) and add the compression flag to your SSH.
VNC encryption... i hope for your sake that's in addition to tunneling over SSH. Otherwise - welcome to my botnet.
Amused by your outrage of the overperception of terrorism - ignoring the parent posters grotesque use of the word "Muslim" as a synonym for "terrorist".
Thanks ok... in the face of politicly correct censorship we can always turn to Orwellian concepts for inspiration, enter: GoSpeak
Now just need to write a Go program to normalise the various offensive synonyms on their forum... fixed no need to ban anyone.
^modup
A design for not making upgrades break and not freezing shit into obsolescence is neat.
All the leading OS still don't deviate much from traditional kernel design approaches, the main "innovation" i'm interested in for a modern OS is provable reliability... by provable i don't mean empirical and observable reliability (e.g FreeBSD), i mean reliable by design: There are some pretty innovative concepts beyond the basic microkernel concepts in Minix 3, and unlike it's predecessors it's intended to be more than an educational tool.
Can't empathise with people who aren't getting their full 48Mb ... I'd happily take an over advertised 38Mb over my crappy 2Mb
TalkTalk was informing its customers immediately about the attack as a precaution, she added
And yet slashdot is the first place i heard about it.
based on student interactions with resources on an online course.
Clearly the human brain is good at interpreting a different kind of behaviour (instantaneously and visually received), not temporal behaviour of interaction with a machine presented as a spreadsheet. Given the type of information and unintuitive presentation for the human brain, the question is: did the humans have as long with the training data as the ANN? I'm guessing not, but i suppose the competition does at least prove it's utility over an untrained human rather than to purely serve as publicity.
This is the sort of task we should expect artificial NN to be good at, because currently they are many orders of magnitude slower and smaller than biological NN, so their strength will be in artificial esoteric tasks that the human brain has not evolved (optimised) for.
My monitor is 22" 1080p and I don't see pixels.
Your monitor has < 100 PPI
The only reason you don't perceive pixels is due to anti aliasing or because you're using it as a TV.
Most annoying typos in article titles
Good idea
YXNhZmc3YXNmZzczZ3IyNzNncjJmZGc3c2RnZmFia2piLHNka2ZoYWxpaDEyMTItNDEtMmhmOTM
Although slashdot seems to be limited to 75 chars of contiguous letters which makes it annoying.
intelligence is hereditary
Can you enlighten us with the specific genes pertaining to intelligence then please?
I ask you the same question. We know height is hereditary, eye color is hereditary, etc... What is so special about intelligence that it doesn't have a genetic component.
I'd say it is special: Attempts to define intelligence are hopelessly insufficient, and even if we could, it's clearly not a one dimensional measurement that can be attributes to specific and discrete genes like physical attributes - Brains are an evolutionary process on top of a genetically based evolutionary process (more than simple phenotypes)
I think "intelligence" is too broad and too vague to ever attribute to specific genetic components. Perhaps more fundamental abilities can though, capacity for mental work that does not indicate any kind of intelligence but supports it's potential.
How much is nature vs nurture is up for debate but it's pretty well assumed that it's a combination of both and as far as this article goes, it really doesn't matter whether it is nature vs nurture that gives the kid the edge
I think it does matter - toss out the genetic component because it's pointless debate for this purpose, smart parents increase the chances of their child being smart (in at least some significant portion) due to "nurture" - but nurture of that level doesn't have to come from the parent alone (eg schools). So it's not purely "hereditary" by any interpretation of the word...
It doesn't just have to be schools either, some kids just have interests that lead them to become strong in certain areas regardless of their background.
And what we don't know yet isn't a valid argument for your apparent point
:P This stuff writes itself...
intelligence is hereditary
Can you enlighten us with the specific genes pertaining to intelligence then please?
Yes, maybe there needs to be less emphasis on the code... however being given a simple problem and then using a language with simple enough syntax to find out both how to solve it and how to learn the language seems to me the most natural way. Maybe i'm being a bit old fashioned about this but i think the process of building a working example gives that tangibility to the logic and critical thinking, it's a nice doorway into that world, to much abstraction too soon will just loose everyone i think... perhaps i'm generalising my own learning tendencies though.
I suppose the danger is that teachers/curriculum will focus too much on syntax and teaching the skill of how to code rote... rather considering it simply a tool to understand the logic being explored.
I have non-IT coworkers that literally have no idea how to proceed when faced with a new problem or new piece of software. Even worse, they expect to dump these responsibilities on others because they "never took a course in this". They expect everyone else to fix it for them instead of taking any initiative or responsibility themselves. That's a huge problem.
Yeah i hate this, some people (whatever age and experience) can just pick up a new piece of software and figure out how to use it... others need to be taught specific instructions regardless of how much experience they have in using software... they seem incapable of generalising concepts they have learned to understand new things, i've learned not to waste my time with these people because their insatiable appetite for being lazy and expectation of specific instructions will just deplete your energy, you become their API to all GUIs they are exposed to.
it's good to teach kids science...
Not everyone should or should want to become "programming literate", but it's not supposed to be like learning how to read and write. There is more to learning to code than coding itself. There is plenty of science at school that people never use in their adult life, but it's useful to have some understanding of how the world works, how others work, and each subject bring a new way of thinking - a different way of thinking is brought with coding and that's useful to everyone.
At least i can still beat it at my favourite :P
there is no reason to assume that Apple, with no experience, will suddenly do a better job than General Motors, Ford, Volkswagen, Toyota or Hyundai.
Apple don't already have a large business invested in Oil, it's far easier to focus on pouring development on a new product rather than diverting development into a competing product at no clear and direct benefit to the business.
Tesla isn't an entirely fair example with all their injected cash, but they are the only really successfully electric car company - and they were born fresh without an oil backed business.
Try going one turn beyond the figure-of-8 to the "figure-of-9" (there are other names). This has the strength of the fig-8, it's harder to jam after heavy loading, and it's pretty easy to tie safely (failure modes include the fig-10 and the fig-8, both perfectly fine knots.
Interesting, thanks!
Arguably, an incorrectly tied bowline isn't a bowline
You mean without a stopper? Yes I don't consider a bowline complete without it, and the climbing related deaths i have heard of are all due to a lack of or poorly tied stopper
With a bowline I tie a generous stopper with enough end to thread back through the bottom of my harness making the possibility of the end slipping through the stopper very low. I guess with a figure of eight you still have a pretty safe self tightening knot without a stopper - or even half a figure of eight, so maybe that's why people still consider the bowline unsafe by comparison.
I guess that sounds pretty dumb but i have seen plenty of people climb with an accidentally incorrectly tied figure of eight cos they don't check their knot... it just happens that you have some redundancy with that knot.
... i'm talking about the woman on the left.
Picture from the article: https://www.facebook.com/trend...
Wonder what she thinks of this.
Whilst it's interesting, most knot use is probably more interested in the opposite case of how much force is necessary to untie a knot, or how much force a knotted rope can withstand, or which knot configurations are comparable in strength.
I use knots for rock climbing a combination of strength + ease to untie + safety are important to me. The annoying thing with a figure of eight (the standard climbing knot for attaching a rope to a harness) is that it can be quite hard to untie after falling on it. If you do any sports climbing - and push your limit, you will do lots of falling, so i use bowline.
The issue with a bowline is it can be unsafe if not tied correctly and with some extra redundancy, even then some people still consider it too dangerous given it's bad history of climbing related deaths. Safety and over tightening might seem inevitable but i'm interested if it's possible to find a better knot with both of these properties with a more scientific method - perhaps this is a good start toward those kind of useful discoveries.
yes and there are n number of addon things made for ford cars... doesn't mean it's a good idea for them to integrate them into their product line. And who cares what it runs? "pro" and "iPad" for pro consuming? also iOS is OS X underneath all the makeup and touch specific libraries.. but who'd want a desktop UI for fat fingers users.