Latest #bitstring Threads 
Hello everyone,
I’m encountering a truly baffling and persistent issue with Elixir’s bitstring syntax for little-endian integer encoding...
New
After update elixir to 1.18 gots an error
** (ArgumentError) argument error
This error has no error stack or error line.
After a few h...
New
Hi, I’m new with Elixir and for learning I try to read id3v2 tags from mp3 files. The stdlib for working with binary seems awesome with p...
New
The Comprehensions article says:
In Elixir, it is common to loop over an Enumerable … Comprehensions are syntactic sugar for such const...
New
When I hit tab in iex it doesn’t include bits or bytes on the list:
iex(69)> <<a::
big binary bitstring float...
New
Hi everyone Im facing problems with bitstrings I’m open a folder containing files and have to encode it with Huffman algorithm(huffman | ...
New
I understand these results:
iex(1)> for <<b::1 <- <<0xff::16>> >>, do: b
[0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1,...
New
I am reading a video file and want to create an Nx Tensors for each frame:
frames = file_contents # list of binaries
|> Enum.map(fn...
New
I’ve just come across a library that had import Foo.BinaryUtils, warn: false peppered through it. That looked like a code smell so I star...
New
Hi all,
I’ve finally achieved ‘Basic’ status on Elixir Forums, so I have a appropriately basic question :sweat_smile:
I’m ingesting a m...
New
This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
I am reading a video file and want to create an Nx Tensors for each frame:
frames = file_contents # list of binaries
|> Enum.map(fn...
New
Hi, I’m new with Elixir and for learning I try to read id3v2 tags from mp3 files. The stdlib for working with binary seems awesome with p...
New
The Comprehensions article says:
In Elixir, it is common to loop over an Enumerable … Comprehensions are syntactic sugar for such const...
New
Hello everyone,
I’m encountering a truly baffling and persistent issue with Elixir’s bitstring syntax for little-endian integer encoding...
New
When I hit tab in iex it doesn’t include bits or bytes on the list:
iex(69)> <<a::
big binary bitstring float...
New
After update elixir to 1.18 gots an error
** (ArgumentError) argument error
This error has no error stack or error line.
After a few h...
New
Trending Over Three Years
As you know, Erlang and Elixir have a good specifications/functions for binary. However, I haven’t found it for bitstring. Here is some e...
New
When executing the following:
IO.inspect Inspect.Ecto.Query.to_string(from u in User, where: u.id == ^1)
special characters such as \n...
New
I have a bitstring:
<<3, 0, 0, 0>>
that i’m trying to split into two values like so:
<<chunk::little-unsigned-size(3...
New
Hi all,
I’ve finally achieved ‘Basic’ status on Elixir Forums, so I have a appropriately basic question :sweat_smile:
I’m ingesting a m...
New
Background
We have a simple string of variable size and we want the final 4 characters of the string. Our goal is to achieve this via pat...
New
I stumbled upon something that baffles me while working with PDF files. The problem arose due to the non-ASCII characters âãÏÓ on the sec...
New
Hi,
I have a general question about building bitstring/binary data. I have been following some articles that look at parsing binary dat...
New
In a bit of a continuation of my last post Bitstring with codepoints of non-ASCII characters, I’m trying to understand why the following ...
New
I want tidy code that creates an opcode from two pieces, and encodes it as a little endian binary. Where “the OGF occupies the upper 6 b...
New
I’ve just come across a library that had import Foo.BinaryUtils, warn: false peppered through it. That looked like a code smell so I star...
New
Hi everyone Im facing problems with bitstrings I’m open a folder containing files and have to encode it with Huffman algorithm(huffman | ...
New
I understand these results:
iex(1)> for <<b::1 <- <<0xff::16>> >>, do: b
[0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1,...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







