Saturday, December 02, 2023

GoLang error handling syntax

clever! but not available, yet.

banging errors in go

   fd, err := os.Open(filename) if err != nil { return nil, err }

==

   fd := ^os.Open(filename)


AI: LLMs and the Future of Programming by Peter Norvig

Large Language Models and the Future of Programming by Peter Norvig - YouTube

Peter is a Distinguished Education Fellow at Stanford's Human-Centered Artificial Intelligence Institute and a Google researcher. His vast experience ranges from heading Google's core search algorithms group to teaching AI to over 160,000 online students. [Read more](http://www.norvig.com/).


Generative AI And Programming, Peter Norvig, Director of Research, Google - YouTube



I completed the first online AI class by Peter Norvig & Sebastian Thrun from Stanford/Google, in 2011
DraganSr: AI Class - Statement of Accomplishment