The last few months of GAN progress has been amazing to watch. The ability to generate images from just text descriptions has been suddenly unlocked thanks to OpenAI's CLIP and with it a flood of exciting possibilities.
(more…)
Read more »
ES2015 added a variety of riches to JavaScript. Among them are two new ways
to declare variables, let and const. These tools were introduced to
address faults of var, provide us an opt-in path to new functionality, and
bring richers semantics to JavaScrip...
Read more »
Since 2011 Stack Overflow has conducted a yearly survey on the developer community. (more…)
Read more »
Many visual programming languages (VPLs) such as Max or PureData provide a graphic canvas to allow developers to connect functions or data between them. This canvas, also known as a patcher, is basically a graph meant to be interpreted as dataflow computa... (more…)
Read more »