[freenet-dev] GSoC 2012: Network Probes, Statistics, and Analysis

2012-03-28 Thread Steve Dougherty
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I was hoping to get some feedback on my Google Summer of Code application. I've noticed that the lack of detailed information available on network topology, link distribution, and overall makeup and health makes it difficult to make decisions o

Re: [freenet-dev] Logging subsystem rewrite

2012-03-28 Thread David ‘Bombe’ Roden
On Wed, 2012-03-28 at 17:31 -0300, Marco Schulze wrote: > Hmm, I was under the assumption that synchronized blocks locked > variables, not objects. Seems I have to review a few things... Uhm… might I suggest that you step away from everything having to do with threads until you have at least bas

[freenet-dev] Logging in Fred

2012-03-28 Thread postwall-free...@yahoo.de
freenetproject.org >> https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > ___ > Devl mailing list > Devl at freenetproject.org > https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl -- GPG: 4096R/5FBBDBCE https://github.com/infinity0 https://bitbucket.org/infinity0 https://launchpad.net/~infinity0 ___ Devl mailing list Devl at freenetproject.org https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl -- next part -- An HTML attachment was scrubbed... URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20120328/00a21308/attachment.html>

[freenet-dev] Logging subsystem rewrite

2012-03-28 Thread Marco Schulze
Hmm, I was under the assumption that synchronized blocks locked variables, not objects. Seems I have to review a few things... Regarding making Log instantiable, is that really necessary? IMHO, TID filtering is a better way to handle multi-node simulations when, and if that becomes necessary. T

[freenet-dev] fproxy-ng first draft and a short roadmap

2012-03-28 Thread Ian Clarke
ML and CSS directly. Ian. -- Ian Clarke Founder, The Freenet Project Email: ian at freenetproject.org -- next part -- An HTML attachment was scrubbed... URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20120328/9a27e57a/attachment.html>

[freenet-dev] fproxy-ng first draft and a short roadmap

2012-03-28 Thread Ian Clarke
proscriptive, which may be a good thing (why invent an entirely new HTML widget-set from scratch?), but a designer can still modify its appearance through css. Ian. -- Ian Clarke Personal blog: http://blog.locut.us/ -- next part -- An HTML attachment was scrubbed... URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20120328/23f7be64/attachment.html>

Re: [freenet-dev] fproxy-ng first draft and a short roadmap

2012-03-28 Thread Ian Clarke
On Wed, Mar 28, 2012 at 5:35 AM, Florent Daigniere < nextg...@freenetproject.org> wrote: > > 3. "kick-ass design" is not a goal > > I've never said it is either. What I was doing is reminding Ian (sanity) > what > his points and arguments have been over the years. > How kind of you, my memory is

Re: [freenet-dev] fproxy-ng first draft and a short roadmap

2012-03-28 Thread Ian Clarke
On Tue, Mar 27, 2012 at 2:20 PM, Florent Daigniere < nextg...@freenetproject.org> wrote: > They might be pragmatic but they miss the point. We want to change the > templating > engine so that 'web-designers' can use their favourite wysiwyg editor to > help us come up with a kick-ass design. Code

Re: [freenet-dev] Logging subsystem rewrite

2012-03-28 Thread Marco Schulze
Hmm, I was under the assumption that synchronized blocks locked variables, not objects. Seems I have to review a few things... Regarding making Log instantiable, is that really necessary? IMHO, TID filtering is a better way to handle multi-node simulations when, and if that becomes necessary.

Re: [freenet-dev] Logging in Fred

2012-03-28 Thread postwall-free...@yahoo.de
If I remember right then the main issue with debug logging wasn't GC but that generating some of the log string arguments in freenet was simply very resource intensive in itself. So if Java isn't somehow intelligent enough to detect that argument x isn't needed since it won't be used in the end

[freenet-dev] fproxy-ng first draft and a short roadmap

2012-03-28 Thread Florent Daigniere
On Tue, Mar 27, 2012 at 11:43:55PM +0200, Nicolas Hernandez wrote: > Hello, > Hi, > I take this as a request: > 1. HTLM is not a templating language Wicket's 'enriched' HTML is > 2. GWT is just a Framework, not a software architecture I've never said it is > 3. "kick-ass design" is not a goa

[freenet-dev] Logging subsystem rewrite

2012-03-28 Thread Evan Daniel
On Tue, Mar 27, 2012 at 2:35 PM, Marco Schulze wrote: > On 27-03-2012 12:51, Martin Nyhus wrote: >> I won't say much about the code since you say you aren't finished, but >> please >> follow the code style of the rest of the code base. > > Apart from the lack of braces, what violates the coding st

Re: [freenet-dev] Logging subsystem rewrite

2012-03-28 Thread Evan Daniel
On Tue, Mar 27, 2012 at 2:35 PM, Marco Schulze wrote: > On 27-03-2012 12:51, Martin Nyhus wrote: >> I won't say much about the code since you say you aren't finished, but >> please >> follow the code style of the rest of the code base. > > Apart from the lack of braces, what violates the coding st

Re: [freenet-dev] fproxy-ng first draft and a short roadmap

2012-03-28 Thread Florent Daigniere
On Tue, Mar 27, 2012 at 11:43:55PM +0200, Nicolas Hernandez wrote: > Hello, > Hi, > I take this as a request: > 1. HTLM is not a templating language Wicket's 'enriched' HTML is > 2. GWT is just a Framework, not a software architecture I've never said it is > 3. "kick-ass design" is not a goa