computer language poll: is mail.google.com a subdomain of google.com? (not a trick question, no wrong answers, please don't argue about it in the replies, I'm just curious what different people think the word "subdomain" means :) )
the ambiguity here is that mail.google.com doesn't have its own NS/SOA record. An example of a subdomain that *does* have those things is alpha.canada.ca -- it has a different authoritative DNS server than canada.ca does.
anyway I think arguing about definitions of words is super boring but I always think it's interesting when a really common technical term has multiple meanings (so far 6% of people definitely voted no to that poll! :))
if it's not obvious, the point of this is definitely not to tell you you're wrong if you voted yes (i voted yes! :))
man, some people in the replies are really focused on whether the "right" answer is "yes" or "no" and I don't get it. the point is just that different people use different definitions for the same word and that's interesting and normal and okay!
I love knowing about different possible definitions for terms because then if I'm having a discussion with someone and they use an ambiguous word, I can ask "oh, do you mean definition A or B?" and then we can pick a definition to use in our conversation

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with 🔎Julia Evans🔍

🔎Julia Evans🔍 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @b0rk

20 Feb
here's a fun open source story! i wrote a ruby profiler called rbspy 3 years ago. when I started the project, segiddins filed an issue asking for C functions to be profiled correctly (github.com/rbspy/rbspy/is…). I spent some trying to fix it but never figured out how to do it (1/2)
and then just last week, acj wrote a beautiful pull request that fixes the issue github.com/rbspy/rbspy/pu…! It uses a method of resolving the C function names that I didn't know was possible! It was so fun to get to see how it works and we merged it yesterday. (2/2)
maintaining an open source project is boring sometimes (like when you're redoing your CI again!) but I really love learning from other people's contributions to the project
Read 4 tweets
18 Jan
does anyone know a clear explanation of **exactly* what happens when you send a packet to 8.8.8.8 from a docker container? (i *think* the packet goes out through the veth pair, gets SNAT-ed, and comes back through the docker0 bridge but I'm very confused about it)
found this great blog post thanks to @vaijab that shows how to trace a packet's journey with `perf trace` and I'm so happy right now blog.yadutaf.fr/2017/07/28/tra… Image
also I think this post by @iximiuz is the clearest explanation of container networking I've ever read (though it still doesn't feel simple to me :) ) iximiuz.com/en/posts/conta…
Read 4 tweets
27 Dec 20
welcome! here's a short thread explaining what's going on with the programming comics I post, like this one:
I mostly write about Linux, weird programming languages (like sql / css / bash), debugging, computer networking, and very occasionally people skills

You can read a bunch of my comics here: wizardzines.com/comics/
I run a business called Wizard Zines (wizardzines.com) where I sell short (20-28 page) books (aka "zines") on Linux, Git, HTTP, SQL, bash, CSS, containers, tcpdump, networking, and more
Read 8 tweets
13 Dec 20
I spent most of October tweeting bash comics, and I’m excited to announce that my “Bite Size Bash” zine is coming out on Wednesday!

here’s a thread with a little bit about why I wrote the zine…
I have a friend who’s a super accomplished senior engineer who mentioned once that they find working on bash scripts really scary and demoralizing.

so, why do really talented programmers struggle with bash?
some problems with bash:

1. It's a weird & counterintuitive language
2. you probably don't need to write it that often, so you don't practice
3. the times you DO need to use it, it's often because something important (like a build) broke and it needs to be fixed RIGHT NOW
Read 7 tweets
18 Jul 20
inline vs block Image
errata so far:

- at least in firefox, <input> & <button> are inline-block by default, not inline
- the width on a block element defaults to auto, not 100% (though it will often look like it's 100%)
- you can set the width on an inline element if it's a "replaced" element
this "replaced element" thing is really confusing (developer.mozilla.org/en-US/docs/Web…). I did some tests and it seems like in Firefox a textarea is `display: inline` by default, but it's a "replaced element" so you can still set the width in CSS
Read 4 tweets
26 May 20
I bought "making comics" by Lynda Barry recently and I really love it. the back cover is this invitation to try drawing again Image
the book has a lot of wonderful drawing exercises that aren't about technical precision at all Image
she talks a lot about how the strange characters you draw can surprise you Image
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!