-
I Survived Another Year
Even though my year at the ATC doesn’t end until June 15, I have survived my fourth year as a teacher. This year was a decent year, at least I think it was. Joe and I improved the Office Technology Program in several ways. For one, we gave out 53.8% more certificates. For another, we improved our passing rate on the Skill Standards Test by 18.2%. And finally, we had 12 practicum students…
Somehow, even with these improved metrics, I have a feeling that the powers-that-be will be less-than-impressed. Improve this much, and they want you to improve that much. "You can always do better" they say. Of course I can always do better, but I’d be much happier is someone would accept the stairstep improvements that I have managed since I started. Slow and steady improvement will lead to great things. I wish someone would recognize this fact and actually make me feel good about what I do everyday. I don’t require constant validation, as I draw a lot on my inner self, but it would be easier to get out of bed every day if I felt like I was pleasing someone.
-
My Apologies
It has come to my attention that my website has been infected with script that was supposed to install malware on visitors’ computers. If you have visited the site recently and your antivirus program has popped up with a warning, I apologize. I do not have a clue how the site became compromised, but rest assured, I have cleaned the site and there should be no more problems. If you have visited the site without virus protection, I suggest you scan your system. On Windows, I highly recommend AVG Free Antivirus, although Symantec, McAfee, and Esset all do a good job.
Once again, I apologize to anyone who was affected by this malware attack!
-
Great student artist
I have a student who can draw really well! Her art is awesome!
-
Compiling Squid in Ubuntu 7.10
Compiling Squid 2.6 in Ubuntu is easy, once you know that there are different command line options you must use aside from the defaults (which are specific to BSD-flavored systems). Note that I specifically enabled digest authentication with the –enable-auth=digest switch because our intended application of Squid needed a more secure password transmission method than Basic Authentication. Here’s some general steps:
- Download and upack the Squid source. I used Squid 2.6 for this.
- Open a terminal and change to your Squid source directory.
- Type the follwong and press enter:
sudo ./configure –enable-auth=digest –prefix=/usr –localstatedir=/var –libexecdir=${prefix}/lib/squid –srcdir=. –datadir=${prefix}/share/squid –sysconfdir=/etc/squid
- After a hundred lines or so scroll by, enter the following:
sudo make
-
After several, even more ugly lines go by, type the following:
sudo make install - There is no way to set the default location of the log files with Squid using configure, and I couldn’t get the recommended patch to work, so I came up with an easier solution. Issue the command:
ln -s /var/log /var/logs
That’s it. Squid is installed. Now, I didn’t say Squid is actually configured on Ubuntu at this point. Getting it all set up is a story for another day! Depending on several factors, you’ll have to do a lot of chmods to make sure the permissions are right! Someday, I will probably post my PHP-CLI scripts that control user authentication and site blocking! Until then, good luck.
-
Two Different Worlds
I took my FBLA students to a local elementary school for our annual Dr. Seuss Reading Day celebration. My students are in high school and they read Dr. Seuss books to preschool and primary grade students. This year I noticed something that hadn’t occured to me before: The primary school teachers have a great deal of physical interaction with their students. And no, I’m not talking about inappropriate touching: I’m talking about a tap on the shoulder, a nudge to remind the child to get back in line, or simply patting the child on the back in praise. I was shocked!
Unless you’re a high school teacher, you may not understand why I was shocked. My astonishment stems from the fact that the number one thing you’re told as a beginning teacher is to never ever touch a student, under any circumstances unless they are life threatening (i.e. break up a fight, administer CPR, etc). I have been teaching for four years and have only touched a student twice. In each case, I got too excited about how well they had done on an assignment and patted the student on the back. My immediate response was to back off with my hands in the air and proclaim that I was incredibly sorry that I had touched the student and it was a complete mistake.
With these primary school teachers, though, the ballgame is entirely different. I asked my principal about why these teachers were touching the kids and she reminded me of something from your basic Human Growth and Development class: Young children need positive touch to help build self-esteem and to learn to function with other people. Therefore, it is acceptable for appropriate touches (like those I mentioned above). If you’re curious as to whether or not touching is important for healthy development, watch a biography of Dudley Moore: His mother nor father ever touched him and he had all sorts of intimacy problems as an adult.
Even though I understand why they are allowed to touch their students, I still can’t imagine actually having that much contact with someone else’s child on a daily basis without being terrified of being blamed for something inappropriate. I suppose much of that fear would vanish once I saw how naturally touching most children are. I remember hugging my primary school teachers, and while I don’t recall a specific instance, I’m pretty sure they probably patted me on the back or physically reassured me in some way. It’s just amazing to me how different the paradigms are between primary and secondary school rules and functions!
Categories
- Adobe (1)
- Illustrator (1)
- Android (6)
- Apple (4)
- iPhone (1)
- Cell Phone Tricks (1)
- DSLR/Camera (1)
- Gadgets (3)
- Games (1)
- Google (2)
- Kindle Fire (5)
- Linux (3)
- Microsoft Office (1)
- Excel (1)
- Microsoft Windows (33)
- Windows 10 (5)
- Windows 11 (8)
- Windows 8 (2)
- Windows Technical Preview (1)
- Mike Bryant for State Representative (5)
- OS X (7)
- Personal Failure (1)
- Personal Updates (240)
- Physical Fitness Challenge (2)
- Political Commentary (6)
- Raspberry Pi (1)
- RaspBMC (1)
- Recommended Products and Vendors (4)
- Social Commentary (5)
- Sustainability in Eastern Kentucky (2)
- Tech Tips (73)
- Getting Nerdy (1)
- Windows 10 (3)
- Windows 11 (6)
- Web Development/Programming (14)
- Visual Basic (1)
Archives