1 2011-10-14 00:04:41 <Graet> <grubles_> yep, time for the freak out everyone has right after a block change and the difficulty estimates are going crazy. it always happens. <, cbf retyping it but that
 2 2011-10-14 04:19:42 <MimeNarrator> I want to build bitcoin from source on windows. Where do I find the "dependencies archive" mentioned in readme-qt.rst?
 3 2011-10-14 04:20:37 <luke-jr> MimeNarrator: good luck
 4 2011-10-14 04:20:37 <MimeNarrator> nevermind, had I read a little further I'd have found the answer lol.
 5 2011-10-14 04:20:48 <luke-jr> I don't think any of the active developers use Windows
 6 2011-10-14 04:21:01 <luke-jr> afaik I'm the only one who has managed to make a working 0.5 binary, and I built it on Linux
 7 2011-10-14 04:21:24 <MimeNarrator> well I guess we'll find out if I can lol
 8 2011-10-14 04:21:53 <MimeNarrator> I could work in linux if I had to but if I can get it to work with windows that would be convenient.
 9 2011-10-14 04:22:27 <theymos> Ironically, the very first version of Bitcoin was Windows-only.
10 2011-10-14 04:25:09 <MimeNarrator> Starting a project on windows seems to be much easier than getting all the necessary dependendies to get an established project to compile on windows later. With linux, getting the dependencies set up right seems to be easier, at least in my experience
11 2011-10-14 06:40:14 <archevety> why is the source on both sourceforge and github?
12 2011-10-14 06:47:23 <tcatm> archevety: we switched from sf to github a while ago. the code on sf is not updated anymore
13 2011-10-14 06:50:20 <theymos> I prefer the SourceForge web code viewer. It loads much faster.
14 2011-10-14 06:54:37 <archevety> are there some good tools for adding new locale in qt?
15 2011-10-14 06:54:42 <tcatm> it looks like sf supports git so maybe it's possible to automatically push from github to sf
16 2011-10-14 06:56:52 <sipa> archevety: qt linguist
17 2011-10-14 09:00:50 <CIA-101> bitcoin: Con Kolivas * r5976f6b32f1a cgminer/adl.c: Get rid of unused variable.
18 2011-10-14 09:08:53 <genjix> ;;seen fellowtraveller
19 2011-10-14 09:08:57 <gribble> I have not seen fellowtraveller.
20 2011-10-14 10:25:10 <CIA-101> bitcoinj: hearn@google.com * r231 /trunk/ (6 files in 2 dirs): (log message trimmed)
21 2011-10-14 10:25:17 <CIA-101> bitcoinj: Patch 5 from Steves lazy parsing patchset:
22 2011-10-14 10:25:18 <CIA-101> bitcoinj: deserialize use it prepopulate the transaction's hash. Likewise on serialize
23 2011-10-14 10:25:19 <CIA-101> bitcoinj: check if the Transaction already has a hash and use that to write checksum
24 2011-10-14 10:25:21 <CIA-101> bitcoinj: bytes. This yields performance improvesment up to 400% by saving on a double
25 2011-10-14 10:25:22 <CIA-101> bitcoinj: hash.
26 2011-10-14 10:27:25 <CIA-101> bitcoinj: hearn@google.com * r232 /trunk/ (4 files in 3 dirs):
27 2011-10-14 10:27:26 <CIA-101> bitcoinj: Patch 6 from Steves lazy parsing patchset:
28 2011-10-14 10:28:17 <CIA-101> bitcoinj: hearn@google.com * r233 /trunk/ (3 files in 2 dirs):
29 2011-10-14 10:33:59 <CIA-101> bitcoinj: hearn@google.com * r234 /trunk/src/com/google/bitcoin/core/ (15 files):
30 2011-10-14 10:34:12 <CIA-101> bitcoinj: Patch 8 from Steves lazy parsing patchset.
31 2011-10-14 10:35:12 <CIA-101> bitcoinj: More optimizations: pre-calculate or guess various array sizes to avoid needlessly re-sizing them later.
32 2011-10-14 10:35:37 <CIA-101> bitcoinj: Sha256Hash caches the hashCode.
33 2011-10-14 10:36:11 <CIA-101> bitcoinj: Message classes now track their (estimated) length even when not using deserialization-related constructors.
34 2011-10-14 10:37:37 <CIA-101> bitcoinj: hearn@google.com * r235 /trunk/ (7 files in 2 dirs): (log message trimmed)
35 2011-10-14 10:37:52 <CIA-101> bitcoinj: Patch 9 from Steves lazy parsing patchset.