Dalmo Cirne
dcirne
Are you prepared to lead? Discover “The 4 Streams of Leadership” and transform yourself into the professional you’re meant to be.
Languages
Loading contributions...
Top Repositories
Augmented Reality Geolocation Math
Sample code for the ongoing study group
Source code for the multithreading experiment.
Code supporting the paper: Using Embeddings to Train and Build Privacy-Preserving Machine Learning Models and Applications
Branch vs. branchless code.
Retrieval-Augmented Generation (RAG) Fundamentals and Semantic Chunking
Repositories
20Code supporting the paper: Using Embeddings to Train and Build Privacy-Preserving Machine Learning Models and Applications
Branch vs. branchless code.
Retrieval-Augmented Generation (RAG) Fundamentals and Semantic Chunking
Dalmo Cirne's Brain Dump
Reference implementation of a monorepo using Bazel as build tool to make it manageable, scalable, and have support for multiple languages
Fast access to values in a data structure is paramount for high throughput systems. Here we explore how parsing and traversing a data structure may be a costly operation for systems processing large volumes of data. We examine two implementations. First, in pure Python. Second, a hybrid Python and C++ implementation interfaced using SWIG, where we can increase the performance by a factor of 4 or more; your mileage may vary. In either case we will see significant gains in performance by access values in a flat data structure, compared to traversing a nested one.
Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
No description provided.
Sample code for the ongoing study group
No description provided.
Computation using data flow graphs for scalable machine learning
Ongoing sample code for the Study Group at Clarifai
Augmented Reality Geolocation Math
A delightful networking framework for iOS, OS X, watchOS, and tvOS.
Objective-C Data Containers
HARDware sandBOX
Source code for the multithreading experiment.
How to create, develop, and distribute iOS Static Frameworks quickly and efficiently
It is a repository to upload my solution of Stackoverflow questions.
Objective-C Forward Iterator Sample Code