Your charm shines through in this talk! Thank you for destigmatizing that seniors should know everything already. We learn the most when we acknowledge our own limits and share it with others.
@NateRiffe-k2y Жыл бұрын
I was in the audience and I loved this keynote. I keep reflecting on the themes as they occur at work and in my project interests. Really fantastic job. But I'm watching it again now and I just noticed something I missed at Strange Loop. You put your non-zero error codes in your prompt! I'm totally doing this forever now! This is brilliant!
@CarolErva Жыл бұрын
Julia, we love you! thanks for all the great content you provide us with.
@chewie481 Жыл бұрын
I love Julia, she's so cool. Her docker article is the best demistification of that topic!
@nnova319 Жыл бұрын
To immediately apply her “share your references” point, I’d like to thank you. I’m going to check this out now, as I’ve been helping others on my team new to Docker grasp it more fully.
@Cvar00 Жыл бұрын
Is this article you're referencing "How containers work"?? If not, can you point me to it?
@FourTetTrack Жыл бұрын
Really enjoyed the presentation. The point about sharing stories really resonate with me, I've been using it for a few years to share my experience and to prompt other people to share their experience.
@velo1337 Жыл бұрын
"This is not a Bug, this is the documented behaviour" i think i need a T-shirt for that :)
@nnova319 Жыл бұрын
Lots of great points in this engaging talk. It has sparked a curiosity in me to ask the simple but powerful question: “Why is this hard?” - I’m realizing there are hidden worlds behind the “easy” things I take for granted.
@alurma Жыл бұрын
Shellcheck is awesome
@Maxible Жыл бұрын
Julia Evans is my hero, her zines are the best.
@tinchovm85 Жыл бұрын
Very enjoyable. Thanks, Julia!
@ronaldokun Жыл бұрын
What a great talk! Entertaining and insightful
@ids1024 Жыл бұрын
Bash is an odd programming language, given I use it semi-regularly (or all the time in as an interactive shell) but am afraid to write a function in it, at least if it does anything fancy like... take arguments or return. Even if statements seem dubious in bash. I'll just write a function to check that a string is an element of an array... I'll just save the return value of this function to use in an if statement later...
@maddison0 Жыл бұрын
Julia is my hero, she is so awesome!
@avidrucker Жыл бұрын
Great talk! We will collectively make the hard things easier 👍😁
@TatianaRacheva8 ай бұрын
About the headers, man pages, etc. - that's exactly how I document things on our internal wikis. Prune it down to what I know about, document "important columns", "important fields", "important parameters", with 1 example for each. Definitely.
@GrahamJCampbell Жыл бұрын
It's just unfortunate that neither servers or browsers follow the HTTP spec, and it's not even considered a bug that they don't.
@knoopx Жыл бұрын
I always hated the fact that "Referer" is misspelled. I can't live happily with that. xD
@aiotmlwtf Жыл бұрын
That https record you see on cloudflare in the mess with dns experiment is likely DNS over HTTPS (DoH).
@hohoho366311 ай бұрын
it is SVCB/HTTPS record some sort of hints I think. some browsers support it
@cengiz_io Жыл бұрын
Just a reminder. shellcheck doesn't check for surpressed `set -e` by default. You have to explicitly enable it in order to make it catch that. `shellcheck --enable=check-set-e-suppressed bad.sh`.
@SDX2000 Жыл бұрын
I think the `-o all` option enables all checks.
@enirya Жыл бұрын
live evidence for why shellcheck is hard
@tinchovm85 Жыл бұрын
I can't wait for a shellcheckcheck
@AbhishekNigam Жыл бұрын
Great talk!
@МаксимСабянин-н1щ Жыл бұрын
Very good talk
@DrewIsFail Жыл бұрын
Great explanation of cors. The hard part, imo, is that devs tend to think of there browser app as the browser, but it's not, the app talks through the browser can stop that communication. Your comic really emphasizes that relationship right away in a clear way with the pictures and back and forth questions between the app and Firefox.
@alexanderpodkopaev6691 Жыл бұрын
Funny. Interesting set of examples of how initial misconceptions create issues: 'Bash is a programming language' - nope, it was born as a command shell. Therefore, expectations it will behave like a programming language will deceive you.
@sofia.eris.bauhaus Жыл бұрын
bash, HTTP, SQL and DNS: wow it's the four things i hate 😅. (okay, i don't really hate SQL, but i'm happy i don't have to deal with it…)