Live data from Hacker News

Two million checkboxes (written in Elixir)

twomillioncheckboxes.com

41–50 of 61 posts

Re: Two million checkboxes (written in Elixir)

#41

Funny how these things are fairly simple on BEAM. Funny how majority of industry won’t ever learn anything about BEAM and will keep hitting walls for the rest of their careers.

Any recommended learning resources?

get your feet wet with elixir or gleam. i think they are way more approachable than erlang

Re: Two million checkboxes (written in Elixir)

#45

Funny how these things are fairly simple on BEAM. Funny how majority of industry won’t ever learn anything about BEAM and will keep hitting walls for the rest of their careers.

Any recommended learning resources?

There is currently a HumbleBundle running with a bunch of Elixir books from PragProg. I won't share the link as I don't want to spam.

Re: Two million checkboxes (written in Elixir)

#46
post #3

Is this going to be a thing now where someone releases a doubled version every week? I would like that.

If there were to be an arms race like that, my first attempt would be infinite-checkboxes or similar. Would probably run absolutely horribly on anything but the beefiest machines, and cost thousands of dollars for bandwidth.

Would need to come up with a way to make (un)checking computationally expensive to stop the state immediately ballooning to gigabytes in size.

Re: Two million checkboxes (written in Elixir)

#48

Funny how these things are fairly simple on BEAM. Funny how majority of industry won’t ever learn anything about BEAM and will keep hitting walls for the rest of their careers.

It's way too slow and per-task overhead is much higher than in compiled alternatives (Rust and .NET - BEAM performance is much worse than these, sometimes by a factor of 10).

Surely you're not asserting that other platforms that provide concurrency and parallelism primitives are designed by people who don't know what they're doing?

Re: Two million checkboxes (written in Elixir)

#50

Funny how these things are fairly simple on BEAM. Funny how majority of industry won’t ever learn anything about BEAM and will keep hitting walls for the rest of their careers.

What can BEAM do that other languages can't? Do you have a favorite learning resource for it?
Post reply on HN