New interview published: https://notamonadtutorial.com/interview-with-norias-creator-a-promising-dataflow-database-implemented-in-rust-352e2c3d9d95
Notamonadtutorial
Interview with Noria’s creator: a promising dataflow research database implemented in Rust
After reading Tensorflow’s original paper I learnt that four of its authors were authors of Microsoft Naiad’s research paper too. Naiad…
Most of us would be lying if we said the idea of making an emulator hasn’t crossed our mind, but usually when you start digging into everything that is involved it becomes a bit overwhelming and the idea stops sparking joy, so we ditch it as soon as some other shiny thing appears. On the other hand, we have the brave people that take on this task and work on it until completion (or at least until having something decent enough to show) which by itself is an amazing accomplishment.
Most emulators are written in a system programming language (C, C++, Rust, etc), but every now and then we find a hidden gem, not only using a different language, but that evolved into something more. In this case, we found PyBoy a GameBoy emulator written in Python with a new found focus on making the external components available to bots or AI.
We interviewed one of the creators of PyBoy, Mads Ynddal.
https://notamonadtutorial.com/a-wild-pyboy-appears-a-gameboy-emulator-written-in-python-22666762232f
Most emulators are written in a system programming language (C, C++, Rust, etc), but every now and then we find a hidden gem, not only using a different language, but that evolved into something more. In this case, we found PyBoy a GameBoy emulator written in Python with a new found focus on making the external components available to bots or AI.
We interviewed one of the creators of PyBoy, Mads Ynddal.
https://notamonadtutorial.com/a-wild-pyboy-appears-a-gameboy-emulator-written-in-python-22666762232f
Medium
A wild PyBoy appears: a GameBoy emulator written in Python
Most of us would be lying if we said the idea of making an emulator hasn’t crossed our mind, but usually when you start digging into…
Why create a new shell? Why write it in Rust? NuShell creators answer our questions in this new interview
https://notamonadtutorial.com/nushell-the-shell-where-traditional-unix-meets-modern-development-written-in-rust-caf92c2c7c98
https://notamonadtutorial.com/nushell-the-shell-where-traditional-unix-meets-modern-development-written-in-rust-caf92c2c7c98
Notamonadtutorial
NuShell: the shell where traditional Unix meets modern development, written in Rust
We interviewed its creators
Probabilistic programming is at this point an established field both for research and industry applications, but like everything else (especially in the tech industry), it is undergoing constant evolution. This is where Julia comes in — designed for high performance in the world of data science, it seems to be the perfect fit for probabilistic programming.
To learn more about this world we contacted Chad Scherrer, the creator of Soss, a probabilistic programming library written entirely in Julia. With a very clean syntax resembling math notation, Soss seems to bridge the gap between the more academic side of data science and the more technical/developer one, while also providing speed and first-class models.
https://notamonadtutorial.com/soss-probabilistic-programming-with-julia-6acc5add5549
To learn more about this world we contacted Chad Scherrer, the creator of Soss, a probabilistic programming library written entirely in Julia. With a very clean syntax resembling math notation, Soss seems to bridge the gap between the more academic side of data science and the more technical/developer one, while also providing speed and first-class models.
https://notamonadtutorial.com/soss-probabilistic-programming-with-julia-6acc5add5549
julialang.org
The Julia Programming Language
The official website for the Julia Language. Julia is a language that is fast, dynamic, easy to use, and open source. Click here to learn more.
Hi people! We are organizing an online free software conference from the 27th of July to the 31th of July. Get your free tickets at https://buzzconf2020.eventbrite.com/
Eventbrite
BuzzConf 2020
A conference for devs, by devs
Forwarded from Martina 👾
YouTube
BuzzConf 2020 - Aditya Siram & Sergio Chouhy - Wednesday, July 29
BuzzConf, the conference for devs, by devs, presents:
9pm UTC: Aditya Siram - "What FP Can Learn From Static Introspection"
What if compile time and type level programming in functional programming languages were easy, something you reach for without even…
9pm UTC: Aditya Siram - "What FP Can Learn From Static Introspection"
What if compile time and type level programming in functional programming languages were easy, something you reach for without even…
Chris Rackauckas live now!! Scientific Machine Learning with Julia https://youtu.be/fbKHLdoG7wA
YouTube
BuzzConf 2020 - Viral B. Shah & Chris Rackauckas - Thursday, July 30
BuzzConf, the conference for devs, by devs, presents:
9pm UTC: Viral B. Shah - "Julia - A language for AI and much more"
The Julia language is now used by over half a million programmers worldwide. Created to solve the two language problem, Julia is demonstrating…
9pm UTC: Viral B. Shah - "Julia - A language for AI and much more"
The Julia language is now used by over half a million programmers worldwide. Created to solve the two language problem, Julia is demonstrating…
Hi! We published a new article focused on a very useful tool for those of you who work with time series.
Let us know what you think!
https://notamonadtutorial.com/stumpy-unleashing-the-power-of-the-matrix-profile-for-time-series-analysis-7c46af040adb
Let us know what you think!
https://notamonadtutorial.com/stumpy-unleashing-the-power-of-the-matrix-profile-for-time-series-analysis-7c46af040adb
Medium
Stumpy: unleashing the power of the matrix profile for time series analysis
An interview with Stumpy creator Sean Law
Hello everybody 👋 and happy New Year! New article in This is Not a Monad Tutorial 🐘 !
We interviewed the creator of Ballista, Andy Grove.
Ballista is a fresh distributed computing platform built primarily on Rust and powered by Apache Arrow technologies. In this article you can check all the the technical details and features that make Ballista different.
https://notamonadtutorial.com/ballista-a-distributed-compute-platform-made-with-rust-and-apache-arrow-5f4d1f51c698
We interviewed the creator of Ballista, Andy Grove.
Ballista is a fresh distributed computing platform built primarily on Rust and powered by Apache Arrow technologies. In this article you can check all the the technical details and features that make Ballista different.
https://notamonadtutorial.com/ballista-a-distributed-compute-platform-made-with-rust-and-apache-arrow-5f4d1f51c698
Medium
Ballista, a distributed compute platform made with Rust and Apache Arrow
An interview with its creator, Andy Grove
New Article in This is Not a Monad Tutorial:
Leandro Ostera talks with us about LAM, The Little Actor Machine: an embeddable virtual machine for the actor model that runs native or compiles to WebAssembly.
The actor model is a concurrency paradigm created by Carl Hewitt in 1973 with the goal of making the task of writing concurrent programs simpler. It is based on the idea of actors, entities that can only send, receive and process messages.
https://notamonadtutorial.com/lam-an-actor-model-vm-for-webassembly-and-native-d7939362e1b8
Leandro Ostera talks with us about LAM, The Little Actor Machine: an embeddable virtual machine for the actor model that runs native or compiles to WebAssembly.
The actor model is a concurrency paradigm created by Carl Hewitt in 1973 with the goal of making the task of writing concurrent programs simpler. It is based on the idea of actors, entities that can only send, receive and process messages.
https://notamonadtutorial.com/lam-an-actor-model-vm-for-webassembly-and-native-d7939362e1b8
Medium
LAM: an actor-model VM for WebAssembly and native
An interview with its creator, Leandro Ostera
Read and share our latest article 🐘
Modeling complexity with Symbolics.jl and ModelingToolkit.jl - an interview with Chris Rackauckas.
This time Chris joins us to answer questions regarding new developments in the area of symbolic computation with Julia.
https://notamonadtutorial.com/modeling-complexity-with-symbolics-jl-and-modelingtoolkit-jl-df923129996b
Modeling complexity with Symbolics.jl and ModelingToolkit.jl - an interview with Chris Rackauckas.
This time Chris joins us to answer questions regarding new developments in the area of symbolic computation with Julia.
https://notamonadtutorial.com/modeling-complexity-with-symbolics-jl-and-modelingtoolkit-jl-df923129996b
Medium
Modeling complexity with Symbolics.jl and ModelingToolkit.jl
An interview with Chris Rackauckas
Hi everybody!
We have just posted an article regarding our first book and latest project: "Data Science in Julia for Hackers"
It took a lot of effort from our amazing team, so read and share! We are open to feedback and criticism.
https://notamonadtutorial.com/how-we-wrote-a-hands-on-bayesian-data-science-book-in-6-months-a97c73a510b5
We have just posted an article regarding our first book and latest project: "Data Science in Julia for Hackers"
It took a lot of effort from our amazing team, so read and share! We are open to feedback and criticism.
https://notamonadtutorial.com/how-we-wrote-a-hands-on-bayesian-data-science-book-in-6-months-a97c73a510b5
Medium
We wrote a book! “Data Science in Julia for Hackers” beta is now live and free to read
Learn about data science and Julia while solving real-life problems
New article published in #NotAMonadTutorial ! We interviewed Juan Facorro about ClojErl:
BEAM all the things! ClojErl, an implementation of Clojure on the Erlang Virtual Machine
https://www.notamonadtutorial.com/clojerl-an-implementation-of-the-clojure-language-that-runs-on-the-beam/
#clojure #erlang #clojerl #beam #elixir #virtualmachine
BEAM all the things! ClojErl, an implementation of Clojure on the Erlang Virtual Machine
https://www.notamonadtutorial.com/clojerl-an-implementation-of-the-clojure-language-that-runs-on-the-beam/
#clojure #erlang #clojerl #beam #elixir #virtualmachine
Simulations are about to get way, way faster with #JuliaSim!
New Article on #NotAMonadTutorial. We interviewed #ChrisRackauckas about JuliaSlim, a cloud-based simulation platform built on top of the #julia open source stack.
https://www.notamonadtutorial.com/simulations-are-about-to-get-way-way-faster-with-juliasim/
New Article on #NotAMonadTutorial. We interviewed #ChrisRackauckas about JuliaSlim, a cloud-based simulation platform built on top of the #julia open source stack.
https://www.notamonadtutorial.com/simulations-are-about-to-get-way-way-faster-with-juliasim/
The account of the user that owns this channel has been inactive for the last 11 months. If it remains inactive in the next 27 days, that account will self-destruct and this channel may no longer have an owner.
The account of the user that owns this channel has been inactive for the last 11 months. If it remains inactive in the next 18 days, that account will self-destruct and this channel may no longer have an owner.
The account of the user that owns this channel has been inactive for the last 11 months. If it remains inactive in the next 10 days, that account will self-destruct and this channel may no longer have an owner.