TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What should I be teaching my students, post NSA revellations?

13 pointsby Hyrum_Graffalmost 12 years ago
I am a teacher of Computing. I&#x27;m seeing plenty of stories and comments on HN with regard to how we can better protect out own privacy, and plenty of retorts explaining that the average citizen does not have the technical ability to enact these measures.<p>So tell me, what should I do differently in my classroom from now on? What are the fundamental concepts and skills I should be teaching my students, to assist them in protecting their privacy and data?

7 comments

lognalmost 12 years ago
You should teach them to be good people by example and subtle advice. And above all, show them that programming is one of the most enjoyable intellectual activities and actually needs no computer at all. You can write programs with pen and paper, or just in your mind. And if somehow the government ends up watching live feeds of us all one day (I don&#x27;t think we&#x27;re there yet btw), then who cares. Professional athletes still win games when the whole world&#x27;s watching. And we used to, or still do, believe in all-knowing God(s). Let&#x27;s just hope the god of the next generation follows the &#x27;golden rule&#x27; of treating others the way you want to be treated, and also making us in god&#x27;s image. Or let&#x27;s hope there&#x27;s no god at all. Yeah... I think the news this week is that profound. NSA&#x2F;CIA&#x2F;FBI&#x2F;etc have ascended to have nearly god-like powers... we must put them in their place, afterall, our country was founded upon the idea that no man can take away our God-granted liberties. That turns out to be a powerful and useful concept, whether you&#x27;re a believer or not.
daenneyalmost 12 years ago
I would steer clear of things like VPN and Tor. You might want to mention them but that&#x27;s about it as it might get you in quite a bit of troubles with parents, the school etc.<p>GPG is a good thing to teach, the same as HTTPS and things like the EFF&#x27;s HTTPS-Everywhere extension for most major browsers. Don&#x27;t just stick to HTTPS though, make the leap to TLS&#x2F;SSL and how it can be used to protect other forms of communication like e-mail.<p>BitTorrent Sync would be another thing I&#x27;d have a look at as it allows them to create their own Dropbox-like system, sharing files with friends etc. without entrusting their data to a third party.<p>Someone advised to never use free e-mail services but even with paid ones you have no guarantee your data won&#x27;t be turned over. So if you want to be absolutely sure, host your stuff yourself.<p>Have a look at the Freedombox, <a href="https:&#x2F;&#x2F;www.freedomboxfoundation.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.freedomboxfoundation.org&#x2F;</a>, and ark-OS, <a href="http:&#x2F;&#x2F;ark-os.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;ark-os.org&#x2F;</a>. Teach them about open source communication platforms and protocols such as XMPP (Jabber). You don&#x27;t have to teach them how to set this stuff up, that would also require a working knowledge of Linux, but make them aware. Linux itself wouldn&#x27;t be a bad thing to mention too.<p>Most importantly though, don&#x27;t be an idiot. Don&#x27;t share things on the internet you deem private or not for public consumption or when you do chose to do so, make sure others can&#x27;t reade it.
unimpressivealmost 12 years ago
Remind them that the Internet is forever, anything that reaches somebody else&#x27;s computer screen can be assumed to be potentially public knowledge.
MichaelAzaalmost 12 years ago
I think that beyond the obvious skills (encrypting everything, using HTTPS and TOR where possible) you need to instill in them a healthy sense of paranoia. If they think the government is reading their Facebook chat messages they&#x27;re sure as hell not going to use it.
评论 #5852854 未加载
bifrostalmost 12 years ago
Teach them how to use PGP&#x2F;GPG, S&#x2F;MIME, VPNs, never to use &quot;free&quot; email services, never post anything identifying on any social networking site, don&#x27;t use cloud file services without encrypting files first&#x2F;etc.<p>Thats a good start anyways.
评论 #5852719 未加载
评论 #5852853 未加载
LarryMade2almost 12 years ago
THIS IS ### TRANSPARENCY.
Hyrum_Graffalmost 12 years ago
I&#x27;d just like to point out that the issues here are not clear cut. Teaching students to hide their activities from the authorities also enables them to hide their activities from parents and schools. I have greatest scope to teach what I like between the ages of 11-14. Are children this young able to responsibly use the skills I might provide them in masking their identities online and protecting their data?
评论 #5853145 未加载