TALA Is Open-Source
21–30 of 30 posts
Re: TALA Is Open-Source
#22Re: TALA Is Open-Source
#23Re: TALA Is Open-Source
#24Re: TALA Is Open-Source
#25Now I need a Graphviz/Dotty to TALA converter. Any good ones out there?
Re: TALA Is Open-Source
#26Re: TALA Is Open-Source
#27Re: TALA Is Open-Source
#28The first few graphs are impressive, it does a much tidier job. The Go queue one is objectively worse - the other versions keep services and users grouped together, as well as a left-to-right flow. The TALA version makes it look more complicated than it is.
The post mentions that it doesn’t do DAG as well as Dagre or Elk, so, known and honestly stated limitation. I wonder if it would have been better to start with the SoC or AWS example, though.
Re: TALA Is Open-Source
#29CSS must be the hardest technology out there, because people write these algorithms yet their site breaks completely on iOS safari on an iPhone SE2. Reminded me of when Linear’s CEO shared a post on Twitter bragging about how they only hired the best devs, and then I sent a screenshot of their homepage with a broken horizontal scroll. They dismissed it as a fault on my end for having an unsupported device. Turns out…
css actually is hard, but layout is hard in general. it's a surprisingly difficult and computationally expensive problem to do things that look instinctively easy to humans.