2015-01-25T00:00:54Z dim: mm, some bugreports about pgloader on windows 2015-01-25T00:01:05Z stacksmith joined #lisp 2015-01-25T00:01:08Z modula is now known as defaultxr 2015-01-25T00:01:22Z pjb: Happy programmer who receives bug reports! 2015-01-25T00:01:34Z dim: hell yes, not complaining about that parts ;-) 2015-01-25T00:02:45Z dim: it's more like I know nothing about windows, don't really want to learn, and maybe it would be easier if I could just use LispWorks to produce the binary? but that's too much work and there's the licensing issues 2015-01-25T00:03:51Z pjb: what implementation did you use to target MSWindows? 2015-01-25T00:04:29Z dim: I installed sbcl 2015-01-25T00:04:54Z pjb: I would have used ccl. 2015-01-25T00:06:08Z nyef: ... "Let's do BOTH!" 2015-01-25T00:06:19Z dim: I may have some pgloader bugs to fix before I get it running with ccl 2015-01-25T00:06:24Z dim: but might as well give it a try 2015-01-25T00:06:28Z nyef: Heh. 2015-01-25T00:06:33Z dim: the current problem is to do with loading ddls tho 2015-01-25T00:06:46Z dim: https://github.com/dimitri/pgloader/issues/159 and http://stackoverflow.com/questions/28130419/pgloader-error-sqlite3-dll-but-am-not-using-sqlite for the whole story 2015-01-25T00:06:47Z nyef: Data Definition Languages? 2015-01-25T00:07:06Z nyef: Oh, Dynamic Link Libraries. Different acronym. d-: 2015-01-25T00:07:15Z dim: yeah 2015-01-25T00:08:52Z vydd joined #lisp 2015-01-25T00:11:55Z attila_lendvai quit (Quit: Leaving.) 2015-01-25T00:11:58Z theseb joined #lisp 2015-01-25T00:12:17Z dim: currently finding myself unable to use the windows vm again 2015-01-25T00:12:23Z dim: not starting in a good way 2015-01-25T00:13:22Z vydd quit (Ping timeout: 240 seconds) 2015-01-25T00:17:51Z dim: is there a legal way to get a windows activation key for open source development for free or something? 2015-01-25T00:19:32Z Jubb quit (Ping timeout: 246 seconds) 2015-01-25T00:22:00Z pacon joined #lisp 2015-01-25T00:22:09Z nyef: dim: Dare I suggest using WINE? 2015-01-25T00:22:33Z jumblerg joined #lisp 2015-01-25T00:22:33Z nyef: (I know, given my stance when it comes to emulators, suggesting using WINE is pretty weak.) 2015-01-25T00:22:35Z pjb: That wouldn't very help in debugging a MS-Window 8 or 10 problem. 2015-01-25T00:23:48Z nyef: That's fair. 2015-01-25T00:26:00Z edgar-rft joined #lisp 2015-01-25T00:26:11Z nyef: For that matter, I'm somewhat disappointed that SBCL runs on WINE, given that SBCL changed to make it work rather than WINE changing to make it work. 2015-01-25T00:26:19Z dim: would WINE run ontop of macosx? 2015-01-25T00:26:43Z pjb: I don't think so. 2015-01-25T00:26:47Z nyef: http://wiki.winehq.org/MacOSX 2015-01-25T00:27:01Z pjb: But you can run MS-Windows directly on Apple hardware, or you can run it on VirtualBox on MacOSX. Works nicely. 2015-01-25T00:27:16Z nyef: Looks like it would. 2015-01-25T00:27:20Z heurist joined #lisp 2015-01-25T00:27:22Z nyef: Well, should. 2015-01-25T00:27:32Z pjb: Ah good! Things evolve. 2015-01-25T00:28:04Z nyef: To the point of being included in homebrew, macports, and fink. 2015-01-25T00:28:09Z nyef: Whatever "fink" is. 2015-01-25T00:28:11Z xyh joined #lisp 2015-01-25T00:28:23Z dim: ok well it looks like I've lost my windows setup entirely 2015-01-25T00:28:58Z nyef: "WINE Is Not an Emulator" -- because emulators typically work better? 2015-01-25T00:29:25Z pjb: Because WINE is a simulator, not an emulator. 2015-01-25T00:29:35Z nyef: (I know, I shouldn't be so down on WINE, but it's such an EASY target.) 2015-01-25T00:30:24Z vaporatorius quit (Remote host closed the connection) 2015-01-25T00:33:25Z hiyosi joined #lisp 2015-01-25T00:35:40Z heurist quit (Ping timeout: 255 seconds) 2015-01-25T00:35:44Z dim: oh found an earlier version of the VM that works apparently 2015-01-25T00:35:59Z dim: vagrant + git + branches is not as straghforward as I'd like 2015-01-25T00:36:06Z theseb quit (Remote host closed the connection) 2015-01-25T00:41:11Z xyh: I am still writing my little test framework, 2015-01-25T00:41:11Z xyh: when loading a "hello.test.lisp" file (which contain DEFTESTs) 2015-01-25T00:41:12Z xyh: (a DEFTEST binds a named-test to a test-unit-name) 2015-01-25T00:41:19Z xyh: I wish to set up a path name to output the report of this test-unit. 2015-01-25T00:41:19Z xyh: for example "HELLO.unit-test-report.org~" 2015-01-25T00:41:19Z xyh: but, when loading "hello.test.lisp" how can I get the directory which contains it ? 2015-01-25T00:41:46Z pjb: Using *load-pathname* or *compile-file-pathname* 2015-01-25T00:42:28Z pjb: or using *load-truename* or *compile-file-truename* 2015-01-25T00:43:06Z xyh: pjb: thx, I will search these words 2015-01-25T00:47:24Z pjb: xyh: you may also need eval-when 2015-01-25T00:47:42Z pjb: and load-time-value 2015-01-25T00:50:08Z dim: ah the irony, having to cut down mssql support to be able to build on windows 2015-01-25T00:51:43Z PaulCapestany quit 2015-01-25T00:54:50Z xyh: I tryed this :: (defparameter l (list *load-pathname* *compile-file-pathname* *load-truename* *compile-file-truename*)) 2015-01-25T00:54:53Z xyh: and it gets me :: (#P"/home/xyh/.cache/common-lisp/ccl..." NIL #P"/home/xyh/.cache/common-lisp/ccl..." NIL) 2015-01-25T00:54:57Z PaulCapestany joined #lisp 2015-01-25T00:55:34Z csziacobus quit (Quit: csziacobus) 2015-01-25T00:57:47Z pjb: xyh: eval-when situations are: :compile-toplevel which is when you call compile-file 2015-01-25T00:58:05Z pjb: :execute which is when you load the source file, and 2015-01-25T00:58:16Z pjb: :load-toplevel which is when you load the compiled file. 2015-01-25T00:58:17Z Longlius joined #lisp 2015-01-25T00:59:32Z pjb: The compile-time effects of defparameter don't include evaluating the initial value: this is done only at load time, either of the source or of the compiled file. 2015-01-25T01:00:14Z pjb: xyh: what did you want? why did you want it? what if the "program" is moved to some other place? 2015-01-25T01:00:45Z pjb: xyh: what happens if user U compiles the program on system A, and user V uses it on system B? 2015-01-25T01:01:09Z heurist joined #lisp 2015-01-25T01:01:28Z xyh: where to compile the unit-test, where to output the report. 2015-01-25T01:01:55Z pjb: Output the report where the user tells it to put it. Or by default, you may use (user-homedir-pathname). 2015-01-25T01:02:51Z pjb: (merge-pathnames (make-pathname :directory '(:relative "Documents") :name "test" :type "report" :case :local) (user-homedir-pathname)) ; for example 2015-01-25T01:05:18Z xyh: I guess I should provide some methods to let the user choose. 2015-01-25T01:05:31Z pjb: It would be best. 2015-01-25T01:05:35Z EvW quit (Ping timeout: 265 seconds) 2015-01-25T01:06:34Z pjb: the functional code should use parameters, and you can have some user interface (just a command function) that get the parameters from whatever source is convenient (environment variables, command arguments, interactively, or even as parameter). 2015-01-25T01:07:14Z k-dawg joined #lisp 2015-01-25T01:09:23Z vydd joined #lisp 2015-01-25T01:13:52Z vydd quit (Ping timeout: 240 seconds) 2015-01-25T01:14:27Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-01-25T01:16:59Z quazimodo: hey all 2015-01-25T01:17:06Z quazimodo: <- learning bout monads 2015-01-25T01:17:47Z xyh quit (Remote host closed the connection) 2015-01-25T01:18:07Z nyef: quazimodo: Reading drewc's screeds, or via some other method? 2015-01-25T01:18:17Z zRecursive joined #lisp 2015-01-25T01:19:04Z xyh joined #lisp 2015-01-25T01:19:17Z quazimodo: nyef: just whatever i can get my hands on 2015-01-25T01:19:32Z quazimodo: actually the monoid of functions and the way monads keep things composing is intersting for me 2015-01-25T01:19:44Z admg quit (Remote host closed the connection) 2015-01-25T01:21:01Z Jubb joined #lisp 2015-01-25T01:21:59Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-01-25T01:22:38Z normanrichards joined #lisp 2015-01-25T01:24:00Z xyh: pjb: I also wish to write a shell to be used in the repl, (to do "cd" and "ls" stuffs). 2015-01-25T01:24:01Z xyh: but the command-completion feature holds me back. 2015-01-25T01:24:01Z xyh: (switch from line-mode to key-mode and to read a key, should be as easy as READ, but it is not) 2015-01-25T01:24:46Z pjb: xyh: Have a look at coml.informatimago.common-lisp.interactive.browser and coml.informatimago.common-lisp.interactive.interactive 2015-01-25T01:24:48Z jumblerg joined #lisp 2015-01-25T01:25:03Z pjb: xyh: it is beyond the CL specification. 2015-01-25T01:26:13Z guicho joined #lisp 2015-01-25T01:26:58Z enitiz quit (Remote host closed the connection) 2015-01-25T01:28:09Z pjb: Theorically, read-char-no-hang could implement it, along with listen: an implementation could switch off the canonical mode when they're called, and switch it back on when you call READ, READ-LINE or READ-SEQUENCE, for example. 2015-01-25T01:28:25Z pjb: The problem is that we don't have a substandard for unix or posix systems. 2015-01-25T01:28:58Z pjb: xyh: notice that if you use clisp, then it's trivial: you use the KEYBOARD package (and the SCREEN package to perform 2D terminal output). 2015-01-25T01:33:16Z dsevilla quit (Remote host closed the connection) 2015-01-25T01:39:58Z Xach: it is a matter of a few foreign function calls 2015-01-25T01:40:10Z Xach: making sure to get out of key mode if you enter the debugger is pretty handy too 2015-01-25T01:41:19Z guicho quit (Quit: さようなら) 2015-01-25T01:43:19Z innertracks quit (Quit: innertracks) 2015-01-25T01:43:58Z innertracks joined #lisp 2015-01-25T01:49:55Z pacon quit (Read error: Connection reset by peer) 2015-01-25T01:57:27Z pacon joined #lisp 2015-01-25T01:59:27Z Mon_Ouie quit (Ping timeout: 245 seconds) 2015-01-25T02:02:32Z pjb: Xach: sure, you can use ffi to deal with the terminal, but the problem is that this is not necessarily well integrated into the CL implementation. 2015-01-25T02:03:03Z pjb: eg. You can't use format when you use ncurses. (but you can when you use the #+clisp screen package which uses ncurses). 2015-01-25T02:06:46Z innertracks1 joined #lisp 2015-01-25T02:08:15Z bhyde- joined #lisp 2015-01-25T02:08:25Z oudeis_ joined #lisp 2015-01-25T02:08:54Z replcated_ joined #lisp 2015-01-25T02:09:12Z Vivitron`` joined #lisp 2015-01-25T02:10:10Z vydd joined #lisp 2015-01-25T02:10:10Z KarlDscc joined #lisp 2015-01-25T02:10:20Z hugoduncan joined #lisp 2015-01-25T02:10:27Z bobbysmith0071 joined #lisp 2015-01-25T02:10:28Z antonv` joined #lisp 2015-01-25T02:10:47Z edgar-rf_ joined #lisp 2015-01-25T02:10:59Z isoraqathedh_l joined #lisp 2015-01-25T02:11:06Z RenRenJuan joined #lisp 2015-01-25T02:11:20Z funnel_ joined #lisp 2015-01-25T02:11:40Z jaimef joined #lisp 2015-01-25T02:11:48Z edgar-rf_ quit (Client Quit) 2015-01-25T02:12:00Z Lokathor_ joined #lisp 2015-01-25T02:12:07Z d4ryus_ joined #lisp 2015-01-25T02:12:07Z Ober_ joined #lisp 2015-01-25T02:12:19Z enn joined #lisp 2015-01-25T02:12:54Z AntiSpamMeta quit (Quit: Automatic restart triggered due to persistent lag. Freenode staff: If this is happening too frequently, please set a nickserv freeze on my account, and once my connection is stable, unfreeze the account and /kill me to trigger a reconnect.) 2015-01-25T02:13:21Z AntiSpamMeta joined #lisp 2015-01-25T02:14:32Z katco` joined #lisp 2015-01-25T02:15:11Z vydd quit (Ping timeout: 265 seconds) 2015-01-25T02:15:32Z rvchangu- joined #lisp 2015-01-25T02:16:05Z oleo__ joined #lisp 2015-01-25T02:16:19Z innertracks quit (*.net *.split) 2015-01-25T02:16:19Z heurist quit (*.net *.split) 2015-01-25T02:16:19Z edgar-rft quit (*.net *.split) 2015-01-25T02:16:19Z jtz quit (*.net *.split) 2015-01-25T02:16:19Z isoraqathedh quit (*.net *.split) 2015-01-25T02:16:19Z oleo quit (*.net *.split) 2015-01-25T02:16:19Z d4ryus quit (*.net *.split) 2015-01-25T02:16:19Z psy_ quit (*.net *.split) 2015-01-25T02:16:19Z Grue` quit (*.net *.split) 2015-01-25T02:16:19Z hugod quit (*.net *.split) 2015-01-25T02:16:20Z thomas quit (*.net *.split) 2015-01-25T02:16:20Z rvchangue_ quit (*.net *.split) 2015-01-25T02:16:20Z Ober quit (*.net *.split) 2015-01-25T02:16:22Z replcated quit (*.net *.split) 2015-01-25T02:16:22Z Karl_Dscc quit (*.net *.split) 2015-01-25T02:16:22Z Lokathor quit (*.net *.split) 2015-01-25T02:16:22Z oudeis quit (*.net *.split) 2015-01-25T02:16:22Z antonv quit (*.net *.split) 2015-01-25T02:16:22Z bobbysmith007 quit (*.net *.split) 2015-01-25T02:16:22Z JuanDaugherty quit (*.net *.split) 2015-01-25T02:16:22Z scharan quit (*.net *.split) 2015-01-25T02:16:22Z harish quit (*.net *.split) 2015-01-25T02:16:22Z jaimef_ quit (*.net *.split) 2015-01-25T02:16:22Z s_e quit (*.net *.split) 2015-01-25T02:16:22Z Vivitron quit (*.net *.split) 2015-01-25T02:16:22Z bhyde quit (*.net *.split) 2015-01-25T02:16:22Z cmatei quit (*.net *.split) 2015-01-25T02:16:22Z funnel quit (*.net *.split) 2015-01-25T02:16:22Z katco quit (*.net *.split) 2015-01-25T02:16:22Z nopf quit (*.net *.split) 2015-01-25T02:16:22Z gensym quit (*.net *.split) 2015-01-25T02:16:22Z eigenlicht quit (*.net *.split) 2015-01-25T02:16:22Z fmu quit (*.net *.split) 2015-01-25T02:16:22Z enn_ quit (*.net *.split) 2015-01-25T02:16:22Z sellout quit (*.net *.split) 2015-01-25T02:16:24Z funnel_ is now known as funnel 2015-01-25T02:16:29Z s_e_ joined #lisp 2015-01-25T02:17:00Z gensym joined #lisp 2015-01-25T02:17:09Z bhyde- is now known as bhyde 2015-01-25T02:17:11Z fmu joined #lisp 2015-01-25T02:17:20Z s_e_ is now known as s_e 2015-01-25T02:17:29Z sellout joined #lisp 2015-01-25T02:17:38Z nopf joined #lisp 2015-01-25T02:18:37Z eigenlicht joined #lisp 2015-01-25T02:19:46Z Sgeo joined #lisp 2015-01-25T02:19:56Z jtz joined #lisp 2015-01-25T02:20:22Z cmatei joined #lisp 2015-01-25T02:20:41Z heurist joined #lisp 2015-01-25T02:21:20Z thomas joined #lisp 2015-01-25T02:22:11Z psy_ joined #lisp 2015-01-25T02:22:24Z nowhereman joined #lisp 2015-01-25T02:22:42Z harish joined #lisp 2015-01-25T02:22:53Z nand1` joined #lisp 2015-01-25T02:23:29Z dmiles_afk joined #lisp 2015-01-25T02:24:12Z yeticry_ joined #lisp 2015-01-25T02:24:29Z sellout- joined #lisp 2015-01-25T02:24:31Z FrostyX_ joined #lisp 2015-01-25T02:24:51Z diginet_ joined #lisp 2015-01-25T02:26:13Z Guest6344 joined #lisp 2015-01-25T02:26:21Z jumblerg quit (Read error: Connection reset by peer) 2015-01-25T02:26:37Z oconnore_ joined #lisp 2015-01-25T02:26:39Z resttime_ joined #lisp 2015-01-25T02:26:57Z gigetoo_ joined #lisp 2015-01-25T02:30:04Z rvchangue_ joined #lisp 2015-01-25T02:30:16Z MrWoohoo quit (Quit: ["Textual IRC Client: www.textualapp.com"]) 2015-01-25T02:30:23Z Lokathor_ is now known as Lokathor 2015-01-25T02:30:34Z davor_ joined #lisp 2015-01-25T02:33:32Z smull_ joined #lisp 2015-01-25T02:35:09Z yeticry quit (Ping timeout: 244 seconds) 2015-01-25T02:35:10Z diginet quit (Ping timeout: 244 seconds) 2015-01-25T02:35:10Z sellout quit (Ping timeout: 244 seconds) 2015-01-25T02:35:10Z zRecursive quit (Ping timeout: 244 seconds) 2015-01-25T02:35:10Z Intensity quit (Ping timeout: 244 seconds) 2015-01-25T02:35:10Z nand1 quit (Ping timeout: 244 seconds) 2015-01-25T02:35:10Z FrostyX quit (Ping timeout: 244 seconds) 2015-01-25T02:35:10Z Sgeo_ quit (Ping timeout: 244 seconds) 2015-01-25T02:35:11Z tsumetai quit (Ping timeout: 244 seconds) 2015-01-25T02:35:11Z nowhere_man quit (Ping timeout: 244 seconds) 2015-01-25T02:35:11Z dmiles quit (Ping timeout: 244 seconds) 2015-01-25T02:35:11Z scharan joined #lisp 2015-01-25T02:35:12Z scharan quit (*.net *.split) 2015-01-25T02:35:12Z rvchangu- quit (*.net *.split) 2015-01-25T02:35:12Z resttime quit (*.net *.split) 2015-01-25T02:35:12Z BlueRavenGT quit (*.net *.split) 2015-01-25T02:35:12Z davorb quit (*.net *.split) 2015-01-25T02:35:12Z gigetoo quit (*.net *.split) 2015-01-25T02:35:12Z Tristam quit (*.net *.split) 2015-01-25T02:35:12Z oconnore quit (*.net *.split) 2015-01-25T02:35:13Z smull quit (*.net *.split) 2015-01-25T02:35:16Z gigetoo_ is now known as gigetoo 2015-01-25T02:35:16Z sellout- is now known as sellout 2015-01-25T02:36:25Z Tristam joined #lisp 2015-01-25T21:02:54Z ccl-logbot joined #lisp 2015-01-25T21:02:54Z 2015-01-25T21:02:54Z names: ccl-logbot hiroakip ivan\ edgar-rft pt1 Mon_Ouie defaultxr Beetny zacharias zeitue doobi-sham-69485 EvW yenda yawniek_ BitPuffin slyrus Joreji xyh raphaelss prxq nyef cmack` mrSpec elimik31 farhaven Bicyclidine crichter arpunk vaporatorius MrWoohoo stepnem kons nell cpc26_ jeti` Jesin ehu moei mishoo bb010g phf NhanH psy gluegadget gz endou______ splittist_ pjb lifenoodles thomas Xach someone mathrick oleo TDT``` zacts_ Evanescence impulse- mingvs_ enitiz 2015-01-25T21:02:54Z names: tsumetai` aftershave innertracks LiamH loke_ Oddity jeti gingerale attila_lendvai Alfr vydd hellofunk Soft d4ryus JuanDaugherty urandom__ admg kushal mearnsh ebrasca swedishf1sh nand1 gravicappa Karl_Dscc rtra BeLucid cmatei Amaan xificurC scymtym sdemarre yeticry Shinmera angavrilov Sgeo Grue`` quazimodo hvxgr H4ns ryankarason diginet Natch Jubb Zhivago scharan DrCode theos gabot keen__________41 rvchangu- TrystamWrk REPLeffect_ honkfest1val stux|RC 2015-01-25T21:02:54Z names: katco wooden_ zbrown_ AeroNotix bege Borbus emma tstc` Plazma sellout Vivitron victor_lowther K1rk kjeldahl gabriel_laddel blahzik fikusz akkad nightfly teiresias AntiSpamMeta oGMo Rudolph-Miller_ yeltzooo mmathers sid_cypher White__Flame kirin` p_l anunnaki setheus_ eagleflo hyoyoung_ lemoinem joga Cheery nopf jackdani1l gabc drmeister c74d3 sismondi edran_ Intensity d4gg4d echo-are` reb`` acieroid` specbot whartung MoALTz_ fraytack` Tristam smull_ 2015-01-25T21:02:54Z names: davor_ oconnore_ FrostyX_ dmiles_afk harish nowhereman heurist jtz eigenlicht fmu gensym s_e enn Ober_ jaimef funnel isoraqathedh bobbysmith0071 hugoduncan replcated_ bhyde PaulCapestany stacksmith bcoburn eMBee chu Vutral Petit_Dejeuner__ agumonkey nydel_ _5kg SHODAN jasom salv01 Ralt hitecnologys GGMethos egp_ Tordek nydel mikaelj josteink Colleen salv0 alchemis7 Kruppe Adlai yrdz milosn rtoym ruste_ decent joast DeadTrickster flip214 kalzz newcup 2015-01-25T21:02:54Z names: soggybre1d CrazyEddy eazar001 karswell Jameser` ered otwieracz Patzy primafacie_ segmond aerique dilated_dinosaur trigen cpt_nemo Posterdati foom pillton __main__ ramus stopbyte Takumo sshirokov brandonz_ Bike jpanest minion qlkzy itakmar mhd_ ck_ backupthrick Cymew zbigniew redline6561 joneshf-laptop srcerer jdz Hydan nightshade427 ski ahungry schoppenhauer troydm girrig loke z0d nauar notty Khisanth viaken ThePhoeron phadthai vhost- wglb faheem_ ivan4th 2015-01-25T21:02:54Z names: john-mcaleely sword froggey dfox axion vlnx sivoais killmaster tristero emlow lieven aap schjetne grungier zymurgy |3b| kanru Riviera antoszka tomaw cibs ConstantineXVI chameco sbryant nicdev jayne rotty brucem johs tbarletz Fade Oladon djinni`_ MightyJoe sjl alakra copec tessier eak xristos brent80_plow pok j0ni ozzloy tokenrove stokachu peccu2 dtw luis jsnell mtd Nshag clog les ``Erik snafuchs BlastHardcheese nisstyre TrafficMan yorick sigjuice gniourf 2015-01-25T21:02:54Z names: guaqua` larme abbe ircbrowse pchrist gko swflint PuercoPop cross ferada Mandus_ cmbntr capitaomorte 77CAABXCD enfors samebchase ft xorpse cjmacs`` necronian trn housel bytecrawler finnrobi micro tkd hratsimi1ah nitro_idiot misv justinmcp clop2 The_third_man shwouchk_ p_l|backup dim mood kyl_____1_ cods ssake_ aksatac theBlackDragon krrrcks joshe easye quasisane zickzackv daimrod _death galdor_ j_king Krystof ecraven dan64 sfa yauz nitrix butyoudonot kbtr 2015-01-25T21:02:54Z names: GuilOooo spacebat eli bjorkintosh Subfusc Neptu wasamasa renard_ rvirding arrsim fe[nl]ix drdo lpaste sytse Blkt dlowe benny 2015-01-25T21:02:54Z wilhelm.freenode.net:#lisp- [freenode-info] why register and identify? your IRC nick is how people know you. http://freenode.net/faq.shtml#nicksetup 2015-01-25T21:03:35Z sitdownguy joined #lisp 2015-01-25T21:03:47Z nell quit (Quit: WeeChat 1.2-dev) 2015-01-25T21:03:57Z N3S joined #lisp 2015-01-25T21:04:20Z antonv joined #lisp 2015-01-25T21:08:18Z foom quit (Ping timeout: 245 seconds) 2015-01-25T21:12:45Z elimik31 quit (Ping timeout: 256 seconds) 2015-01-25T21:13:18Z ivan\ quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2015-01-25T21:15:46Z ivan\ joined #lisp 2015-01-25T21:18:34Z stepnem quit (Ping timeout: 264 seconds) 2015-01-25T21:22:11Z intinig joined #lisp 2015-01-25T21:27:59Z Joreji quit (Read error: Connection reset by peer) 2015-01-25T21:28:49Z psy quit (Read error: Connection reset by peer) 2015-01-25T21:30:56Z intinig quit (Ping timeout: 272 seconds) 2015-01-25T21:32:15Z rriddle joined #lisp 2015-01-25T21:32:27Z slyrus quit (Ping timeout: 276 seconds) 2015-01-25T21:34:07Z profess joined #lisp 2015-01-25T21:34:49Z MightyJoe is now known as cyraxjoe 2015-01-25T21:35:09Z cyraxjoe is now known as MightyOP 2015-01-25T21:35:34Z MightyOP is now known as cyraxjoe 2015-01-25T21:36:34Z Evanescence quit (Ping timeout: 264 seconds) 2015-01-25T21:37:12Z MarkusBarthlen joined #lisp 2015-01-25T21:37:28Z rriddle quit (Quit: Bye) 2015-01-25T21:39:38Z arpunk quit (Remote host closed the connection) 2015-01-25T21:39:50Z JuanDaugherty quit (Remote host closed the connection) 2015-01-25T21:40:33Z arpunk joined #lisp 2015-01-25T21:44:51Z a20150123 joined #lisp 2015-01-25T21:45:23Z trebor_home joined #lisp 2015-01-25T21:48:27Z sitdownguy quit (Ping timeout: 252 seconds) 2015-01-25T21:49:46Z Evanescence joined #lisp 2015-01-25T21:50:04Z pt1 quit (Remote host closed the connection) 2015-01-25T21:50:26Z doobi-sham-69485 quit (Remote host closed the connection) 2015-01-25T21:50:39Z innertracks quit (Ping timeout: 265 seconds) 2015-01-25T21:50:47Z shaungilchrist joined #lisp 2015-01-25T21:51:29Z xificurC quit (Ping timeout: 245 seconds) 2015-01-25T21:51:57Z cmack` quit (Ping timeout: 276 seconds) 2015-01-25T21:53:58Z milosn quit (Ping timeout: 264 seconds) 2015-01-25T21:54:06Z stacksmith quit (Remote host closed the connection) 2015-01-25T21:55:28Z gravicappa quit (Remote host closed the connection) 2015-01-25T21:56:38Z doobi-sham-87575 joined #lisp 2015-01-25T21:57:27Z cellsigma joined #lisp 2015-01-25T21:58:37Z cellsigma left #lisp 2015-01-25T21:58:55Z kriyative joined #lisp 2015-01-25T21:59:37Z salva joined #lisp 2015-01-25T22:00:34Z milosn joined #lisp 2015-01-25T22:00:41Z doobi-sham-87575 quit (Remote host closed the connection) 2015-01-25T22:01:19Z xyh quit (Remote host closed the connection) 2015-01-25T22:01:48Z doobi-sham-9888 joined #lisp 2015-01-25T22:03:18Z innertracks joined #lisp 2015-01-25T22:04:51Z elimik31 joined #lisp 2015-01-25T22:07:43Z Jirachier joined #lisp 2015-01-25T22:07:52Z Jirachier quit (Client Quit) 2015-01-25T22:09:32Z Alfr quit (Remote host closed the connection) 2015-01-25T22:10:40Z bdr3552 joined #lisp 2015-01-25T22:11:53Z salv01 left #lisp 2015-01-25T22:11:57Z innertracks quit (Ping timeout: 245 seconds) 2015-01-25T22:12:17Z innertracks joined #lisp 2015-01-25T22:14:20Z elimik31 quit (Ping timeout: 265 seconds) 2015-01-25T22:19:14Z mrSpec quit (Remote host closed the connection) 2015-01-25T22:19:29Z nikki93 joined #lisp 2015-01-25T22:19:35Z swedishf1sh quit (Ping timeout: 250 seconds) 2015-01-25T22:20:22Z Neet joined #lisp 2015-01-25T22:21:04Z nikki93 quit (Remote host closed the connection) 2015-01-25T22:21:49Z jumblerg joined #lisp 2015-01-25T22:22:01Z angavrilov quit (Remote host closed the connection) 2015-01-25T22:23:17Z innertracks quit (Ping timeout: 252 seconds) 2015-01-25T22:23:52Z gregburd_ joined #lisp 2015-01-25T22:24:49Z nell joined #lisp 2015-01-25T22:26:48Z doobi-sham-9888 quit (K-Lined) 2015-01-25T22:27:39Z intinig joined #lisp 2015-01-25T22:28:17Z Cheery: http://boxbase.org/entries/2015/jan/26/treepython/ 2015-01-25T22:28:25Z elimik31 joined #lisp 2015-01-25T22:29:39Z mishoo quit (Ping timeout: 276 seconds) 2015-01-25T22:33:41Z bdr3552 left #lisp 2015-01-25T22:34:21Z doesthiswork joined #lisp 2015-01-25T22:34:43Z ianhedoesit joined #lisp 2015-01-25T22:35:22Z intinig quit (Ping timeout: 264 seconds) 2015-01-25T22:36:22Z impulse- is now known as impulse 2015-01-25T22:36:30Z Vutral quit (Ping timeout: 244 seconds) 2015-01-25T22:36:34Z Evanescence quit (Ping timeout: 265 seconds) 2015-01-25T22:41:10Z JuanDaugherty joined #lisp 2015-01-25T22:41:52Z crichter quit (Ping timeout: 272 seconds) 2015-01-25T22:44:03Z ggherdov joined #lisp 2015-01-25T22:48:41Z phao joined #lisp 2015-01-25T22:49:03Z Vutral joined #lisp 2015-01-25T22:52:22Z kriyative quit (Ping timeout: 245 seconds) 2015-01-25T22:52:46Z quazimodo quit (Ping timeout: 264 seconds) 2015-01-25T22:54:06Z ivan\ quit (Read error: Connection reset by peer) 2015-01-25T22:54:15Z ivan\ joined #lisp 2015-01-25T22:54:26Z quazimodo joined #lisp 2015-01-25T22:55:13Z phao left #lisp 2015-01-25T22:56:32Z pillton quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2015-01-25T22:59:10Z admg quit (Quit: Bye) 2015-01-25T22:59:25Z innertracks joined #lisp 2015-01-25T23:00:21Z mietek joined #lisp 2015-01-25T23:00:24Z mietek: Hi. 2015-01-25T23:00:49Z mietek: froggey: looking forward to your OS appearing on GitHub. 2015-01-25T23:01:55Z nyef: froggey: Out of curiosity, what sort of filesystem does your system use? 2015-01-25T23:02:23Z rpg joined #lisp 2015-01-25T23:03:03Z Evanescence joined #lisp 2015-01-25T23:03:16Z innertracks quit (Client Quit) 2015-01-25T23:03:25Z Shinmera: minion: memo for beach: Well, Clasp didn't make it before midnight, as I expected. Here's what it managed to produce: http://plaster.tymoon.eu/view/8Q# 2015-01-25T23:03:25Z minion: Remembered. I'll tell beach when he/she/it next speaks. 2015-01-25T23:03:31Z ruste_ quit (Remote host closed the connection) 2015-01-25T23:03:43Z froggey: mietek: thanks, it should there be sometime early next week 2015-01-25T23:04:01Z mietek: froggey: what’s your account name? 2015-01-25T23:04:16Z nyef: froggey: Is that the last week in January or the first week in February? 2015-01-25T23:05:05Z burtons joined #lisp 2015-01-25T23:05:17Z froggey: nyef: the filesystem is built out of lisp objects, and then files are actually stored on-disk via the transparent persistence mechanism 2015-01-25T23:05:22Z ruste_ joined #lisp 2015-01-25T23:05:43Z froggey: mietek: froggey, but there's nothing interesting there at the moment 2015-01-25T23:05:45Z joshmcmillan_ joined #lisp 2015-01-25T23:05:46Z nyef: Ah, okay. 2015-01-25T23:06:00Z mietek: froggey: sure, but people can follow you and get an automatic notification 2015-01-25T23:06:04Z mietek: Thanks 2015-01-25T23:06:16Z froggey: ah, I'm not very github-savvy 2015-01-25T23:07:14Z froggey: nyef: there's also an ext2 partition on the disk, but that only holds the bootloader 2015-01-25T23:07:28Z froggey: it's not actually touched after the system starts 2015-01-25T23:07:30Z nyef: ... GRUB, or something else? 2015-01-25T23:08:14Z gmcastil joined #lisp 2015-01-25T23:08:40Z gmcastil quit (Remote host closed the connection) 2015-01-25T23:08:44Z froggey: something else. it was written by someone else for another project, then got pressed into service for this 2015-01-25T23:09:29Z nyef: Fair enough. My attempt at a LispOS used an old Forth system I had kicking around as a bootloader. 2015-01-25T23:09:45Z innertracks joined #lisp 2015-01-25T23:09:58Z froggey: http://git.alex-smith.me.uk/?p=kiwi/kboot.git;a=summary this, with an entirely new boot protocol bolted on 2015-01-25T23:11:40Z nyef: ... MIPS? 2015-01-25T23:11:57Z nyef: I'm amused already, given what I've been hacking on for the past week. (-: 2015-01-25T23:12:28Z davazp joined #lisp 2015-01-25T23:13:40Z froggey: I don't know anything about that, I'm currently x86-only 2015-01-25T23:14:01Z tsumetai` quit (Ping timeout: 256 seconds) 2015-01-25T23:15:26Z ThePawnBreak joined #lisp 2015-01-25T23:15:49Z froggey: unrelated: it turns out that there's an existing project called Mezzanine and they asked me to rename, so Mezzanine the OS is Mezzano now 2015-01-25T23:16:11Z prxq quit (Remote host closed the connection) 2015-01-25T23:16:30Z Ethan- joined #lisp 2015-01-25T23:16:36Z DalekBaldwin joined #lisp 2015-01-25T23:17:48Z Vivitron` joined #lisp 2015-01-25T23:18:19Z wenincode joined #lisp 2015-01-25T23:20:17Z Vivitron quit (Ping timeout: 246 seconds) 2015-01-25T23:21:03Z raphaelss quit (Quit: leaving) 2015-01-25T23:21:18Z doesthiswork quit (Quit: Leaving.) 2015-01-25T23:22:57Z strat0cat9 joined #lisp 2015-01-25T23:23:52Z innertracks quit (Ping timeout: 240 seconds) 2015-01-25T23:24:38Z innertracks joined #lisp 2015-01-25T23:25:23Z ehu quit (Ping timeout: 265 seconds) 2015-01-25T23:25:46Z strat0cat9 is now known as strat0cat 2015-01-25T23:28:21Z bgs100 joined #lisp 2015-01-25T23:32:25Z intinig joined #lisp 2015-01-25T23:32:35Z robot-beethoven joined #lisp 2015-01-25T23:32:51Z Shinmera quit (Quit: しつれいしなければならないんです。) 2015-01-25T23:33:15Z tsumetai joined #lisp 2015-01-25T23:33:51Z strat0cat quit (Quit: ERC (IRC client for Emacs 25.0.50.1)) 2015-01-25T23:34:03Z enitiz quit (Ping timeout: 244 seconds) 2015-01-25T23:34:49Z strat0cat9 joined #lisp 2015-01-25T23:35:40Z vydd quit (Remote host closed the connection) 2015-01-25T23:35:47Z strat0cat9 is now known as strat0cat 2015-01-25T23:39:53Z intinig quit (Ping timeout: 246 seconds) 2015-01-25T23:40:10Z tsumetai quit (Ping timeout: 264 seconds) 2015-01-25T23:42:58Z Sgeo_ joined #lisp 2015-01-25T23:43:11Z hiyosi joined #lisp 2015-01-25T23:43:52Z Sgeo quit (Ping timeout: 244 seconds) 2015-01-25T23:43:57Z trebor_home quit (Remote host closed the connection) 2015-01-25T23:46:03Z ruste_ quit (Remote host closed the connection) 2015-01-25T23:50:05Z enitiz joined #lisp 2015-01-25T23:52:57Z ruste_ joined #lisp 2015-01-25T23:53:42Z mgjt joined #lisp 2015-01-25T23:56:13Z jeti` quit (Ping timeout: 264 seconds) 2015-01-25T23:56:13Z jeti quit (Ping timeout: 264 seconds) 2015-01-25T23:57:53Z gingerale quit (Ping timeout: 245 seconds)