Simple Systems Have Less Downtime
11–20 of 271 posts
Re: Simple Systems Have Less Downtime
#12I love simplifying things.
Re: Simple Systems Have Less Downtime
#13Re: Simple Systems Have Less Downtime
#14>For example, an analytics dashboard built with a no-code analytics tool like Looker is likely to have more qualified people to fix it than one built with a patchwork of custom scripts and APIs. Nobody should have to pull data scientists or product developers away from their work to fix a bar chart. I don't have experience with Looker, but the unseen complexity of no-code tools often leads to very complex systems wit…
That's true for drag&drop tools that provide a user interface as an alternative but Looker or similar tools introduce their own language that limits your capability by sandboxing the environment but still lets you programmatically define your models. See LookML for Looker ( https://docs.looker.com/data-modeling/learning-lookml/what-i... ) or Jsonnet for Rakam. ( https://docs.rakam.io/docs/compose ) P.S: I'm affiliate…
I think a better point would be to make that that’s not a bad thing, sometimes abstractions provided in “no code” systems can greatly simplify a solution. But even the most well-designed solution will fail to some essential complexity of the root-problem the original authors didn’t understand. Without debugging tools (or privileged access to the backend of the implementing system) it’s difficult or impossible to understand what went wrong.
Re: Simple Systems Have Less Downtime
#15Every new programming style epiphany is an ad hoc, intuitively-specified, hazy restatement of the Unix Way.
Re: Simple Systems Have Less Downtime
#16I'm not sure if the simpler solution - hubspot existed when the company started hacking solutions together.
Also, the move to hobspot was relatively easy because the business processes and workflows were already well known and defined.
Starting from scratch, fighting the fires as they appear, a bit of patchwork seems unavoidable.
Everything is obvious in hindsight.
I guess the real lesson here:
Simplify once in a while. Like Facebook just did with messenger.
Re: Simple Systems Have Less Downtime
#17Re: Simple Systems Have Less Downtime
#18Re: Simple Systems Have Less Downtime
#19Good luck attracting good developers with that. We use something over engineered but we have fun. The customers don't care but we do.
Re: Simple Systems Have Less Downtime
#20>For example, an analytics dashboard built with a no-code analytics tool like Looker is likely to have more qualified people to fix it than one built with a patchwork of custom scripts and APIs. Nobody should have to pull data scientists or product developers away from their work to fix a bar chart. I don't have experience with Looker, but the unseen complexity of no-code tools often leads to very complex systems wit…