Link List :: 2025-03-30

https://github.com/focused-dot-io/hotmic

* Lightweight desktop application for audio transcription using Groq API and Whisper-large-v3 model
* Press global shortcut to start/stop recording
* Audio sent to Groq API for transcription
* Results automatically copied to clipboard
* Visual feedback during recording and processing

https://github.com/jbellis/brokk/

- Brokk: first code assistant that understands code semantically, designed for large codebases
- Run using jbang (recommended): install jbang and run `jbang run brokk@jbellis/brokk` or download JAR and run manually
- Features:
  - Agentic search/code retrieval
  - Automatically capture context from search results
  - Capture/incorporate external context using "Run" combined with "Capture Text"/"Edit Files"
  - Undo includes filesystem changes
  - Use History Panel to keep track, undo, or redo changes
- Scenarios:
  - Identify commit causing regression using `git bisect`
  - Load commit and files changed by that commit as editable context
  - Tell LLM to look at changes to see what could cause problem
- Real-world tasks:
  - Make complex, multi-file edits with o1pro
  - Use Brokk to help with poorly documented dependencies
  - Summarize classes using `Summarize Fields` and use globbing
- Limitations:
  - "Stop" button not working reliably during search (langchain4j/langchain4j#2658)
  - Joern needs to run delombok before analysis can begin
  - No automatic running of tests

https://github.com/refly-ai/refly

Refly is an open-source AI-native creation engine powered by 13+ leading AI models.

* # Features and Capabilities
- Multi-threaded architecture for parallel management of independent conversation contexts
- Integration with 13+ leading language models
- Support for model hybrid scheduling and parallel processing
- Flexible model switching mechanism with unified conversation interface
- Multi-model knowledge base collaboration

https://github.com/zajako/Fallogical

* Fallogical is an application that listens to conversations, detects logical fallacies in real-time, and interrupts with explanations when fallacies are identified using local Ollama models for AI processing.
* Real-time audio recording and transcription
* Logical fallacy detection using local Ollama AI models
* Voice interruptions with fallacy explanations
* Support for detecting common logical fallacies like ad hominem, straw man, appeal to authority, etc.

https://github.com/evoluteur/isomorphic-table-cards

* Isomorphic-Table-Cards: a JavaScript class for Table and Cards views with animated transitions
* Uses Vanilla Javascript, CSS, and HTML

https://github.com/caioricciuti/cr-mac-helper

* CR-Mac Helper is a personal project designed to streamline Mac maintenance and management, automating cleaning, auditing, and optimizing macOS environment.
* The script offers various modules for:
 + App Cleanup and Management
 + Path Management
 + Cache and Temp File Management
 + Login Items Management
 + System Maintenance
 + System Optimization
 + Network Optimization
 + Battery Optimization (for MacBooks)
 + Security Cleanup
 + Hidden Folders Cleanup
 + System Audit and Reports

https://github.com/martin226/vibe-draw

* Turn your roughest sketches into stunning 3D worlds by vibe drawing
* Sketch: Draw freely on the 2D canvas
* Enhance: Use the "Improve Drawing" button to refine sketches into detailed, polished drawings
* Transform: Click "Make 3D" to convert your drawing into a 3D model
* Build: Add your 3D models to the world by switching to the 3D World tab
* Iterate: Edit and refine your 3D models by sketching or by writing a text prompt
* Export: Export your 3D world with 1 click in a standard format (.glTF)