Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. It's too hot to be motivated

It's too hot to be motivated

Scheduled Pinned Locked Moved The Lounge
csharplinqtoolsworkspace
9 Posts 5 Posters 243 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • code-witchC Offline
    code-witchC Offline
    code-witch
    wrote last edited by code-witch
    #1

    I've been buried in some research on finite automata, nerding out on some techniques for converting lazy expressions into deterministic greedy expressions over the past couple of weeks.

    In that time I've developed an elaborate R&D framework to both explore finite automata theory, and test hypotheses around it pretty easily, primarily using tools like LINQ.

    It's fun stuff, and I'm excited about it, or was. Then it got hot. It's getting into the late summer sweaty unproductive time before fall kicks in, and I've never liked this time of year.

    It's the old gym socks of weather. It's hard to be excited about anything when it's so nasty and muggy out.

    Creativity for me, is kind of delicate. I need a proper environment for it to really manifest. This isn't it. Now I'm bored, and it's not because I don't have anything to do.

    e840b83e-1db8-4c6a-9d9f-5544fba9df85-image.png

    1 Reply Last reply
    4
    • Sander RosselS Offline
      Sander RosselS Offline
      Sander Rossel
      wrote last edited by
      #2

      Now that we're back, may I remind you that not using curly braces for single-line if-statements is the root of all evil? ;p

      code-witchC 1 Reply Last reply
      1
      • Sander RosselS Sander Rossel

        Now that we're back, may I remind you that not using curly braces for single-line if-statements is the root of all evil? ;p

        code-witchC Offline
        code-witchC Offline
        code-witch
        wrote last edited by
        #3

        @Sander-Rossel It's good to finally hear from you, especially since you've been scolding me in my head about my code off and on in absentia since codeproject went dark. XD

        Sander RosselS 1 Reply Last reply
        1
        • Kornfeld Eliyahu PeterK Offline
          Kornfeld Eliyahu PeterK Offline
          Kornfeld Eliyahu Peter
          wrote last edited by
          #4

          It is just past 22 and still 35C (about 90F)... I'm melted...

          "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

          1 Reply Last reply
          1
          • R Offline
            R Offline
            Ron Nicholson
            wrote last edited by
            #5

            Ah the memories. Glad it is finally up.
            and witch it gives you something to do in your unmotivated state.

            1 Reply Last reply
            2
            • code-witchC code-witch

              @Sander-Rossel It's good to finally hear from you, especially since you've been scolding me in my head about my code off and on in absentia since codeproject went dark. XD

              Sander RosselS Offline
              Sander RosselS Offline
              Sander Rossel
              wrote last edited by
              #6

              @code-witch said in It's too hot to be motivated:

              @Sander-Rossel It's good to finally hear from you, especially since you've been scolding me in my head about my code off and on in absentia since codeproject went dark. XD

              Good to hear I've become another voice in your head. Thanks for letting me stay there rent free!
              And it's good to see you back too, I wouldn't know who to scold otherwise and things just wouldn't be the same ;D

              code-witchC 1 Reply Last reply
              0
              • Sander RosselS Sander Rossel

                @code-witch said in It's too hot to be motivated:

                @Sander-Rossel It's good to finally hear from you, especially since you've been scolding me in my head about my code off and on in absentia since codeproject went dark. XD

                Good to hear I've become another voice in your head. Thanks for letting me stay there rent free!
                And it's good to see you back too, I wouldn't know who to scold otherwise and things just wouldn't be the same ;D

                code-witchC Offline
                code-witchC Offline
                code-witch
                wrote last edited by
                #7

                @Sander-Rossel I've got whole new coding horrors for you. like my extension method .ToLazyList() that works off an IEnumerable<T> and is every bit as horrible as it appears. XD

                K Sander RosselS 2 Replies Last reply
                1
                • code-witchC code-witch

                  @Sander-Rossel I've got whole new coding horrors for you. like my extension method .ToLazyList() that works off an IEnumerable<T> and is every bit as horrible as it appears. XD

                  K Offline
                  K Offline
                  kmoorevs
                  wrote last edited by
                  #8

                  @code-witch Have you seen some of the old haunts that they've re-opened? Soap Box, Back Room, Clever Code...that last one sounds perfect! Good to see everyone is getting back! :)

                  1 Reply Last reply
                  1
                  • code-witchC code-witch

                    @Sander-Rossel I've got whole new coding horrors for you. like my extension method .ToLazyList() that works off an IEnumerable<T> and is every bit as horrible as it appears. XD

                    Sander RosselS Offline
                    Sander RosselS Offline
                    Sander Rossel
                    wrote last edited by Sander Rossel
                    #9

                    @code-witch
                    IEnumerable<T> ToLazyList<T>(this IEnumerable<T> collection)
                    {
                    // TODO: Finish later, feeling lazy rn.
                    return collection;
                    }

                    1 Reply Last reply
                    1
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups