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. coding for nothing but coding

coding for nothing but coding

Scheduled Pinned Locked Moved The Lounge
ai-codingtoolsquestion
43 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.
  • H honey the codewitch

    See, you're smarter than me because you're doing it for money. :-D

    Real programmers use butterflies

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

    If you check my bio page[^], third paragraph, it clarifies you post (maybe?).

    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

    R 1 Reply Last reply
    0
    • P PIEBALDconsult

      Yes.

      R Offline
      R Offline
      Ron Anders
      wrote on last edited by
      #8

      I wrote a grandiose control surface plug for Sonar (DAW) that would chain up to five BCR2000s across like a big old mixer but it took too long and the device targeted, and the concept, are obsolete so it's just an in house thing now that not even I use. Kept me off the streets and close to home.

      H 1 Reply Last reply
      0
      • R Ron Anders

        I wrote a grandiose control surface plug for Sonar (DAW) that would chain up to five BCR2000s across like a big old mixer but it took too long and the device targeted, and the concept, are obsolete so it's just an in house thing now that not even I use. Kept me off the streets and close to home.

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

        Not to start DAW wars or anything but FL Studio lets you build dashes like that with no coding. Just sayin'

        Real programmers use butterflies

        R 1 Reply Last reply
        0
        • C CPallini

          Nah, I just write broken trivial tools thant no one will ever use. :-D

          C Offline
          C Offline
          charlieg
          wrote on last edited by
          #10

          yeah going to up vote that :laugh:

          Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 β€œThey who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

          1 Reply Last reply
          0
          • H honey the codewitch

            MFW I devote a huge amount of effort to create a developer tool that is poorly understood and not really used despite being very useful for what they were designed to do. πŸ˜” I've tried to simplify my project, and simplify describing that project but it's like trying to simplify Roslyn. There's just too much there to be able to make it simple. Oh well, I guess. I use it in my own code generation projects and it makes them heckin cool. :cool: Do you ever write non-trivial tools that you swear by, but only you will probably ever use?

            Real programmers use butterflies

            C Offline
            C Offline
            CodeWraith
            wrote on last edited by
            #11

            Time for a proverb: Was der Bauer nicht kennt, frisst er nicht. Anyway, I need such tools rarely. I have always been writing libraries for and against everything. No need to generate anything when I can reuse stuff.

            I have lived with several Zen masters - all of them were cats. His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

            H 1 Reply Last reply
            0
            • C CodeWraith

              Time for a proverb: Was der Bauer nicht kennt, frisst er nicht. Anyway, I need such tools rarely. I have always been writing libraries for and against everything. No need to generate anything when I can reuse stuff.

              I have lived with several Zen masters - all of them were cats. His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

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

              It really depends on what you're doing though. For example, my parser generators almost always allow for a runtime parser, or a compiled parser. The latter uses code generation, and the result is faster. Libraries aren't always a replacement for code-gen. Code-gen is pretty specialized though so a lot of times people rarely need it.

              Real programmers use butterflies

              C 1 Reply Last reply
              0
              • H honey the codewitch

                It really depends on what you're doing though. For example, my parser generators almost always allow for a runtime parser, or a compiled parser. The latter uses code generation, and the result is faster. Libraries aren't always a replacement for code-gen. Code-gen is pretty specialized though so a lot of times people rarely need it.

                Real programmers use butterflies

                C Offline
                C Offline
                CodeWraith
                wrote on last edited by
                #13

                Nice and well. Then generate a fast parser and stuff it into a library, along with other useful stuff. No more need to ever generate it again.

                I have lived with several Zen masters - all of them were cats. His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

                H 1 Reply Last reply
                0
                • H honey the codewitch

                  MFW I devote a huge amount of effort to create a developer tool that is poorly understood and not really used despite being very useful for what they were designed to do. πŸ˜” I've tried to simplify my project, and simplify describing that project but it's like trying to simplify Roslyn. There's just too much there to be able to make it simple. Oh well, I guess. I use it in my own code generation projects and it makes them heckin cool. :cool: Do you ever write non-trivial tools that you swear by, but only you will probably ever use?

                  Real programmers use butterflies

                  D Offline
                  D Offline
                  Daniel Pfeffer
                  wrote on last edited by
                  #14

                  honey the codewitch wrote:

                  I've tried to simplify my project, and simplify describing that project but it's like trying to simplify Roslyn.

                  That's what a good technical writer is for. Explain to them what the tool does, and let them write the final documentation. IMO, having access to such resources is one of the advantages of working for a large company.

                  Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                  H 1 Reply Last reply
                  0
                  • C CodeWraith

                    Nice and well. Then generate a fast parser and stuff it into a library, along with other useful stuff. No more need to ever generate it again.

                    I have lived with several Zen masters - all of them were cats. His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

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

                    I mean, that's fine, but something has to generate it in the first place.

                    Real programmers use butterflies

                    C 1 Reply Last reply
                    0
                    • H honey the codewitch

                      I mean, that's fine, but something has to generate it in the first place.

                      Real programmers use butterflies

                      C Offline
                      C Offline
                      CodeWraith
                      wrote on last edited by
                      #16

                      Sometimes it's better not to get too lazy and use that stuff between the ears not only to keep them apart. :-)

                      I have lived with several Zen masters - all of them were cats. His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

                      H 1 Reply Last reply
                      0
                      • H honey the codewitch

                        MFW I devote a huge amount of effort to create a developer tool that is poorly understood and not really used despite being very useful for what they were designed to do. πŸ˜” I've tried to simplify my project, and simplify describing that project but it's like trying to simplify Roslyn. There's just too much there to be able to make it simple. Oh well, I guess. I use it in my own code generation projects and it makes them heckin cool. :cool: Do you ever write non-trivial tools that you swear by, but only you will probably ever use?

                        Real programmers use butterflies

                        Mike HankeyM Offline
                        Mike HankeyM Offline
                        Mike Hankey
                        wrote on last edited by
                        #17

                        I create tools that I don't understand and don't use.

                        I'm not sure how many cookies it makes to be happy, but so far it's not 27. JaxCoder.com

                        1 Reply Last reply
                        0
                        • H honey the codewitch

                          MFW I devote a huge amount of effort to create a developer tool that is poorly understood and not really used despite being very useful for what they were designed to do. πŸ˜” I've tried to simplify my project, and simplify describing that project but it's like trying to simplify Roslyn. There's just too much there to be able to make it simple. Oh well, I guess. I use it in my own code generation projects and it makes them heckin cool. :cool: Do you ever write non-trivial tools that you swear by, but only you will probably ever use?

                          Real programmers use butterflies

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #18

                          Make a store app. The stats make the reception somewhat more transparent. It also motivates you to keep making it better. New. Trending. Top Selling. etc. (I make it so no "help" is needed).

                          It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                          1 Reply Last reply
                          0
                          • H honey the codewitch

                            MFW I devote a huge amount of effort to create a developer tool that is poorly understood and not really used despite being very useful for what they were designed to do. πŸ˜” I've tried to simplify my project, and simplify describing that project but it's like trying to simplify Roslyn. There's just too much there to be able to make it simple. Oh well, I guess. I use it in my own code generation projects and it makes them heckin cool. :cool: Do you ever write non-trivial tools that you swear by, but only you will probably ever use?

                            Real programmers use butterflies

                            S Offline
                            S Offline
                            Stefan_Lang
                            wrote on last edited by
                            #19

                            All the time! Except, most of the time even I don't use it, because either I find out an already existing, better solution, or it turns out that I wasn't able to really meet all of my own requirements. ;P Among the more complex tools were a pool implementation for C++ objects that would auto-garbage-collect unneeded memory blocks with an amortized complexity of O(1) for allocation and deallocation (including the garbage collection!). Or a lazy-evaluation point/vector/matrix implementation that would auto-optimize algebraic expressions at compile time. In both cases I eventually switched to easier solutions because I was reaching far beyond the actual requirements - but I still keep them in a drawer in case I find a use for them some time in the future ... ;)

                            GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

                            1 Reply Last reply
                            0
                            • C CodeWraith

                              Sometimes it's better not to get too lazy and use that stuff between the ears not only to keep them apart. :-)

                              I have lived with several Zen masters - all of them were cats. His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

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

                              The reason for generation is not to save on thought. It's to save on bugs. Complex parsers like a C# parser for example, can be difficult even to test, much less develop. Being able to generate the tens of thousands of lines of code necessary to parse something like again, C#, from an input specification saves countless hours debugging and testing.

                              Real programmers use butterflies

                              1 Reply Last reply
                              0
                              • D Daniel Pfeffer

                                honey the codewitch wrote:

                                I've tried to simplify my project, and simplify describing that project but it's like trying to simplify Roslyn.

                                That's what a good technical writer is for. Explain to them what the tool does, and let them write the final documentation. IMO, having access to such resources is one of the advantages of working for a large company.

                                Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

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

                                I should note that Microsoft's documentation for Roslyn is currently trash :~

                                Real programmers use butterflies

                                D 1 Reply Last reply
                                0
                                • H honey the codewitch

                                  I should note that Microsoft's documentation for Roslyn is currently trash :~

                                  Real programmers use butterflies

                                  D Offline
                                  D Offline
                                  Daniel Pfeffer
                                  wrote on last edited by
                                  #22

                                  They must have fired the technical writers along with the QA department. :) :sigh:

                                  Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                                  1 Reply Last reply
                                  0
                                  • H honey the codewitch

                                    Not to start DAW wars or anything but FL Studio lets you build dashes like that with no coding. Just sayin'

                                    Real programmers use butterflies

                                    R Offline
                                    R Offline
                                    Ron Anders
                                    wrote on last edited by
                                    #23

                                    What's a dashes?

                                    H 1 Reply Last reply
                                    0
                                    • R Ron Anders

                                      What's a dashes?

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

                                      midi controller dashboards for instruments. Panels you can control or link to other controllers. They have different ones for different instruments. At least i think you and i are talking about the same thing, but since we each use different DAWs (and FL is a bit weird) we may be using different jargon i've never actually described one before. :-\

                                      Real programmers use butterflies

                                      R 1 Reply Last reply
                                      0
                                      • H honey the codewitch

                                        midi controller dashboards for instruments. Panels you can control or link to other controllers. They have different ones for different instruments. At least i think you and i are talking about the same thing, but since we each use different DAWs (and FL is a bit weird) we may be using different jargon i've never actually described one before. :-\

                                        Real programmers use butterflies

                                        R Offline
                                        R Offline
                                        Ron Anders
                                        wrote on last edited by
                                        #25

                                        Yeah. Sonar uses COM for it's control surface interface. Old code from the before times. :-D Works though.

                                        1 Reply Last reply
                                        0
                                        • H honey the codewitch

                                          MFW I devote a huge amount of effort to create a developer tool that is poorly understood and not really used despite being very useful for what they were designed to do. πŸ˜” I've tried to simplify my project, and simplify describing that project but it's like trying to simplify Roslyn. There's just too much there to be able to make it simple. Oh well, I guess. I use it in my own code generation projects and it makes them heckin cool. :cool: Do you ever write non-trivial tools that you swear by, but only you will probably ever use?

                                          Real programmers use butterflies

                                          K Offline
                                          K Offline
                                          kmoorevs
                                          wrote on last edited by
                                          #26

                                          honey the codewitch wrote:

                                          Do you ever write non-trivial tools that you swear by, but only you will probably ever use?

                                          I have a dozen or more personal apps that increase productivity that I'd probably classify as trivial in the sense that they aren't terribly complicated...however I'd classify many as non-trivial regarding usage pattern and time saved/errors reduced. Hand-rolled apps I use often: 0: Password keeper 1: FTP client 2: Database connection getter/setter for main products 3: Encryption/Decryption tool 4: Database Object Modeler/Script Generator (one of my first) (pre .NET) - spits out either paste ready code or creates a script file that can be posted for a customer to 'pick up' and run by one of our distributed products. This one saves me the most time overall and I'm the only one that knows how to use it. 5: Database Upsize/Downsize/Copy/Offload/Backup/Restore/Prep utilities 6: Color Editor ('cause I just wanted something local, light-weight, lets me lock sliders, and gives me the color codes back in multiple formats) I also have the fortune of creating a number of features that are complicated enough that the end users usually don't even attempt to do it themselves...such as enabling field parsing on text-based imports with a position of 2F4, 2L4, 3M5:2, or 3E5:-. I even added an expression builder with examples and everything, but have yet (in over 5 years) seen an end user or colleague/trainer use without my help. :sigh: At least I'm indispensable! :laugh: Sorry for the rambling. My Covid-19 project (won bid in early March) went live 3 days ago and I'm in observation mode, watching the mutant managers end users test it. So far only one major error caught the first day, and a handful of user mistakes. (yes, I know I'm supposed to prevent user mistakes!) :) This tool was created by a tool.

                                          "Go forth into the source" - Neal Morse

                                          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