HN user

degraafc

101 karma

https://cdg.dev

[ my public key: https://keybase.io/degraafc; my proof: https://keybase.io/degraafc/sigs/-yP0mDScL7ylXSeiE3neV0oD9Cg0jWIBk5DjFIC5ceY ]

Posts0
Comments18
View on HN
No posts found.

I spent a few months at a consulting company working with a precision agriculture startup, and my mind was totally blown when I first learned how much technology goes into agriculture these days. I feel like a lot of tech people have a mental image of outdoor farming still being somewhat primitive (I certainly did!) which could cause the misconceptions mentioned in the article.

Nice job! This looks really well done.

I'm just getting started on something quite similar that will let you create disposable email addresses that forward mail to multiple recipients (for shared hotel/flight bookings, etc.). I see you have this feature to a lesser extent too, which is super cool.

Again, great work and good luck!

Go is actually pretty close to the perfect language to me -- for "general purpose" computing, at least. Sure, it's plain and somewhat boring to write but it doesn't make me that much less productive. Error handling and generics are the only other features that I want, so I'm really looking forward to Go 2, if that ever comes around. I would be happy to see Go declared "feature-complete" at that point, similar to Elixir [1].

But even then, if I want to have fun and feel like I'm learning new things while I code, I'll always use something else that's more interesting.

[1] https://elixir-lang.org/blog/2019/06/24/elixir-v1-9-0-releas...