techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#dot

8 posts8 participants2 posts today

I hit a major milestone last night. On the right is the old version, pure #graphviz #dot data flow diagram. On the left is the #d3 enhanced data/material version with colored dots to signify subprocesses/subtransforms and hover notes in graph stack. The biggest technical hurdle was in the entry de-dupe/reformat. Graphs are related to sparse matrices. So, if you digest a text graph format into a matrix/obj and then pull it back out, you can let people collaborate in a human-readable format.

forextradeguide.com/projecao-d Projeção de Preço para o Polkadot (DOT) em 2030#AnáliseCripto #Crypto #DOT #Polkadot O ecossistema Polkadot silenciosamente revoluciona as fundações da internet enquanto poucos observam seu verdadeiro potencial transformador. Qual será a projeção de preço para o Polkadot (DOT) em 2030, considerando seu posicionamento único como infrae...
forextradeguide.com/projecao-d

O que é Polkadot (DOT)
Investimentos e Trading · Projeção de Preço para o Polkadot (DOT) em 2030Projeção de Preço para o Polkadot (DOT) em 2030 - O ecossistema Polkadot silenciosamente revoluciona as fundações da internet enquanto poucos observam seu

Stocks Hit a ‘Line of Death’ Last Reached in Dot-Com Bubble, Investor Says

Bill Smead doesn’t know how long the current stock-market rally can continue, but the veteran investor does think…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #Markets #all-timehigh #billsmead #Business #consumerspending #dot-combubble #Investor #line #market #Return #S&P #smeadvaluefund #stock #thing #upwardtrendline #WarrenBuffett #year
newsbeep.com/us/22223/

This cool trick (some would call it "dirty hack" 🙂) by @plantarum can be used for #dot/#graphviz, as well:

(defun my-babel-execute-maybe ()
(interactive)
(org-mode)
(org-babel-execute-maybe)
(org-display-inline-images)
(normal-mode))

E.g. imagine this comment or doc string:

/*
#+BEGIN_SRC dot :file myfunction.svg :cmdline -Kdot -Tsvg
digraph {
a -> b;
}
#+END_SRC
*/