2008-04-09.log

--- Day changed Wed Apr 09 2008
-!- kanzure [n=bryan@cpe-70-113-54-112.austin.res.rr.com] has quit ["Leaving."]00:56
epitronhttp://funtarded.com/pics/show/166005:01
-!- kanzure [n=bryan@cpe-70-113-54-112.austin.res.rr.com] has joined #hplusroadmap07:34
kanzurehttp://pdbwiki.org 07:37
-!- Enki-2 [n=weechat@c-71-234-190-248.hsd1.ct.comcast.net] has quit [Read error: 104 (Connection reset by peer)]08:02
-!- kanzure [n=bryan@cpe-70-113-54-112.austin.res.rr.com] has quit ["Leaving."]08:07
-!- Enki-2 [n=weechat@c-71-234-190-248.hsd1.ct.comcast.net] has joined #hplusroadmap08:08
-!- kanzure [n=bryan@cpe-70-113-54-112.austin.res.rr.com] has joined #hplusroadmap17:57
kanzurefenn: I was figuring today that all we really need to do skdb is just standardized fileformats and IO to programs/packages in a specific way. http://heybryan.org/mediawiki/index.php/Skdb has the specific notes from today at the bottom.17:59
kanzureepitron: my bito.ponzo.net login is not working18:04
kanzurelooks like I have hosting at http://biowebhost.kr/ now18:07
epitronkanzure: did it work before?18:08
kanzureno18:09
kanzuredidn't check :)18:09
kanzurebut today's my data dumping day18:09
epitronso it's still got that "changeme" password18:09
epitronwhatever it was18:09
kanzureyes18:10
kanzureI know it too18:10
epitronand it didn't work?18:10
kanzurewait18:10
kanzuredo you have an ftpd running?18:10
epitronyep18:10
kanzurethen it should have worked18:10
epitronbut it's not using the same user database :)18:10
kanzureaha18:10
kanzureokay18:10
epitronyou gotta use ssh/scp/sftp18:10
kanzureI'll use SCP18:10
* fenn looks18:12
epitronkanzure: it would be nice if you changed the changeme password too.. i don't remember it being that secure :)18:13
kanzureit's not18:13
kanzureI'll change it18:13
kanzurehehe, bio.cc has me hosted now18:13
kanzureThis is the same guy that has all of the bio*.org domain names18:13
kanzureHe set up something like 10,000 wikis on 10,000 domains ...18:14
epitronok, that'd retarded18:14
kanzuresort of18:14
kanzurehttp://biodatabase.org/18:14
kanzurethe content is good :)18:14
epitronway to fragment the universe18:14
kanzurehaha18:14
kanzureyep18:14
fennagree w/epitron18:14
kanzurefenn: check my file format notes above18:15
fenni'm reading, and not understanding18:15
kanzureHave you ever hard coded usage requirements into your program?18:15
fenncould you give an example of a program we'd interface with?18:15
kanzurea chair simulator18:15
fennthe 'interface' would be some test layer right?18:16
kanzure# chairSimulator -3dinputmesh my.mesh 18:16
fennand unit evaluation hooks18:16
kanzureyeah, I mean passing parameters and so on18:16
kanzureyep18:16
fennso uh, why does it need to download anything?18:16
kanzurewell, you don't have all of the programs locally to interpret the files do you ?18:16
fenncant we just use apt?18:16
kanzureand grabbing all of them at once is bulky, unless you have the space, in which case go right ahead18:16
kanzurehuh?18:16
fennto manage software18:16
kanzureright right18:17
kanzurebut think about what other topics we've been talking about18:17
kanzurethere are specific file formats that software work with18:17
kanzurethis is where we specify special features like units and so on18:17
fennthat will be part of the package source18:17
kanzurecorrect18:17
kanzurebut not only that18:17
kanzurebut we should explicitly specify what meta-data it is expecting18:18
kanzuremeta-data like "yes, I can use a 3ds file"18:18
kanzureall of the command line parameters are hardcoded 18:18
kanzureand then written up in man pages18:18
kanzurethis is not good ;)18:18
fennwe should at least try to settle on a small number of formats18:18
kanzure(I'm specifically talking about IO-related parameters, there are some flags that you can throw to gcc that will make it do other behaviors, this is different)18:19
kanzureperhaps18:19
fenntoo bad all 3d file formats suck balls18:19
kanzureI'm all for integrating formats, and so we'll probably have some programs to help do that18:19
kanzure(converters)18:19
fennIGES is okay-ish18:19
fennand widely used in CAD18:20
kanzureI've played with tons of formats - STL, msh, VRML, VRML2, blender, 3ds, obj (yes, ambiguous), max, geom, and tons of others18:20
fennok, so the loungechair package has a 3d model of a lounge chair18:20
kanzureyes18:21
fennit provides: what?18:21
kanzureand so a user should be able to download that 3d model via apt/autogenix18:21
kanzureor really they could just say apt-get all information related to loungechair-pack18:21
fenner, maybe provides is not the right place, since that should be functionality (and a 3d model isnt a functionality of a chair)18:21
kanzurethe 3d model provides information for simulation, I'd expect18:21
kanzureright18:21
kanzureit's more like a functional unit for a simulation18:21
kanzurewhile the loungechair package should be ... instructions to build the chair18:21
fennthe package should have everything relating to that specific lounge chair18:22
kanzuresuch as lathing, chopping wood, whatever (obviously chopping wood should be another package of information for programming)18:22
kanzureright18:22
fennCAM files, maybe18:22
kanzureahuh18:22
kanzureI don't want to care too much about extensions18:22
kanzureextensions are useful, but you lose lots of information18:22
kanzuremetadata on the file is pretty darn useful18:23
kanzurejust like the DTD statements on (valid) XHTML pages18:23
fennCAM is like machine language instructions for CNC'ing out the pieces18:23
kanzureof course, it's all the same for XHTML, but nobody seems to care?18:23
kanzureah, neat18:23
fennmore precisely, CAM is the program that generates the machine language18:23
fennfrom a cad file18:23
kanzureepitron: it works, thanks18:24
fennexplaining human by-hand operations is going to be hard18:24
kanzurehttp://bito.ponzo.net/~kanzure does not work, though18:24
kanzurefenn: yes; I suppose this will be accounted for if we ever can train neural nets to do hand movements with constructed hands or something?18:25
kanzurethat's lots of complexity that frankly I think will come about on its own18:25
epitronkanzure: static.heybryan.org18:25
kanzurethe point is that these specs can support such a development if that comes about18:25
kanzureepitron: ah, right18:25
kanzureI wonder if I switched DNS hosts or not18:25
epitronyou did not :)18:25
epitronyou switched and switched back 5 minutes later18:26
kanzurens1.everydns.net ?18:26
epitronhold on18:26
epitroni'm making sure it works18:26
epitronnope18:26
epitronlooks like it's down again18:26
epitronyou have some kind of power18:26
kanzurehm18:26
kanzureyou mean, everydns is down?18:26
epitronit's not down18:27
epitronbut it's not letting me use it as a resolver18:27
fennpresumably there already exists some type of parts-assembly language that we can take advantage of (it's probably proprietary or standards-encrusted)18:27
epitronmy other everydns hosted domains are working18:27
kanzurefenn: the package specification file format gets to update, and when apt/autogenix grabs that file from the wiki and realizes it doesn't know how to interpret version 5.x or something,18:27
kanzure it can then go fetch a script that can do it; on top of that, this same structure works when trying to crawl through the database to put parts together18:27
kanzurefenn: yeah. I was figuring that there *must* be a 'parameter wrapping library' of the type that I am talking about18:28
fennfetch a script that downloads a new version of autogenix?18:28
kanzurewhere we can set up a centralized server for the equivalent of 'DTDs' or file-format-meta-information if that makes any sense18:28
kanzurefenn: in that case, yes, since the package format changed. But if it was just any other file (i.e., the package might link to a .HTML, and you don't have something that can do HTML for some reason) -- then go grab a type of program that can deal with it, such as a viewer.18:28
fennuh.. parameter wrapping library.. cant we just use XML?18:29
kanzureprobably :)18:29
kanzurethen we just need a program to make the XML files18:29
fennhurr18:29
epitronkanzure: hmm... check if your everydns.net account is still setup18:29
kanzuredoing it by hand is lots of overhead18:29
fennno we'd be writing the xml files by hand18:29
fennbecause that's the source code18:29
kanzurenono18:29
fennnot in XML of course, in slip-xml18:29
kanzureokay, if we were doing all of the packages in python, sure18:29
kanzureI was about to say, the XML files would be like an extra step in your makefile process18:30
epitronkanzure: everydns.net is up, and it's answering DNS lookup requests, AND it's resolving all of MY domain names, but *.heybryan.org times out18:30
fennthis way all the inherited properties automatically update without any changes to the source18:30
kanzureepitron: because I didn't switch. I thought you were telling me that everydns.net was down, so I was going to wait until ... forget it. Hold on.18:30
fennslip-xml is just xml written in a different notation, it's not actually python18:30
kanzurehm18:30
kanzureokay18:30
epitronkanzure: no, that's not true18:30
kanzureepitron: huh?18:30
epitronit's because of something internal to everydns18:30
epitroni could look up www.microsoft.com on my own DNS even though ms isn't pointing at it18:31
fennalthough, just doing it in python is an interesting idea18:31
epitroni could even have my dns give a different IP18:31
kanzureepitron: I am still on a different DNS18:31
epitronthat has nothing to do with this problem18:31
kanzurefenn: I was wondering about inline possibilities18:31
epitronthis problem is that everydns doesn't show your heybryan.org records18:31
epitronso that if you DO switch18:31
fenninline what?18:31
epitronyou won't et anything18:31
kanzureinline parameter specifications18:31
fennplease elaborate18:31
kanzuremyLibraryObject->addParameter("hey", objectTypeID, "natural language description for humans") where objectTypeID would refer to, say, XHTML 3.218:32
kanzurein python this may make sense18:32
fennsure18:32
kanzurebut hardcoded in a C program? heh' kind of silly, perhaps18:32
epitron...18:32
epitroni'm at work guys18:32
epitroni don't have a lot of time18:32
epitronyou wanna focus?18:32
epitroni just need kanz to check his everydns account18:32
kanzureepitron: oh, you say it does not have my records?18:32
kanzureokay18:32
epitronand make sure it's still setup18:32
kanzureyes, it is setup18:33
fennobject.parameters.add("hey", type, '''docstring''')18:33
epitronok, so something is messed up about it18:33
fenni'd rather something more structured though18:33
kanzurefenn: sure18:33
kanzurefenn: I think that 'type' might be too simple18:33
epitronkanzure: can you gimme the login/pass?18:33
kanzureI guess it could be an ID to the file format18:33
kanzureepitron: no18:33
epitronmaybe you setup some detail18:33
epitronwell, change your pass first18:33
epitron:)18:33
kanzureHostTypeValueMXTTLDelete18:34
kanzureheybryan.orgA70.113.54.1123600[delete]18:34
kanzureheybryan.orgMXheybryan.org03600[delete]18:34
kanzurestatic.heybryan.orgCNAMEbito.ponzo.net3600[delete]18:34
fennobject.parameters.add("hey", type, '''docstring''', version) :)18:34
kanzurebut you said more structured18:34
epitronthat's not the problem18:34
kanzureepitron: that's all that I changed :)18:34
epitronthe problem is that it doesn't seem to even know that heybryan.org is one of its zones18:34
kanzurehm18:34
fennoh i mean like, object.type = "furniture"18:34
kanzure"Currently: no one has access to heybryan.org's zone data"18:34
epitroni'm thinking you might've clicked the wrong thing with you crated it18:34
fennobject.docstring = ''' here is a long winded description in natural language'''18:34
kanzurefenn: that might be too generalized. I'd like the object type ID to correlate one-to-one with the wiki/db.18:34
kanzureepitron: okay, try now18:35
fennwhat's more specific? type = loungechair?18:35
epitrontrying18:35
fenntype = loungechair554718:35
epitrontimeout18:35
kanzureepitron: what about http://heybryan.org/ ?18:35
epitronkanzure: in the left column, is it under "primary domains" or one of the others?18:35
kanzureprimary18:36
kanzurefenn: I suppose. First come first serve naming basis?18:36
epitronthat's really weird18:36
fennID = 4206f054bb8070f0e4456aac51592e7e18:36
kanzurehm18:36
kanzureif you make it complex,18:36
kanzurethen you might force them to use a way to select file formats from the database18:36
kanzureso that they use standardized tools to interpret files and so on18:37
kanzureinstead of doing it themselves18:37
kanzurethat might be interesting?18:37
kanzurebut it might get OOPy, like Java.18:37
kanzure(Java's library, I mean)18:37
fennuh.. i'd prefer ease of hackability18:37
kanzureme too18:37
fennsince we're stupid18:37
kanzureepitron: I need to run for a few minutes18:37
fennand people who take advantage of non-public interfaces should expect to get bitten18:37
fennthe file.pack or filepack-information.html is exactly analogous to the "control" file in a debian package18:40
fennand that's what i was writing earlier, the valid types of statements you could make in that file18:41
fennbut it got sorta out of hand18:41
epitronhahaha18:49
epitronthis project you guys are working on sounds insane18:49
epitronhow are you going to do this with the horrible software dev tools we have today, and without the collaboration of major players in various fields?18:51
epitronwhy don't you just make something that's not bound to fail completely18:51
epitronlike.. a self-replicating gnat18:51
epitronbuild UP to automated-knowledge-system18:52
epitrondanny hillis has been trying to get this thing going too -- but at a much more tractable level => http://freebase.com18:52
epitronpeople would build their collaborative project things on top of freebase, and a pile of other things18:53
epitronand hopefully some new programming environment, like intentional software 18:53
epitronalthough intentsoft still creates "dead" programs18:54
epitronso it's kinda doomed as well18:54
fennepitron: if we could make a self replicating gnat, we would18:54
fennas it is, even reprap is fumbling18:55
fenni'm not trying to make a database of all the world's knowledge18:55
epitronokay..18:56
fenna specific subset of DIY projects, namely the ones that are useful for making other DIY projects18:56
epitronok18:56
epitronbut restricting the scope of the domain isn't going to restrict the scope of the knowledge system18:57
fennkanzure: we want functionality loops, not dependency loops...18:57
epitronit's still going to have a automated-knowledge-management-system18:57
epitronit'll just have less knowledge in it :)18:57
kanzurefenn: filepack-information.html is supposed to be something like a paper on the subject of 'file'. Does your comment on filepack-information.html still hold?18:57
fennx provides x, cycle cycle cycle, now you have 9 million x18:57
fennx depends x, you have nothing18:58
kanzureepitron: yes, I know about freebase - I sent in my resume18:58
epitronthat's an interesting idea18:58
epitronbuuut.. that's emergence18:58
epitronpeople are notoriously bad at predicting emergent behaviour18:58
kanzurethat's not emergence18:58
epitronit's basically trial and error18:58
fennkanzure: no, what i'm talking about explains the dependencies of the technology you are building18:58
fennnot the software18:59
kanzurefenn: okay.18:59
epitroni still don't know what you mean by a functionality loop18:59
fennbut it doesnt describe the details18:59
epitronwhat's an example?18:59
kanzureokay, have you ever seen a mining facility?18:59
fennepitron: woodworkers often make tools out of wood18:59
kanzurethey have large machinery digging into the ground18:59
kanzurethis machinery is made out of metal18:59
kanzurewhich was in the ground in the first place18:59
epitronoh18:59
epitronso just technology feedback19:00
kanzurethat's ambiguous, but I guess19:00
epitronhow is functionalty loop better? :)19:00
fennyeah it's positive feedback19:00
kanzuretechnology feedback may as well mean "let's give them comments"19:00
kanzurebut yes, it's a feedback loop19:00
epitronhaha19:00
epitronright19:00
epitron+loop19:00
epitronsoftware is notoriously bad at technology feedback though19:01
kanzurefenn: we might have to investigate freebase more closely19:01
epitronwe reinvent the wheel constantly19:01
epitroneverything is man-made19:01
fennwell, of course19:01
epitronif you're trying to have software be a part of the loop, your loop is broken19:01
fennif you have a code generator you are fucking up badly19:01
fennnobody writes assembly code any more (unless they have to)19:02
epitronif the datastructure for your source code is a text file, while the datastructure for your molecule is some complex efficient high dimensional thing...19:02
kanzurefenn:  for example - helium: http://freebase.com/view/guid/9202a8c04000641f80000000045be4e9 -- but it does not look tech-oriented? don't know19:02
epitronyou got your design upside-down :)19:02
fennepitron: the text file is just a serialization format, which is necessary for transmitting information around the net19:03
epitronwe send lots of stuff around the net19:03
fennkanzure: i'm going to guess it's a structured wikipedia, without even looking19:03
epitronthat isn't text files :)19:03
kanzurefenn: yes. So it has the structured data for various objects. It does not look project-oriented. Can we make use of it or not?19:03
fenngeez they dont have very many fields19:04
kanzurehehe :)19:04
kanzurethey need to open up CRC19:04
fennwhat about isotope ratios19:04
kanzure(the chemistry/physics handbook)19:04
fennsure you can derive it since there's only two isotopes, but not always19:04
epitronanyhow, i'm done. :)19:04
epitronttyl19:04
fennciao chicka mao mao19:05
fennkanzure: also, their url isnt very structured :\19:05
fenn9202a8c04000641f80000000045be4e919:05
fennhow about physics/elements/helium19:05
kanzureheh19:06
kanzureI want multiple ontologies19:06
kanzureso that we can do virtual linking19:07
fennyeah sure why not19:07
kanzure(pretty simple request, IMO)19:07
fennthey'd all point to the same hash19:07
kanzurefirst of all, this website seems too strict and structured19:07
kanzureeven though structure is what we want, I think just dumping our files into a mediawiki installation with some server daemons would work19:07
kanzureand let people edit and backup copies of the db19:07
kanzureright?19:07
kanzurethat's what I've been imagining skdb as19:07
fennno, you need to validate everything19:07
kanzureah, that's right19:08
fennotherwise you cant do automated processing19:08
kanzurethat should just be a flag19:08
fennthis is why openfarmtech is ... less than useful19:08
kanzureit should be a flag for confirmation or something19:08
kanzureor maybe a certain namespace can be "open to the public" and the other is "validated" ?19:08
kanzureand admins would import data into the validated-namespace19:08
fennyou can apply different validation codes to each revision19:09
fennlike, 'validated, passed unit tests, assembled irl, tested irl'19:09
fennvalidation is like making sure the file format is correct, in w3c speak19:10
kanzureoh19:10
kanzureyou don't mean "we've checked the books"19:10
kanzurebut that could be another level of validation19:10
fennoh, i forgot about that19:10
kanzureokay, so fact-checks, format validation, software unit tests, assembled irl, tested irl19:10
fennon the other hand, i dont have much faith in engineering from first principles19:10
fennwell, i do, but i also demand that it be tested experimentally19:11
kanzureso? fact-check would be for, ex: hydrogen mass19:11
fennwhich isotope? :)19:11
fennbook will say something stupid like 1.0012319:11
fennbut mass of 1H is like .999919:12
kanzure"which isotope" would have to be a question answered by the file format specs, i.e. either you can specify isotopes with sub-datasets, or you could have one file per isotope if things start getting ridiculous (and then a zip for hydrogen plus its three isotopes or whatever)19:12
fennah its 1.0078319:12
kanzuredeutrium, hydrogen, titrium? I forget19:12
fennmass of 1H is 1.00783 - i guess that's proton plus electron minus binding energy19:14
fenn units electronmass19:15
fenn        Definition: 5.485799110e-4 u = 9.1093819e-31 kg19:15
fennUnknown unit 'hydrogenmass'19:16
fennunits protonmass Definition: 1.00727646688 u = 1.6726216e-27 kg19:16
fennunits protonmass+electronmass amu * 1.00782519:16
kanzure:)19:16
fennwtf why is protonmass 1.00727 amu?19:17
fenn12C/12 seems kinda silly19:18
kanzuredo we want to try to integrate with freebase or not.19:22
kanzureintuition says no19:22
fennno19:22
fennfreebase is the death throes of academia, imho19:22
fenncyc is way better anyway19:23
kanzurepeople keep on talking about cyc, but each time I look at it it just seems like a giant vocabulary association deal19:25
kanzure".. of everyday common knowledge"19:25
kanzurewhat the hell does that mean19:25
fennyes but it is code too, not just data19:25
fennstuff like, water flows downhill, people age 1 year per year19:25
kanzureoh, btw, I've been trying to meet up with the texai guy19:25
fennyou can use that to do NLP stuff19:25
kanzurehe lives in Austin somewhere.19:26
kanzureneurolinguistic programming? natural language processing?19:26
fennnatural language processing19:26
kanzurecode too, interesting19:26
kanzureis it worth investigating?19:26
kanzureI think our plan of action is pretty solid as it is19:26
fenninvestigate using cyc in skdb?19:27
kanzurebut I don't want to ignore a potentially useful tool just because I'm confident ;)19:27
kanzureyeah19:27
fennit might be very useful, yes19:27
fenni'll have to look at it again, first time i didnt know any lisp so it was gibberish19:27
kanzurelisp is something like 19:28
kanzure($var $var2 $var3 function) 19:28
kanzureright?19:28
fennhmm..19:28
fennno19:28
fennyou cant express lisp in most languages19:28
fenn((predicate $var) function) or ((function) function) and more19:30
fennyou can define a function that accepts 3 vars though, of course19:31
fennanyway, lisp has a steep learning curve and turns your brain inside out19:31
fennkanzure: i just watched the douglas lenat google tech talk on cyc a couple days ago19:39
kanzuregood?19:40
fennit made some sense, a good starting point19:40
fennCyclify Austin meets on the second Thursday of each month in Austin, TX.19:41
kanzureah crap19:41
fennnow you have to go19:41
kanzurethat was yesterday19:41
fennno?19:42
fenntomorrow19:42
fennthey're headquartered in austin btw19:42
kanzureyes19:43
kanzurealright, I'll send an email19:43
fennit'll probably be way over your head19:44
fennbut you can still promote your own agenda19:45
kanzurehttp://cyc.com/ seems to be down19:45
fennwww.cyc.com19:46
fennargh java19:47
fennhmm maybe i broke it19:48
drazakmmmm b520:14
kanzurehttp://heybryan.org/mediawiki/index.php/Artificial_dopamine_receptor20:16
drazakyay slow internet20:18
kanzureIs it my connection ?20:18
drazaknope20:18
drazakI'm grabbing a b5 episode from my dad's, and watching amusic video on youtube20:19
drazakI need to get a cool college chem textbook (IE. one that's on textbooktorrents, and then I can better help you guys)20:19
fennkanzure: one hand-drawn picture would sum that all up nicely20:20
drazakkanzure: I'd only be worried about using distilled water, and making sure that your glassware is very clean, oh and making sure that you don't fuck up too bad, you could make something very flammable20:21
kanzurefenn: sure20:21
kanzuredrazak: I have a server full of them. What would yo uwant?20:22
fennhah textbooktorrents.. i wonder what the universitie think about that20:23
drazakkanzure: ah, someone mentioned it the other day in ##chemistry20:23
fennno knowledge for you! bad student!20:24
kanzuredrazak: yes, that was me20:24
drazakkanzure: it'd be nice to have that one :P20:24
kanzuredrazak: I'll give you a few indices of my files, if you set me up an FTP server to drop files on20:24
kanzureI'd give you a login, but I happen to have my whole hard drive backed up on the file server20:24
kanzure(and it's a custom firmware OS that sucks, so there's no real permissions like that)20:25
drazakkanzure: I don't do ftp, you'kk have to use scp or sftp20:25
kanzurethat's fine20:25
kanzurelemme get you your indices20:25
* drazak finds a window on the appropriate machine20:26
drazakI thinkm I'm going to have to make a pub/priv keypair for this laptop20:26
kanzuredrazak: There are a few subdirs. Take your pick: analytical chem, biochem, ChE, current protocols in food analysis, visual encyclopedia of chem-eng, inorganic chem, methods, mineralogy, nuclear chem, organic chem, organometallic chem, other, photochem, supramolecular chem, theoretical chem20:28
kanzurethe root dir for chem has general college stuff20:28
drazaklets see here20:29
kanzurehttp://heybryan.org/docs/books/20:29
drazakana, bio, ChE, inorg, nuc, organ, organomet, theo20:29
drazakthat's a good start20:29
kanzurewtf's with this directory output20:29
kanzureI'll fix.20:31
fenneh why not just setup a small web server on kanzure's end20:33
fennthen you can use nice tools like wget20:33
kanzurefenn: I have all of my files on there, including some rather personal items20:33
drazakfenn: because sftp/scp is encrypted20:33
kanzurefenn: and it's not a permission-based system20:34
fennthey're textbooks, not plans for an interocitor20:34
kanzurewell, there's my entire email content on there20:34
fennand kanzure you can allow/disallow by directory20:34
kanzurefenn: it's on a dedicated "external data storage device"20:34
kanzurewith its own HTTP/FTP daemons20:34
fennor not.. i dont care much20:34
fennoh like a slu220:34
kanzurehm?20:35
drazakyeah, that's what it is, probably20:35
fenna toaster20:35
kanzureso20:35
kanzurehaha, I didn't think of something20:35
kanzureI can let you access a base directory20:35
kanzureand it's too stupid to allow /../20:35
kanzureit's probably Windows Mobile Edition or something20:35
drazakno20:36
drazakit's proprietary20:36
fennsometimes i feel like transhumanism is like.. 'every sperm is sacred'20:37
fenni have this baby rabbit in my room i found today, he'll probably be dead by morning20:38
kanzure'every sperm is sacred' ?? it's more about personal modification. With me, I want to process more information, or do it better.20:39
fennman i wish i had cad software like this http://reprap.org/bin/view/Main/AssemblingDarwinMachinery20:43
kanzuremaybe I should go re-install proxypass for apache? but then you'd be going through the mini-data-server and back through the linux server, which will be slow20:44
Enki-2http://www.gnu.org/fun/jokes/unreliable.net.html20:53
drazakkanzure: it won't be slow if they're on the same network20:53
kanzureeh, let me see what I can do20:54
Enki-2win joke is WIN.20:56
kanzureEnki-2: 21:02
kanzureOn Wednesday 09 April 2008, Eric Yu wrote:21:02
kanzure> It's much easier to fix a few disabilities.  Also, autistic people21:02
kanzure> have more of a disability because people tend to be non-autistic.21:02
kanzureThat's like saying linux is a disability.21:02
epitronlinux is a disability when you have to work in a windows network21:04
epitron(linux is a bad example beacuse it works very well with windows networks. ... so imagine its' linux from 1995)21:05
epitronkanzure: you might wanna fix your domain.. right now it's pointing at your old AND your new nameserver at the same time21:06
epitronthat can't be good21:06
epitronservers might ban you for having inconsistent records21:06
epitron(it could look like a DNS attack)21:07
kanzureah, okay21:08
kanzureepitron: did windows have networks in 95?21:08
epitronyep21:08
epitronSMB is old21:08
epitronit's from the novell days21:08
drazakfrom when you ran windows 95 ontop of novell21:11
kanzureepitron: try http://heybryan.org/ please :)21:15
kanzureI don't know if everydns.net is working for it or not21:15
kanzurefenn: okay, I'm attending tomorrow night's Cyc meetup21:37
epitronkanzure: it's working here21:43
epitronoh wait21:43
epitronit was cached21:43
epitronhaha21:43
epitroni dunno man21:43
epitrontry deleting the zone and recreating it21:43
epitronsomething probably got fucked up when you were messing with it21:43
epitronmaybe you can't delete the A record without it thinking the whole thing has been destroyed, even if you add it again later21:44
kanzurefenn: I think we might have a small server farm willing to host us. 22:03
kanzureSo what was the next step that we were going to take? Was I going to go write the XML standards for fileformat IO information?22:10
kanzurehttp://www.koreamed.org/SearchBasic.php?RID=368379&DT=1&QY=openfree+%5BALL%5D <-- but on the other hand, wtf?22:18

Generated by irclog2html.py 2.15.0.dev0 by Marius Gedminas - find it at mg.pov.lt!