ELLIOTTCABLE changed the topic of #elliottcable to: a ρяєтту тєяяιвℓє cult
<pikajude>
trying to figure out what is significant about 3.26MB
<pikajude>
work internet drops downloads after they reach that point
<ELLIOTTCABLE>
pikajude: watf
<ELLIOTTCABLE>
a specific number of bytes, or just ‘around’ 3.26M?
<eligrey>
pikajude: work isp?
<pikajude>
ELLIOTTCABLE: 3.26, then 6.53, then 9.83
<eligrey>
what is your*
<pikajude>
so "around"
<pikajude>
eligrey: yes
<pikajude>
godaddy
<eligrey>
godaddy is an isp
<eligrey>
this is news to me
<eligrey>
and a german isp at that
<eligrey>
i don't even
<ELLIOTTCABLE>
eligrey: wat.
<purr>
beep.
<ELLIOTTCABLE>
oh
<ELLIOTTCABLE>
uh
<ELLIOTTCABLE>
forgot that was a feature
<ELLIOTTCABLE>
-what
<purr>
<micahjohnston___> elliottcable: bitch I have all three
<ELLIOTTCABLE>
ah man memories
<ELLIOTTCABLE>
9:03 PM <purr> <nuck> "Our bus got towed, so now we just fuck on the curb"
<ELLIOTTCABLE>
anybody here play Elite: Dangerous?
<ELLIOTTCABLE>
I'm terrible, but love it.
<ELLIOTTCABLE>
got a HOTAS setup and everything.
<vigs>
ohey activity
rurik has joined #elliottcable
rurik has quit [Ping timeout: 260 seconds]
<ELLIOTTCABLE>
vigs!
* vigs
waves
<ELLIOTTCABLE>
what's up
<ELLIOTTCABLE>
COME PLAY ELITE DANGEROUS WITH ME
<vigs>
can't, schoolwork + workwork
<eligrey>
ELLIOTTCABLE: are you getting star citizen?
<eligrey>
it's sorta like elite dangerous
<ELLIOTTCABLE>
wassat
<ELLIOTTCABLE>
and maybe so idk can I use my stupid-awesome HOTAS setup with it?
<eligrey>
I think so
<eligrey>
ELLIOTTCABLE: you also should be playing on an oculus
<eligrey>
really fun
<eligrey>
never dont hotas with oculus though
<eligrey>
just kb&m or razer hydra
<eligrey>
or xbox controllers
<eligrey>
never done*
<ELLIOTTCABLE>
lol oculus
<purr>
lol
<ELLIOTTCABLE>
HMVR is the dumbest thing
<ELLIOTTCABLE>
not at all interested.
<eligrey>
ELLIOTTCABLE: do you like aiming with your face? because that's how you currently play games
<eligrey>
any games involving shooting are 10x more fun when aiming is decoupled from looking
<eligrey>
s/face/viewpoint or whatever/
eligrey has quit [Quit: Leaving]
rurik has joined #elliottcable
<ELLIOTTCABLE>
eli: don't need head-mounted ‘VR’ for that. A sweaty, limited viewport, with depressing resolution and frequency-response, in which you can't take a sip of a drink or answer a phone-call without completely shattering immersion, isn't ‘virtual reality’: it's a nerd's self-inflicted hell.
<ELLIOTTCABLE>
trackIR and similar can give you headlook if you really want it.
<ELLIOTTCABLE>
anyway. not my thing, but each to their own
<ELLIOTTCABLE>
f.
rurik has quit [Ping timeout: 268 seconds]
rurik has joined #elliottcable
rurik has quit [Ping timeout: 265 seconds]
rurik has joined #elliottcable
rurik has quit [Ping timeout: 250 seconds]
rurik has joined #elliottcable
Hrorek has joined #elliottcable
rurik has quit [Ping timeout: 268 seconds]
Hrorek has quit [Quit: Leaving]
rurik has joined #elliottcable
perrier has joined #elliottcable
pikajude- has joined #elliottcable
devyn_ has joined #elliottcable
vigs_ has joined #elliottcable
rurik has quit [*.net *.split]
vigs has quit [*.net *.split]
devyn has quit [*.net *.split]
pikajude has quit [*.net *.split]
Cheery has quit [*.net *.split]
pikajude- is now known as pikajude
pikajude has quit [Changing host]
pikajude has joined #elliottcable
Cheery has joined #elliottcable
Cheery has quit [*.net *.split]
rurik has joined #elliottcable
rurik has joined #elliottcable
Cheery has joined #elliottcable
eligrey has joined #elliottcable
eligrey has quit [Client Quit]
eligrey has joined #elliottcable
Hrorek has joined #elliottcable
Hrorek has quit [Max SendQ exceeded]
Hrorek has joined #elliottcable
rurik has quit [Ping timeout: 240 seconds]
<pikajude>
npm makes me so mad
<ljharb>
i get mad at it too, "DAMNIT NPM WHY ARE YOU SO AWESOME"
<pikajude>
yeah
<pikajude>
i like how when you pass arguments after --, they aren't treated like strings
<pikajude>
but like tokens
<pikajude>
so I'm working with a man that doesn't know you can tab complete directory names
<ljharb>
bash treats them like tokens too
<ljharb>
so npm splits them up in that way, to be consistent when passing them through.
<ljharb>
like, `$IFS` splitting and whatnot
<pikajude>
yeah
<pikajude>
maybe if there was an option to pass them literally instead of tokens
<pikajude>
oh well
<pikajude>
i'll keep double-escaping my test name regexes
<ljharb>
regexes on the command line is a recipe for disaster no matter how you slice it :-)
<pikajude>
yeah i guess this is my fault after all
<pikajude>
should definitely avoid invoking npm in the future except when absolutely necessary