https://clojure.github.io/core.async/flow-guide.html
| City | Austin, TX |
| City | Austin, TX |
Hey Sal and automation team. I was wondering what your thoughts are on the new Sky AI app for Automating the Mac?
Introducing Calva Power Tools
Discussions: https://discu.eu/q/https://youtu.be/GiWKX-0NqkM
11 insights after 11 years with the functional database Datomic - Magnar Sveen
https://www.youtube.com/watch?v=YSgTQzHYeLU
Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=YSgTQzHYeLU
Behavioral Programming in Clojure
https://thomascothran.tech/2024/09/in-clojure/
Behavioral Programming is a relatively new programming paradigm that excels at isolating and composing behaviors in event driven system. It is unrelated to behavior driven development. Behavioral programming was invented by David Harel, who also...
C# 13 is adding the ability to make extensions *properties*, this means we can build a scientific units library or financial units library with the nice syntax:
(15.mm + 12.inch) / 12.sec
or
(15.eur + 1200.dollars) / 12.months
Will be (most likely) a valid syntax by adding extension properties mm, inch, sec, kg for integers.
Join Mads and Dustin as they show off a long list of features and improvements coming in C# 13. This year brings long-awaited new features like extensions an...
I just completed "Hot Springs" - Day 12 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/12
Took me FOREVER! But at least it's done. Using recursion and memoization. This one was conceptually tough.
SVG Shaper for SwiftUI is a little macOS application that accepts images in the Scalable Vector Graphics format (SVG) and converts those into SwiftUI source code. Got an SVG icon from your designer? Use the contained shapes directly within your SwiftUI views. SVG Shaper’s primary purpose is to conv…
Waymo conducted the first analysis of its fully driverless vehicles to determine whether they’re safer than human drivers. The 7.1-million mile study found its cars performed better than humans in preventing injury-causing crashes.