[2022-05-13 Fri] | There is a Wine Fountain on the El Camino | Travel |
[2022-05-10 Tue] | Elixir comprehensions have generators and filters | Elixir |
[2022-05-04 Wed] | Elixir doesn't have a boolean type - it's just the atoms :true and :false | Elixir |
[2022-05-03 Tue] | storing an atom in a variable in elixir means you are storing a pointer to that atom in a table | Elixir |
[2022-05-02 Mon] | creating a :text field happens at the db level, whereas ecto's schema refers to the type as :string | Elixir |
[2022-04-20 Wed] | Elixir calls to Erlang libraries using atom syntax: ex: :code.priv_dir(:my_app) | Elixir |
[2022-04-17 Sun] | About the painter Maud Lewis | Art |
[2022-04-16 Sat] | The jams of Phish | Music |
[2022-04-15 Fri] | The Elixir & capture operator | Elixir |
[2022-04-12 Tue] | Elixir does not allow "access" to structs dynamically. | Elixir |
[2022-04-10 Sun] | Re-acquainting with Elixir pattern matching. | Elixir |
[2022-04-08 Fri] | Elixir/Ecto lets can "embed_many" into a supporting db, allowing sql tables to have arrays of maps of json. | Elixir |
[2022-04-06 Wed] | What casein paint smells like. | Art |
[2022-04-07 Thu] | Bonfire: A new fediverse-thingie appears! Written in elixir, could be a cool project to contribute to. | Social |
[2022-04-05 Tue] | Prussian blue was the first modern synthetic pigment. (source) | Art |
[2022-04-03 Sun] | Phoenix has a auth generator which actually injects code directly into your app (about 7 or 8 files). | Elixir |
[2022-04-02 Sat] | C can get (and set) a terminal's attributes using a function called tcgetattr() . (source) | C |