home.social

#tinysteps — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tinysteps, aggregated by home.social.

fetched live
  1. You don't have to climb the whole mountain today. Just focus on taking one tiny, manageable step forward. Baby steps are still progress! ⛰️🚶‍♂️ #TinySteps #PositivityClub

    Read More: speakingbipolar.substack.com/p

    Daily inspiration to live your best life: SPEAKINGBIPOLAR.COM/CLUB

  2. You don't have to climb the whole mountain today. Just focus on taking one tiny, manageable step forward. Baby steps are still progress! ⛰️🚶‍♂️ #TinySteps #PositivityClub

    Read More: speakingbipolar.substack.com/p

    Daily inspiration to live your best life: SPEAKINGBIPOLAR.COM/CLUB

  3. You don't have to climb the whole mountain today. Just focus on taking one tiny, manageable step forward. Baby steps are still progress! ⛰️🚶‍♂️ #TinySteps #PositivityClub

    Read More: speakingbipolar.substack.com/p

    Daily inspiration to live your best life: SPEAKINGBIPOLAR.COM/CLUB

  4. You don't have to climb the whole mountain today. Just focus on taking one tiny, manageable step forward. Baby steps are still progress! ⛰️🚶‍♂️ #TinySteps #PositivityClub

    Read More: speakingbipolar.substack.com/p

    Daily inspiration to live your best life: SPEAKINGBIPOLAR.COM/CLUB

  5. My first post on Mastodon. Hi all!

    I used to read one or two books annually, usually during my vacation. My want-to-read list would steadily grow, but I also wanted to spend time on other hobbies. Until I realised one day, that it only takes 20 pages daily to reach a whopping 7300 after one year! And that's how my new habit began.
    #2025wrapped #reading #20pagesaday #tinysteps

  6. My first post on Mastodon. Hi all!

    I used to read one or two books annually, usually during my vacation. My want-to-read list would steadily grow, but I also wanted to spend time on other hobbies. Until I realised one day, that it only takes 20 pages daily to reach a whopping 7300 after one year! And that's how my new habit began.
    #2025wrapped #reading #20pagesaday #tinysteps

  7. My first post on Mastodon. Hi all!

    I used to read one or two books annually, usually during my vacation. My want-to-read list would steadily grow, but I also wanted to spend time on other hobbies. Until I realised one day, that it only takes 20 pages daily to reach a whopping 7300 after one year! And that's how my new habit began.
    #2025wrapped #reading #20pagesaday #tinysteps

  8. My first post on Mastodon. Hi all!

    I used to read one or two books annually, usually during my vacation. My want-to-read list would steadily grow, but I also wanted to spend time on other hobbies. Until I realised one day, that it only takes 20 pages daily to reach a whopping 7300 after one year! And that's how my new habit began.
    #2025wrapped #reading #20pagesaday #tinysteps

  9. My first post on Mastodon. Hi all!

    I used to read one or two books annually, usually during my vacation. My want-to-read list would steadily grow, but I also wanted to spend time on other hobbies. Until I realised one day, that it only takes 20 pages daily to reach a whopping 7300 after one year! And that's how my new habit began.
    #2025wrapped #reading #20pagesaday #tinysteps

  10. Made some solid progress on the Baby Creation Screen today! 🚀

    Trying to keep things clean and simple while building this in SwiftUI and SwiftData.

    What do you think?
    Open to any thoughts or tips!

    #biildinpublic #SwiftUI #SwiftData #indiedev #tinysteps

  11. Made some solid progress on the Baby Creation Screen today! 🚀

    Trying to keep things clean and simple while building this in SwiftUI and SwiftData.

    What do you think?
    Open to any thoughts or tips!

    #biildinpublic #SwiftUI #SwiftData #indiedev #tinysteps

  12. Made some solid progress on the Baby Creation Screen today! 🚀

    Trying to keep things clean and simple while building this in SwiftUI and SwiftData.

    What do you think?
    Open to any thoughts or tips!

    #biildinpublic #SwiftUI #SwiftData #indiedev #tinysteps

  13. Made some solid progress on the Baby Creation Screen today! 🚀

    Trying to keep things clean and simple while building this in SwiftUI and SwiftData.

    What do you think?
    Open to any thoughts or tips!

    #biildinpublic #SwiftUI #SwiftData #indiedev #tinysteps

  14. Made some solid progress on the Baby Creation Screen today! 🚀

    Trying to keep things clean and simple while building this in SwiftUI and SwiftData.

    What do you think?
    Open to any thoughts or tips!

    #biildinpublic #SwiftUI #SwiftData #indiedev #tinysteps

  15. @JeffGrigg If I'm taking #TinySteps, and writing the least-effort code to get my test to pass, then it can happen if I, say, return a constant. Gets the recently-Red test to Green, but breaks the others (not a surprise). Then I modify the code to use a field instead of a constant, and then all tests are Green.

    It's a form of triangulation, and I won't always do it, but it's nice because it reassures me that I understood exactly how to get the recently-Red test to Green.

    The above is Expected, however, which is different from "oh crap, I broke a bunch of tests because of some connection I was unaware of". Which means I didn't fully understand the code I'm working on. This happens more rarely, but does happen.

  16. @JeffGrigg If I'm taking #TinySteps, and writing the least-effort code to get my test to pass, then it can happen if I, say, return a constant. Gets the recently-Red test to Green, but breaks the others (not a surprise). Then I modify the code to use a field instead of a constant, and then all tests are Green.

    It's a form of triangulation, and I won't always do it, but it's nice because it reassures me that I understood exactly how to get the recently-Red test to Green.

    The above is Expected, however, which is different from "oh crap, I broke a bunch of tests because of some connection I was unaware of". Which means I didn't fully understand the code I'm working on. This happens more rarely, but does happen.

  17. @JeffGrigg If I'm taking #TinySteps, and writing the least-effort code to get my test to pass, then it can happen if I, say, return a constant. Gets the recently-Red test to Green, but breaks the others (not a surprise). Then I modify the code to use a field instead of a constant, and then all tests are Green.

    It's a form of triangulation, and I won't always do it, but it's nice because it reassures me that I understood exactly how to get the recently-Red test to Green.

    The above is Expected, however, which is different from "oh crap, I broke a bunch of tests because of some connection I was unaware of". Which means I didn't fully understand the code I'm working on. This happens more rarely, but does happen.

  18. @JeffGrigg If I'm taking #TinySteps, and writing the least-effort code to get my test to pass, then it can happen if I, say, return a constant. Gets the recently-Red test to Green, but breaks the others (not a surprise). Then I modify the code to use a field instead of a constant, and then all tests are Green.

    It's a form of triangulation, and I won't always do it, but it's nice because it reassures me that I understood exactly how to get the recently-Red test to Green.

    The above is Expected, however, which is different from "oh crap, I broke a bunch of tests because of some connection I was unaware of". Which means I didn't fully understand the code I'm working on. This happens more rarely, but does happen.

  19. @JeffGrigg If I'm taking #TinySteps, and writing the least-effort code to get my test to pass, then it can happen if I, say, return a constant. Gets the recently-Red test to Green, but breaks the others (not a surprise). Then I modify the code to use a field instead of a constant, and then all tests are Green.

    It's a form of triangulation, and I won't always do it, but it's nice because it reassures me that I understood exactly how to get the recently-Red test to Green.

    The above is Expected, however, which is different from "oh crap, I broke a bunch of tests because of some connection I was unaware of". Which means I didn't fully understand the code I'm working on. This happens more rarely, but does happen.

  20. @alexanderbird

    "if we break something, we want to know right away so we know exactly what to fix"

    And that's something that isn't always promoted as a benefit of #TDD with #TinySteps: if everything was Green, and we just made that 2 line code change and now some tests are Red, well, we know exactly which lines of code are suspect!

  21. @alexanderbird

    "if we break something, we want to know right away so we know exactly what to fix"

    And that's something that isn't always promoted as a benefit of #TDD with #TinySteps: if everything was Green, and we just made that 2 line code change and now some tests are Red, well, we know exactly which lines of code are suspect!

  22. @alexanderbird

    "if we break something, we want to know right away so we know exactly what to fix"

    And that's something that isn't always promoted as a benefit of #TDD with #TinySteps: if everything was Green, and we just made that 2 line code change and now some tests are Red, well, we know exactly which lines of code are suspect!

  23. @alexanderbird

    "if we break something, we want to know right away so we know exactly what to fix"

    And that's something that isn't always promoted as a benefit of #TDD with #TinySteps: if everything was Green, and we just made that 2 line code change and now some tests are Red, well, we know exactly which lines of code are suspect!

  24. @alexanderbird

    "if we break something, we want to know right away so we know exactly what to fix"

    And that's something that isn't always promoted as a benefit of #TDD with #TinySteps: if everything was Green, and we just made that 2 line code change and now some tests are Red, well, we know exactly which lines of code are suspect!

  25. A reminder from @RonJeffries
    "We’re in this for the long game...We don’t imagine that we can do things right the first time, and...because we work to make changing easy, we don’t pay a high price for change, which lets us take small steps and learn from them."

    ronjeffries.com/articles/-y023

    #TinySteps

  26. A reminder from @RonJeffries
    "We’re in this for the long game...We don’t imagine that we can do things right the first time, and...because we work to make changing easy, we don’t pay a high price for change, which lets us take small steps and learn from them."

    ronjeffries.com/articles/-y023

    #TinySteps

  27. A reminder from @RonJeffries
    "We’re in this for the long game...We don’t imagine that we can do things right the first time, and...because we work to make changing easy, we don’t pay a high price for change, which lets us take small steps and learn from them."

    ronjeffries.com/articles/-y023

    #TinySteps

  28. A reminder from @RonJeffries
    "We’re in this for the long game...We don’t imagine that we can do things right the first time, and...because we work to make changing easy, we don’t pay a high price for change, which lets us take small steps and learn from them."

    ronjeffries.com/articles/-y023

    #TinySteps

  29. A reminder from @RonJeffries
    "We’re in this for the long game...We don’t imagine that we can do things right the first time, and...because we work to make changing easy, we don’t pay a high price for change, which lets us take small steps and learn from them."

    ronjeffries.com/articles/-y023

    #TinySteps

  30. @samreciter Na komm jetzt wird langsam das Faxgerät abgeschafft, dann machen wir das mit den Raketen. #TinySteps