schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Search results for tag #LeSS

#agile boosted

[?]lessworks ยป 🌐
@lessworks@mastodon.social

๐Ÿš€ LeSS Conf Japan 2026 speaker: Rizki Yogaswara

Two dev groups at a startup bank, each seeing only their slice. How 55+ people across 12 teams learned to see one whole loan system hiding in plain sight.

๐Ÿ—ฃ The System That Hid in Plain Sight
๐Ÿ“… Oct 8โ€“9 ยท Tokyo

    #agile boosted

    [?]lessworks ยป 🌐
    @lessworks@mastodon.social

    ๐Ÿš€ LeSS Conf Japan 2026 speaker: Alan Cyment

    How do trust, collaboration and self-organization really relate? 3 powerful large-group games to feel the pleasures and perils of collective work โ€” then debrief.

    ๐ŸŽฒ Embodying (dis)trust ยท Game
    ๐Ÿ“… Oct 8โ€“9 ยท Tokyo

      #agile boosted

      [?]lessworks ยป 🌐
      @lessworks@mastodon.social

      ๐Ÿš€ LeSS Conf Japan 2026 speaker: Sofia Pelzl

      Get teams to WANT to learn across functions. A hands-on workshop: align goals, make knowledge growth visible, use the Team Knowledge Model.

      ๐Ÿ›  Motivating cross-functional learning ยท Workshop
      ๐Ÿ“… Oct 8โ€“9 ยท Tokyo

        #agile boosted

        [?]lessworks ยป 🌐
        @lessworks@mastodon.social

        ๐Ÿš€ LeSS Conf Japan 2026 speaker: Wolfgang Steffens

        Agile that stops at R&D leaves handoffs everywhere. 4 teams redesigned around the whole customer journey, one Backlog. Honest lessons.

        ๐Ÿ—ฃ Beyond R&D: Product Teams for the Whole Journey
        ๐Ÿ“… Oct 8โ€“9 ยท Tokyo

          [?]JdeBP ยป 🌐
          @JdeBP@tty0.social

          [?]Simon Tatham ยป 🌐
          @simontatham@hachyderm.io

          A thing I've only just realised about :

          When you press '/' to search forward, or '?' to search backward, and enter a regex, two changes of state occur:

          1. The regex is remembered, so that 'n' or 'N' will search for the same thing again.
          2. The direction is remembered, so that 'n' searches in the same direction again, and 'N' searches in the opposite direction.

          I've only just noticed that #2 happens at the instant of pressing / or ?, not at the instant of pressing Return. Because it takes effect even if you change your mind and cancel the attempt to input a new search regex:

          โ€ข enter "?foo", which searches backward for /foo/
          โ€ข press 'n', which searches backward for /foo/ again
          โ€ข press '/', which prompts for a forward-search string
          โ€ข press Backspace, which cancels that prompt
          โ€ข now pressing 'n' searches *forward* for /foo/

          I think this must be why I sometimes get confused about which direction I'm searching in. But also, wow, it's taken me _decades_ to notice. I think it must be because when I start and then cancel a prompt like that, I don't consciously remember doing it at all โ€“ I expected so strongly that it would be a no-op that I forget it immediately!