BREAKING NEWS
LATEST POSTS
-
-
The Case for Eliminating the Best Animated Feature Award
(grantland.com) As I hope I’ve made clear by this point in our Oscar journey, I love awards. I cover them, I handicap them, I tweet them, I do useless math about them, I would happily volunteer to accept them if the actual winners could not attend, and I watch them. On Sunday I got really excited about the complicated, layered irony of Bon Iver winning Best New Artist at the Grammys even though I’m about 80% sure that I don’t know who he is. So when I propose the elimination of an award, please understand that it’s with a heavy heart. That said, when it comes to the Oscar for Best Animated Feature, my strong feeling is, to quote Padma Lakshmi: Please pack your knives and go.
-
-
-
Unity 3D resources
http://answers.unity3d.com/questions/12321/how-can-i-start-learning-unity-fast-list-of-tutori.html
If you have no previous experience with Unity, start with these six video tutorials which give a quick overview of the Unity interface and some important features http://unity3d.com/support/documentation/video/
FEATURED POSTS
-
Aider.chat – A free, open-source AI pair-programming CLI tool
Aider enables developers to interactively generate, modify, and test code by leveraging both cloud-hosted and local LLMs directly from the terminal or within an IDE. Key capabilities include comprehensive codebase mapping, support for over 100 programming languages, automated git commit messages, voice-to-code interactions, and built-in linting and testing workflows. Installation is straightforward via pip or uv, and while the tool itself has no licensing cost, actual usage costs stem from the underlying LLM APIs, which are billed separately by providers like OpenAI or Anthropic.
Key Features
- Cloud & Local LLM Support
Connect to most major LLM providers out of the box, or run models locally for privacy and cost control aider.chat. - Codebase Mapping
Automatically indexes all project files so that even large repositories can be edited contextually aider.chat. - 100+ Language Support
Works with Python, JavaScript, Rust, Ruby, Go, C++, PHP, HTML, CSS, and dozens more aider.chat. - Git Integration
Generates sensible commit messages and automates diffs/undo operations through familiar git tooling aider.chat. - Voice-to-Code
Speak commands to Aider to request features, tests, or fixes without typing aider.chat. - Images & Web Pages
Attach screenshots, diagrams, or documentation URLs to provide visual context for edits aider.chat. - Linting & Testing
Runs lint and test suites automatically after each change, and can fix issues it detects
- Cloud & Local LLM Support