Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • 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

The New Coffee Room

  1. TNCR
  2. General Discussion
  3. Freelancer or equivalent freelance coder experience anyone?

Freelancer or equivalent freelance coder experience anyone?

Scheduled Pinned Locked Moved General Discussion
16 Posts 8 Posters 69 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.
  • jon-nycJ jon-nyc

    I have a one-time, very self-contained coding project that I need to have done for the foundation.

    I had vaguely heard of task rabbit but that is for household handyman type stuff. 5 seconds of googling for a coding-equivalent landed me on freelance.com.

    Does anyone have any experience with this or a similar site?

    LuFins DadL Offline
    LuFins DadL Offline
    LuFins Dad
    wrote on last edited by
    #3

    @jon-nyc said in Freelancer or equivalent experience anyone?:

    I have a one-time, very self-contained coding project that I need to have done for the foundation.

    I had vaguely heard of task rabbit but that is for household handyman type stuff. 5 seconds of googling for a coding-equivalent landed me on freelance.com.

    Does anyone have any experience with this or a similar site?

    I’ll do it for whatever Copper charges me to do it plus Luke’s outstanding tuition..

    The Brad

    1 Reply Last reply
    • MikM Offline
      MikM Offline
      Mik
      wrote on last edited by
      #4

      Can you describe the project in more detail, like platform, language, end goal? It would probably not be me, but I know some folks. I’d bet Klaus does too.

      “I am fond of pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals.” ~Winston S. Churchill

      1 Reply Last reply
      • CopperC Offline
        CopperC Offline
        Copper
        wrote on last edited by
        #5

        I might have had a brief look at Python 10 or more years ago.
        I have worked with Bing Maps, but with C# not connected with Google.

        Here is a screen print I just took of a C# Bing Maps App I built many long years ago.

        I think Klaus is your guy, a class project maybe.

        713d7146-18c8-4ab3-90bb-38f6c12cdbfa-image.png

        1 Reply Last reply
        • HoraceH Offline
          HoraceH Offline
          Horace
          wrote on last edited by
          #6

          I guess learning the API would be the majority of the work.

          Education is extremely important.

          jon-nycJ 1 Reply Last reply
          • jon-nycJ Offline
            jon-nycJ Offline
            jon-nyc
            wrote on last edited by
            #7

            Sure, a script that would take as input a list of cities/towns. It would create a grid (well, CSV file) that would contain the driving distance between each unique pairing of cities.

            e.g. input of:
            "New York, NY, Chicago, IL, Los Angeles CA"

            Would produce the following table:
            0, 789, 2794
            789, 0, 2020
            2794,2020,0

            But in practice there would be ~5-600 inputs.

            "You never know what worse luck your bad luck has saved you from."
            -Cormac McCarthy

            1 Reply Last reply
            • HoraceH Horace

              I guess learning the API would be the majority of the work.

              jon-nycJ Offline
              jon-nycJ Offline
              jon-nyc
              wrote on last edited by
              #8

              @Horace said in Freelancer or equivalent experience anyone?:

              I guess learning the API would be the majority of the work.

              True, but that's where chatGPT might accelerate things.

              "You never know what worse luck your bad luck has saved you from."
              -Cormac McCarthy

              1 Reply Last reply
              • HoraceH Offline
                HoraceH Offline
                Horace
                wrote on last edited by
                #9

                Jon I bet you can do this yourself.

                Education is extremely important.

                jon-nycJ 1 Reply Last reply
                • jon-nycJ Offline
                  jon-nycJ Offline
                  jon-nyc
                  wrote on last edited by jon-nyc
                  #10

                  You might be curious why this is useful to the foundation.

                  We maintain a network of certified care centers, physicians known to us who are knowledgable in our rare disease. Historically, we've expanded the program passively, we've waited for physicians to apply for inclusion in our program.

                  THis, as you might image, has led to huge geographic disparities in the availability of care. You can look at a map and see where our gaps are, but to really see the impact of gaps, you need a population weighting.

                  The US census defines Metropolitan and Micropolitan Statistical Areas that, combined, account for about 96% of the US population. They track of the population in each of these areas.

                  With the grid I described above, using the 5-600 areas defined, we could start measuring the percentage of the country that lives within X miles of a care center. That information would allow us to proactively expand our network by recruiting physicians, in the most impactful way possible. Also, having this grid as a CSV file would allow me to import it into an excel sheet, so that when we do add a new center it would automatically compute the distances from that center to every other statistical area, and we could automatically re-calculate the percentage of the population living within X miles from a center. In other words, getting this in Excel allows existing foundation staff to maintain this in an ingoing fashion.

                  It's also part of an initiative we've kicked off trying to measure the impact of our various programs. It's easy to say "We have 85 care centers" but that measures inputs not impact. If we can say, for example, "65% of the country lives within 100 miles of a care center and 80% live within 200" that tells us the impact the program is having. It would also allow us to figure out where to recruit to get that number as high as possible.

                  "You never know what worse luck your bad luck has saved you from."
                  -Cormac McCarthy

                  1 Reply Last reply
                  • HoraceH Horace

                    Jon I bet you can do this yourself.

                    jon-nycJ Offline
                    jon-nycJ Offline
                    jon-nyc
                    wrote on last edited by jon-nyc
                    #11

                    @Horace said in Freelancer or equivalent experience anyone?:

                    Jon I bet you can do this yourself.

                    I could and I considered it. I played with python 6-8 years ago. But I finally decided I'd rather have it more quickly than that, and that there's other things I could do for the foundation with that time that would be more impactful.

                    I also thought there are people who could do this in minutes. It would take me days. (though I admit it would be a fun learning process)

                    "You never know what worse luck your bad luck has saved you from."
                    -Cormac McCarthy

                    89th8 1 Reply Last reply
                    • CopperC Offline
                      CopperC Offline
                      Copper
                      wrote on last edited by Copper
                      #12

                      a couple examples, fun stuff

                      https://towardsdatascience.com/driving-distance-between-two-or-more-places-in-python-89779d691def

                      https://webapps.stackexchange.com/questions/16757/function-to-find-distance-between-cities

                      1 Reply Last reply
                      • AxtremusA Offline
                        AxtremusA Offline
                        Axtremus
                        wrote on last edited by
                        #13

                        "Google Maps API developer" may be the right keywords to search for. Good luck.

                        1 Reply Last reply
                        • kluursK Offline
                          kluursK Offline
                          kluurs
                          wrote on last edited by
                          #14

                          I may have someone. Let me check if he's free.

                          1 Reply Last reply
                          • jon-nycJ jon-nyc

                            @Horace said in Freelancer or equivalent experience anyone?:

                            Jon I bet you can do this yourself.

                            I could and I considered it. I played with python 6-8 years ago. But I finally decided I'd rather have it more quickly than that, and that there's other things I could do for the foundation with that time that would be more impactful.

                            I also thought there are people who could do this in minutes. It would take me days. (though I admit it would be a fun learning process)

                            89th8 Offline
                            89th8 Offline
                            89th
                            wrote on last edited by
                            #15

                            @jon-nyc

                            I played with python 6-8 years ago.

                            Umm more recently based on my zoom in of your Napoli room.

                            1 Reply Last reply
                            • 89th8 Offline
                              89th8 Offline
                              89th
                              wrote on last edited by
                              #16

                              I recall this care-distance/map topic a few months ago btw.

                              1 Reply Last reply
                              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
                              • Users
                              • Groups