Gavin Weigavindev.hashnode.dev·Sep 15, 2024Here’s a new framework to build multi-host distributed systems in PythonIn an interconnected group of distributed nodes in a system, where different nodes want to access each other’s services and data. Such cases can happen in any heterogeneous distributed systems, for example, in simulation environment for AI, rendering...DiscussPython
Raicode.flatmarstheory.com·May 31, 2024Secure Multi-Party ComputationIn our hyper-connected world, data is the new oil. From smart homes to self-driving cars, our devices are constantly generating troves of sensitive information. Meanwhile, artificial intelligence and powerful computing are unlocking unprecendented in...Discussprivacy
Abhishek Dandriyalabhishek-dandriyal.hashnode.dev·Apr 8, 2024Architecture : Distributed ArchitectureDistributed System: A distributed system is a collection of multiple interconnected systems that share resources, communicate, and coordinate to achieve common goals. An example would be distributing a 100GB file across 10 different systems, instea...DiscussDistributed system coordination
Rishabh Singh Sengarexceltonight.hashnode.dev·Feb 24, 2024Edge ComputingIntroduction: In recent years, the proliferation of connected devices and the increasing demand for real-time data processing have propelled the emergence of edge computing as a transformative technology. Edge computing enables data processing and an...Discussedgecomputing
Alison HaireforLilypad Networkblog.lilypadnetwork.org·Nov 27, 2023🍃 Lilypad Project Report: November 27, 2023> lilypad run sdxl:v0.9-lilypad1 "A record player in a pond of lilypads" 🌐 Overview The last few weeks have been focused on the launch of Lilypad v2 and gathering feedback on Lilypad AI Studio. We are adding new modules to AI studio and are streamli...Discuss·111 readsLilypad Project ReportAI
Vishal Sharmacodreline.hashnode.dev·Sep 7, 2023Unveiling the Power of RPC: Simplifying Distributed CommunicationIn the ever-expanding realm of modern software development, efficient communication between different parts of a distributed system is nothing short of essential. Picture this: you have multiple computers or software components, scattered across the ...Discuss·2 likesRPC
Alison HaireforLilypad Networkblog.lilypadnetwork.org·Jun 9, 2023🍃 Lilypad Project Report: June 12, 2023🌐 Overview We've had a great week figuring out Filecoin data onboarding, connecting to IPC for the first time, updating the prototype to be able to connect to IPC, researching autonomous agents as a future idea for auto-tuning collateral requirement...Discuss·1 like·104 readsLilypad Project ReportAI
padmanabha reddypadmanabha.hashnode.dev·Jan 8, 2023Distributed computing framework - MapReduceWhat is MapReduce? MapReduce is a software framework for processing large data sets that are distributed over several machines. MapReduce facilitates concurrent processing by splitting petabytes of data into smaller chunks and processing them in para...Discuss·39 readsmapreduce
Yash Srivastavablog.yashsrivastava.link·Jan 4, 2023What is Apache Spark?In simple terms, Apache spark is an in-memory unified parallel compute engine. In Memory,Most of the operations in apache spark happen in memory and there is very less disk IO operation giving rise to faster data transformation and computation, unlik...Discussspark
Belinda Marion Kobusingyebelindamarionk.hashnode.dev·Oct 25, 2022The different types of large-scale distributed computing technologiesWhat are large-scale distributed computing technologies? Computing technologies that use a large amount of data across a network of computers are referred to as large-scale distributed computing technologies. Cloud computing is a more recent developm...Discuss·4 likes·71 readsCloud computingdistributed computing technologies