Here are the Slides of the Play 2.0 talk we had on the Scala User Group Berlin on 18.04.2012.
You can find the Sample program on GitHub.
Here are the Slides of the Play 2.0 talk we had on the Scala User Group Berlin on 18.04.2012.
You can find the Sample program on GitHub.
Just released 0.6.1. It fixed some problems with adding other contacts (was always showing “Subscription Pending”).
is released.
You can download for Windows and Ubuntu Linux on http://sflx.net/beta, there you can also create the necessary login.
The source code is available on GitHub.
For those who also use XFCE to work, since current Gnome-3 Problems:
Tested on Fedora 15.
Hooray, the first public Schneeflocke build 0.5.4 has been released today on sflx.net
Schneeflocke is designed to be a Friend-2-Friend file sharing system. It’s like a IM client for sharing folders (and without the chatting functionality…). In order to use it, you just have to
The source code can be found on GitHub.
Don’t trust my server? Just use your own XMPP Server
(e.g. Prosody).
Note: Although the connection is encrypted, its not yet authenticated – an active attacker can still compromise security and sniff your traffic. Not all NATs can be traversed in the moment, only basic UDP hole punching is implemented. This is a BETA version.
And now? Now that Schneeflocke is released for the first time, I will try to get into the reachability problem, either by increasing the NAT hole punching algorithm or by implementing some kind of a tunnel algorithm.
Had to get a mobile workstation for Linux and choosed the Dell XPS 15 (Intel i7 2630QM, FullHD) L502x for it because of 3 years warranty and their good screen resolution. The laptop itself seems solid, the fan is a bit loud but still ok.
The bad: In ubuntu (11.10 Beta) it’s always noisy due to a bug in their kernel.
Power consumption in idle: 42W, measured with PowerTOP. Thats enough, to keep the fan running all the time.
In contrast, Fedora 15: 24W. While playing HD Youtube videos: 37W. That’s less enough to keep the fan off. And nearly 40% off.
BTW: Ubuntu 11.10 doesn’t include Gnome, just their Unity. In my opinion even Gnome3 is more useable than Unity. But why on earth does each new WM copy the bad tab-switch-behaviour from OSX?
Update
Arg, the Kernel update to 2.6.40 (3.0
) brought the problem back, so again 30W of consumption. After disabling nouveau (which isn’t that easy (german)) and unloading the NV 540M core via acpi_call it’s again at 19W. Disabling the nouveau driver also brings the suspend mode to work (with nouveau it’s just a matter of luck).
Just uploaded sfserialization 0.2. Most changes are inside the C++ parser and code generator
0.2 can be found here
update: already on 0.2.1 (bugfix only)
Just as a Idea for a project, some links about coroutine implementations:
LibTask: http://code.google.com/p/libtask/ (originally: http://swtch.com/libtask/ )
LibTask for Win32: http://code.google.com/p/libtask-win32/
Boost Coroutine (Some Summer of Code project): http://www.crystalclearsoftware.com/soc/coroutine/
And some other serialization related things are described in a short presentation of Autoreflect.