ericwikman
I’m trying to track down a blog post that someone wrote roughly a year ago (I think) that included a trick that José offered up about being more efficient with the data storage for the authors use case.
I want to say that it reminded me of Linux permissions, using binary references to store more than one piece of data in a single integer (as in the read bit is a 4 and a write bit is a 2, so chmod 6 means set the file to be both read and write, two pieces of data represented by a single digit integer).
I went through every article linked from Hugo @ Elixir Radar newsletter thread from last July to now, but no luck. I know this is a big shot in the dark, but wondering if this is enough info to jog someones memory and help me track down the blog post.
Ring a bell?
Trending in Discussions
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex











Showing Posts 1 to 1- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
tmjoen
Can’t help you with the source of this, but it sounds like bitwise operators? Elixir - Bitwise Operators