Show HN: Spellchecker – an interactive, command line spellcheckergithub.com1 points·by seales·11년 전·1 comments
seales·6년 전·discussJust use a text file. I once wasted one year creating some such thing: https://github.com/LibreTask/website/blob/master/public/imag...
seales·9년 전·discussWould you mind sharing how you managed to move so much as well as its impact on your career?
seales·9년 전·discussCongratulations on shipping! I rather like the UI.Few quick thoughts1. I don't like navigating back to the main page to search* Example: http://imgur.com/XuZSrSR (no search bar here)2. If a field is not populated, consider not displaying it* Example: http://imgur.com/9b6UIUv3. Some pages don't go anywhere meaningful* http://visaok.in/press* Sign in / register* http://visaok.in/not_a_real_page (=> http://imgur.com/Qhue840)4. Search doesn't handle some input; I get an error page* Example: http://visaok.in/jobs/search?q=%3Ch1%3Etest%3C%2Fh1%3E
seales·11년 전·discussA recent toy-project.I was able to download scikit-learn, make ~148 spelling corrections, and submit a pull request within 5 minutes. https://github.com/scikit-learn/scikit-learn/pull/6005