Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment ugh. (Score 0) 444

reading the comments in this thread reminds me why i rarely read comments on slashdot.

mirah is java, with a friendlier type system and ruby-like syntax. like jruby, but without having to drag around a huge runtime library, or maintain language compatibility with a language with no spec (ruby).

mirah compiles directly to bytecode, just like java, so it's as fast as java. it has type inference, so types are still there if you want/need them. the syntax is a matter of religion and/or taste, i tend to like it. you also get the entire corpus of java frameworks and libraries for free.

i personally am _more_ excited about mirah than i am about jruby (or even ruby for that matter).

charles nutter is one of the main (the main?) guy behind jruby for those who (for some reason) think this is some sort of attack on jruby.

Image

Your Browser History Is Showing 174

tiffanydanica writes "For a lot of us our browser history is something we consider private, or at least not something we want to expose to every website we visit. Web2.0collage is showing just how easy it is (with code!) for sites to determine what sites you visit. When you visit the site it sniffs your browser history, and creates a collage of the (safe for work) sites that you visit. It is an interesting application of potentially scary technology (imagine a job application site using this to screen candidates). You can jump right into having your history sniffed if you so desire. While the collages are cool on their own merit, they also serve as an illustration of the privacy implications of browser history sniffing."
The Internet

Submission + - Disaster recovery

moogoogaipan writes: After a few days thinking about the quickest way to bring my website back to the internet users, I am still stuck at DNS. From experience, even if I set the TTL for my DNS zone file as low as 5 mins, there are still DNS servers out there won't update until a few days later(yeah you, AOL). Here is my situation. Say, I have my web servers and database servers at a remote backup location. They are ready to serve. So my question for ./ers is that if we get hit by an earthquake at our main location, what can I do in a few hours to get everyone to go to our backup location?

Slashdot Top Deals

Almost anything derogatory you could say about today's software design would be accurate. -- K.E. Iverson

Working...