IRC channel logs

2017-09-23.log

back to list of logs

<manumanumanu>amz3`: dsmith-work : thanks. that one it is!
<amz3`>yw!
***webshinra_ is now known as webshinra
<amz3`>ACTION reading stuff about natural language processing, information retrieval and search engines
<amz3`>that's much of fun
<amz3`>I have figured that cycling between project is a bad habit
<amz3`>because I need to learn my code again
<amz3`>which leads me to think that adding synonym handling at query time will not be difficult
<amz3`>that said, I don't know how to pre-compute synonyms
<ArneBab_>amz3`: a good point about cycling between projects is that you learn which code styles actually make it easy for people to jump in
<ArneBab_>:)
<amz3`>ArneBab_: answer: none!
<ArneBab_>really?
<amz3`>ArneBab_: nobody, contributed to my projects except maybe guile-git, but I lost track of what is done there
<ArneBab_>I found that some of the comment-heavy styles I used made it very easy for me to get into my project again
<amz3`>ArneBab_: ah, I did not understand it that way
<ArneBab_>writing TODO items in the code file works, as does the t (or b) issue database (in the repo)
<amz3`>"as does the t (or b)" >> what do you mean by that?
<stis_>yeah dictionaris is now implemented
<stis_>hash-for-each should be done in scheme so that we can turn it into an iterator
<dustyweb>guile: warning: weak hash table corruption (https://bugs.gnu.org/19180)grafting '/gnu/store/k0pxmkbv99gv79slq68z0wpiixhyv5xy-xorg-server-1.19.3' -> '/gnu/store/8m5ch6lx9cn7vr452rbykllkchxfkk4v-xorg-server-1.19.3'...
<dustyweb>huh
<dustyweb>that happened in guix
<dustyweb>but according to the bug
<dustyweb>it shouldn't be happening in 2.2
<dustyweb>but clearly it did..
<civodul>dustyweb: for grafting we use 2.0... to avoid a 2.2 bug :-)
<dustyweb>civodul: ha :)
<civodul> <https://bugs.gnu.org/28211>
<civodul>in my nightmares i see weak hash tables
<slyfox>scary