Monday, November 26, 2007

לירון ניומן על תחדישי האקדמיה החדשים

נהניתי לקרוא את הפוסט של לירון ניומן על התחדישים החדשים של האקדמיה ללשון עברית

http://eesh.net/blog/?p=206




תרגום ע"י מורפיקס ומנוע חיפוש מתרגם

בעקבות כתבה שפורסמה ב"הארץ" ניסיתי את המנוע החדש של מורפיקס.
אהבתי את הטיפ של עזרא לגבי תרגום דפי אינטרנט כלשהם בעזרת פיירפוקס:

מי שגולש עם פיירפוקס יכול להוריד תוסף שנקרא מורפיקס ולתרגם כל מילה באנגלית לעברית מכל דף אינטרנט ולא רק ויקיפדיה כמו שהחברה במלינגו נותנים

את פיירפוקס ניתן להוריד ב
http://www.mozilla.com/en-US/firefox/
להורדת התוסף
https://addons.mozilla.org/en-US/firefox/addon/5641

והנה פוסט של טל גלילי על היכולות החדשות של מורפיקס:
http://www.talgalili.com/?p=98



Fuzzing and security testing tools

I just read an interesting presentation called Real World Fuzzing.

It explains about testing your software, testing other people's software and even hacking via examples of cracking things like
  • iPhone
  • PCRE
  • webkit
  • libpng
  • freeciv
The nice thing about this presentation is that it gives you a methodology of testing software (in this case, for security bugs) via a combined approach of fuzzing and code coverage analysis.

On the same note, I just read a blog post filled with links to security testing tools, book recommendations and a few words on each tool.

Happy reading.