Where communities thrive
Join over
1.5M+ people
Join over
100K+ communities
Free
without limits
Create
your own community
Explore more communities
MontCode/GeneralChat
MontBot is alive!
People
Repo info
Activity
David Castner
@davidjcastner
@Lilyheart
I can see it
Michael Irwin
@dcpking_twitter
Hi David! I'm a Mike masquerading as a dcpking 'cos that's what most of the web knows me as
Jonathan Herman
@lantech19446
hey
@davidjcastner
Michael Irwin
@dcpking_twitter
I can see it in purple,
@Lilyheart
Lily Romano
@Lilyheart
Hey David. You are never late to the party! Much like wizards.
That is what /me does. I typed "/me wonders if you can see this"
Lilyheart
@Lilyheart
wonders what is taking the roommate so long to arrive with dinner.
Lily Romano
@Lilyheart
Boom like magic. He has appeared.
David Castner
@davidjcastner
@dcpking_twitter
Hello dcpking, always great to see new faces!
Did you already explain the reason people call you that?
Lily Romano
@Lilyheart
Gonna try to get Mike to do a talk about SQL!
Michael Irwin
@dcpking_twitter
Thanks! Lily's been trying to teach me new things like Emotis
David Castner
@davidjcastner
Oh that would be awesome!
Michael Irwin
@dcpking_twitter
What level? Venn Diagrams or Deep Dive into SQL Server Query Tuning?
Lily Romano
@Lilyheart
I hadn't used SQL in ages but I set on up for the YOURLS on montco.de (a self hosting short URL program)
https://github.com/YOURLS/YOURLS/releases
David Castner
@davidjcastner
I would love to see something on nosql vs sql, all of my experience is in nosql
although I'm told I've been treating Mongodb like a sql database because I use schemas
Lily Romano
@Lilyheart
The most important thing is to remember little
Bobby Tables
!
David Castner
@davidjcastner
@Lilyheart
xkcd :+1:
Michael Irwin
@dcpking_twitter
Ha! SQL is just the algebraic version of set algebra, written with a keen eye for saving space (servers smaller than my laptop)
Long time since I saw
that
one on SQL Injection, Lily. Was it the dad who originated the injection, can one ask ?
Lily Romano
@Lilyheart
:joy:
Michael Irwin
@dcpking_twitter
:clap::clap::clap::clap::clap:
(yes, I read it!)
_
Lily Romano
@Lilyheart
How goes your FCC'ing
@davidjcastner
?
Still doin' Algorithm Challenges?
David Castner
@davidjcastner
yea haven't had a chance to work on it recently until now
how about you, did you finish all algorithms including the advanced?
Lily Romano
@Lilyheart
Four left.
David Castner
@davidjcastner
nice!
Lily Romano
@Lilyheart
Currently on
https://www.freecodecamp.com/challenges/friendly-date-ranges
But i'm skipping around the category
Michael Irwin
@dcpking_twitter
@Lilyheart
How long have you been doing the algorithms?
Lily Romano
@Lilyheart
5/29
Michael Irwin
@dcpking_twitter
Are they all as well-defined (but picky) as the friendly date ranges?
Lily Romano
@Lilyheart
some are pickier
@_
@
https://www.freecodecamp.com/challenges/validate-us-telephone-numbers
Did that one at like 1 a.m.
Michael Irwin
@dcpking_twitter
But when else? No other time that the OCD rears it's head! :smiley_cat:
Lily Romano
@Lilyheart
then didn't get to sleep until like 3 a.m. because I was annoyed at all the test ranges I had to regex for.
Michael Irwin
@dcpking_twitter
something like this, huh? (yes, I
know
the regex isn't syntacticly correct, but you see what I mean? ) [1-9]2[0-9].3[0-9].4[0-9]
Lily Romano
@Lilyheart
/^([(][0-9]{3}[)]|[0-9]{3}[-]{0,1}){1}[ ]{0,1}[0-9]{3}[- ]{0,1}[0-9]{4}$/
!!!
David Castner
@davidjcastner
oh gosh it hurts my eyes
:worried:
Michael Irwin
@dcpking_twitter
Can you have a US phone number starting with a zero?
Lily Romano
@Lilyheart
I know you love regex David :heartpulse:
technically they can only start with 2-9
But I don't feel like writing regex for every NANP rule
Michael Irwin
@dcpking_twitter
That's what I thought! Oh David: if you "like" regex you'll be happy I didn't paste the email one here:
http://emailregex.com/
Lily Romano
@Lilyheart
dat perl doe