@lacey@hachyderm.io avatar

lacey

@lacey@hachyderm.io

Python, Django, building stronger engineering teams, parenthood, baking, quilting, miscellaneous crafting. She/her

This profile is from a federated server and may be incomplete. Browse more on the original instance.

frank, to random
@frank@frankwiles.social avatar

"And Django will still be there. Like a dinosaur. One with the web" https://old.reddit.com/r/django/comments/1da2uyv/dhh_vs_theo_drama_over_heycoms_ui_in_x/l7hstzn/

lacey,
@lacey@hachyderm.io avatar

@frank I clicked through and loved the top comments 😆 🛳️

lacey, (edited ) to random
@lacey@hachyderm.io avatar

This week's Django News links to my TIL about responsive images -- thanks for the shoutout in the newsletter, @djangonews!
https://mastodon.social/@djangonews/112574758243466915

lacey, to random
@lacey@hachyderm.io avatar

TIL (well, yesterday I learned) about creating a PaymentIntent in Stripe, and some best practices from the docs about working with them: https://github.com/williln/til/blob/main/stripe/payment_intents.md

lacey, (edited )
@lacey@hachyderm.io avatar

Yesterday I kept learning... later I learned about on-session vs. off-session payments in Stripe: https://github.com/williln/til/blob/main/stripe/off_session_payments.md

lacey, to random
@lacey@hachyderm.io avatar

I'm doing more frontend than I have in years, and TIL I learned about the <picture> element and creating responsive images https://github.com/williln/til/blob/main/html/responsive_images_with_picture_element.md

lacey, to random
@lacey@hachyderm.io avatar

This week's weeknotes are in my new "garden" repo that I'm not yet sure what I'll do with.

https://github.com/williln/garden/blob/main/weeknotes/2024-06-07.md

18+ lacey, to random
@lacey@hachyderm.io avatar

I’m talking about me! 👋

I’m writing TILs and ready for a next step. I tried a micro blog but it didn’t “fit.” I do have a website with a blog, but I’m looking for something between a TIL and an actual post on my blog. Thoughts?

lacey,
@lacey@hachyderm.io avatar

The longer version is… I haven’t really been “writing” or “speaking” in like… five years. And I’m ready to start again, but I need to exercise the muscle a little.

Just in writing this post I’ve been turning some wheels and thinking of some things. Those rubber 🦆🦆🦆 sure are helpful…

lacey,
@lacey@hachyderm.io avatar

@taylor_atx I’ve had a similar thought, too. Maybe another TIL-like repo, but more freeform?

lacey,
@lacey@hachyderm.io avatar

@treyhunner @ryancheley @CodenameTim That’s a great idea! I’d be game to try out a writing group!

lacey, to random
@lacey@hachyderm.io avatar

> The night finished with a bear hug from Carol Willing (CPython Core Developer, Python Steering Committee) who told me I am awesome. :)

@kati's recap of @pycon is the most thorough recap I have ever read, and also manages to hit right in the feels! And Kati IS awesome. And those bear hugs are ALSO awesome.

See you next year for sure PyCon ❤️️

lacey, to random
@lacey@hachyderm.io avatar

TIL how to write a little script to generate a table of contents for all the files inside a directory, and I nearly succeeded in adding it to a GitHub Action https://github.com/williln/til/blob/main/python/generate_toc_for_subdirectory.md

lacey, to random
@lacey@hachyderm.io avatar

It's like today's @djangonews articles were selected for me personally.

Every single link in the Articles section relates to something I've been thinking about or run into or recently dealt with. My tabs are nuts.

It's gonna be a bright, bright, bright sunshiney day! ☀️

https://django-news.com/issues/235#start

lacey,
@lacey@hachyderm.io avatar

The lesson here is that I should actually read the newsletters I subscribe to. Past Lacey subscribed for a reason!

lacey, to random
@lacey@hachyderm.io avatar

New, short TIL: How to add your own context processor in Django so you can add little whatever-you-needs to your templates: https://github.com/williln/til/blob/main/django/add_context_processor.md

lacey, to random
@lacey@hachyderm.io avatar

I wondered if ChatGPT would be helpful in coming up with recipes for multiple allergens.

I asked it, "Give me a fajita marinade that works for chicken or beef that accommodates a bell pepper allergy, a garlic allergy, is dairy and gluten free, and is soy and legume free."

And its response included both paprika AND chipotle peppers, both of which would trigger a bell pepper allergy.

lacey,
@lacey@hachyderm.io avatar

Just noting so that we all remember to not take AI responses at face value. I have found ChatGPT very useful in some contexts, but it has real limitations, is not an expert, is not discerning, and has trouble discerning between multiple competing priorities, like in this simple (yet complex!) scenario.

FYI: I'll be doing something like lime/onion/coconut amino/cilantro/cumin/oregano. This is a real-life person I am cooking for who I would very much like to not harm.

lacey,
@lacey@hachyderm.io avatar

@w8emv I missed that one hahaha!

lacey, to random
@lacey@hachyderm.io avatar

TIL about TimelineJS. I haven't used it, but I wanted to document that I learned about it. https://github.com/williln/til/blob/main/javascript/timelinejs.md

Most people would probably star the repo or something? I do star repos, but then it's like a void that I never consult again. So I'm going to try TIL-ing the repos that catch my attention, even if I don't use them.

lacey,
@lacey@hachyderm.io avatar

Hello, very first TIL in the brand-new Javascript directory!

lacey, to random
@lacey@hachyderm.io avatar

Slack kept kicking me out of huddles while I was speaking because my computer screen would go into screensaver mode too quickly. Annoying! Found the setting that controls this in Slack:

https://github.com/williln/til/blob/main/slack/computer_locking_kicks_out_of_huddles.md

lacey,
@lacey@hachyderm.io avatar

I also found where the inactivity-sensitivity settings are on a mac: https://github.com/williln/til/blob/main/mac/control_when_machine_locks.md

lacey, to random
@lacey@hachyderm.io avatar

My first HTMX TIL, making a simple hx-get request https://github.com/williln/til/blob/main/htmx/making_an_hxget_request.md

lacey, to random
@lacey@hachyderm.io avatar

#PyConUS I'll miss you this week but everyone say hi to everyone for me! I'll see you at #DjangoConUS though right? Right??

lacey, to random
@lacey@hachyderm.io avatar

New TIL: Creating Wagtail pages with Streamfield content programmatically https://github.com/williln/til/blob/main/wagtail/creating_streamfield_content_programmatically.md

lacey, to random
@lacey@hachyderm.io avatar

New TIL: Moving from an old repo to a new repo in another organization

https://github.com/williln/til/blob/main/git/moving_to_a_new_repo.md

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • InstantRegret
  • mdbf
  • ethstaker
  • magazineikmin
  • cubers
  • rosin
  • thenastyranch
  • Youngstown
  • osvaldo12
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • provamag3
  • Durango
  • everett
  • tacticalgear
  • modclub
  • anitta
  • cisconetworking
  • tester
  • ngwrru68w68
  • GTA5RPClips
  • normalnudes
  • megavids
  • Leos
  • lostlight
  • All magazines