Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment what's old is new again (Score 4, Informative) 262

This 1978 crypto is supposed to be safe against quantum computers: http://www.technologyreview.com/blog/arxiv/25629/ (if that's the specific angle you're worried about). The downside is the key management because the keys have to be really really long (i.e. 20,000+ characters vs having a memorable passowrd or passphrase that you'd be able to use today).

Comment Re:Wow! KDE 3.5 and Gnome 2.3 .... (Score 2) 185

They're actually far ahead in some areas. WiFi is a breeze to setup compared to some Linux distros. And they really do aim for extreely high standards (i.e. POSIX) compliance. The other area that's outstanding is the documentation. Most *commercial* products don't have the level of quality the openbsd documentation has.

Comment Re:Wow! KDE 3.5 and Gnome 2.3 .... (Score 1) 185

I use OpenBSD for everything from online banking and web surfing with Chrome to playing games, to watching youtube and viewing PDFs and my photo collection. About the only desktop activity I can't do on OpenBSD is use Wine for windows emulation which isn't supported and probably never will be. But in a pinch they have qemu which I keep meaning to try out because unfortunately I still need to use MS Office for work. And I use gnome which very closely follows the latest releases. KDE is another story and is quite far behind but there's been a recent effort to finally get it updated and maybe the next release will have some of that work included.

Comment Re:DreamHost (Score 1) 456

i definitely second dreamhost. They had a bit of a screwup with billing a while back (search the web), but was quickly reversed. And as the other person said, i haven't had any problems and what they give you for the money is great.

another good choice if you want a dedicated server and have a bit more to spend is m5hosting. they let you pretty much pick your OS of choice (*BSD or the main Linux distros) and give you root access. their customer service is also fantastic.

Comment anti-patterns (Score 2, Insightful) 293

The best stuff to read after you think you've got the basics are anti-patterns which show you what not to do. A lot of that stuff can be quite eye opening to read. One of the best books on that topic is Effective Java by Joshua Bloch. Also, search the web for sites like this one: http://www.odi.ch/prog/design/newbies.php

Also, not a book per se, but if you do write some code it's possible to learn more by analyzing the code with tools like findbugs which will show you a list of things wrong with your code. Even professional programmers can learn something from these kinds of tools.

Comment Quick and dirty solution (Score 1) 211

Here's what I've used for my own documents: 1) Convert the pdfs to tiffs with ImageMagick, 2) OCR the Tiffs with tesseract, 3) Index the text with Xapian. The OCR step won't get all the text right, but will get about 90% or better and which will be good enough for indexing and searching with xapian. For me that's been a pretty good solution.

Slashdot Top Deals

Always draw your curves, then plot your reading.

Working...