But looking at the websocket messages, it seems to only send updates about the slice I am looking at which consists of 1441 checkboxes at a time.
Two million checkboxes (written in Elixir)
51–60 of 61 posts
Re: Two million checkboxes (written in Elixir)
#52Earlier quoted context omitted.
Considering how many other solutions that are all trying to solve distributed systems issues but avoiding just using Erlang or Elixir I think the statement has merit.
Exactly, I've commented many times on here that at least half the show hn posts (like Hatchet from yesterday) are just overlycomplex implementations of features that have existed on the beam for decades. Or at least already in the Erlang/Elixir ecosystem (Oban, for example).
Re: Two million checkboxes (written in Elixir)
#53I was expecting it to keep 2million checkboxes updated in my browser. But looking at the websocket messages, it seems to only send updates about the slice I am looking at which consists of 1441 checkboxes at a time. https://i.imgur.com/uKH4wee.png
Re: Two million checkboxes (written in Elixir)
#54Funny 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.
Re: Two million checkboxes (written in Elixir)
#55I upgraded the server to 2 performance CPUs and 8gb of ram, running on Fly.io Should be fiiiiiiine, right?
Sincerely, Your friends at the triangle company
Re: Two million checkboxes (written in Elixir)
#56Funny 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?
It's not so much that it does things others can't, it's that it does all the things, running in the same application space, and things like background jobs, or a caching layer, or cron are all things that most stacks these days need to sort via another library, and Erlang/Elixir apps just do it all on BEAM.
Re: Two million checkboxes (written in Elixir)
#57Funny 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.
Re: Two million checkboxes (written in Elixir)
#58Earlier quoted context omitted.
Exactly, I've commented many times on here that at least half the show hn posts (like Hatchet from yesterday) are just overlycomplex implementations of features that have existed on the beam for decades. Or at least already in the Erlang/Elixir ecosystem (Oban, for example).
Proof that the only thing that matters about any software is whether it's easy for beginners to get into. What's wrong with Erlang that in ten years it's seen so little adoption?
Re: Two million checkboxes (written in Elixir)
#59Funny 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.
Re: Two million checkboxes (written in Elixir)
#60Funny 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.