Sam CejaforLilypad Networkblog.lilypadnetwork.org·Feb 12, 2025DeepSeek-R1 7b is Now a Module on the Lilypad Network!Big news for developers and researchers! DeepSeek-R1 7b and DeepSeek-R1 1.5b, powerful open source reasoning models, are now running as modules on the Lilypad Network! By using these modules in AI workflows, developers can be sure their data is not b...What can I build on Lilypad?Deepseek
Faizan Shaikhfaizanshaikh.hashnode.dev·Feb 10, 2025Unlocking the Power of Python: Modules & Libraries Explained!🏆 A Story of Python Superpowers! Imagine you’ve just stepped into Python City, a place where developers are superheroes! 🦸♂️🦸♀️ Every hero needs tools to solve problems, just like every coder needs functions to build applications. But what if yo...DSA
Phil BillingsbyforLilypad Networkblog.lilypadnetwork.org·Jan 30, 2025Lilypad Module Builder GuideRunning AI workloads can be resource-intensive, often requiring expensive GPUs or centralized cloud infrastructure. But what if you could deploy AI models on a decentralized network and run inference jobs without owning high-end hardware? This is whe...79 readsLilypad Technical GuidesAI
Devlin RochaforLilypad Networkblog.lilypadnetwork.org·Jan 28, 2025Lilypad Builder-verse!At the Lilypad Network, our mission is to democratize access to compute resources with tooling to deploy powerful Agents and open source LLM workflows. To achieve our mission of accelerating open source AI, we’re enlisting the help of the Lilypad com...74 readsIncentiveNetAI
Himanshu MandhyanforKeploy Community Blogkeploy.hashnode.dev·Jan 6, 2025How to Resolve the "Cannot Use Import Statement Outside a Module" ErrorThe "Cannot use import statement outside a module" error can be quite confusing, especially for those working with JavaScript or Node.js. This error is generally raised in a context that doesn't recognize ES6 modules when the import statement is refe...modules
silberbulletsilberbullet.hashnode.dev·Dec 30, 2024[ Git 정복기 ] Git SubmoduleGit Submodule의 이해 Git Submodule은 하나의 Git 리포지토리 안에 다른 Git 리포지토리를 포함할 수 있는 기능을 말합니다.구조적이고 재사용 가능한 프로그램을 만들기 위해 **"공통으로 사용될 수 있는 코드는 모듈로 분리"**는 소프트웨어 개발의 중요한 철학에도 적용 됩니다. 예시로 “A 홈페이지” 를 관리하는 A-repo 와 “B 홈페이지” 를 관리하는 B-repo 가 있다고 가정합니다. A와 B 홈페이지는 “C,D...10 likesStudyLogGitHub
Wilford Gonzales10weekchallenge.hashnode.dev·Dec 29, 2024Utilizing Terraform to automate the deployment of a Resilient 2-Tier Architecture On AzureIntroduction Hi Welcome to this article, My Name is Ford, I am starting to get hands on experience on DevOps and came across the 10 week cloud ops challenge posted by Piyush Sachdeva This is week 3 of my 10weekscloudops challenge, And in this article...Terraform
Anmol singhjavascripts.hashnode.dev·Dec 29, 2024Understanding JavaScript Operations: A Complete GuideOperations In JavaScript, various operations allow us to perform calculations and manipulate data effectively. These operations are executed using operators, which act on operands to carry out the desired tasks. What Are Operators and Operands? Oper...1 likepower operator
Lim Woojaejaylog.hashnode.dev·Dec 23, 2024[Python] Leveraging __name__ for Efficient Python Module OrganizationIntroduction If you have used python before, you may have seen a code snippet like this: if __name__ == '__main__': # do something This code is so simple and short, but do you fully understand what it means, and why it is so important to avoid e...Pythonbuilt in variable
Chinnayya Chinthaiac-terraform.hashnode.dev·Dec 22, 2024Simplifying Terraform ModulesTerraform modules are the backbone of scalable and reusable infrastructure as code. Whether you're a beginner or an advanced user, understanding modules can elevate your Terraform skills and improve collaboration within your organization. This guide ...modules