Frectonz
Devin
While yall were looking for a good project to learn rust with, devin already started sending PRs to rust projects.
YouTube
AI software engineer adds a feature to an open source repository
Learn more about Devin and Cognition at https://www.cognition-labs.com/blog and follow us on Twitter at https://twitter.com/cognition_labs
Nix is a better Docker image builder than Docker's image builder
https://xeiaso.net/talks/2024/nix-docker-build/
https://xeiaso.net/talks/2024/nix-docker-build/
xeiaso.net
Nix is a better Docker image builder than Docker's image builder
Xe Iaso's personal website.
my youtube feed is like 90% smalltalk, so that's how people get indoctrinated 😂
https://youtu.be/baxtyeFVn3w
https://youtu.be/baxtyeFVn3w
YouTube
Lambda World 2018 - What FP can learn from Smalltalk by Aditya Siram
This presentation by Aditya Siram (Deech) took place at Lambda World Seattle on September 18th, 2018 at the Living Computers Museum in Washington.
What FP can learn from Smalltalk
I love functional programming, especially with types, my code is less buggy…
What FP can learn from Smalltalk
I love functional programming, especially with types, my code is less buggy…
Frectonz
He made the PayPal team use Windows NT 💀 for their servers eventhough the CTO was saying they should use a UNIX system.
Why did i expect a guy who said Windows NT is better than unix, to use rust. Of course they used normie python 😔.
If there's one thing Advent of Code has thought me, it's the importance of graph libraries. Seeing how fundamental graph algorithms are to a lot of problems, you would expect them to be part of the standard library of every language. This article tries to explain why that's not the case.
https://www.hillelwayne.com/post/graph-types/
https://www.hillelwayne.com/post/graph-types/
Hillel Wayne
The Hunt for the Missing Data Type
A (directed) graph is a set of nodes, connected by arrows (edges). The nodes and edges may contain data. Here are some graphs:
All graphs made with graphviz (source) Graphs are ubiquitous in software engineering:
Package dependencies form directed…
All graphs made with graphviz (source) Graphs are ubiquitous in software engineering:
Package dependencies form directed…