Omni 1
Omni 1은 구글의 Gemini AI를 활용해 macOS에 깊게 통합된 AI 애플리케이션으로, 로컬 시스템에서 직접 사용자 명령을 실행하고 작업을 수행한다. Gemini AI는 Python 스크립트를 생성하고 로컬 노트북에서 실행하며, 오류 발생 시 자체 코드 수정을 지원해 생산성을 크게 향상시킨다. 이는 LLM이 단순 텍스트 상호작용을 넘어 실제 작업 실행까지 확장된 혁신적 사례로 평가된다.
Omni 1
Omni 1은 구글의 Gemini AI를 활용해 macOS에 깊게 통합된 AI 애플리케이션으로, 로컬 시스템에서 직접 사용자 명령을 실행하고 작업을 수행한다. Gemini AI는 Python 스크립트를 생성하고 로컬 노트북에서 실행하며, 오류 발생 시 자체 코드 수정을 지원해 생산성을 크게 향상시킨다. 이는 LLM이 단순 텍스트 상호작용을 넘어 실제 작업 실행까지 확장된 혁신적 사례로 평가된다.
Creating a Project Assistant with Claude and Todoist
Claude 3.5 Sonnet surpasses OpenAI's GPT-4o with its 'Project' feature, capable of creating custom chatbots and integrating with Todoist. Todoist's simple interface and powerful API complement Claude, allowing for automation of project tasks and creation of comprehensive timelines. The potential for AI applications like Claude to interact with various platforms is promising for the future.https://leonfurze.com/2024/07/29/creating-a-project-assistant-with-claude-and-todoist/
DaVinci Resolve Webinar Schedule: July – September 2025
#BlackmagicDesign #DaVinciResolve #Fairlight #Fusion #PythonScripting #Editor #Colourist #ImmersiveAudio
https://www.samdb.co.za/blogs/blog/2025/06/25/davinci-resolve-webinar-schedule-july-september-2025/
DaVinci Resolve Webinar Schedule: April – June 2024
#DaVinciResolve #BlackmagicDesign #Fairlight #Fusion #Colorist #VisualEffects #Editor #DCTL #3DModels #CollaborationWorkflow #PythonScripting #GreenScreen #DolbyAtmos #MotionGraphics #ColorManagement #Codecs
https://www.samdb.co.za/blogs/blog/2024/03/29/davinci-resolve-webinar-schedule-april-june-2024/
Trying to add a PointerProperty for a PropertyGroup, I didn’t include specific from imports and was getting an error trying to use a naked PointerProperty. So I prefixed it with “bpy.types.” After spending an embarrassing amount of time trying to figure out why I was getting the following:
TypeError: bpy_struct.__new__(type): expected a single argument
I tried adding a specific import for the class. Suddenly the error was gone and my thing worked (after working through later errors)!
But why couldn’t I address the class directly? Ha ha. Turns out there there is a class in one module and a function in another. Guess which one I used. 🙃
bpy.props.PointerProperty is the function I should have been using all along.
#Blender3D #PythonScripting #ApplicationProgrammingInterface
Check out my 17th
@pluralsight
Course – “#Python for #Linux #SystemAdministration”
https://www.pluralsight.com/courses/python-linux-system-administration
#VSCode #PyCharm
@ThePSF
#Coder #100DaysOfCode #DevOps #Coding #Scripting #ITTraining #Pluralsight #CloudComputing #Cloud #Servers #pythonscripting #IDEs
@pycharm
@code