pinkpatrol

joined 1 year ago
[–] pinkpatrol@anarch.is 0 points 1 year ago (1 children)

That’s super helpful, thank you!

[–] pinkpatrol@anarch.is 3 points 1 year ago

Interesting article, I don't think I have a use for them though.

 

I can think of two:

  1. Speaking multiple languages, and
  2. Perfect pitch

Both are more easily learned at a young age. Are there others?

 

I'm excited to attend ACL Festival this year (my first time).

My partner and I would like to plan out our weekend. When do we learn the stages and times for different artists?

And a separate question: When can I buy this year's T-shirt? I only see 2022 for sale on the website.

Thanks!

2
Werk (i.imgur.com)
 
 
[–] pinkpatrol@anarch.is 1 points 1 year ago (1 children)

How do people do stuff without debuggers? :D

Another way to develop would be through iterating within a Unit Test that you don't plan to keep around.

Uh, I set a breakpoint and run the app?

To add a bit more context, it's more difficult to configure a debugger when the application is running within something like Docker. How difficult? That depends on the language and tools you're using.

 

I know profilers and debuggers are a boon for productivity, but anecdotally I've found they're seldom used. How often do you use debuggers/profilers in your work? What's preventing you? conversely, what enables you to use them?