April 27, 2009
I saw “An Unschooling Manifesto » Dave Pollard” discussed in Fred Wilson’s blog today. Very interesting stuff. Pollard talks about how he was allowed to escape the “system” and that his grades improved dramatically.
It reminded me of Eric Ries’ post on software folks. Ries says that software programmers learn on their own. Most software-types learn to program before coding is taught in school, and are therefore self-started. ( Average age that a “coding addict” starts programming is 13)
My personal experience leans towards self-learning. I played Junior hockey in high-school. That meant that I was rarely at school in grade 12. But my grades didn’t suffer. My grades only got worse when I stopped playing competitive hockey. Weird.
Comments Off |
careers & mgmt |
Permalink
Posted by Iain Verigin
April 19, 2009
Here are a few sticking points for me
Where Am I Now?
The more I think about it the more I lean towards “No”.
Having to become comfortable with significantly more candidates is a non-starter. Couple that with the insecurity of not knowing where the MLAs priorities lie doesn’t help.
14 Comments |
joie de vivre |
Permalink
Posted by Iain Verigin
April 16, 2009
I’ve spent some time today trying to figure how to vote on the BC-STV. It is not a “no-brainer” decision.
At it’s simplest, the current 81 MLAs in 81 ridings would change to 81 MLA’s distributed over 20 ridings. The ridings would have multiple MLAs. For example, the North Shore would have 4 MLAs.
Here are some sites that I’ve found helpful
Have fun.
2 Comments |
joie de vivre |
Permalink
Posted by Iain Verigin
April 13, 2009
If you’ve enabled “FTP Access” on your Mac (or PC) you may have an ftp.log full of messages telling you that “people” you don’t know are trying to log in. There will be lots of them, every couple seconds. Some even rotate username’s, and passwords. Open your console and look in ftp.log or secure.log.
Here are some that I found
Mar 20 18:45:36 MyComputer ftpd[4666]: FTP LOGIN FAILED FROM 210.18.123.42.sify.net
Mar 20 18:45:37 MyComputer ftpd[4666]: FTP LOGIN FAILED FROM 210.18.123.42.sify.net
Mar 20 18:45:39 MyComputer ftpd[4666]: FTP LOGIN FAILED FROM 210.18.123.42.sify.net
Mar 20 18:45:44 MyComputer ftpd[4666]: FTP LOGIN FAILED FROM 210.18.123.42.sify.net
Mar 20 18:45:48 MyComputer ftpd[4666]: FTP LOGIN FAILED FROM 210.18.123.42.sify.net
Mar 20 18:45:54 MyComputer ftpd[4666]: FTP LOGIN FAILED FROM 210.18.123.42.sify.net
Mar 20 18:45:54 MyComputer ftpd[4666]: repeated login failures from 210.18.123.42.sify.net
and
Apr 8 21:20:48 MyComputer ftpd[5710]: FTP LOGIN FAILED FROM 32.c8.85ae.static.theplanet.com
Apr 8 21:20:49 MyComputer ftpd[5710]: FTP LOGIN FAILED FROM 32.c8.85ae.static.theplanet.com
Apr 8 21:20:52 MyComputer ftpd[5710]: FTP LOGIN FAILED FROM 32.c8.85ae.static.theplanet.com
Apr 8 21:20:55 MyComputer ftpd[5710]: FTP LOGIN FAILED FROM 32.c8.85ae.static.theplanet.com
Apr 8 21:20:59 MyComputer ftpd[5710]: FTP LOGIN FAILED FROM 32.c8.85ae.static.theplanet.com
Apr 8 21:21:04 MyComputer ftpd[5710]: FTP LOGIN FAILED FROM 32.c8.85ae.static.theplanet.com
Apr 8 21:21:04 MyComputer ftpd[5710]: repeated login failures from 32.c8.85ae.static.theplanet.com
I’ve been enabling “FTP Access” on my Mac and using Filezilla on my PC as a way of moving files back and forth. It works just fine, but this means that “FTP Access” is available to all the Internet :scary: I turned it off. I couldn’t live with this in my ftp.log files.
1 Comment |
SysAdmin |
Permalink
Posted by Iain Verigin
April 13, 2009
On the computer nerd front. I’ve been struggling with “How to copy, or move, files in a directory modified within the last day”. Voila I found it. Use the find command.
find . -mtime -1 -exec mv ‘{}’ new_dir \;
find . -mtime -1 -exec cp ‘{}’ new_dir \;
Translation find files in current directory that have been modified within the last day, and then move/copy them to new_dir. Note that you’ve got to create new_dir with “mkdir new_dir” before running this command. And no you can’t just pipe this into xargs.
This A Unix/Linux find Command Tutorial on was helpful. It explains why you can’t use xargs and other arcane moves.
Comments Off |
SysAdmin |
Permalink
Posted by Iain Verigin
Seth Says » “We Don’t Care What You Say”
April 23, 2009We care what you do in What you say, what you do and who you are
The follow on to this is that change takes longer than one thinks because “No cares what you say … they care what you do”.
If you’ve got a good track record of delivering on your word ( ie high correlation between “saying and doing”) then the liklihood of quick change is good. If not …