hex_core VS image

Compare hex_core vs image and see what are their differences.

hex_core

Reference implementation of Hex specifications. (by hexpm)

image

Image processing for Elixir [Moved to: https://github.com/elixir-image/image] (by kipcole9)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
hex_core image
1 1
95 306
- -
4.9 10.0
about 1 month ago 3 months ago
Erlang Elixir
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hex_core

Posts with mentions or reviews of hex_core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-07.
  • Elixir Nitpicks
    5 projects | news.ycombinator.com | 7 Feb 2024
    We give similar examples in our anti-patterns docs: https://hexdocs.pm/elixir/main/code-anti-patterns.html#compl...

    ## State management

    Generally agreed. Just one nit:

    > Sure the state is all encapsulated into processes, but then those processes are hidden behind an abstraction layer that makes them invisible, so really you’re just touching global variables.

    They are not invisible. You can use Observer, the Phoenix Live Dashboard, and many other tools to traverse, explore, and navigate the supervision tree, processes, and see where all state is!

    ## Imports

    Agreed. We had several discussions on how to improve this but nothing satisfactory. Maybe it is time for another tango.

    ## Mixed messages

    I'd say we actually do a good job on the official docs on the topics that are directly related to Elixir:

    * On umbrella projects, the official guide discusses trade-offs: https://hexdocs.pm/elixir/dependencies-and-umbrella-projects...

    * Live upgrades are covered in our release docs: https://hexdocs.pm/mix/Mix.Tasks.Release.html#module-hot-cod...

    * On macros: https://hexdocs.pm/elixir/macro-anti-patterns.html#unnecessa...

    I assume the trouble is in finding this information, so if anyone finds we should link to them from other places, pull requests are welcome. In general, PRs to improve docs are always gladly received, be in Elixir, Ecto, or elsewhere!

    ## Others

    > Anecdotally, when Elixir started off there was some bad blood between them and the Erlang community, which is the origin of this schism

    No bad blood, really. I asked the `rebar` team (not the current `rebar3`) if they would accept PRs to also compile Elixir, they said no (which is understandable) and then we move forward with `mix` (which was a contribution from a Clojure developer inspired by `lein`). The projects drifted apart but we often share whatever we can in other places (such as https://github.com/hexpm/hex_core).

    > In fact the Elixir compiler almost never gives you an outright error, basically it only fails if a file can’t be parsed. This feels spooky as hell… but its warnings are basically always correct and seldom miss anything

    Yes! Our goal is to avoid halting compilation as much as possible and instead rely on precise warnings. It is easier to debug a program that compiles (and then raises) than one that does not compile at all.

image

Posts with mentions or reviews of image. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-07.
  • Elixir Nitpicks
    5 projects | news.ycombinator.com | 7 Feb 2024
    > Lots of other tools are a bit short of the “first-class” level of polish; Image/Vix

    I'm the author of Image and I'd welcome feedback on improving areas where you see lack of polish (there's a reason its not yet 1.0, but it is getting closer - primarily rewriting the color model).

    Comments here are fine, or in the repo at https://github.com/kipcole9/image