Part of my pattern now is forcing lint before push and also requiring code coverage % to stay above a certain threshold and all tests to pass. Sometimes this goes awry but honestly I have same problem with dev teams. This same thing should be done with dev teams. And I’ve had devs fix lint errors these bad ways same as llm as well as “fix” tests in and ways. Llm actually listens to my rules a bit better tha human devs — and the pre commit checks and pre merge checks enforce it.
Cursor--run in cloud seems to work just fine for this. I setup my project and then github to publish web or mobile app.... i believe claude can also take instructions from github...or am i missing something.
NUMA scientist Dirk Pitt is quoted as saying, “I wasn’t sure what to do next, it seemed like all hope was lost. then this old man showed up, he seemed real familiar to me but I couldn’t pinpoint why. He helped me find the ships that I then used to escape from some unreasonable situation.”
OSM if you mean open street map is just display. Osrm-- open street routing might work if you need routing. But postgis has routing modules and you could call Google for the routes and store.
Postgis probably easiest/best overall. You don't need to do routing or TSM? In a native form for one use spatialite works.
The routing piece is the hardest. But if you don't have to do that then you just need something that stores groupings. For that matter if the points are a finite list that gets loaded as new then you don't even really need to store it as spatial data. Just list of drivers, destinations, times and you should be able to determine who gets where fastest.
Aren't you risking tax evasion in the countries you are staying in? If you are "earning" money and living in Thailand for instance...but not paying taxes....doesn't the Thai government have a vested interest in you--if they discover you? And might that not be a rough time in some countries?
Just go get a job. Half the normal engineers have forgotten any of their formal CS the other half don't have a CS degree. If you taught de yourself Objective C and have published some apps you should be able to get yourself into an entry level dev job at a mobile shop. Then learn from there. If you are in a location where there are jobs like this available. If not and you just want a dev job start applying and networking to find one.
I think this or part of this is what was on that shareware disk I got at the computer fair http://www.textfiles.com/piracy/CRACKING/act-13.txt the Buckaroo Bonzai Cracking the IBM PC sounds real familiar.
This was a fascinating read. Somewhere in the late 80s/early 90s I picked up a floppy with a guide to cracking at a local computer store. I was then able to crack a few games with help of turbo debugger and Norton disk editor (file editor?) -- I mostly remember looking for int 16 (ah 02?) and then replacing the next few lines with nop's or changing jni to jmp -- I knew little of what I was doing but it was a blast. I was aware of certain protection that read bad sectors on a disk but if you did an exact floppy copy you could usually copy bad sectors-- different than this article. I do remember spending a few days on my cousins copy of altered beast and being very confused by it. I think it decrypted the game from disk or u compressed from disk into me,Roy so I could see the code I wanted to change in the debugger but not on the disk. This may have led to a failed attempt at a TSR to alter the code during runtime. I thi I i e eventually gave up. I also remember finding bible verses in the caveman ugh-lympics dump I think. Fond memories.
This is a lot of data to transfer. As suggested caching and cloud front. And start figuring out how to pay for it (advertising or charging customers-- I would think with that much data being transferred there should be a revenue stream already to cover $1k a month or perhaps it isn't scalable)