ELLIOTTCABLE changed the topic of #elliottcable to: a _better_ cult
yorick has quit [Remote host closed the connection]
prophile has quit [Quit: The Game]
Rusky has joined #elliottcable
Guest76736 has joined #elliottcable
prophile has joined #elliottcable
prophile has quit [Client Quit]
alexgordon has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
eligrey has quit [Quit: Leaving]
ELLIOTTCABLE has quit [Ping timeout: 240 seconds]
ELLIOTTCABLE has joined #elliottcable
<devyn> my Linux box is very pissed off at me
<devyn> it would appear
<devyn> GUISE
<devyn> I successfully reinitialized my wifi driver without rebooting
<devyn> #linuxisawesome
<joelteon> guise
<joelteon> cool
<devyn> echo 1 > /sys/bus/pci/devices/0000\:09\:00.0/remove
<devyn> echo 1 > /sys/bus/pci/rescan
<devyn> that's all!
<devyn> and it WORKS now!
<joelteon> classic linux
<devyn> the /sys filesystem is honestly the best thing ever
<devyn> every OS should have that
<vigs> some\OSs\are\stupid\seriously\why\am\I\escaping\the\first\letter\of\each\thing\in\this
<vigs> T:>his\is\stupid
<devyn> echo 1 > "/sys/bus/pci/devices/0000:09:00.0/remove"
<devyn> better?
<devyn> vigs: apparently that wasn't even necessary anyway; bash's completion is just overzealous. and don't worry, I normally use zsh, but root shell
<vigs> lol
<purr> lol
<devyn> zsh completes correctly, without the escapes
<devyn> lol
<joelteon> i'm doing distributed builds using nixos
<vigs> that it does
<devyn> joelteon: how does that work
<joelteon> you have a file that lists machines reachable via SSH along with what type of system it is, then nix sshes on, builds the package, and copies it back to the host
<joelteon> it will then store the built products and you can copy them to other hosts
<joelteon> so for my linode 1024, which is no good for building haskell packages, i can add a virtualbox to my nix machines, build it there, then copy the closure to the linode
<devyn> oh, that's not really a distributed build then... I was thinking massively-parallel
<joelteon> whoops
<joelteon> i mean something else
Guest76736 has quit [Ping timeout: 240 seconds]
akshatj-c has quit [Ping timeout: 252 seconds]
akshatj-c has joined #elliottcable
<devyn> ELLIOTTCABLE: starting to get pretty close to a working Paws.rs, I think
oldskirt has joined #elliottcable
alexgordon has joined #elliottcable
nuck has quit [Ping timeout: 240 seconds]
<ELLIOTTCABLE> devyn: oh, really? that's cool, working on your execution model?
nuck has joined #elliottcable
<ELLIOTTCABLE> devyn: if you're really getting close, let's sit down and take some time to hash out a preliminary intercommunication format.
<ELLIOTTCABLE> :D
Sgeo has quit [Read error: Connection reset by peer]
prophile has joined #elliottcable
yorick has joined #elliottcable
sharkbot has quit [Remote host closed the connection]
sharkbot has joined #elliottcable
oldskirt has quit [Read error: Connection reset by peer]
oldskirt has joined #elliottcable
oldskirt_ has joined #elliottcable
oldskirt_ has quit [Changing host]
oldskirt_ has joined #elliottcable
oldskirt has quit [Ping timeout: 240 seconds]
prophile has quit [Quit: The Game]
Guest76736 has joined #elliottcable
gq has joined #elliottcable
gq has quit []
<devyn> ELLIOTTCABLE: almost. I'm already kind of working it out
<devyn> but I mean I have alien execution objects in there now, and object members
prophile has joined #elliottcable
<devyn> it's... a bit more work to do this stuff in Rust than JS ;)
<devyn> but I'm loving it
<devyn> the static typing is almost as good as Haskell's, in that if I write a program that typechecks, it's usually correct
<devyn> but it's sooooo much closer to metal than Haskell
eligrey has joined #elliottcable
<devyn> and docs
<devyn> docssss
<ELLIOTTCABLE> ooooo this is pretty, I like this
<ELLIOTTCABLE> devyn: suddenly want to learn rust so I can poke around your code.
<ELLIOTTCABLE> forgot that I'd intended to do that.
<joelteon> rustdoc is cool
<joelteon> is there a function such that f(g) = 0xg
<joelteon> like f(100) = 0x100
oldskirt_ has quit [*.net *.split]
jeannicolas has quit [*.net *.split]
yorick has quit [*.net *.split]
vigs has quit [*.net *.split]
ag_dubs has quit [*.net *.split]
inimino has quit [*.net *.split]
manveru has quit [*.net *.split]
yorick has joined #elliottcable
jeannicolas has joined #elliottcable
oldskirt_ has joined #elliottcable
inimino has joined #elliottcable
manveru has joined #elliottcable
oldskirt_ has quit [*.net *.split]
jeannicolas has quit [*.net *.split]
inimino has quit [*.net *.split]
manveru has quit [*.net *.split]
prophile has quit [Quit: The Game]
oldskirt_ has joined #elliottcable
inimino has joined #elliottcable
jeannicolas has joined #elliottcable
manveru has joined #elliottcable
vigs has joined #elliottcable
ag_dubs has joined #elliottcable
prophile has joined #elliottcable
jeannicolas has quit [Excess Flood]
oldskirt_ has quit [Excess Flood]
jeannicolas has joined #elliottcable
jeannicolas has quit [Excess Flood]
jeannicolas has joined #elliottcable
jeannicolas has quit [Excess Flood]
oldskirt has joined #elliottcable
jeannicolas has joined #elliottcable
jeannicolas has quit [Excess Flood]
jeannicolas has joined #elliottcable
jeannicolas has quit [Excess Flood]
jeannicolas has joined #elliottcable
jeannicolas has quit [Excess Flood]
jeannicolas has joined #elliottcable
<devyn> joelteon: no, you'd need a macro to do that properly, but you can obviously do that with a string
<joelteon> i was thinking more a generalized mathematic solution
<devyn> well I suppose you could do it by recursively converting the digits
<devyn> the divergence would fit... some kind of curve, though I'm not sure what the parameters would be
<devyn> ELLIOTTCABLE: rustdoc on the master branch is even prettier, but I decided I'd rather target stable (0.10) for now because master is changing so rapidly
<devyn> and is actually quite different
<ELLIOTTCABLE> Conversion between numerical bases? There's definitely a formula for that.
<devyn> (example of master)
<devyn> ELLIOTTCABLE: no, but taking a decimal number as a whole and reinterpreting it as hexadecimal with a simple mathematical relation
<ELLIOTTCABLE> oh gods rust advancement. I've heard tales.
<ELLIOTTCABLE> I'mma nap now. Pretty dead. bblsies!
<devyn> kk!
prophile has quit [Quit: The Game]
prophile has joined #elliottcable
prophile has quit [Quit: The Game]
Guest76736 has quit [Ping timeout: 264 seconds]
oldskirt_ has joined #elliottcable
oldskirt_ has joined #elliottcable
Guest76736 has joined #elliottcable
oldskirt has quit [Ping timeout: 264 seconds]
eligrey_ has joined #elliottcable
eligrey has quit [Ping timeout: 240 seconds]
Sgeo has joined #elliottcable
alexgordon has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
eligrey_ is now known as eligrey