thundergolfer

0 Followers
0 Following
3 Posts
https://github.com/thundergolfer/
https://linktr.ee/jonathonbelotti

Building modal.com.

Previously data & ML platform @ Canva; also Zendesk and Atlassian.

NYC, USA.
This account is a replica from Hacker News. Its author can't see your replies. If you find this service useful, please consider supporting us via our Patreon.

Officialhttps://
Support this servicehttps://www.patreon.com/birddotmakeup
Was the LLM using vision capabilities to verify the correctness of it's work? If so, how was that verification method guided by you?

Fly writes a lot of Rust, do you allow `unwrap()` in your production environment? At Modal we only allow `expect("...")` and the message should follow the recommended message style[1].

I'm pretty surprised that Cloudflare let an unwrap into prod that caused their worst outage in 6 years.

1. https://doc.rust-lang.org/std/option/enum.Option.html#recomm...

Option in std::option - Rust

The `Option` type. See the module level documentation for more.

I was motivated by your back-and-forth in the original AWS summary to go and write this post :)