youtube
youtube copied to clipboard
Code examples I've written for my YouTube channel
Since OpenAI has deprecated the completions API and recommends the chat API instead, the serialization/deserialization has to be updated. The following works: ``` #[derive(Debug, Deserialize, Serialize)] struct OpenAIMessage { role:...
using function clause pattern matching and tail recursion https://inquisitivedeveloper.com/lwm-elixir-23/#patternmatchingandfunctionclauses https://exercism.org/tracks/elixir/concepts/tail-call-recursion
https://github.com/Me163/youtube/blob/400bf0ecd01a3941baaa14c26e3bb2815c23b65b/MostPowerfulEC2/ec2_profiler.sh#L59 Hi, I reviewed your shell script "ec2_profiler" and after installing the GRID drivers you need to activate them: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/activate_grid.html And than, optimize GPU settings: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/optimize_gpu.html After that rendering should...
Tried the tutorial on front end rust (It was fun!) Ran into an issue running trunk serve. ``` $ trunk serve 2025-08-03T20:22:13.819582Z INFO 🚀 Starting trunk 0.21.14 2025-08-03T20:22:13.900954Z INFO 📦...