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. The learning rush

The learning rush

Scheduled Pinned Locked Moved The Lounge
graphicsiotjsonquestionlearning
61 Posts 22 Posters 0 Views 1 Watching
  • 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.
  • Sander RosselS Sander Rossel

    Believe it or not, but I actually knew what you meant. I'm just trolling you :laugh:

    Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

    Greg UtasG Offline
    Greg UtasG Offline
    Greg Utas
    wrote on last edited by
    #34

    Enough of this gabfest! Don't you lads have any work to do? And for the record, @code-witch, I'll also use a braceless if, and even if-else, but it depends. A simple

    if(condition)
    statement1;
    else
    statement2;

    is perfectly clear to me. I'm so thoughtful, injecting new life into your thread. :-D

    Robust Services Core | Software Techniques for Lemmings | Articles
    The fox knows many things, but the hedgehog knows one big thing.

    <p><a href="https://github.com/GregUtas/robust-services-core/blob/master/README.md">Robust Services Core</a>
    <em>The fox knows many things, but the hedgehog knows one big thing.</em></p>

    Sander RosselS H 2 Replies Last reply
    0
    • H honey the codewitch

      I'm sure most of you get it or you wouldn't be developers. We're always accruing new knowledge not just to keep up but to get ahead. I don't know about you but I'm a sponge. I sustain myself on learning things. It's such a rush to challenge myself to do something new or something better. I went from not being able to wire up a 16-pin hitachi interface LCD to building IoT gadgets with them, all the way to doing it for money in under a month, drawing from a hobby I abandoned for programming back when I was a kid. Now I'm doing both. It's seriously challenging me. I haven't used my brain this much in years. It's one thing to learn more in a field you're already familiar with, like when I learned parsing theory. It's another to learn a different, even if related field. That's what I'm doing now. It's all very fun, but now I worry I'm going to get lost in it to the expense of everything else. Can it be an addiction? I wonder.

      Real programmers use butterflies

      W Offline
      W Offline
      W Balboos GHB
      wrote on last edited by
      #35

      Not at first, but eventually, I found out what my aptitudes. They had been expressing themselves since, well, always - but it was accepting what they were and what they weren't that took a while. They more or less fit well with the latin phrase:

      Quote:

      Aut viam inveniam aut faciam - Hannibal

      It has two faces:   you can find someone more proficient than I but you will not easily find someone who's better at solving your problems. Basically a lifetime stream of inventions (whether as inventive solutions or actual physical objects). The 'Necessity is the mother of invention' thing does play into it but it isn't always necessity - or maybe better put - it becomes a personal necessity . . . . . . and that's the greatest fun. Coding is fun, but it's somewhat indirect. By the time my fingers start their dance on the keyboard they're following a path already worked out and still evolving. Putting imagination into practice - relaxing; absorbing - playing! Learning new things is a part. Reusing old things in new ways is a part. I'm not even sure there's truly a difference. Something possibly explained when someone tells me I "think outside of the box" and all I can think of as a suitable reply is "what box" ?

      Ravings en masse^

      "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

      "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

      H 1 Reply Last reply
      0
      • H honey the codewitch

        I did read that article though, and the main point is the same one I think you made, that what if:

        if(foo)
        bar();
        baz(); // always executed

        To which I respond that this has never happened to me that I can recall, in part because VS autoformats code and I hit Ctrl-A,K,D regularly. So it's a solution in search of a problem, at least with my personal code. When I am working on a team I code differently, but it also takes me longer and irritates me.

        Real programmers use butterflies

        N Offline
        N Offline
        Nelek
        wrote on last edited by
        #36

        if(foo)
        bar();
        baz(); // always executed

        In Python not... :rolleyes: :laugh:

        M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

        H 1 Reply Last reply
        0
        • Greg UtasG Greg Utas

          Enough of this gabfest! Don't you lads have any work to do? And for the record, @code-witch, I'll also use a braceless if, and even if-else, but it depends. A simple

          if(condition)
          statement1;
          else
          statement2;

          is perfectly clear to me. I'm so thoughtful, injecting new life into your thread. :-D

          Robust Services Core | Software Techniques for Lemmings | Articles
          The fox knows many things, but the hedgehog knows one big thing.

          Sander RosselS Offline
          Sander RosselS Offline
          Sander Rossel
          wrote on last edited by
          #37

          Greg Utas wrote:

          Don't you lads have any work to do?

          On a Sunday? No :D

          Greg Utas wrote:

          I'm so thoughtful, injecting new life into your thread.

          But do you really want to get involved? Too late for that, you're a part of this now. Prepare to be pitchforked! :D

          Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

          1 Reply Last reply
          0
          • H honey the codewitch

            I love seeing your sig flash by me in my notifications because even though I can't see all of it in the little blurb it gives me i immediately know the reference and mentally recite it in Johnny Depp's Hunter voice. (say what you will i thought the movie did HST justice)

            Real programmers use butterflies

            pkfoxP Offline
            pkfoxP Offline
            pkfox
            wrote on last edited by
            #38

            I prefer the book but Depp did pretty well in the film - the special effects weren't my experience ( mine were much worse ) when I dabbled in taking that stuff but hey ho. We are coming into bat season very soon...

            "I didn't mention the bats - he'd see them soon enough" - Hunter S Thompson - RIP

            1 Reply Last reply
            0
            • Sander RosselS Sander Rossel

              Believe it or not, but I actually knew what you meant. I'm just trolling you :laugh:

              Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

              H Offline
              H Offline
              honey the codewitch
              wrote on last edited by
              #39

              Oh I know. It's much more difficult for you to if I treat you like you're not. :laugh:

              Real programmers use butterflies

              1 Reply Last reply
              0
              • N Nelek

                if(foo)
                bar();
                baz(); // always executed

                In Python not... :rolleyes: :laugh:

                M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                H Offline
                H Offline
                honey the codewitch
                wrote on last edited by
                #40

                Perhaps ironically that's actually the reason I will not use python. I'm serious.

                Real programmers use butterflies

                N 1 Reply Last reply
                0
                • W W Balboos GHB

                  Not at first, but eventually, I found out what my aptitudes. They had been expressing themselves since, well, always - but it was accepting what they were and what they weren't that took a while. They more or less fit well with the latin phrase:

                  Quote:

                  Aut viam inveniam aut faciam - Hannibal

                  It has two faces:   you can find someone more proficient than I but you will not easily find someone who's better at solving your problems. Basically a lifetime stream of inventions (whether as inventive solutions or actual physical objects). The 'Necessity is the mother of invention' thing does play into it but it isn't always necessity - or maybe better put - it becomes a personal necessity . . . . . . and that's the greatest fun. Coding is fun, but it's somewhat indirect. By the time my fingers start their dance on the keyboard they're following a path already worked out and still evolving. Putting imagination into practice - relaxing; absorbing - playing! Learning new things is a part. Reusing old things in new ways is a part. I'm not even sure there's truly a difference. Something possibly explained when someone tells me I "think outside of the box" and all I can think of as a suitable reply is "what box" ?

                  Ravings en masse^

                  "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                  "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                  H Offline
                  H Offline
                  honey the codewitch
                  wrote on last edited by
                  #41

                  W∴ Balboos, GHB wrote:

                  when someone tells me I "think outside of the box" and all I can think of as a suitable reply is "what box" ?

                  I can understand that. I have a gift in that area as well but in part because I cheat. I went mad. It helps.

                  Real programmers use butterflies

                  W 1 Reply Last reply
                  0
                  • Greg UtasG Greg Utas

                    Enough of this gabfest! Don't you lads have any work to do? And for the record, @code-witch, I'll also use a braceless if, and even if-else, but it depends. A simple

                    if(condition)
                    statement1;
                    else
                    statement2;

                    is perfectly clear to me. I'm so thoughtful, injecting new life into your thread. :-D

                    Robust Services Core | Software Techniques for Lemmings | Articles
                    The fox knows many things, but the hedgehog knows one big thing.

                    H Offline
                    H Offline
                    honey the codewitch
                    wrote on last edited by
                    #42

                    "are there no workhouses?" Alright Scrooge, it's Sunday!

                    Real programmers use butterflies

                    1 Reply Last reply
                    0
                    • H honey the codewitch

                      I'm sure most of you get it or you wouldn't be developers. We're always accruing new knowledge not just to keep up but to get ahead. I don't know about you but I'm a sponge. I sustain myself on learning things. It's such a rush to challenge myself to do something new or something better. I went from not being able to wire up a 16-pin hitachi interface LCD to building IoT gadgets with them, all the way to doing it for money in under a month, drawing from a hobby I abandoned for programming back when I was a kid. Now I'm doing both. It's seriously challenging me. I haven't used my brain this much in years. It's one thing to learn more in a field you're already familiar with, like when I learned parsing theory. It's another to learn a different, even if related field. That's what I'm doing now. It's all very fun, but now I worry I'm going to get lost in it to the expense of everything else. Can it be an addiction? I wonder.

                      Real programmers use butterflies

                      D Offline
                      D Offline
                      dandy72
                      wrote on last edited by
                      #43

                      honey the codewitch wrote:

                      It's all very fun, but now I worry I'm going to get lost in it to the expense of everything else.

                      There's an "everything else" you have to worry about?

                      H 1 Reply Last reply
                      0
                      • D dandy72

                        honey the codewitch wrote:

                        It's all very fun, but now I worry I'm going to get lost in it to the expense of everything else.

                        There's an "everything else" you have to worry about?

                        H Offline
                        H Offline
                        honey the codewitch
                        wrote on last edited by
                        #44

                        In seriousness I used to live like there wasn't. But that's no way to live, either - getting sucked down every rabbit hole I find is endlessly fascinating, but what about social relationships for example?

                        Real programmers use butterflies

                        1 Reply Last reply
                        0
                        • H honey the codewitch

                          I'm sure most of you get it or you wouldn't be developers. We're always accruing new knowledge not just to keep up but to get ahead. I don't know about you but I'm a sponge. I sustain myself on learning things. It's such a rush to challenge myself to do something new or something better. I went from not being able to wire up a 16-pin hitachi interface LCD to building IoT gadgets with them, all the way to doing it for money in under a month, drawing from a hobby I abandoned for programming back when I was a kid. Now I'm doing both. It's seriously challenging me. I haven't used my brain this much in years. It's one thing to learn more in a field you're already familiar with, like when I learned parsing theory. It's another to learn a different, even if related field. That's what I'm doing now. It's all very fun, but now I worry I'm going to get lost in it to the expense of everything else. Can it be an addiction? I wonder.

                          Real programmers use butterflies

                          N Offline
                          N Offline
                          Nelek
                          wrote on last edited by
                          #45

                          I still like to learn, but I have changed a bit my priorities when I got the kids. I still try to learn tech for my job and private. But I now spend a lot of more time playing with the kids and handicrafting for them or for the house, since I do a lot of basic furniture on my own. My next big tech project will be the automation of my future new house, for what I have a lot of ideas. I will give some of the parts to companies (but I will still learn a bit before to be able to manage a bit or to avoid getting fooled), but I will do some (specially the security parts) myself.

                          M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                          1 Reply Last reply
                          0
                          • H honey the codewitch

                            Perhaps ironically that's actually the reason I will not use python. I'm serious.

                            Real programmers use butterflies

                            N Offline
                            N Offline
                            Nelek
                            wrote on last edited by
                            #46

                            honey the codewitch wrote:

                            Perhaps ironically that's actually the reason I will not use python. I'm serious.

                            I feel your pain and share your concern. :rolleyes: And I am serious too.

                            M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                            1 Reply Last reply
                            0
                            • H honey the codewitch

                              I'm sure most of you get it or you wouldn't be developers. We're always accruing new knowledge not just to keep up but to get ahead. I don't know about you but I'm a sponge. I sustain myself on learning things. It's such a rush to challenge myself to do something new or something better. I went from not being able to wire up a 16-pin hitachi interface LCD to building IoT gadgets with them, all the way to doing it for money in under a month, drawing from a hobby I abandoned for programming back when I was a kid. Now I'm doing both. It's seriously challenging me. I haven't used my brain this much in years. It's one thing to learn more in a field you're already familiar with, like when I learned parsing theory. It's another to learn a different, even if related field. That's what I'm doing now. It's all very fun, but now I worry I'm going to get lost in it to the expense of everything else. Can it be an addiction? I wonder.

                              Real programmers use butterflies

                              J Offline
                              J Offline
                              Jacquers
                              wrote on last edited by
                              #47

                              I'd like to work in a R&D role, or somewhere where my job was to try out new tech, etc. instead of just writing business software. I guess there's a thrill in working with something new / different and it also satisfies curiosity.

                              1 Reply Last reply
                              0
                              • H honey the codewitch

                                W∴ Balboos, GHB wrote:

                                when someone tells me I "think outside of the box" and all I can think of as a suitable reply is "what box" ?

                                I can understand that. I have a gift in that area as well but in part because I cheat. I went mad. It helps.

                                Real programmers use butterflies

                                W Offline
                                W Offline
                                W Balboos GHB
                                wrote on last edited by
                                #48

                                Let me feed you a new obsessive imperative: The parser parser. Maybe the wrong name for it but my posts on CP ofttimes reflect the need. The spell checker within most browsers is a parser (no?). The problem is that it will mess with words and change them to other words (or put first char on a new line to UC when it's not appropriate and without even asking). I sometimes look at my posts a little later and sigh about the corrected spelling of the (now) wrong word. So we need a parser to parse the parsed. Or, maybe it's time - your Opus Magnum - akin to "one ring to rule them all" and you make "THE ÜBER-PARSER".

                                Ravings en masse^

                                "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                                "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                                H 1 Reply Last reply
                                0
                                • W W Balboos GHB

                                  Let me feed you a new obsessive imperative: The parser parser. Maybe the wrong name for it but my posts on CP ofttimes reflect the need. The spell checker within most browsers is a parser (no?). The problem is that it will mess with words and change them to other words (or put first char on a new line to UC when it's not appropriate and without even asking). I sometimes look at my posts a little later and sigh about the corrected spelling of the (now) wrong word. So we need a parser to parse the parsed. Or, maybe it's time - your Opus Magnum - akin to "one ring to rule them all" and you make "THE ÜBER-PARSER".

                                  Ravings en masse^

                                  "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                                  "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                                  H Offline
                                  H Offline
                                  honey the codewitch
                                  wrote on last edited by
                                  #49

                                  A parser wouldn't be what you'd use to implement a spell checker unless you were doing weird context sensitive spelling matches. If spellcheckers did that, they'd actually correct using the right words. However, context sensitive parsing is slow and painful and involves things like grammar rewriting on the fly so you can't create optimized tables from it. It's all terribly resource intensive, not really "real-time" (to use the term loosely). There might be better ways to do it using machine learning though. It's a bit outside my wheelhouse but I think the idea of using it here is sound. You'd also need a way to report bad corrections and for people to actually do it, I think. Again, it's not my area of expertise.

                                  Real programmers use butterflies

                                  W 1 Reply Last reply
                                  0
                                  • H honey the codewitch

                                    A parser wouldn't be what you'd use to implement a spell checker unless you were doing weird context sensitive spelling matches. If spellcheckers did that, they'd actually correct using the right words. However, context sensitive parsing is slow and painful and involves things like grammar rewriting on the fly so you can't create optimized tables from it. It's all terribly resource intensive, not really "real-time" (to use the term loosely). There might be better ways to do it using machine learning though. It's a bit outside my wheelhouse but I think the idea of using it here is sound. You'd also need a way to report bad corrections and for people to actually do it, I think. Again, it's not my area of expertise.

                                    Real programmers use butterflies

                                    W Offline
                                    W Offline
                                    W Balboos GHB
                                    wrote on last edited by
                                    #50

                                    Rolling back a bit further into our branch of the thread. Gone "Mad", have you? I've been "different" for a long time - peering out at the world from behind my eyes. There is one realization you may wish to consider. "Normal" is defined by those with the power to do so - basically, the people who "run the world". The world's in pretty bad shape - so, not being considered normal is a clear indication I'm not amongst those who've messed things up. Overall, the above has a single message - if you haven't already, EMBRACE THE MADNESS. Take comfort in it as a loyal companion.

                                    Ravings en masse^

                                    "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                                    "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                                    H 1 Reply Last reply
                                    0
                                    • W W Balboos GHB

                                      Rolling back a bit further into our branch of the thread. Gone "Mad", have you? I've been "different" for a long time - peering out at the world from behind my eyes. There is one realization you may wish to consider. "Normal" is defined by those with the power to do so - basically, the people who "run the world". The world's in pretty bad shape - so, not being considered normal is a clear indication I'm not amongst those who've messed things up. Overall, the above has a single message - if you haven't already, EMBRACE THE MADNESS. Take comfort in it as a loyal companion.

                                      Ravings en masse^

                                      "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                                      "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                                      H Offline
                                      H Offline
                                      honey the codewitch
                                      wrote on last edited by
                                      #51

                                      W∴ Balboos, GHB wrote:

                                      "Normal" is defined by those with the power to do so

                                      Channeling Foucault are we? After my own heart, you are. I've been okay with being different for a long time. And yes, I'm quite mad. Got the certificate and everything. I've always been comfortable with being weird. Being crazy is a different story - some days are better than others, but that's life. On the other hand, because of it I've seen some things nobody else will. I take the good where I can find it. :)

                                      Real programmers use butterflies

                                      W 1 Reply Last reply
                                      0
                                      • H honey the codewitch

                                        W∴ Balboos, GHB wrote:

                                        "Normal" is defined by those with the power to do so

                                        Channeling Foucault are we? After my own heart, you are. I've been okay with being different for a long time. And yes, I'm quite mad. Got the certificate and everything. I've always been comfortable with being weird. Being crazy is a different story - some days are better than others, but that's life. On the other hand, because of it I've seen some things nobody else will. I take the good where I can find it. :)

                                        Real programmers use butterflies

                                        W Offline
                                        W Offline
                                        W Balboos GHB
                                        wrote on last edited by
                                        #52

                                        I had to google Foucault. My own self-image has been more akin to some unholy admixture of Kurt Vonnegut and Voltaire. = posted in "The Best of All Possible Lounges" . . . or not. And so it goes.

                                        Ravings en masse^

                                        "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                                        "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                                        H 1 Reply Last reply
                                        0
                                        • W W Balboos GHB

                                          I had to google Foucault. My own self-image has been more akin to some unholy admixture of Kurt Vonnegut and Voltaire. = posted in "The Best of All Possible Lounges" . . . or not. And so it goes.

                                          Ravings en masse^

                                          "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                                          "If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                                          H Offline
                                          H Offline
                                          honey the codewitch
                                          wrote on last edited by
                                          #53

                                          Good company. At risk of dipping my toes in the political, Voltaire has been particularly apropos these days. ;P

                                          Real programmers use butterflies

                                          W 1 Reply Last reply
                                          0
                                          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