ELLIOTTCABLE changed the topic of #elliottcable to: a
_better_ cult ˙ ͜ʟ˙ embrace, extend, extinguish.
<
gq>
howdy howdy howdy
<
vigs>
gq: oh, btw, I'm abandoning the Quest for the Cute Coworker™
<
vigs>
tl;dr: been chatting away with her, generally cool person, but some red flags were set off, but at least I get a nice new friend out of it
<
gq>
vigs: okay! i commend your attitude
<
vigs>
I figured you might not not-care since we talked lol
<
vigs>
I mean, it's no big loss. $$shrug
<
purr>
<alexgordon> I guess it kinda makes sense, in a weird elliottcable kind of way
<
purr>
<purr> Let it be known that joelteon is indifferent to joelteon.
<
purr>
<whitequark> I'm reading pubmed
<
gq>
i'm a sleepy gq.
<
gq>
naptime in #elliottcable
* gq
curls up next to purr & takes a nap
<
ELLIOTTCABLE>
-factoid otters
<
purr>
ELLIOTTCABLE: Popularity: 1, last changed by: ELLIOTTCABLE, 322ſ 919mſ ago
<
ELLIOTTCABLE>
Bahhah
<
purr>
gq: literally a fucking wizard. boo hiss
<
purr>
gq: literally a fucking wizard. boo hiss
<
alexgordon>
-what @ gq
<
purr>
<devyn> yeah our last school president was a chicken
<
alexgordon>
quite.
<
purr>
<elliottcable> Josh Goban, montery jack, and git
<
vigs>
speaking of git
<
vigs>
this is one of my coworkers; I posted this in our chatroom today
<
gq>
ELLIOTTCABLE: i listen to bryan adams & think of you!
<
joelteon>
i don't get it
<
joelteon>
what's the joke
<
vigs>
joelteon: look at his stache
<
joelteon>
oh ok the lighting in the first was so bad i couldn't tell
<
joelteon>
oh, dammit
<
vigs>
(also he had a massive beard last week, came into work on Monday with just a mush, then came in today with nothing)
<
joelteon>
wildcard certs don't work for nested subdomains
oldskirt has joined #elliottcable
oldskirt_ has quit [Ping timeout: 250 seconds]
alexgordon has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
katlogic has quit [Read error: Connection reset by peer]
katlogic has joined #elliottcable
Sorella has quit [Quit: Ex-Chat]
gq has quit [Ping timeout: 240 seconds]
gqbe has joined #elliottcable
gqbe has quit [Client Quit]
ag_dubs__ has joined #elliottcable
ag_dubs_ has quit [Ping timeout: 250 seconds]
vil has quit [Ping timeout: 250 seconds]
inimino has quit [Ping timeout: 250 seconds]
ag_dubs__ is now known as ag_dubs_
inimino has joined #elliottcable
vil has joined #elliottcable
<
ELLIOTTCABLE>
gq: wat
_whitelogger_ has joined #elliottcable
_whitelogger has quit [Write error: Broken pipe]
oldskirt_ has joined #elliottcable
oldskirt has quit [Ping timeout: 250 seconds]
<
glowcoil>
-fingernails
<
purr>
glowcoil: they're weird
<
glowcoil>
devyn: :p
oldskirt has joined #elliottcable
oldskirt has joined #elliottcable
oldskirt has quit [Changing host]
oldskirt_ has quit [Ping timeout: 244 seconds]
eligrey has quit [Quit: Leaving]
prophile has joined #elliottcable
judofyr has joined #elliottcable
<
Cheery>
gave it markers and some reaction to mouse input. next working on the editing functions
yorick has joined #elliottcable
Sorella has joined #elliottcable
Sorella has joined #elliottcable
prophile has quit [Quit: The Game]
Sgeo has quit [Read error: Connection reset by peer]
manveru_ is now known as manveru
alexgordon has joined #elliottcable
<
Cheery>
next it's just the input processing and connecting this all functionality together.
<
alexgordon>
Cheery: oh that's cool
<
alexgordon>
Cheery: I can't help but think that all syntax approaches python :P
judofyr has quit [Remote host closed the connection]
ag_dubs_ has quit []
ag_dubs has joined #elliottcable
<
cloudhead>
alexgordon: yo, I'm moving to london
<
joelteon>
all syntax approaches python.....
<
joelteon>
lol..............
sharkbot has joined #elliottcable
oldskirt has quit [Ping timeout: 246 seconds]
oldskirt has joined #elliottcable
prophile has joined #elliottcable
eligrey has joined #elliottcable
<
Cheery>
I will implement navigation tomorrow.
<
Cheery>
it's going to use a hack to change row.
<
Cheery>
identifies the row of the item, then sends false coordinate to locate the place where to jump.
<
Cheery>
but then might implement actual coordinate queries instead of this stuff.
<
katlogic>
would use just backgrounds to indicate focus, other than that looks rather cool :)
<
katlogic>
ah, its canvas
<
Cheery>
yup. it's canvas. Easier to implement than trying to do html + css.
<
Cheery>
also more portable
<
Cheery>
consider that there would be just few core elements.
<
Cheery>
and rest is plugins, just like it's in emacs
<
katlogic>
i'm not still entirely sold on this rectanges inside rectangles concept
<
Cheery>
well it's homoiconic and generic at least
<
katlogic>
but screen space is precious so probably better idea than indentation
<
Cheery>
and I thought about readability here, combined with simplicity.
<
Cheery>
the box is just slightly different than parenthesis.
<
katlogic>
well it looks rather alien at first
<
Cheery>
but it doesn't have parenthesis' problem when spanning many lines
<
katlogic>
but i see the great potential when it will be possible to drag and drop things around
<
Cheery>
if you make a shadow slot of sort. I think that'd be possible.
<
Cheery>
hmm.. maybe even without. just yank it for drag.
<
Cheery>
kill if yank succeeds
<
Cheery>
if drag succeeds
<
Cheery>
won't be worrying about that. :) first text input proper
<
Cheery>
it forms a basis for everything else
<
Cheery>
concept of selection
<
Cheery>
concept of navigation using a selection
<
Cheery>
I consider doing a normalized selection, which pivots on the text.
<
Cheery>
lists are lists, but input selection tries to travel into text node
<
Cheery>
that probably should sit on top of modes.
<
Cheery>
and idea of context
<
Cheery>
basically the vim editing, transformed into emacs philosophy of implementing language, augmented into tree structures.
<
Cheery>
*implementing editor
<
Cheery>
one problem is getting any kind of input whatsoever
<
Cheery>
I gues using a hidden input field is the usual solution to that
<
Cheery>
this works
<
Cheery>
end of story.
gqbe has joined #elliottcable
gqbe is now known as gq
<
ELLIOTTCABLE>
-fingernails @ glowcoil
<
purr>
glowcoil: they're weird
<
ELLIOTTCABLE>
hello gq
<
ELLIOTTCABLE>
so, idk, shit's going down,
<
ELLIOTTCABLE>
but long story short, change in plans, I might have to take care of Cherish
<
ELLIOTTCABLE>
so … could mean another along with us … ideekayzies
<
gq>
ELLIOTTCABLE: i don't know who that is, but hey, you do you
<
gq>
ELLIOTTCABLE: okay! that's fine
<
ELLIOTTCABLE>
Cherish? you don't know who Cherish is? o_O
<
gq>
ELLIOTTCABLE: i don't think so? name sounds famililar
<
ELLIOTTCABLE>
idk one of my bffs, from Wilmington, pretty much the most innocent / naïve girl you'll ever meet
<
gq>
ELLIOTTCABLE: my memory these days is getting worse :(
<
ELLIOTTCABLE>
a bucket of adorable.
<
gq>
ELLIOTTCABLE: okay! i'll try to remember
<
ELLIOTTCABLE>
Cherish and Chelsea are the two who came to Montana with me a couple years ago. bonded with both.
<
ELLIOTTCABLE>
'ello, devyn
<
gq>
okay, ELLIOTTCABLE. sounds good
<
ELLIOTTCABLE>
gq: did you call Paws interesting the other day, or did I hallucinate that? :P
<
ELLIOTTCABLE>
lost an entire test suite, rather pissed about it.
<
gq>
ELLIOTTCABLE: no, it's very interesting
<
gq>
ELLIOTTCABLE: oh, i'm sorry to hear that
<
ELLIOTTCABLE>
sitting down to code a little, in the warm sunlight in Montana.
<
ELLIOTTCABLE>
first time since I left.
<
purr\Paws>
Paws.js/peg-parser+ 3f46ef8 elliottcable: + no Parser/ directory
<
purr\Paws>
Paws.js/peg-parser+ e43ff16 elliottcable: + conditional require of PEG parser
<
purr\Paws>
Paws.js/peg-parser+ 54322d4 elliottcable: + gitignoring generated parser
<
gq>
cool, ELLIOTTCABLE
<
ELLIOTTCABLE>
ugh or maybe not
prophile has quit [Quit: The Game]
oldskirt_ has joined #elliottcable
oldskirt has quit [Ping timeout: 250 seconds]
Sgeo has joined #elliottcable
yorick has quit [Remote host closed the connection]