Thread
Stories related to "Frak takes an entirely different approach to generating regular expressions" across the full archive.
It's about BeOS: a microkernel-based, multimedia OS w/ pervasive multithreading. The demo clip at the end shows what load that architecture could handle without slowdowns.
A Purely Functional Typed Approach to Trainable Models (Differentiable Programming in Haskell)
(blog.jle.im)
Three-part series about differentiable programming applied to machine learning in a purely functional typed setting, and the benefits of this combination.
I've referenced this post many times to co-workers. It's a great summary of different routing approaches and libraries. In my open source project I do not use a routing library at all, and I use something similar to what the author describes as "Regex table" (except I just do if-then-else), which is...
TU Wien has pioneered a novel method for generating artificial tissue: Cells are grown in microstructures created in a 3D printer. Is it possible to grow tissue in the laboratory, for example, to replace injured cartilage? At TU Wien (Vienna), an important step has now been taken towards creating re...
Is there an integer that takes all 3 sides of different Pythagorean triples?
(math.stackexchange.com)