zfec VS haskell-jobs-statistics

Compare zfec vs haskell-jobs-statistics and see what are their differences.

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
zfec haskell-jobs-statistics
2 5
373 37
0.3% -
7.7 3.7
6 months ago 10 months ago
Python
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.

zfec

Posts with mentions or reviews of zfec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-15.
  • The Haskell job market has been growing steaily since 2008
    4 projects | news.ycombinator.com | 15 Jul 2023
    We used reflex-frp, so our app was a webview that worked on localhost and Android. The docs say it also works on iOS but we don't have an iPhone.

    The process was learning Functional Reactive Programming, then learning reflex-frp, then getting a contract with obsidian (creators of reflex) for one hour a week where we could ask questions.

    ( https://github.com/reflex-frp/reflex-platform )

    We had a grant requirement to create a phone client for Tahoe-LAFS, a Python application with a bunch of dependencies, including ZFEC, a forward error correction library.

    ( https://tahoe-lafs.readthedocs.io/ )

    ( https://github.com/tahoe-lafs/zfec/ )

    We needed bug for bug compatibility with the Python codebase, so I ran Tahoe on localhost and tested the Haskell client against the Python server. We used servant to build the API, since it builds both client and server side from the same description.

    ( https://hackage.haskell.org/package/servant )

  • Xz format considered inadequate for long-term archiving
    8 projects | news.ycombinator.com | 23 Jul 2022
    I disagree with the premise of the article. Archive formats are all inadequate for long-term resilience and making them adequate would be a violation of the “do one thing and do it right” principle.

    To support resilience, you don’t need an alternative to xz, you need hashes and forward error correction. Specifically, compress your file using xz for high compression ratio, optionally encrypt it, then take a SHA-256 hash to be used for detecting errors, then generate parity files using PAR[1] or zfec[2] to correct errors.

    [1] https://wiki.archlinux.org/title/Parchive

    [2] https://github.com/tahoe-lafs/zfec

haskell-jobs-statistics

Posts with mentions or reviews of haskell-jobs-statistics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-24.
  • Leaving Haskell Behind
    7 projects | news.ycombinator.com | 24 Aug 2023
    I went to the same meetup (ZuriHac), and arrived at the opposite conclusion.

    I gave a lightning talk there on how the Haskell job market has been growing steadily since 2008 [1] [2].

    The GHC bug tracker is full of new people filing bugs from production environments.

    Consultancy blogs such as [3] regularly show industry-sponsored improvements to GHC, which was much more infrequent 10 years ago.

    A this year's ZuriHac, around 50% of attendees were new to Haskell / had never visited ZuriHac before (this was an audience question).

    In the past, there were a few well-known companies that used Haskell, in specific niches. Today, the big niches are diminished, and there are more companies that use it in more niches.

    > the developer experience and ecosystem for Haskell is as bad as it was

    The developer experience improved significantly over the last years.

    Today, you can get a good quality IDE environment with VSCode and Haskell-Language-Server that works in both simple and complex environments, and includes all the features you'd expect (completions, immediate type error checking, scoped renames, go-to-definition, find-all-references, call hierarchy, docs-on-hover).

    [1] https://news.ycombinator.com/item?id=36742311

    [2] https://github.com/nh2/haskell-jobs-statistics

    [3] https://well-typed.com/blog/

  • The Haskell job market has been growing steaily since 2008
    1 project | /r/hackernews | 18 Jul 2023
    1 project | /r/patient_hackernews | 17 Jul 2023
    4 projects | news.ycombinator.com | 15 Jul 2023
  • Growth of Haskell job market over time (reddit only)
    1 project | /r/haskell | 17 Jul 2023

What are some alternatives?

When comparing zfec and haskell-jobs-statistics you can also consider the following projects:

pixz - Parallel, indexed xz compressor

fossa-action - The action sets up and caches the latest release of fossa-cli, infer the correct configuration from the current system state, analyze the project for a list of its dependencies, and upload the results to FOSSA.

zpaqlpy - Compiles a zpaqlpy source file (a Python-subset) to a ZPAQ configuration file for usage with zpaqd

Cargo - The Rust package manager

reflex-platform - A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.

stack - The Haskell Tool Stack