2014-07-29 00:35
ELLIOTTCABLE changed the topic of #elliottcable to: a
_better_ cult ˙ ͜ʟ˙ embrace, extend, extinguish.
00:17
yorick has quit [Remote host closed the connection]
01:03
mcc has quit [Quit: /quit]
01:37
sharkbot has quit [Remote host closed the connection]
01:38
sharkbot has joined #elliottcable
02:01
Sorella has quit [Quit: Ex-Chat]
02:18
<
Cheery >
I hope this won't contain too much mess. :)
02:18
<
Cheery >
my head is mush already at this time of night
02:18
<
Cheery >
need to sleep before I can do any kind of analysis about how I succeed
02:19
<
Cheery >
looking at quorum closer.. it seems fucking stupid idea
02:51
alexgordon has joined #elliottcable
02:59
<
eligrey >
ELLIOTTCABLE: you can buy l.io
03:00
<
eligrey >
so then you can tell people to go to ell.io vocally and it won't matter if they get it wrong
03:05
purr has quit [Ping timeout: 256 seconds]
03:07
purr has joined #elliottcable
04:36
alexgordon has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
05:48
<
devyn >
ELLIOTTCABLE: remember my 8,192 branch test program? well, turns out it was a bit misleading. I increased the number of branches to 65,536 and I'm seeing actually huge gains from parallelism: on 4 core/8 thread AMD processor: -R1 = 6.0s, -R2 = 4.3s, -R4 = 2.6s, -R8 = 2.2s
05:48
<
devyn >
ELLIOTTCABLE: but yeah, Paws is still broken, so whatever :p
05:49
<
purr\Paws >
Paws.rs/master fe51a30 Devyn Cairns: Update branch-a-lot to stress parallelism more
07:25
eligrey has quit [Quit: Leaving]
09:30
prophile has joined #elliottcable
09:54
<
Cheery >
I hope that post isn't containing anything too horrible. I need to relax bit more to get back to it.
09:59
<
purr\Paws >
Paws.rs/master f57464b Devyn Cairns: ctags support
10:08
<
Cheery >
my return became a function. and every function ends with implicit (return null)
10:24
<
devyn >
Cheery: what's wrong with just implicitly returning the value of the final expression?
10:24
<
devyn >
in many languages you can do this: fn a() -> uint { 3240982 }
10:25
<
Cheery >
hmm.. my for -iteration behaves different.
10:25
<
Cheery >
it doesn't produce a map like it does in coffeescript.
10:25
<
Cheery >
you're riht
10:25
<
Cheery >
it doesn't hurt
10:26
<
devyn >
that's okay, 'for' can just result in either null or whatever the final expression was (kinda weird, but maybe useful)
11:49
yorick has joined #elliottcable
11:54
yorick has quit [Remote host closed the connection]
11:55
<
Cheery >
hmm.. the return can't be actually a function, because it's a continuation, which means it doesn't fit the call pattern.
12:00
Sgeo has quit [Read error: Connection reset by peer]
12:11
prophile has quit [Read error: Connection reset by peer]
12:12
prophile has joined #elliottcable
12:47
oldskirt has joined #elliottcable
12:47
oldskirt_ has quit [Ping timeout: 250 seconds]
13:10
Sorella has joined #elliottcable
13:10
Sorella has joined #elliottcable
13:23
alexgordon has joined #elliottcable
13:31
purr has quit [Ping timeout: 240 seconds]
13:32
purr has joined #elliottcable
14:04
<
prophile >
MUCH FOOD
14:22
<
alexgordon >
sup prophile
14:23
<
prophile >
MUCH FULL
14:23
<
prophile >
I have to get to the other side of the isle of wight tonight
14:23
<
prophile >
and I'm not sure how I'm going to do it
14:27
<
prophile >
a valid observation
14:27
<
prophile >
get nuck and joelteon harnessed up
15:17
oldskirt_ has joined #elliottcable
15:20
oldskirt has quit [Ping timeout: 240 seconds]
15:25
yorickpeterse has left #elliottcable ["The NSA took my baby"]
15:29
prophile has quit [Quit: The Game]
15:55
oldskirt has joined #elliottcable
15:56
oldskirt_ has quit [Ping timeout: 260 seconds]
16:16
yorick has joined #elliottcable
16:31
<
joelteon >
how dare you associate me with him
17:09
gozala has joined #elliottcable
17:50
Sorella_ has joined #elliottcable
17:51
Sorella has quit [Disconnected by services]
17:51
Sorella_ is now known as Sorella
17:51
Sorella has quit [Changing host]
17:51
Sorella has joined #elliottcable
17:54
eligrey has joined #elliottcable
18:03
yorick has quit [Remote host closed the connection]
19:57
<
joelteon >
so this is interesting
19:57
<
joelteon >
guys, if a host has A and AAAA records, who chooses which address to try first?
20:28
<
eligrey >
joelteon: all of my devices connect to aaaa records first if available
20:28
<
eligrey >
brb driver updates
20:28
eligrey has quit [Quit: Leaving]
20:28
<
joelteon >
interesting
20:28
<
joelteon >
this network can
*try* to connect over ipv6, but it times out
20:28
<
joelteon >
so it's really starting to annoy me
20:46
eligrey has joined #elliottcable
20:47
prophile has joined #elliottcable
21:03
Sorella has quit [Quit: Ex-Chat]
21:21
yorick has joined #elliottcable
21:29
prophile has quit [Quit: The Game]
21:30
prophile has joined #elliottcable
21:33
oldskirt is now known as oldskirt_
21:36
prophile has quit [Quit: The Game]
21:50
Sgeo has joined #elliottcable
21:53
<
Cheery >
my lisp is alive. :)
21:53
oldskirt has joined #elliottcable
21:53
<
Cheery >
muahhahahahaa
21:55
oldskirt_ has quit [Ping timeout: 250 seconds]
21:55
<
Cheery >
the c transpiler is a disgrace, strings and floats unusable, cps is barely optimized, just coalesced a bit.
21:55
<
Cheery >
only the most primitive units in the language work.
21:55
<
Cheery >
set/get/closures/function calls to those closures.
22:00
<
Cheery >
I extend the language with hand-written C-code "closures"
22:05
<
Cheery >
all the stuff that used to take a slot in the interpreter is a function instead now.
23:02
Sorella has joined #elliottcable
23:54
<
katlogic >
Cheery: you dont need much to bootstrap lisp :)
23:55
<
katlogic >
joelteon: historically, aaaa first, but lately software does the sensible thing
23:56
<
vil >
glowcoil: omfg worlds
23:56
<
katlogic >
ie hammer both a and aaaa concurrently and pick whichever responds first