ajray | 14 years ago | on: How I Dealt with Student Plagiarism
ajray's comments
ajray | 14 years ago | on: Google account gets blocked without explanation
ajray | 14 years ago | on: Confessions of a custom-essay writer (2010)
ajray | 14 years ago | on: Bottle: Single-File Python Web Framework
ajray | 14 years ago | on: Ask HN: What do you do on the weekends?
ajray | 14 years ago | on: Anyone want some Spotify Invitations?
ajray | 14 years ago | on: Netcat cheat sheet
ajray | 14 years ago | on: Karl Berry: Texlive 2011 pretest available - hopefully final rc
ajray | 14 years ago | on: Ask HN: How long does it take to learn Common Lisp
How many languages do you already know?
How long have you been programming?
Have you done any functional programming before?
Are you familiar with lambda calculus?
and the list goes on.
ajray | 14 years ago | on: Brady Label Maker
ajray | 14 years ago | on: Try Arc
ajray | 15 years ago | on: Our Open Science project is looking for a dev
ajray | 15 years ago | on: Ask HN: What face recognition framework should I use?
Face detection is a special case of Haar-wavelets, which are essiantially recognitions that can be 'trained' by reinforcing with positive and negative images.
OpenCV comes with some really well pre-trained Haar-wavelets for recognizing faces. http://opencv.willowgarage.com/wiki/FaceDetection
ajray | 15 years ago | on: Our Open Science project is looking for a dev
ajray | 15 years ago | on: How to strip JPEG metadata in Ubuntu
EXIF isn't the only metadata in jpeg files. IPTC and other forms exist, so if you want to really make them clean make sure you get everything.
exiv2[0] can be used to do that. I have a script I use to remove all metadata from sensitive images I collect for research (UAV aerial photography) before posting).
ajray | 15 years ago | on: First-ever images of the entire Sun
ajray | 15 years ago | on: Who else is hacking a project instead of watching the Super Bowl?
ajray | 15 years ago | on: Solitude & Leadership
Thank you.
ajray | 15 years ago | on: GNU/Hurd in 2010
"I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones."
He's referencing the project that became GNU/Hurd.
What I'm saying is that they've been working on it since the inception of Linux, and it's still not done yet.
(Found that post while working on a google summer of code project for Minix. I really really really want Hurd to come out because I'm pro-microkernels)
ajray | 15 years ago | on: Arduino: The Documentary has been released.
For engineers, the idea of using a wii nunchuck to control color LED's is trivial. For an artist or a design it can be world-changing. And our local arduino group does just that :-)
I hope that some of the good that's come from this media storm is we'll have a surge of great ideas on how to design courses and assignments to minify plagiarizing.