HackerTrans
TopNewTrendsCommentsPastAskShowJobs

edwhitesell

no profile record

comments

edwhitesell
·3 miesiące temu·discuss
Sometimes it's Dutch instead, but that's true.

Many agencies, especially those new to having K-9 or small departments that may not be able to spend time dedicated to training from puppies, get dogs from Europe that are partially or fully trained. The lineage of the working dog breeds is much better in Europe because many breeds have bloodlines that haven't been bred for generations to be pets (like here in the US).

It's also why agencies pay so much for the dogs. Last I heard (I used to be more involved volunteering with my local PD) a fully trained dog was around $25k, USD, a partially trained was something like $8k - $10. It sounds like a lot until you realize a fully trained dog is 18—24 months old when acquired and has been training every day during that time.
edwhitesell
·3 miesiące temu·discuss
I'd bet there are many. I know a few teams with spends in the thousands of dollars per day. It sounds crazy, but not too unrealistic.
edwhitesell
·7 miesięcy temu·discuss
Came in to, worked on a SaaS product that did this in 2000 (it was around since '97/'98). I was doing new customer deploy and support, not direct development. It was running on MSSQL 97, I think, then moved to MSSQL 2000. It worked okay, but we moved away from that model in a "next gen" build around 2001/2002.

The biggest hurdles are in the things like configurations. You'll probably want to have one code base, and maybe even one deploy/package for web servers. However, you'll need different configurations for each customer (DB name, credentials, etc.) and a way to manage them, and a way to identify which customer an HTTP request goes to before you can process it. You can use things like host names in your web app, but you'll really end up wanting some kind of "request router" to manage everything...at that point, it's far easier to put everything in one DB and move on with revenue-generation.