Explore >> Select a destination


You are here

piszek.com
| | www.softdevtube.com
5.7 parsecs away

Travel
| | Large Language Models (LLM) have enabled machines to write code. The resulting movement, AI-assisted coding, promises to improve the productivity of software developers. However, AI-assisted coding is still in its infancy. This implies that we should embrace it with caution, guardrails, and realistic expectations. This talk presents both the short- and long-term implications of using
| | www.paepper.com
2.1 parsecs away

Travel
| | The Rise of Vibe Coding Recently, Andrej Karpathy introduced a fascinating concept called "vibe coding" - a new programming paradigm where you "fully give in to the vibes, embrace exponentials, and forget that the code even exists." This approach has emerged due to the increasing capabilities of Large Language Models (LLMs) and voice-to-text technologies. As Karpathy describes it: "I just talk to Composer with SuperWhisper so I barely even touch the keyboard. I ask for the dumbest things like 'decrease the padding on the sidebar by half' because I'm too lazy to find it."
| | blog.adnansiddiqi.me
8.5 parsecs away

Travel
| | Learn the basics of Large Language Models (LLMs) in this introduction to GenAI series. Discover how LLMs work, their architecture, and practical applications like customer support, content creation, and software development.
| | www.softdevtube.com
18.0 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,