93 lines
7.4 KiB
HTML
93 lines
7.4 KiB
HTML
{% extends "_layout.html" %}
|
|
{% block title %}I2P Development Meeting 188{% endblock %}
|
|
{% block content %}<h3>I2P dev meeting, November 7, 2006</h3>
|
|
<div class="irclog">
|
|
<p>15:09 < jrandom> 0) hi</p>
|
|
<p>15:09 < jrandom> 1) Net status</p>
|
|
<p>15:09 < jrandom> 2) Syndie dev status</p>
|
|
<p>15:09 < jrandom> 3) I2Phex mods</p>
|
|
<p>15:09 < jrandom> 4) ???</p>
|
|
<p>15:09 < jrandom> 0) hi</p>
|
|
<p>15:09 * jrandom waves</p>
|
|
<p>15:10 < jrandom> weekly status notes up @ http://dev.i2p.net/pipermail/i2p/2006-November/001317.html</p>
|
|
<p>15:10 * spaetz waves back</p>
|
|
<p>15:10 < mrflibble> cool, i was the only one in #i2p-dev a minute ago :)</p>
|
|
<p>15:10 < jrandom> hehe</p>
|
|
<p>15:10 < jrandom> yeah, the i2p-dev chan migration didn't last too long ;)</p>
|
|
<p>15:10 < jrandom> ok, lets jump into 1) Net status</p>
|
|
<p>15:11 < spaetz> ad 1) net seems stable</p>
|
|
<p>15:11 < spaetz> however, as you noted, reseeding is needed every 7 days or so</p>
|
|
<p>15:11 < jrandom> aye, 'tis unfortunate, and fixable</p>
|
|
<p>15:12 < jrandom> though the kludge fix is kind of ugly, and the long term fix is pretty involved</p>
|
|
<p>15:12 < spaetz> yep, that would be nice. My firewall is too tight for reseeding</p>
|
|
<p>15:12 < jrandom> damn, doesn't allow outbound http to dev.i2p.net?</p>
|
|
<p>15:12 < spaetz> I need to poke additional holes in it :-)</p>
|
|
<p>15:13 < spaetz> jrandom: outbound yes, but all the reply data gets stopped by default :-)</p>
|
|
<p>15:13 < spaetz> but that OT. go on.</p>
|
|
<p>15:14 < jrandom> lol ok, interesting</p>
|
|
<p>15:14 < jrandom> its something that needs to get addressed, though its not on my do-immediately pile</p>
|
|
<p>15:15 < jrandom> i dont really have much more to add to 1).. anyone have anything else they want to bring up re: net status?</p>
|
|
<p>15:15 < spaetz> I get disconnected on IRC every 1-2 hours</p>
|
|
<p>15:15 < spaetz> but I would call that stable :-)</p>
|
|
<p>15:16 < spaetz> ok, on to 2)</p>
|
|
<p>15:16 < jrandom> heh cool, 2) it is</p>
|
|
<p>15:17 < jrandom> lots of progress on this front</p>
|
|
<p>15:17 < spaetz> Is the new Syndie going to be integrated into i2p when it goes gold?</p>
|
|
<p>15:18 < jrandom> hmm, if you mean bundled with, i'm not sure. if you mean capable of seamlessly using, yes, definitely</p>
|
|
<p>15:19 < spaetz> I actually meant bundled. I2p seems to come "with batteries included"</p>
|
|
<p>15:19 < jrandom> the reason i'm not sure is that syndie will weigh a good deal (swt native libs, translations, spellcheck dictionaries, etc)</p>
|
|
<p>15:19 < jrandom> we will have an option to bundle them, certainly</p>
|
|
<p>15:20 < jrandom> and maybe that'll be the most common download</p>
|
|
<p>15:20 < spaetz> ok, I'm for an optional install then. alright. </p>
|
|
<p>15:21 < jrandom> bundling the text UI is certainly doable without a doubt, thats quite lightweight</p>
|
|
<p>15:22 < spaetz> that might be good enough to tease people</p>
|
|
<p>15:22 < spaetz> SOme might want to run the gui on a different machine than their i2p peer anyway</p>
|
|
<p>15:22 < spaetz> (I will)</p>
|
|
<p>15:23 < jrandom> word</p>
|
|
<p>15:23 < jrandom> ok, some teaser images for the gui dev status:</p>
|
|
<p>15:23 < jrandom> html rendering: http://dev.i2p.net/~jrandom/mockup/render_snap.png</p>
|
|
<p>15:23 < jrandom> forum tree: http://dev.i2p.net/~jrandom/mockup/syndie_refchooser.png</p>
|
|
<p>15:23 < jrandom> message tree / filter: http://dev.i2p.net/~jrandom/mockup/syndie_msgchooser.png</p>
|
|
<p>15:24 < jrandom> (the html rendering has been seen before, and the reference chooser may have been, and the message chooser was just implemented last night ;)</p>
|
|
<p>15:25 < jrandom> there'll be lots of little add-ons, but i'm focusing on first getting gui message generation in place</p>
|
|
<p>15:25 < jrandom> (which requires being able to browse forums and messages anyway, to pick links)</p>
|
|
<p>15:26 < spaetz> cool</p>
|
|
<p>15:26 < spaetz> although the beauty of syndie was its seamless integration through the web interface</p>
|
|
<p>15:26 < spaetz> but I bet that would be possible to implement</p>
|
|
<p>15:27 < jrandom> well, a web interface would technically be possible, but it would have all the security issues of the browser plus all the problems for interactive content that javascript/etc can cause</p>
|
|
<p>15:28 < spaetz> mmh, I see the hell you'd get into. I remember the corresponding freenet discussions a few years back</p>
|
|
<p>15:28 < jrandom> technically, we can pull in the mozilla engine to do html rendering with the SWT Browser widget, but doing so just isn't safe</p>
|
|
<p>15:29 < jrandom> aye, exactly</p>
|
|
<p>15:29 < jrandom> (and what, 5-8 years on, they still just found another security hole in their filter the other week)</p>
|
|
<p>15:30 < jrandom> ((my point is not that their filter isn't great, its that doing the filter is insanely dangerous))</p>
|
|
<p>15:30 < spaetz> ok, if there's a document "syndie for dummies" I'd give it a shot. (the text UI). IS the manual the right document for this?</p>
|
|
<p>15:30 < spaetz> It seemed a bit specific already</p>
|
|
<p>15:31 < jrandom> ah - check out Complication2's post: http://forum.i2p.net/viewtopic.php?t=1935</p>
|
|
<p>15:31 < spaetz> ok, thanks.</p>
|
|
<p>15:31 < jrandom> that's getting wrapped up into a page for the syndie site, but isn't up yet</p>
|
|
<p>15:32 < spaetz> ok, that's great. all I needed</p>
|
|
<p>15:34 < jrandom> cool. ok, thats about it for gui stuff atm</p>
|
|
<p>15:34 < jrandom> there's a little teaser for the p2p folks in the status notes regarding a swarming syndication system</p>
|
|
<p>15:35 < jrandom> thats an area quite ripe for playing around in, for those who'd like to do some network hacking</p>
|
|
<p>15:36 < jrandom> but, thats just a side note</p>
|
|
<p>15:36 < jrandom> ok, if there's nothing else on 2) syndie dev status, lets jump over to 3) i2phex mods</p>
|
|
<p>15:36 < jrandom> Complication2: wanna give us the rundown?</p>
|
|
<p>15:38 < jrandom> or, if you're not here, those of y'all interested can check the status notes for my synopsis</p>
|
|
<p>15:39 < spaetz> mmh, gone fishin'</p>
|
|
<p>15:39 < jrandom> ok, lets jump on over to 4) ???</p>
|
|
<p>15:39 < jrandom> anyone have anything else to bring up for the meeting?</p>
|
|
<p>15:39 * mrflibble sticks his hand up</p>
|
|
<p>15:40 < spaetz> nahh, looking forward to see (the new) Syndie getting more useful</p>
|
|
<p>15:40 < mrflibble> on http://dev.i2p.net/pipermail/i2p/2006-November/001317.html, what does "hi y'all, good luck with the subpoena power" mean exactly?</p>
|
|
<p>15:40 < spaetz> will the first codename be "will the real Syndie please stand up?" :-)</p>
|
|
<p>15:41 < jrandom> mrflibble: http://www.electoral-vote.com:2006/</p>
|
|
<p>15:41 < jrandom> hehe spaetz </p>
|
|
<p>15:41 < mrflibble> oh!</p>
|
|
<p>15:41 * bar impregnates a ballot</p>
|
|
<p>15:43 < jrandom> (not that the democrats would be any better for the world, but the ability to subpoena the us president via congressional investigations would likely throw a few wrenches into the war machine for a bit)</p>
|
|
<p>15:44 < jrandom> ok, anyone have anything else for the meeting?</p>
|
|
<p>15:45 < jrandom> if not...</p>
|
|
<p>15:46 * jrandom winds up</p>
|
|
<p>15:46 * jrandom *baf*S the meeting closed</p>
|
|
</div>
|
|
{% endblock %} |