Robin Lord
28 posts
Multi-dimensional Arrays & Row-major Order: A Deep Dive
Let me explain multi-dimensional arrays and row-major ordering from the ground up, covering memory layout, addressing, and low-level…
RAG Ingestion: The Hidden Bottleneck Behind Retrieval Failures
Most teams think retrieval failures happen because the embedding model wasn’t strong enough, the retriever wasn’t tuned properly,…
KEXP: Wet Leg – davina mccall (Live on KEXP)
Wet Leg – “davina mccall” Live on KEXP Indie-rock duo Wet Leg rocked the KEXP studio on September…
Canva encourages internal AI use while Chipotle speeds up hiring: this week’s AI news roundup
From expansion in Mexican style restaurants to experimental launches in India, here’s a roundup of the news stories…
A framework to help you pick the right product tool
You are a product manager or leader, and you know that some of the tools can help you…
Building Secure Authentication in Angular with Supabase
Hey Angular developers! 🅰️ It’s about that time again for yet another article. In this guide, we’re going…
How to navigate the explosion of AI tools aimed at product managers
According to a 2024 Forbes Advisor poll, the vast majority of people (79%) in the UK are already…
Group Management in Linux: My Journey to Organized Systems
I’ve come to appreciate that effective Linux system management isn’t just about installing software or managing files—it’s also…
AWS Redshift Cheat Sheet
AWS Redshift Cheat Sheet for AWS Certified Data Engineer – Associate (DEA-C01) Core Concepts and Building Blocks Amazon…
arboles set graph
main #include #include "graph.hpp" #include "set.hpp" #include //stack dfs(graph) int main() { srand((unsigned) time(nullptr)); int order = 10;…