Getting Started with Go: A Beginner’s Guide to Google’s Programming Language - Cosmic Meta Digital
Learn the basics of Go, Google's powerful programming language. This beginner's guide covers everything from installation to writing your first Go program, along with key features like concurrency and error handling.
maelstrom-software/maelstrom: Maelstrom is a fast Rust, Go, and Python test runner that runs every test in its own container. Tests are either run locally or distributed to a clustered job runner.
Maelstrom is a fast Rust, Go, and Python test runner that runs every test in its own container. Tests are either run locally or distributed to a clustered job runner. - maelstrom-software/maelstrom
In OctoCut, I have to perform a few tasks that are CPU or memory intensive. Instead of performing them on the machine serving web requests, I want to perform them on a different machine. FLAME is perfect for this. (If you're not familiar with FLAME, I highly recommend checking out
Reducing Compile-Time Dependencies in Gettext for Elixir
This is how we significantly improved compilation time for Elixir projects that use Gettext, using a few metaprogramming tricks and ten years of Elixir experience since we wrote the first version of this library.
I've kept very busy recently and as I look at what I published last it has clearly kept me from blogging. I don't love that. I like having a blog and I like tending to it. I've not missed a beat on the newsletter's weekly cadence but that might not be your jam. Let's catch up. I've been diving into embedded Linux with Elixir.
I adore Nerves. I recently joined the core team. And I'll be doing my best to help people get along with this lovely way to co-mingle hardware and massively concurrent reliable software.
How to create web browser fingerprints to be used when verifying JWT access tokens? - Phoenix Forum / Questions / Help - Elixir Programming Language Forum
Thus, making sure that the token is being used by the same web browser used to authenticate in the first place? Note: I am using Guardian.
Cuckoo_filter - A high-performance, concurrent, and mutable Cuckoo Filter for Erlang and Elixir - Your Libraries & OS Mentoring / Libraries - Elixir Programming Language Forum
cuckoo_filter is a high-performance, concurrent, and mutable Cuckoo Filter implemented using atomics for Erlang and Elixir. A Cuckoo Filter is a space-efficient probabilistic data structure for approximated set-membership queries. It can be used to test whether an element is a member of a set in constant time with a low rate of false positives. By using erlang atomics we have fast and concurrent access for read and write operations. It is implemented in erlang so you can use it in both erlang...