-
Notifications
You must be signed in to change notification settings - Fork 0
Best Of
Maciej J edited this page Aug 24, 2026
·
1 revision
Grade A means act on it now. Grade B is a solid reference.
- A Claude 4.5 Opus' Soul Document - Discussion of Claude's system prompt updated via supervised learning. Essential for understanding Claude's reasoning and behavior. · #claude #llm-internals #prompt-eng
- A Exploring OpenAI's Whisper with Non-English Voices - Comparison of Whisper.cpp performance on non-English audio with optimization strategies and translation recommendations. · #speech-to-text #multilingual #llm-inference
- A How I Program with Agents - David Crawshaw on adapting programming practices for agent-assisted development. Workflow patterns for AI collaboration. · #ai-agents #programming #workflows
- A Writing a Good CLAUDE.md - HumanLayer guide to configuring CLAUDE.md for agent-enabled development. Directly applicable to Claude Code workflows. · #claude-code #dev-tools #automation
- A How I Use Every Claude Code Feature - Practical guide to Claude Code workflows, debugging, and IDE integration patterns. Developer technique reference. · #claude-code #dev-workflow #ai-dev-tools
- A The Prompt Engineering Playbook for Programmers - Addy Osmani's guide to reliable prompt engineering for AI coding assistants. Directly applicable to Claude Code. · #prompt-eng #ai-coding #claude-code
- A Whisper GPU Acceleration on M2 Mac - GitHub discussion and solutions for enabling GPU/Metal acceleration for Whisper speech-to-text on Apple Silicon. · #speech-recognition #m2-mac
- A Pairing with Claude Code to Rebuild My Startup's Website - Case study using Claude Code and MCP servers for full-stack website rebuild; practical AI-assisted workflow. · #claude-code #ai-development #case-study
- A Jak robić biznes mając ADHD - Polish guide on running business with ADHD, written by someone leaving IT for sales. ADHD entrepreneurship. · #adhd-business #entrepreneurship #neuroatypical
- A Whisper Polish - Speech Recognition Model - Fine-tuned Whisper model optimized for high-accuracy Polish language transcription and speech recognition · #speech-recognition #nlp #polish
- A How to Use Claude Code Subagents to Parallelize Development - Guide to spawning and coordinating multiple AI subagents within Claude Code for parallel task execution. · #ai-coding #claude-code #workflow
- A ChainForge - Visual Programming for Prompt Experimentation - Open-source visual environment for designing, testing, iterating on prompts across multiple LLMs. · #prompt-testing #visualization #llm-tools
- A Experimenting with Local LLMs on macOS - Developer guide to downloading and running LLMs locally on macOS for experimentation and privacy. · #local-llm #macos #llm-inference
- A MCP Blender Addon Lets AI Take The Wheel - Blender addon enabling Claude AI to autonomously execute 3D modeling via Model Context Protocol. · #llm-integration #mcp #blender #ai-tools · M
- A One-Shot Decompilation with Claude - Blog post on using Claude for effective single-prompt reverse engineering and code decompilation · #llm #code-analysis #ai
- A Anti-patterns While Working with LLMs - Practical guide to common pitfalls: redundant context, over-engineering, inefficient prompting. · #llm #best-practices #anti-patterns
- A OpenPipe - Convert Expensive Prompts to Fine-Tuned Models - Tool for optimizing LLM costs by converting expensive prompts into efficient fine-tuned models. · #llm-optimization #cost-reduction #fine-tuning
- A Playwright Skill - Claude Code Browser Automation - Claude Code skill enabling autonomous browser automation testing and validation via Playwright. · #automation #browser-testing #claude-skills
- A Living dangerously with Claude - Talk on autonomy tradeoffs in coding agents, discussing risks and benefits of agentic control. · #llm-agents #claude-code #ai-safety
- A Introducing Claude Skills - Anthropic's announcement of Skills—new pattern for extending Claude with custom capabilities. · #claude #agent-skills
- A nanochat: ChatGPT Implementation for $100 - Full ChatGPT-style LLM including training, inference, and web UI in minimal code by Karpathy. · #llm-implementation #ai-tools
- A Whisper.cpp: C/C++ Port of OpenAI's Whisper Speech Recognition - Efficient C/C++ implementation of OpenAI's Whisper model for local speech-to-text deployment. · #speech-to-text #local-inference #open-source
- A Repomirror: AI-Driven Code Porting - Framework for automating code porting and migration using Claude Code in loops with prompts. · #code-porting #ai-dev-tools
- A The Missing Semester of Your CS Education - MIT course teaching practical developer tools and productivity techniques beyond algorithms. · #education #developer-tools #productivity · M
- A code2prompt - Codebase to LLM Prompt - CLI tool that packages your entire codebase into optimized LLM prompts with token counting. · #llm-tools #prompt-eng
- A 90%: AI Now Writing Most of My Code - Armin Ronacher's reflections on using AI agents for most practical daily programming work. · #coding-agent #workflow
- A Bringing memory to Claude - Memory built for work - Anthropic announcement of Claude's persistent memory feature for team workflow continuity. · #llm-features #claude-api #agent-memory
- A Anthropic's Interactive Prompt Engineering Tutorial - Official interactive tutorial teaching prompt engineering best practices from Anthropic. · #learning #ai-tools
- A 12-Factor Agents - Production LLM Design - Foundational principles for building robust, production-ready software powered by LLMs. · #llm-agents #best-practices
- A superpowers: Claude Code Agentic Skills Framework - Core methodology and skills library for effective AI-assisted software development. · #coding-agent #workflow
- A Continuous Claude - PR Automation with Claude - Framework running Claude in continuous loop to autonomously create PRs and merge. · #claude-api #automation #devops #pr-automation
- A Claude Skills Bigger Than MCP - Simon Willison's analysis of why Claude Skills may be more significant than MCP. · #claude #agent-skills
- A Claude Haiku 4.5 Release - Anthropic's announcement of Claude Haiku 4.5—latest small model for all users. · #claude #llm-models
- A Haiku 4.5: Sonnet Performance at 3x Cheaper - Analysis of Claude Haiku 4.5 performance benchmarks and cost advantages. · #claude #llm-models
- B AI Agents Find $4.6M in Smart Contract Exploits - Anthropic red team results showing Claude finding real blockchain vulnerabilities beyond knowledge cutoff. Security capability analysis. · #claude #ai-agents #security
- B Claude Code Framework Wars - Analysis of developer approaches to AI-assisted coding, exploring frameworks, orchestration patterns, and standards for AI agents. · #ai-coding #claude-code #workflow
- B Local First HTMX - Web architecture essay: resilient apps built with HTMX and local-first principles avoiding JavaScript bloat. Web dev philosophy. · #htmx #local-first #web-architecture
- B Becoming the Person Who Does the Thing - Essay on how internal identity shapes behavior, arguing that deliberate identity work can transform professional capabilities. · #identity #productivity #self-improvement
- B Angel Investors, A Field Guide - Guide to understanding angel investor archetypes based on author's experience with top-tier angels. Fundraising knowledge. · #fundraising #angel-investors #startup-advice
- B Awesome Copilot: Community-Contributed Instructions and Configurations - Curated collection of prompts, instructions, and configurations for GitHub Copilot contributed by the developer community. · #ai-coding #github-copilot #prompt-eng
- B Spec-Driven Development: The Waterfall Strikes Back - Framework turning business requirements into executable specs for code generation. Methodology for structured development. · #spec-driven-dev #dev-methodology #business-analysis
- B How FOSS Projects Handle Legal Takedown Requests - Practical guide for open-source projects responding to copyright, censorship, and privacy-related legal takedown notices. · #open-source #legal #foss
- B Program of Thoughts Prompting - ArXiv research separating computation from reasoning in LLM prompting. Advanced technique for numerical reasoning tasks. · #prompt-eng #reasoning #research
- B RobotGo: Cross-Platform RPA and GUI Automation - Go library for scripting desktop interactions, GUI automation, and robotic process automation. Systems automation tool. · #rpa-automation #gui-automation #golang · M
- B Ask HN: Tricks of the Trade Learned Too Late - Discussion thread on software development lessons: documentation, delegation, avoiding overconfidence, agile practices · #career #lessons #development
- B Learn Prompting - Prompt Engineering Guide - Comprehensive GitHub resource with tutorials on prompt engineering, generative AI, and LLM fundamentals for beginners. · #prompt-eng #llm-learning
- B STARFlow-V: End-to-End Video Generative Modeling - Frontier research on scalable normalizing flows for video synthesis. Next-generation generative modeling architecture. · #generative-ai #video #research
- B 22 Prompt Engineering Techniques with Jupyter Notebooks - Hands-on repository: fundamental to advanced prompt engineering techniques with runnable examples. Learning resource. · #prompt-engineering #llm-techniques #tutorials
- B ProKeys: Smart Clipboard Typing for macOS - macOS utility pasting clipboard content keystroke-by-keystroke preserving indentation. Developer productivity tool. · #macos-tools #automation #developer-tools
- B So You Wanna Build a Local RAG? - Guide to self-hosted retrieval-augmented generation with open-source components. Production-ready RAG architecture. · #rag #llm-apps #open-source
- B Timeline for Selling a Micro-SaaS - Case study on pricing strategies and lessons from selling a bootstrapped SaaS. Practical entrepreneurship playbook. · #business #saas #entrepreneurship
- B What Are Small Language Models and How Do They Differ? - Explainer on SLMs versus LLMs as specialized vs general-purpose tools. Competitive landscape and use-case analysis. · #llm #small-language-models #education
- B GPT-5 Thinking in ChatGPT (Research Goblin) Is Shockingly Good at Search - Analysis of OpenAI's o3/GPT-5 reasoning model's effectiveness at search-backed research and information synthesis. · #llm-search #ai-tools
- B Messing with Bots - How web scrapers inadvertently DDoS sites; defensive techniques with Markov chains and bot traps. Security primer. · #web-security #bot-defense #ddos
- B Spec-Kit: Toolkit for Spec-Driven Development - GitHub's toolkit and templates for implementing Spec-Driven Development methodology. SDD reference implementation. · #spec-driven-dev #dev-methodology #github-tools
- B Stable Code 3B – Coding Model for Ollama - Compact 3B coding model matching Code Llama 7B performance; instruct and completion variants for local deployment. · #llm #code-generation #local-ai
- B 27 Narzędzi (Nie Tylko) Coachingowych - Polish coaching worksheets and group facilitation tools. Practical templates for workshop and coaching delivery. · #coaching #tools #polish
- B Awesome LLM Apps: 100+ AI Agents and RAG Systems - Curated list of open-source LLM applications, agents, and RAG implementations. Comprehensive AI tools reference. · #llm #agents #rag
- B Outlines: Structured Outputs from LLMs - Library enforcing schema validation and structured output generation from language models. LLM integration tool. · #structured-outputs #llm-integration #dev-tools
- B Product Purgatory: When They Love It But Don't Buy - Jason Cohen on the gap between product adoption and commercial viability. Sales and product-market fit insights. · #product #sales #business-strategy
- B WhisperX: Speech Recognition with Word-Level Timestamps - Enhanced Whisper implementation adding word-level timestamps and speaker diarization for detailed transcription. · #speech-to-text #diarization #timestamps
- B Chatbox: User-Friendly Desktop Client for AI Models - Cross-platform desktop application supporting multiple LLM providers including GPT, Claude, Gemini, and Ollama. · #ai-tools #llm-client
- B Machine Learning Equations Cheat Sheet: Entropy to Attention - Comprehensive mathematical reference guide covering key ML foundations from information theory to transformers. · #machine-learning #reference #mathematics
- B FARA: Microsoft's Frontier Computer-Use Agent Models - Microsoft's family of computer use agents for automation. Reference implementation for agent-driven workflows. · #ai-agents #computer-use #models
- B Qwen3-VL: Alibaba's Advanced Video Analysis Model - Multimodal model processing two-hour videos with granular understanding. Competitive LLM capability benchmark. · #llm #multimodal #video
- B The 28 AI Tools I Wish Existed - Sharif Shameem identifies gaps in AI tooling ecosystem; product strategy and design thinking for AI companies. · #ai-products #tool-design #product-strategy
- B Selling When User Isn't the Buyer - Strategies for navigating enterprise sales when engineers use the product but others control buying decisions · #sales #b2b #strategy
- B The Slow Grind That Sets You Free - Perspective on building $5M+ sustainable companies versus VC growth. Alternative entrepreneurship philosophy. · #business #entrepreneurship #lifestyle
- B Agent OS: System for Better AI Agent Development - Framework for injecting codebase standards and writing better specifications for spec-driven AI development. · #ai-coding #agent-development #spec-driven
- B Ask HN: Former Devs Unable to Find Work - Discussion on career transitions for developers: side projects, avoiding agile overhead, efficient solutions · #career #indie #lessons
- B Marble: A Multimodal World Model - Frontier multimodal foundation model from World Labs for visual reasoning and planning. Current AI research. · #ai-models #multimodal #world-models
- B OpenPCC: Framework for Provably Private AI Inference - Open-source framework enabling cryptographically verifiable privacy in AI model inference. AI security tool. · #ai-privacy #cryptography #inference-security
- B Scrum's Product Owner Problem - Critique of Scrum's PO role, advocating for engineering-driven product decisions over product-led management · #agile #product #management
- B Skald: Production RAG Infrastructure - MIT-licensed context layer platform for self-hosted RAG in production. Open-source reference implementation. · #rag #open-source #infrastructure
- B You Should Write An Agent - Fly.io blog: practical introduction to building AI agents with agentic patterns. Agent-oriented development. · #ai-agents #llm-development #agent-patterns
- B Do the Simplest Thing That Could Possibly Work - Philosophy of minimal system design that iterates based on real needs rather than speculative requirements. · #software-design #philosophy #minimalism
- B How to Influence Others Without Manipulating Them - Executive coaching framework for ethical influence; trust-building techniques without manipulation tactics. · #leadership #coaching #influence
- B How to Make Sense of Any Mess - Information architecture principles by Abby Covert; taxonomy design and knowledge organization methodology. · #information-architecture #taxonomy #design
- B Maxun: No-Code Web Scraping and Data Extraction - Open-source visual web scraping platform for API building. Alternative to commercial data extraction tools. · #web-scraping #data-extraction #automation
- B Modular Manifolds – Geometric Neural Optimizer Framework - Advanced ML research on geometric co-design of neural optimizers; manifold constraints and manifold theory. · #machine-learning #optimization #research
- B VibeThinker: Tiny Model, Big Logic - 1.5B-parameter LLM achieving reasoning ability via diversity-driven optimization. Small-scale LLM research. · #llm-optimization #reasoning #small-models
- B After Nine Years, Replit Found Its Market - TechCrunch analysis of Replit's $3B path versus AI coding startups; business resilience and market timing. · #startup #ai-coding #business-strategy
- B Awesome Prompt Engineering - Hand-curated collection of prompt engineering resources focused on GPT, ChatGPT, and generative AI models. · #prompt-eng #collections
- B How Thousands of 'Overworked, Underpaid' Humans Train Google's AI - Investigation into working conditions and poor compensation of AI raters training Google's Gemini chatbot. · #ai-training #labor-practices
- B P2P Chat on WebRTC - Serverless peer-to-peer chat application using WebRTC for decentralized communication. Networking project. · #webrtc #p2p-networking #chat-apps · M
- B AI Code Prep & Cline Workflow for Budget Coding - Guide to cost-free AI coding workflow using free tools like Gemini, Poe, and budget-friendly alternatives · #ai-coding #productivity #budget
- B AI is Dunning-Kruger as a Service - Critique: AI amplifies overconfidence in users without building real competence. Tech culture commentary. · #ai-criticism #dunning-kruger #tech-culture
- B Obsidian Note Codes Plugin - Custom plugin for Obsidian that generates unique codes for notes; improves linking and cross-referencing. · #obsidian #plugin #note-taking
- B RenderCV - Typst-Based Resume Builder - Typst-powered CV generator for academics and engineers, version-controlled and code-based resume building · #resume #tools #productivity
- B Whisper.cpp: Efficient C++ Speech Recognition - C++ implementation of Whisper supporting GGML format for optimized inference and real-time transcription. · #speech-recognition #inference-optimization
- B Beautiful Constraint: Critical Review - Critique of business book on creative constraints—powerful ideas hobbled by poor writing. Book analysis. · #business-books #strategy #creative-constraints
- B DeepWiki: Conversational Repo Docs - AI-powered documentation letting you ask questions about any GitHub repository. Dev knowledge retrieval. · #ai-tools #documentation #dev-tools
- B Hyperclay - Single-File HTML Apps - Platform for building, hosting, and sharing self-updating HTML apps that persist changes without backend · #web-dev #html #productivity · M
- B Trystero: Make Any Site Multiplayer in a Few Lines - Serverless WebRTC matchmaking library enabling peer-to-peer multiplayer functionality with minimal code. · #web-dev #webrtc #multiplayer
- B Foam: Personal Knowledge Management for VSCode - Open-source PKM system with markdown and wiki-style linking in VSCode. Knowledge graph and note-taking. · #pkm #vscode #note-taking
- B Moondream 2 – Vision Language Model - Small VLM designed for efficient edge device deployment; integrates vision understanding with language. · #llm #vision #edge-ai
- B React Won by Default – And It's Killing Frontend Innovation - Tech opinion on React dominance limiting frontend ecosystem diversity; analysis of tooling monoculture. · #frontend #react #tech-opinion
- B 15 Lessons From 15 Years of Indie App Dev - Indie iOS dev shares hard-won lessons: enjoy process, provide value, balance work-life, learn failures · #indie #career #lessons · M
- B Converting Screen Recordings to GIF on macOS - Tutorial and tool for easily converting video screen recordings to high-quality animated GIFs on macOS · #video #tools #macos
- B Initial Ideal Customer Profile Worksheet - Framework for selecting and defining your first customer persona strategically. Product strategy tool. · #customer-research #product-strategy #business-tools
- B Satori: HTML and CSS to SVG - Vercel library converting HTML/CSS to SVG for dynamic OG images and graphics generation. Web dev tool. · #svg #graphics #dev-tools
- B SmoLLM – Small Language Model Family - 135M–1.7B parameter models trained on high-quality data; practical for resource-constrained inference. · #llm #small-models #training-data
- B StableLM Zephyr – Lightweight Chat Model - Fast chat model optimized for edge devices; accurate responses without high-end hardware requirements. · #llm #chat #edge-ai
- B Extract-0: Specialized LLM for Document Information Extraction - 7B parameter model optimized for document extraction; exceeds much larger models on extraction tasks. · #nlp #document-extraction #llm-research
- B Fabric Pattern - Dunning-Kruger Analysis - LLM prompt pattern for analyzing Dunning-Kruger overconfidence and competence gaps in decision-making · #prompt-eng #ai-analysis #reasoning
- B LISP From Nothing: Building Lisp from First Principles - Book (344 pages) teaching Lisp language design from fundamental concepts with practical source code. · #lisp #language-design #programming-fundamentals · M
- B PromptBench - LLM Evaluation Framework - Unified evaluation framework for systematically testing and benchmarking language model performance. · #llm-evaluation #benchmarking #testing
- B FFmpeg Video to GIF Conversion - Stack Overflow guide with ffmpeg commands and parameters for converting videos to high-quality GIFs · #video #ffmpeg #tools
- B MarkItDown - File to Markdown Converter - Python tool converting PDFs, Word docs, Excel, images, audio to Markdown with OCR and transcription · #markdown #document-processing #python
- B Parse - Web Scraping API Generator - Generate REST APIs from any website by describing data needs in plain English without browser setup · #web-scraping #api #automation
- B PhoneAgent: Mobile AI Agent Framework - Open-source agent automating tasks across iPhone apps. Mobile automation and computer-use patterns. · #ai-agents #mobile #automation
- B SVG Clickjacking - Security Vulnerability - Novel security attack using SVG filters to perform sophisticated clickjacking and phishing exploits · #security #web #vulnerabilities
- B Code like a surgeon - Essay exploring surgical precision analogy in programming emphasizing deliberate coding practices. · #programming #code-quality #craftsmanship
- B Sandbox Runtime - Anthropic Process Sandboxing - Lightweight OS-level sandboxing tool restricting filesystem and network access without containers. · #sandbox #security #systems
- B Smallthinker – Small Reasoning Model - 3B reasoning model fine-tuned from Qwen 2.5; adds chain-of-thought capability to edge deployments. · #llm #reasoning #small-models
- B Tim Denning (@Tim_Denning) – X Profile - Content creator teaching digital business and solopreneurship; 1B+ views and seven-figure revenue. · #content-creation #business #entrepreneurship
- B Whisper Medium Polish v2: Polish Speech Recognition - Fine-tuned Whisper model for accurate Polish speech-to-text transcription and language processing. · #speech-recognition #polish-nlp
- B Harper - Privacy-First Offline Grammar Checker - Offline privacy-focused grammar checker that runs entirely locally without cloud synchronization. · #writing-tools #privacy #productivity
- B QLMarkdown: Markdown Quick Look for macOS - macOS Quick Look extension for markdown files with syntax highlighting, math, themes, and images. · #markdown #macos-tools
- B The Mad King's Digital Killswitch - Pluralistic - Cory Doctorow analysis of digital infrastructure control, censorship, and internet fragmentation. · #internet-policy #censorship #tech-ethics
- B Aim - ML Experiment Tracker - Open-source platform for tracking, comparing, and managing machine learning experiment metadata. · #ml-ops #experiment-tracking
-
B Creating a Vector Database for RAG - Tutorial on building and optimizing vector databases for retrieval-augmented generation systems. · #rag #vector-database ·
dead - B ell - Language Model Programming Library - Python library for building structured, composable programs using language models as primitives. · #llm-libraries #python
- B Fabric - Open-Source AI Framework - Open-source framework with crowdsourced AI prompts for task automation and workflow augmentation · #prompt-eng #ai-automation #frameworks
- B Prompt Engineering - 22 Techniques - Repository of 22 prompt engineering methods with executable Jupyter notebooks from fundamentals. · #prompt-eng #tutorials
- B Swarms AI - Multi-Agent Framework - Enterprise-grade orchestration platform for building, deploying, and scaling multiple AI agents. · #llm-agents #frameworks
- B "Fuck You" Companies: Be Different First, Then Better - Essay on startup differentiation focusing on unique positioning before incremental improvement. · #startup-strategy #business
- B PromptTools - Prompt Testing & Experimentation Framework - Open-source toolkit supporting prompt testing, LLM evaluation, and vector database integration. · #prompt-testing #llm-tools #vector-db
- B What Is Row Hammer? How It Works & Examples - Technical explanation of Rowhammer vulnerability, attack mechanisms, and mitigation strategies. · #cybersecurity #vulnerability #hardware-security · M
- B Cognitive Load Is What Matters - Principles for managing cognitive load through code clarity and simplicity in software design. · #code-quality #software-design #readability
- B Getting Into Public Speaking - James Brooks - Blog on public speaking advice and experience: ten lessons for beginners and aspiring speakers · #speaking #career #communication
- B Intuitive RL: Intro to Advantage-Actor-Critic (A2C) - Accessible introduction to reinforcement learning using animal learning as conceptual analogy. · #reinforcement-learning #ml-algorithms #learning
- B Learning Prompt - Free Course - Free prompt engineering course with hands-on tutorials for ChatGPT and Midjourney integration. · #prompt-eng #courses
- B llama-scan - PDF Transcription with Local LLMs - Tool for extracting text and transcribing PDFs using local Ollama models and multimodal vision · #pdf-processing #llm #local-models
- B Training an LLM from Scratch on RTX 3090 - Guide to training GPT-2-scale models on personal hardware using modern tools and open datasets · #llm #ml-training #gpu
- B Deloitte Refunds Government After AI Errors in $440K Report - News story about consulting firm refunding government after using AI for compliance analysis. · #ai-ethics #business
- B How We Accidentally Solved Robotics by Watching YouTube - Self-supervised learning using video prediction to train robotic models without labeled data. · #llm-research #robotics #self-supervised-learning · M
- B Jekyll Themes – Curated Directory - Directory of Jekyll themes for static site building; design templates for GitHub Pages sites. · #jekyll #static-sites #web-design
- B KGCreator - RDF Knowledge Graph Generation Tool - Python tool automating RDF knowledge graph generation from raw text with semantic extraction. · #knowledge-graphs #nlp #python
- B Prompt Patterns - Prompt Engineering as Design Patterns - Guide to prompt engineering using design pattern methodology for structured thinking systems. · #prompt-patterns #design-patterns #llm
- B TiDAR: Think in Diffusion, Talk in Autoregression - Research combining diffusion and autoregressive models for fast, high-quality LLM generation. · #llm-research #generative-models #nlp
- B We Politely Insist: Your LLM Must Learn the Persian Art of Taarof - arXiv paper on LLMs learning Persian cultural communication norms and politeness conventions. · #llm #cultural-ai #nlp
- B LangChain Project Lab Book - Code Examples - Example code and implementations for integrating LLMs with external systems using LangChain. · #langchain #llm-integration #python
- B Awesome Copilot - GitHub's Collection - Community-contributed instructions and agent configurations for GitHub Copilot enhancement. · #copilot #dev-tools
- B Awesome: Master Index of Curated Topic Collections - Meta-directory of crowdsourced awesome lists covering nearly every technology and interest. · #reference #learning
- B Chroma: Open-Source Vector Database for AI - Search infrastructure and vector database purpose-built for retrieval-augmented generation. · #rag #vector-database #infrastructure
- B iroh: P2P with QUIC + NAT Traversal - Rust library adding QUIC protocol and automatic NAT traversal to peer-to-peer applications. · #infrastructure #dev-tools · M
- B Justin Welsh – Solopreneur Business Builder - Portfolio of one-person businesses scaling to $5M; revenue generation and content strategy. · #solopreneur #business-building #revenue
- B Narzędzia i karty coachingowe - Polish coaching tools and card-based training resources designed for workshop facilitators. · #coaching-tools #training #workshop
- B Swarms - Agent Orchestration Framework - Open-source Python/Rust framework for production-ready multi-agent systems with hosted API. · #llm-agents #frameworks
- B Adversarial Poetry as Universal Single-Turn Jailbreak for LLMs - Research showing poetic prompts successfully jailbreak 25 frontier LLMs with 90%+ success. · #llm-security #adversarial-ml #prompt-injection
- B Ask HN: High-Information Density UIs - Community discussion identifying information-dense interface examples and design patterns. · #ui-design #ux #design-patterns · M
- B CodeMender: AI Agent for Code Security by Google DeepMind - AI tool that automatically identifies and fixes critical security vulnerabilities in code. · #coding-agent #security
- B Free Programming Books - Massive open repository of free programming books covering languages, frameworks, science. · #learning #books · M
- B I analyzed 180M jobs to see what jobs AI is actually replacing today - Data-driven analysis of AI's actual job market impact across 180M positions with evidence. · #ai-jobs #labor-economics #research
- B I Caught Google Gemini Using My Data - And Covering It Up - Investigation documenting how Google Gemini accessed personal data and potential cover-up. · #privacy #ai-safety #google #security
- B Jujutsu - Git-Compatible VCS - Modern version control system combining Git compatibility with simpler powerful interface. · #git #version-control #dev-tools
- B Lambda: On-Demand NVIDIA GPU Cloud - Rent H100, H200, B200 GPUs hourly for training and fine-tuning models with no egress fees. · #infrastructure #dev-tools
- B Promptify - Prompt Engineering & Versioning Platform - Tool suite for prompt engineering, versioning, and extracting structured output from LLMs. · #prompt-eng #llm-tools #versioning
- B Transformers.js - Hugging Face Browser Models - Run Hugging Face ML models in-browser using ONNX for NLP, vision, audio tasks serverlessly · #ml-models #browser-js #nlp
- B Superpowers: Using Coding Agents in October 2025 - Practical insights on integrating AI agents into daily coding workflows and productivity. · #coding-agent #workflow
- B The STAR-XAI Protocol: Framework for AI Agent Reliability - Framework addressing transparency and reliability verification in large reasoning models. · #llm-agents #ai-safety #interpretability
- B AICodePrep GUI - Fast Context Generator - Tool that generates curated code context from project files for pasting into any AI chat · #ai-coding #productivity #tools
- B Awesome Formal Verification - Ultimate Resource List - Comprehensive curated collection of formal verification techniques, tools, and research. · #formal-verification #code-quality #systems
- B Chunking and Embedding Strategies in RAG - Guide to optimizing retrieval-augmented generation through smart chunking and embedding. · #rag #ai-tools
- B llama.cpp Installation Guide - Official documentation for installing and configuring llama.cpp for local LLM inference. · #local-llm #llm-inference #setup-guide
- B Why I Created Fabric: AI Workflows Origin Story - Origin story and motivation behind the Fabric project for building AI workflow patterns. · #ai-workflows #prompt-eng #tools
- B Archi - Open Source ArchiMate Modelling Tool - Tool for creating enterprise architecture diagrams and models using ArchiMate notation. · #architecture #enterprise-modeling #diagrams #tools
- B Awesome LLM Reasoning - From Chain-of-Thought to o1/R1 - Curated collection of LLM reasoning techniques from basic prompting to advanced models. · #reasoning #llm-research #prompt-eng
- B BitNet 1.58B Model (Quantized) on Hugging Face - Quantized LLM variant optimized for efficient local inference with llama.cpp framework. · #llm-models #llm-local
- B Depix - Recover Text from Pixelated Screenshots - Proof of concept for recovering plaintext from pixelated or redacted screenshot images. · #cybersecurity #privacy #image-analysis
- B Make Product Worse, Get Money - Analysis of how profit incentives drive feature degradation and worse user experiences. · #business-strategy #product-design #economics #ux
- B No Science, No Startups: The Innovation Engine We're Switching Off - Steve Blank on how university science drives startup innovation and risks of defunding. · #startup-strategy #philosophy
- B A Remarkable Assertion from A16Z - Neal Stephenson essay on Andreessen Horowitz reading list emphasizing science fiction. · #reading #tech-culture #philosophy #sci-fi · M
- B auto_context - LLM Context Generation - Tool for automatically creating effective LLM prompts and contexts from text datasets. · #llm-tools #prompt-eng
- B Awesome Prompts - ChatGPT Collection - Curated list of high-performing ChatGPT prompts from GPT Store with security patterns. · #prompt-eng #collections
- B ChatGPT System Prompts Collection - Archive of extracted GPT system prompts and research on prompt injection for security. · #prompt-eng #security
- B Hacking the Humane AI Pin - Reverse engineering and hacking the Humane AI Pin after product shutdown announcement. · #ai-hardware #security · M
- B Install CockroachDB on Mac - Documentation - Official installation guide for distributed SQL database CockroachDB on macOS systems. · #infrastructure #dev-tools
- B KittenTTS - Lightweight Text-to-Speech Model - State-of-the-art TTS model under 25MB, CPU-optimized for multiple voices on any device · #tts #audio #ml-models · M
- B llama.cpp Guide: Running LLMs Locally on Any Hardware - Comprehensive tutorial for setting up and running quantized LLMs on personal hardware. · #llm-local #dev-tools
- B Meta Superintelligence's First Paper Analysis - Discussion of Meta's new AI research paper and its surprising implications for models. · #ai-research #llm-models
- B Outlines - Structured LLM Outputs - Python library for constraining models to generate structured, validated JSON outputs. · #llm-libraries #structured-output
- B Penpot - Full-Stack Design Platform - Open-source collaborative design platform providing Figma-like capabilities for teams. · #design-tools #open-source #collaboration · M
- B Tree of Thoughts - Hierarchical LLM Problem Solving - Implementation of tree-of-thoughts prompting technique improving LLM reasoning by 70%. · #prompt-eng #reasoning #llm-agents
- B Awesome ChatGPT: Curated Resources Directory - Comprehensive index of ChatGPT tools, prompts, applications, and community resources. · #llm-resources #ai-tools
- B neutts-air: On-Device Text-to-Speech by Neuphonic - Lightweight TTS model running locally on device without cloud dependencies for audio. · #ai-tools #audio
- B Open Lovable - Website to React Clone Tool - AI-powered tool that clones and recreates any website as a modern React app instantly · #web-dev #react #automation · M
- B SelfHealingLLM - Self-Correcting Experiments - Research repository exploring self-healing and error-correction mechanisms in models. · #llm-research #error-correction
- B Simon Willison's Review of nanochat - In-depth discussion and technical review of Karpathy's full-stack LLM implementation. · #llm-implementation #ai-tools
- B ChatKit JS: OpenAI Chat UI Library - JavaScript library for building chat interfaces and applications with OpenAI models. · #coding-agent #dev-tools
- B SuperPrompt - AI Agent Prompt Engineering - Repository exploring prompt engineering to understand and improve AI agent behavior. · #llm-prompting #llm-agents #ai-research
- B Evolution Strategies at the Hyperscale - Novel ML approach using evolution strategies to match deep learning training speed. · #ml-research #evolution-strategies #optimization #training
- B Hyperflask - Full-Stack Web Framework - Integrated Python framework combining dev environment, UI, and deployment for apps. · #web-framework #python
- B Nyno - EU-AI Workflow Builder & Engine - No-code workflow automation engine EU-AI-compliant for unrestricted commercial use. · #workflow-automation #ai #no-code #open-source
- B OpenAI Codex: Terminal Coding Agent - Lightweight AI coding agent running in terminal for assisted development workflows. · #coding-agent #dev-tools
- B Scripting Intelligence - Book Code Examples - Companion code repository for book on Web 3.0 information gathering and processing. · #ai #web-scraping
- B Cognitive Computing Book - Code Examples - Repository of executable code samples from Mark Watson's cognitive computing book. · #ai #learning
- B Deep Agents and High-Order Prompts: Next Substrate of AI Reasoning - Analysis of advanced AI reasoning through deep agents and hierarchical prompting. · #llm-agents #prompt-eng #ai-reasoning
- B maciejjankowski/SuperPrompt - AI Agent Prompt Engineering - MJ's fork of SuperPrompt for exploring AI agent behavior and prompt optimization. · #llm-prompting #llm-agents #personal-work
- B Mark Watson - Open Source AI Research - Portfolio of 20+ AI books and 55 patents by independent researcher and developer. · #ai-research #open-source #author
- B Perplexity Prompt Guide - API documentation and best practices for effective prompting with Perplexity AI. · #api-docs #prompt-eng
- B Typesense: Open-Source Search Alternative to Algolia - Fast in-memory search engine providing open alternative to Algolia and Pinecone. · #search-engine #infrastructure
- B PromptFlow - LLM App Development - Microsoft framework for building, testing, and deploying high-quality LLM apps. · #llm-frameworks #ml-ops
- B Hacker News Vector Search Dataset - Example ClickHouse dataset for learning vector search and similarity queries. · #databases #vector-search #clickhouse #ml-ops
- B Hyperflask - GitHub Repository - Open-source repository for Hyperflask full-stack web development framework. · #web-framework #python
- B llama.cpp - Efficient Local LLM Runtime - Comparison of llama.cpp versus Ollama/LM Studio for running models locally. · #llm-local #inference
- B Spec-Driven Development for AI - Martin Fowler article on spec-driven AI patterns using Kiro and spec-kit. · #ai-dev #best-practices
- B Codex is Live in Zed - Announcement that OpenAI's Codex AI agent is integrated into Zed editor. · #code-editor #ai-agents
- A Zynthian: Open Source Synthesizer Platform - Open-source synthesizer delivering diverse sounds through portable, hackable hardware with extensive customization. · #synth #diy-music #open-source · M
- A HISE: Open Source Toolkit for Building Virtual Instruments - Framework for creating virtual instruments, samplers, drum engines, and DSP effects as professional plugins. · #synth-dev #vst-development #audio-dsp · M
- A Zen Flute - Teensy-Powered Mouth Theremin - DIY mouth-played theremin-like instrument using Teensy microcontroller, design competition winner. · #theremin #diy-music #electronics #experimental-instrument · M
- A WebMIDIAPIShimForiOS - MIDI Polyfill - Polyfill enabling Web MIDI API support on iOS devices so web apps can access MIDI hardware · #midi #web-audio #ios · M
- A Supertonic - Fast On-Device Multilingual TTS - Ultra-fast text-to-speech engine running locally via ONNX for multiple languages. · #tts #speech-synthesis #ml-inference #multilingual
- B Listing of Scanned Piano Rolls - Database of digitized player piano rolls with MIDI file downloads. Music preservation and historical performance archive. · #music-history #midi #piano · M
- B voice-pro: TTS and Voice Cloning WebUI - Gradio interface for text-to-speech and zero-shot voice cloning with audio processing. Practical audio synthesis. · #text-to-speech #voice-cloning #audio · M
- B Why I Ditched Spotify and Set Up My Own Music Stack - Technical guide to building a personal music stack alternative to Spotify's centralized streaming service. · #music-hosting #self-hosting #indie-music · M
- B Yoshimi Pi: Portable Software Synth in a Box - Portable 7-inch touchscreen synthesizer running Yoshimi software, designed for mobile music production. · #synth #diy-music #raspberry-pi · M
- B Pattern Change Between Elektron Gear - Fix - Forum solution for synchronizing pattern changes across Elektron hardware synthesizers and sequencers · #elektron #midi #hardware · M
- B Drum Trigs in Fugue Machine Rubato: Advanced Sequencing Guide - Tutorial on using drum triggers to weave drum hits into melodic sequences in Fugue Machine Rubato. · #music-software #sequencing #drum-machine · M
- B Granular: Experimental Grain Sampler - Experimental granular synthesis tool enabling creative grain-based manipulation of audio samples. · #music-software #sampling #granular-synthesis · M
- B Synthesizing a House Loop - loopmaster Tutorial - Browser-based music coding tutorial for creating drum patterns and synthesizing house music loops · #music-production #synthesis #web-audio · M
- B minisynth: Virtual Analog Synthesizer for Raspberry Pi - Open-source virtual analog synthesis implementation for Raspberry Pi with full customization. · #synth #diy-music #raspberry-pi · M
- B Red Panda Delay/Echo Pedals - Specialized delay and echo effect pedals from Red Panda available for purchase on Thomann. · #effects-pedals #music-gear · M
- A Things you can do with diodes - Creative electronics projects and practical applications of diodes beyond standard circuits. · #electronics #components #diy · M
- B The Cheapest Flash Microcontroller You Can Buy Is Actually an Arm Cortex-M0+ - Evaluation of ultra-cheap ARM Cortex-M0+ microcontrollers, particularly Puya's 10-cent PY32 series and their implications for embedded design. · #microcontroller #embedded #hardware · M
- B The Unexpected Joys Of Hacking An Old Kindle - Hands-on guide to modifying e-readers for custom functionality. Hardware modification project with practical applications. · #hardware-hacking #retro #electronics · M
- B DIY Light Panels Work With Home Assistant - Build programmable LED wall panels for smart home automation. Budget alternative to commercial smart lighting systems. · #home-automation #diy #electronics · M
- B Simplifier: DIY Materials and Methods - Handbook of material preparation: paper-making, paints, adhesives, printing, photography techniques. Maker reference. · #diy-materials #crafts #practical-skills · M
- B Reverse Engineering Solos Smart Glasses - Technical deep-dive into reverse engineering Solos smart glasses protocol and undocumented hardware specifications. · #reverse-engineering #hardware #maker · M
- B GAGGIUINO - Arduino Gaggia Espresso Mod - Community Arduino project adding temperature control, profiling, and advanced features to Gaggia espresso machines · #arduino #hardware #hacking · M
- B On The Benefits Of Filling 3D Prints With Spray Foam - DIY technique for strengthening 3D printed parts with spray foam. Materials science hack for maker projects. · #3d-printing #diy #maker · M
- B OpenMW 0.50.0 Released - Major release of open-source Elder Scrolls game engine with significant improvements. Retro gaming project. · #retro-gaming #game-engines #open-source · M
- B Easy Panels With InkJet, Adhesives, And Elbow Grease - DIY tutorial for creating professional-looking front panels using inkjet printing and adhesive techniques. · #electronics #maker-project #diy #front-panel · M
- B Installing LLM on Raspberry Pi Zero 2 W - Step-by-step guide to deploy local LLM on RPi Zero 2 using Ollama; OS optimization and setup instructions. · #raspberry-pi #edge-computing #tutorial · M
- B Pose Animator: SVG Characters to Life - Open-source TensorFlow tool animating SVG characters with motion capture. Browser-based animation tool. · #motion-capture #svg-animation #graphics · M
- B Fallout 2's Chris Avellone on Game Design Philosophy - Interview with legendary game designer on journey from TRS-80 to modern games and design principles · #game-design #history #interview · M
- B Modern Walkmans - Cassette Players Catalog - Catalog of contemporary cassette tape players and modern Walkman models for retro audio enthusiasts · #audio #retro #hardware · M
- B The Book of Shaders - Interactive tutorial covering shader programming fundamentals through advanced graphics techniques. · #graphics #shaders #glsl #programming · M
- B Transistor as Temperature Sensor - Component Abuse Challenge: exploiting transistor properties for temperature sensing applications. · #hardware #sensors #transistors · M
- B Moon Phase Flip Clock Is Fantastic - Mechanical flip clock displaying time and lunar phases, competition winner and exhibition piece. · #electronics #clock #maker-project #mechanical · M
- B 2.13-inch Touch e-Paper HAT Manual – Waveshare - Detailed hardware manual and Python library installation for Raspberry Pi e-ink display module. · #raspberry-pi #electronics #display · M
- B Building a Tiny Local AI Agent Desk Toy - Project guide for creating Raspberry Pi-based AI agent running fully offline on local hardware. · #ai-hardware #maker-project #electronics · M
- B Reverse-Biased NPN Transistors - Component Abuse Challenge: exploiting reverse-bias properties of NPN transistors creatively. · #hardware #transistors #electronics · M
- B 555 Timer IC Extreme Applications - Component Abuse Challenge: pushing 555 timer chips beyond normal operating specifications. · #hardware #ics #555-timer · M
- B World's Most Stable Raspberry Pi? Thermal-Optimized NTP - Techniques for building GPS-synchronized NTP servers on Raspberry Pi with thermal control. · #raspberry-pi #ntp #gps #precision-timing · M
-
B AI Model Trapped in Raspberry Pi - Adafruit blog post on edge AI deployment; running neural models directly on RPi hardware. · #raspberry-pi #ai-edge #maker-projects · M ·
dead - B Component Abuse Challenge - Electronics competition celebrating creative misuse of components as sensors and devices. · #electronics #diy #hacking · M
- B Using an Array of Needles to Create Solid Knitted Shapes - Research on algorithmic generation of 3D knitted objects using mechanical needle arrays. · #knitting #textiles #algorithms #maker-tech · M
- B Waveshare Touch e-Paper HAT Library - Example code for touch-enabled e-ink display modules for Raspberry Pi embedded projects. · #hardware #e-ink #embedded · M
- B Piezo Disk as RF Transmitter Power Source - Hackaday: powering a wireless transmitter using piezoelectric disk energy harvesting. · #hardware #piezo #power-harvesting · M
- B LibrePods - AirPods Liberated From Apple Ecosystem - Open-source project providing AirPods functionality independent of Apple ecosystem. · #hardware #open-source #airpods #bluetooth · M
- B A Portable M4 Mac Mini - Custom portable computer build using Apple M4 Mac mini with specialized enclosure. · #mac #hardware #portable-computing #electronics · M
- B Fontedit - Font Editor for Embedded Systems - Desktop app to edit fonts and export as byte arrays for microcontroller displays. · #embedded #fonts #tools · M
- B MicroPythonOS: Operating System for Microcontrollers - Complete OS for ESP32 and similar microcontrollers, inspired by Android and iOS. · #embedded-systems #electronics · M
- B Power Harvesting from Qi Wireless Charging - Extracting power from Qi chargers using inductor coupling and energy scavenging. · #hardware #power-harvesting #wireless · M
- B HackberryPi CM5 - Portable Computer - Handheld portable computer based on Raspberry Pi Compute Module 5 with display. · #raspberry-pi #portable-computer #retro-computing #diy · M
- B Reverse Engineering Amazon Kindle Web Reader - Technical breakdown of deobfuscating and removing DRM from Amazon's web Kindle. · #reverse-engineering #drm · M
- B µcad - Open Source 2D/3D CAD Programming Language - Programming language for generating 2D sketches and 3D models procedurally. · #cad #programming-language #3d-modeling #open-source · M
- B ESP32 BLE Keyboard Library - Arduino-compatible Bluetooth keyboard library for ESP32 microcontroller. · #esp32 #bluetooth #diy-hardware #arduino · M
- B Regular Diodes as Photosensitive Sensors - Repurposing standard signal diodes like 1N4148 as IR and light sensors. · #hardware #sensors #diy-electronics · M
- A 5 Powodów by Robić Notatki - ADHD Newsletter - Polish newsletter on note-taking as biohacking: cognitive benefits and ADHD optimization techniques · #adhd #productivity #polish
- A Kabbalah - Jewish Mysticism Overview - Comprehensive overview of Kabbalah, Jewish mystical tradition, concepts, and practices. · #kabbalah #jewish-mysticism #spirituality
- A Sefirot - Wikipedia: ten emanations in Kabbalah representing divine manifestation and creation. · #kabbalah #jewish-mysticism #spirituality
- A Tzimtzum - Divine Contraction - Lurianic Kabbalah doctrine describing God's withdrawal to create space for existence. · #kabbalah #jewish-mysticism #theology
- A Talmud Eser HaSefirot - Primary Kabbalistic Text - Translated primary Kabbalistic text on the Ten Sefirot; foundational esoteric work. · #kabbalah #jewish-mysticism #texts
- A Isaac Luria - Lurianic Kabbalist - 16th-century rabbi and Kabbalist; founder of Lurianic Kabbalah school of thought. · #kabbalah #jewish-mysticism #history
- A Qlippoth - Shadow Sefirot - Impure spiritual forces in Kabbalah; shadow aspect opposite to the Sefirot. · #kabbalah #jewish-mysticism #spirituality
- A Beri'ah - World of Creation - Second of the four celestial worlds in Kabbalah's Tree of Life cosmology. · #kabbalah #jewish-mysticism #cosmology
- B Reichstag Fire Decree - 1933 - Historical documentation of the 1933 Nazi decree suspending civil liberties and enabling totalitarian consolidation of power. · #history #political
- B Why Effort Scales Superlinearly with Creative Quality - Essay on 80/20 principle in creative work: most time spent perfecting final details. Creative process metacognition. · #creative-work #process #productivity
- B Why Solarpunk is Already Happening in Africa - How Africa bypasses outdated infrastructure with leapfrog renewable energy adoption. Optimistic tech futures. · #solarpunk #sustainability #clean-tech
- B How to Do the Jhanas - Meditation Guide - Practical guide to inducing and progressing through eight jhana meditative states for altered consciousness · #meditation #consciousness #practice
- B Flounder Mode - Kevin Kelly essay on unconventional approach to great work. Creative process and productivity methodology. · #productivity #creativity #mindset
- B 2024 Guide to DeDRM Kindle Books - Reddit guide to removing DRM from Kindle books for personal library management. Ebook workflow and tools. · #ebook #drm #tools
- B A Receipt Printer Cured My Procrastination (ADHD) - Hardware-based productivity system using thermal printer for task management. ADHD-friendly tool design. · #adhd #productivity #hardware · M
- B Bloomberg TV (@BloombergTV) – X Profile - Financial news and market analysis; breaking stories and exclusive interviews on business topics. · #finance #news #markets
- B 2,178 Occult Books Digitized by Ritman Library - Large digital library of esoteric and occult texts made available online with Dan Brown support · #esoteric #library #history
- B Yetzer Hara - Evil Inclination - Jewish psychological concept of inclination toward evil and self-centered destructive behavior. · #jewish-philosophy #psychology #spirituality
- B When Money Is Abundant, Knowledge Is The Real Wealth - LessWrong essay on how resource bottlenecks shift from money to knowledge as scarcity changes. · #economics #philosophy
- B How to Drop the Ball Without Letting Anyone Down (Including You) - TED essay on releasing perfectionism through strategic delegation and realistic expectations. · #personal-development #productivity
- B The Origins of Consciousness, Vol. 1: Ten Luminous Emanations - Kabbalistic text on consciousness via Ten Sefirot and emanations. Spiritual philosophy study. · #kabbalah #consciousness #spirituality
- B Psilocybin Lifted Her Burden - Personal narrative of therapeutic psilocybin use in treating depression and mental health. · #psychedelic-therapy #mental-health #science
- B Psychiatra: Osoby z ADHD to mistrzowie kryzysu - Polish article on ADHD as adaptive advantage: how ADHD brains excel under crisis pressure. · #adhd #psychology
- B Steve Hanke (@steve_hanke) – Applied Economics Professor - Johns Hopkins economist and commodity trader; analysis on FX markets and economic policy. · #economics #finance #policy
- B Tohu and Tikkun - Worlds of Chaos and Order - Kabbalistic doctrine distinguishing primordial chaos from rectification and cosmic order. · #kabbalah #jewish-mysticism #cosmology
- B How To Figure Out What You're Not Good At - Blog post on self-awareness and identifying genuine limitations versus limiting beliefs. · #personal-development #self-awareness
- B List of Cognitive Biases and Heuristics - Comprehensive reference of major cognitive biases with behavioral science explanations. · #psychology #cognitive-biases #decision-making #behavioral-science
- B Abraham Abulafia - Medieval Spanish Kabbalist - 13th-century Kabbalist known for ecstatic mysticism and letter combination practices. · #kabbalah #jewish-mysticism #history
- B Audiobookshelf - Self-hosted audiobook and podcast server for organizing and streaming personal media. · #audiobooks #podcasts #self-hosted #server · M
- B Samael - Kabbalistic Archangel - Jewish archangel and Kabbalistic figure depicted as stern divine justice personified. · #kabbalah #jewish-mysticism #angels
- B Tinnitus Neuromodulator - Free Therapy - Interactive audio tool using neuromodulation techniques to mask and manage tinnitus. · #audio #health
- B Tehom - Primordial Waters of Creation - Primordial deep and abyss in Hebrew Bible cosmology; waters preceding all creation. · #jewish-mysticism #kabbalah #cosmology
- B DMT-Induced Shifts in Criticality Correlate with Self-Dissolution - Neuroscience research on brain criticality changes under DMT and ego dissolution. · #neuroscience #dmt #consciousness #brain-states · M · archived
- B Tetragrammaton - YHWH - The four-letter Hebrew name of God in Jewish tradition and Kabbalistic mysticism. · #kabbalah #hebrew #theology
- B Abogen - Audiobook Generator with Captions - Converts EPUB and PDF documents to audiobooks with TTS and synchronized captions · #tts #audiobooks #accessibility
- B Belial - Hebrew Bible Figure - Hebrew Bible term; later Jewish and Christian tradition depicts as fallen angel. · #kabbalah #jewish-mysticism #theology
- B Lilith - Jewish Mythology and Kabbalah - Figure in Jewish tradition and Kabbalah; depicted as demon or Adam's first wife. · #kabbalah #jewish-mysticism #mythology
- B Abaddon - Abyss and Divine Destruction - Hebrew term for place of destruction; archangel of the abyss in tradition. · #kabbalah #jewish-mysticism #angels
- B Sheol - Hebrew Underworld - The underworld or realm of the dead in Hebrew Bible and Jewish cosmology. · #jewish-mysticism #theology #kabbalah
Across all years: Highlights · Index-All-Years
2025: Home · Best-Of · By tag · By category · For Maciek · Dead links · Noise
Other years: 2018 · 2019 · 2020 · 2021 · 2022 · 2023 · 2024 · 2026
Across all years: Highlights · Index-All-Years
2025: Home · Best-Of · By tag · By category · For Maciek · Dead links · Noise
Other years: 2018 · 2019 · 2020 · 2021 · 2022 · 2023 · 2024 · 2026