Davide Santangelo
@daviducolo
Followers
446
Following
3K
Media
43
Statuses
2K
Senior Ruby Engineer - dad - catholic. In love with #ruby, #c and #coding stuff.
Italy
Joined June 2011
A Tor Vergata migliaia di #giovani di tutto il mondo per l'incontro vocazionale del Cammino Neocatecumenale, presieduto dal cardinale vicario Reina. L'iniziatore Kiko ArgΓΌello: "Coraggio, il Signore vi sta chiamando. Dio Γ¨ amore per te" Segui la diretta su #VaticanNewsIT
10
22
130
Thrilled to hit 300K downloads on https://t.co/UATrSkwfcn! π Huge thanks to the community for the support! Keep coding, keep sharing! π» #Ruby #OpenSource
0
0
2
π Krep v1.1.1 is out! Fast text search in C with Aho-Corasick, SIMD, multi-threading & regex. Up to 41.5x faster than grep! Try it now: https://t.co/kVGfLAsf3Z
#krep #opensource #textsearch
github.com
Fast text search tool with advanced algorithms, SIMD acceleration, multi-threading, and regex support. Designed for rapid, large-scale pattern matching with memory-mapped I/O and hardware optimizat...
0
0
0
Explore the MCP pattern in Ruby as an alternative to MVC. Organize domain logic using models, contexts, and protocols for clearer code. { author: @daviducolo } #DEVCommunity #Ruby
https://t.co/aDLeeODhIO
dev.to
What is the Model-Context-Protocol (MCP) Pattern? The Model-Context-Protocol (MCP) pattern...
0
10
42
krep - Blazing fast string search utility I created with optimized algorithms & SIMD. Blog: https://t.co/QknJPI8yIQ. Source: https://t.co/kVGfLAsf3Z
#coding
github.com
Fast text search tool with advanced algorithms, SIMD acceleration, multi-threading, and regex support. Designed for rapid, large-scale pattern matching with memory-mapped I/O and hardware optimizat...
0
0
0
Building a Ruby gem with CLI and network tools β a walk-through of secure messaging and device discovery implementation. { author: @daviducolo } #DEVCommunity #Ruby
https://t.co/S6tXZW0WSx
dev.to
In the world of modern software development, creating tools that enhance productivity and solve...
0
7
37
Gitingest - a new Ruby gem to simplify your Git workflow by automating routine tasks and offering clear repo insights. { author: @daviducolo } #DEVCommunity #Ruby
https://t.co/kkzgoy0vxt
dev.to
Iβm thrilled to share my latest creation with you: gitingest, a Ruby gem Iβve built to make your Git...
0
2
9
Discover how to build a vector database in Ruby with practical examples, performance benchmarks and AI integration insights. { author: @daviducolo } #DEVCommunity #Ruby
https://t.co/PmYRwOacsU
dev.to
In the era of artificial intelligence and machine learning, vector databases have emerged as a...
0
6
52
Excited to introduce GitIngest, my latest Ruby gem to supercharge your Git workflow! Check it out on https://t.co/ExUjb3BH8e:
https://t.co/gjaXdDRobs
#ruby #git github:
github.com
Gitingest is a command-line tool that fetches files from a GitHub repository and generates a consolidated text prompt for your LLMs. - davidesantangelo/gitingest
0
1
1
Excited to announce v1.1.0 of the @EmailHunter gem! Refactored code for better performance and added two new API calls: Company Enrichment and People Enrichment. Check it out on RubyGems:
0
1
1
Step-by-step guide on adding chain-of-thought reasoning to a Ruby Markov model for more coherent text generation. { author: @daviducolo } #DEVCommunity #Ruby
https://t.co/oGSrHX1E23
dev.to
1. Understanding the Role of Reasoning in Language Models Recent advancements in LLMs have...
0
7
47
New article exploring text encryption in Ruby with tokenizers. Learn how secure token mapping makes reversible encryption possible. { author: @daviducolo } #DEVCommunity #Ruby
https://t.co/qobYI2FS0H
dev.to
# frozen_string_literal: true require 'tokenizers' require 'openssl' require 'base64' require...
0
3
13
Discover how to build a tiny language model in Ruby with a step-by-step guide using a simple Markov chain approach. { author: @daviducolo } #DEVCommunity #Ruby
https://t.co/QMvTfw8XW2
dev.to
Building a Tiny Language Model (LLM) in Ruby: A Step-by-Step Guide In this article, we...
0
8
45
Explore neural networks in AI with Ruby. Learn their components and build a simple model to understand complex pattern recognition. { author: @daviducolo } #DEVCommunity
https://t.co/qoV7ogFnmW
dev.to
Neural networks are a fundamental part of modern artificial intelligence and machine learning. They...
0
4
14
Explore the basics of neural networks and build a simple one in Ruby. Delve into powerful AI concepts with this essential guide. { author: @daviducolo } #DEVCommunity #Ruby
https://t.co/aVj7JAYPAo
dev.to
Neural networks are a fundamental part of modern artificial intelligence and machine learning. They...
0
7
25
π Just earned the Ruby badge on @ThePracticalDev! ππ Honored to have written the most beloved #Ruby post of the week! β€οΈ Check out my article: Understanding Neural Networks with Ruby π https://t.co/JzYaASfTdm
1
1
2
Explore an optimized Ruby algorithm merging history with modern math for efficient prime number generationstacles { author: @daviducolo } #DEVCommunity #Ruby
https://t.co/tyhczSDswh
dev.to
Hybrid Prime Number Algorithm Combining Historical Mathematics with Modern...
0
3
7
Explore how combining Ruby with Ollama AI empowers developers to enhance applications with NLP features like chatbots and sentiment analysis. { author: @daviducolo } #DEVCommunity #Ruby
https://t.co/dQtKRXmqi5
dev.to
Introduction Ruby is a dynamic, open-source programming language highly regarded for its...
0
8
35
Thank you so much, @ThePracticalDev team! π Itβs been an incredible year sharing ideas, stories, and guides with this amazing community. Grateful for the opportunity to connect and learn with so many talented developers. Excited for 2025! π #DEVCommunity #Gratitude
1
0
3
Explore building a simple language model in Ruby. An insightful guide from setup to testing, perfect for Ruby enthusiasts and NLP newcomers. { author: @daviducolo } #DEVCommunity
https://t.co/ptGMafUToi
dev.to
Introduction Large Language Models (LLMs) have revolutionized the field of natural...
0
2
4