Rocky Esselrockyessel.hashnode.dev·Aug 30, 2024A Comprehensive Understanding of Actor Model & How It Acheives Parallel Computation And Scalability In Vara NetworkIntroduction The Vara Network, built on the Gear Protocol, represents a groundbreaking approach in the world of blockchain technology, particularly in terms of parallel computation and scalability. Central to its architecture is the Actor Model, a co...10 likes·73 readsVara Network
Austin O'Brientnos.austinob.net·Jun 21, 2024Don't Look NowThe great Donald Sutherland (88) passed earlier today, RIP. This fine Canadian actor was something of a rare breed. You were never quite sure what you were going to get when he appeared on screen. His character portrayals were rarely straightforward,...27 readsThe Silver Screenactors
Nurul Islamnuibb.hashnode.dev·Mar 31, 2024Structs, Classes, and Actors in Swift: Understanding the DifferencesIn Swift, you have several options for defining data types: structs, classes, and the more recent addition of actors. Each option has its own unique characteristics and use cases, and understanding the differences between them is crucial for writing ...10 likes·39 readsSwift
Austin O'Brientnos.austinob.net·Mar 27, 2024The IrrepressibleThe world is full o' complainers. An' the fact is, nothin' comes with a guarantee. Now I don't care if you're the pope of Rome, President of the United States or Man of the Year; somethin' can all go wrong. Now go on ahead, y'know, complain, tell you...26 readsThe Silver ScreenCinema
Supun Viraj Rathnayakarathnaviraj.hashnode.dev·Jul 11, 2023Conquering Realms in Concurrent ProgrammingWhat is Concurrent Programming A computer program comprises a set of instructions designed to be executed on a computer, producing specific output upon completion. Each instruction represents a distinct computational task. Typically, in sequential pr...concurrency
Nasirnasirmomin.hashnode.dev·Mar 19, 2023ACTORs, a way to avoid RACE condition in SwiftWhat is a race condition in general? A race condition is an event that occurs when two or more threads/processes access shared data and try to modify it at the same time, which leads to unpredictable behaviour. The output completely depends on the ti...110 readsactors