Forgot your password?

typodupeerror

Comment: Re:Scala seems to be Java+/- (Score 1) 324

by halll7 (#27495965) Attached to: Twitter On Scala
Something that gets attention from Java developers is Scala's implementation of the Actor concurrency model, which is a fundamental alternative to the shared-state locking that Java provides. Erlang has offered this for many years, but Scala offers it with a more familiar syntax, and is likely to get a more enthusiastic uptake for that reason alone.

As well as this Scala is functional (first-class functions, currying etc) as well as OO, and Scala programs can use the standard Java libraries if they wish, which again makes the transition easier for Java developers.
Security

Mac, BSD prone to decade old attacks 7

Submitted by BSDer
BSDer writes "An Israeli security researcher published a paper few hours ago, detailing attacks against Mac, OpenBSD and other BSD-style operating systems. The attacks, says Amit Klein from Trusteer enable DNS cache poisoning, IP level traffic analysis, host detection, O/S fingerprinting and in some cases even TCP blind data injection. The irony is that OpenBSD boasted their protection mechanism against those exact attacks when a similar attack against the BIND DNS server was disclosed by the same researcher mid 2007. It seems now that OpenBSD may need to revisit their code and their statements. According to the researcher, another affected party, Apple, refused to commit to any fix timelines. It would be interesting to see their reaction now that this paper is public."

One good turn asketh another. -- John Heywood

Working...