Live data from Hacker News

Open Source Farming Robot

farm.bot

1–10 of 369 posts

Re: Open Source Farming Robot

#4
It's written in Elixir.

Maybe it's just a grass-is-greener thing but the more Kubernetes I have to stomach, the more interested I become in BEAM languages like Elixir.

Not like they're alternatives exactly, but I get the feeling that the BEAM way is to solve the ops problems in a way resembles how you solved your dev problems. More holistic, less ad hoc.

Re: Open Source Farming Robot

#5

It's written in Elixir. Maybe it's just a grass-is-greener thing but the more Kubernetes I have to stomach, the more interested I become in BEAM languages like Elixir. Not like they're alternatives exactly, but I get the feeling that the BEAM way is to solve the ops problems in a way resembles how you solved your dev problems. More holistic, less ad hoc.

Can you elaborate? I’m intrigued.

Re: Open Source Farming Robot

#9
post #5

It's written in Elixir. Maybe it's just a grass-is-greener thing but the more Kubernetes I have to stomach, the more interested I become in BEAM languages like Elixir. Not like they're alternatives exactly, but I get the feeling that the BEAM way is to solve the ops problems in a way resembles how you solved your dev problems. More holistic, less ad hoc.

Can you elaborate? I’m intrigued.

Not a huge erlang person but I think the idea is that redundancy and robustness is managed by the BEAM process on each host, so that layer is much higher in the stack. Compared with k8s where it’s like okay die if something goes wrong and the container orchestrator makes you a whole new chroot as if you just rebooted.

Re: Open Source Farming Robot

#10

Previous thread from 2021: https://news.ycombinator.com/item?id=27628101 A lot of advances since then.

Thanks! Macroexpanded:

Open Source Farming Robot - https://news.ycombinator.com/item?id=27628101 - June 2021 (227 comments)

FarmBot Genesis XL - https://news.ycombinator.com/item?id=19002022 - Jan 2019 (1 comment)

Post reply on HN