Files
i2p.www/www.i2p2/pages/meeting188.html
2008-02-04 18:22:36 +00:00

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