Skip to content

Instantly share code, notes, and snippets.

@awdemos
awdemos / DeepSeekR1AssistantAICareerPathDev.md
Last active February 3, 2025 16:10
DeepSeek-R1 Mastery: Build Your Ultimate AI Assistant

Revolutionize Your Workflow: Build Your Own AI Assistant with DeepSeek-R1 and Browser-Use

Unleash the Power of Local AI for Seamless Web Automation and Deep Analysis

🚀 Ready to supercharge your productivity? Dive into the world of AI with DeepSeek-R1 and Browser-Use, a game-changing combination that turns your computer into a personal AI powerhouse. This comprehensive guide will transform you from a curious tech enthusiast to an AI maestro, capable of creating an assistant that browses the web, gathers data, and delivers insightful analysis—all while keeping your data 100% private and under your control.

🎯 Master These AI Superpowers

By the end of this guide, you'll be able to:

@gnilrets
gnilrets / trange_join.sql
Last active May 3, 2025 01:06
dbt Snapshot Join
{% macro trange_join(left_model, row_key_left, right_model, row_key_right, merge_key, series_key, from_at, to_at) %}
-- Assumptions:
-- Within a series key, there can be no overlapping ranges.
-- Overlaping ranges must be resolved prior to using this macro.
-- The row key represents a set of attributes from a model. It is typically a hash of those
-- attributes. The user is expected to join the results of this macro back to the
-- original data to get the full attribute set.