401
Find And Run Robot / Re: Latest FARR Release v2.217.01 - Mar 20, 2015
« Last post by Nod5 on March 21, 2015, 03:16 AM »New FARR release, this is great!

Nice find Nod5, that Sony Digital Paper looks very close to ideal for reading academic pdfs.. Too bad the price is so insane ($1000).Yeah, I think they target corporate markets. I haven't seen the Sony Paper in real life but it looks to beat all other eink devices out there. But while probably great to simply read on one drawback that it shares with other einks on the market is that it AFAICT also has its own special format for highlights, annotation and so on. I suspect it'd be a hassle to move files back and forth to Windows and access and modify the highlights/annotations there. That is what I like with using a Windows machine for active reading: you can seamlessly copy and paste bits from the pdf viewer into a word processor or note tool, link the file to some reference manager, do advanced online lookups quickly while reading and archive and search the file with the best tools for the job. The bookshelf type catalog apps on the eink devices I've tried (Kindle, Nook) get messy fast when the number of files grow I think.-mouser (March 15, 2015, 07:45 AM)

interesting. and we were just talking about how to bridge the gap between physical books and ebooks. this is one of those tools.Thanks. That is the plan, to bring back navigation and rereading tools everyone takes for granted with physical books (highlights, dots/marks in the margin, earmarks for easy flipping between pages). If you can think of some other feature of that sort that is used for physical books then do tell and I'll see if I can emulate that in this app too. I plan to add an extra hotkey to set one single page as a special location and then a hotkey to jump between the present page and the special location and back. Kind of like holding a finger between some pages near the end of a book for easy flip to read an endnote and then flip back.-superboyac (March 14, 2015, 01:42 PM)
I still much prefer reading academic articles on paper where it feels more real and i can mark things up.-mouser (March 02, 2015, 03:16 PM)
I find the ebook experience for reference material - like programming manuals - completely awful. I find that I'm always wanting to flip back-and-forth between pages, and even have multiple books open simultaneously. [---] It seems like this is an experience that ebooks *could* emulate, but I haven't found anything that does so well.These are exactly the kind of reasons that made me first write sumatra_earmarks (earmarks!) and later the much better sumatra_highlight_helper (3 color text highlighting! Color dots! Hotkeys to jump to prev/next/first/last highlight in pdf! Color filtered jumps! And with the jump feature the highlights can also function as earmarks!). Caveats: these only work for pdf and djvu documents and with the Sumatra PDF reader (developer version), which however is a great reader. Sumatra supports having multiple copies of the same pdf open in separate windows so it is easy to have two pages of the same book side by side if the screen is large enough.-CWuestefeld (March 09, 2015, 02:43 PM)
Does the highlights get saved after closing the app?I missed your post, sorry for the late reply. Yes, the highlights are saved into a .smx text file that Sumatra automatically loads again the next time the pdf is opened. Try it! If you run into any bugs post back here.-gyoung (February 28, 2015, 06:06 AM)
The obvious solution is something like Dragon software's speech-to-text. But the catch is that the speech is in Mandarin, and so far as I've been able to find, there's no software available to turn Mandarin speech into text.Microsoft's real time translation project for Skype will likely support Mandarin in a not so distant future.-CWuestefeld (December 21, 2014, 08:37 PM)
For now, the voice function of Skype Translator will only work in English and Spanish, the two most widely spoken languages in the world after Mandarin (it's likely the tech giant will want to launch in Mandarin as well, and position the tool as being for business as well as education). However, in a blog post the company says we can expect "40 plus instant messaging languages" to be up for translations.http://www.wired.co....kype-translator-tool
BTW does the peer matching for Bittorrent Sync work the same way? Some write ups claim that Bittorrent Sync is more secure than Dropbox since the data isn't cloud stored. But if the client matching happens in the cloud a powerful agency could require the cloud operator to hand over the secret key and then use the key to access the Sync folder directly on the client. ...-Nod5 (August 15, 2014, 03:40 AM)
- Folder hashes are not the folder key (secret). They are used to discover other peers with the same folder. The hashes cannot be used to obtain access to the folder; it is just a way to discover the IP addresses of devices with the same folder. Hashes also cannot be guessed; it is a 160 bit number, which means that it is cryptographically impossible to guess the hash of a specific folder.
-Links make use of standard public key cryptography to enable direct and secure key exchange between peers. The link itself cannot be used for decrypting the communication as it only contains the public keys of the machines involved in the exchange. After a direct connection is established (the user can verify that by comparing the certificate fingerprint for both peers) Sync will pass the folder key over an encrypted channel for the other peer. In addition, the public key and the folder hash appear after the # sign in the URL, which means that all modern browsers won’t even send this to the server. Additional features have been implemented to further secure the key exchange using links, including (1) the links automatically expire within 3 days (set as default) and (2) explicit approval is required by the inviting peer before any key exchange takes place (also set as a default).
- We host a tracker server for peer discovery; the tracker is only there to enable peers to find each other. It is not a part of the folder exchange. As mentioned earlier, the hashes cannot be used to obtain access to a folder.
- Sync security is completely dependent on client-side implementation. The public infrastructure is there to enable better connectivity and a more user-friendly folder sharing experience. Compromising the public infrastructure cannot impact the security of Sync