๐ฅ Trending Repository: ShareX
๐ Description: ShareX is a free and open-source application that enables users to capture or record any area of their screen with a single keystroke. It also supports uploading images, text, and various file types to a wide range of destinations.
๐ Repository URL: https://github.com/ShareX/ShareX
๐ Website: https://getsharex.com
๐ Readme: https://github.com/ShareX/ShareX#readme
๐ Statistics:
๐ Stars: 36.5k
๐ Watchers: 539
๐ด Forks: 3.7k
๐ป Programming Languages: C# - HTML
๐ท๏ธ Related Topics:
==================================
๐ง By: https://t.me/DataScienceM
๐ Description: ShareX is a free and open-source application that enables users to capture or record any area of their screen with a single keystroke. It also supports uploading images, text, and various file types to a wide range of destinations.
๐ Repository URL: https://github.com/ShareX/ShareX
๐ Website: https://getsharex.com
๐ Readme: https://github.com/ShareX/ShareX#readme
๐ Statistics:
๐ Stars: 36.5k
๐ Watchers: 539
๐ด Forks: 3.7k
๐ป Programming Languages: C# - HTML
๐ท๏ธ Related Topics:
#productivity #screenshot #share #ocr #csharp #image_annotation #dropbox #color_picker #ftp #file_upload #file_sharing #url_shortener #screen_recorder #gif #avalonia #capture #screen_capture #region_capture #gif_recorder #sharex
==================================
๐ง By: https://t.me/DataScienceM
โค2
๐ฅ Trending Repository: DeepSeek-TUI
๐ Description: Coding agent for DeepSeek models that runs in your terminal
๐ Repository URL: https://github.com/Hmbown/DeepSeek-TUI
๐ Readme: https://github.com/Hmbown/DeepSeek-TUI#readme
๐ Statistics:
๐ Stars: 1.8k
๐ Watchers: 6
๐ด Forks: 99
๐ป Programming Languages: Rust
๐ท๏ธ Related Topics:
==================================
๐ง By: https://t.me/DataScienceM
๐ Description: Coding agent for DeepSeek models that runs in your terminal
๐ Repository URL: https://github.com/Hmbown/DeepSeek-TUI
๐ Readme: https://github.com/Hmbown/DeepSeek-TUI#readme
๐ Statistics:
๐ Stars: 1.8k
๐ Watchers: 6
๐ด Forks: 99
๐ป Programming Languages: Rust
๐ท๏ธ Related Topics:
#rust #cli #terminal #tui #llm #deepseek
==================================
๐ง By: https://t.me/DataScienceM
โค1
Crazy people implemented MicroGPT by Andrej Karpathy entirely in FPGA logic. ๐ง โก
Without a graphics processor. ๐ซ๐บ
Without PyTorch. ๐โ
Without inference loops on the central processor. ๐ซ๐
Just a transformer, "embedded" in the hardware, generating 50,000+ tokens per second. โก๐
The model is small, but that's not the point: inference doesn't have to exist only in a software environment. ๐พโก๏ธ๐
The goal wasn't to create the largest possible model. ๐
The goal was to present the entire inference path of the transformer in a form readable for hardware: memory, counters, state machines, accumulators, lookup tables, and multi-cycle arithmetic blocks. โ๏ธ๐ง
The basic scheme uses fixed Q4.12 arithmetic and weights stored in ROM. ๐๐ข
Most of the model boils down to one repetitive operation: matrix-vector multiplication. ๐งฎ Therefore, a reusable 16-channel stream block for matrix-vector calculations was implemented, and then it was temporarily multiplexed to Q/K/V, MLP, and the output layer of the language model. ๐๐งฉ
The most interesting thing turned out to be the attention mechanism. ๐งโจ
In Python, it's a single neat equation. ๐โ
In RTL, it turns into a schedule: generating Q/K/V, going through scalar products, tracking the maximum, approximating the exponential, accumulating, dividing, mixing V, and then reverse projection. ๐ ๐
https://github.com/Luthiraa/TALOS-V2 ๐๐ ๏ธ
https://t.me/DataScienceN
Without a graphics processor. ๐ซ๐บ
Without PyTorch. ๐โ
Without inference loops on the central processor. ๐ซ๐
Just a transformer, "embedded" in the hardware, generating 50,000+ tokens per second. โก๐
The model is small, but that's not the point: inference doesn't have to exist only in a software environment. ๐พโก๏ธ๐
The goal wasn't to create the largest possible model. ๐
The goal was to present the entire inference path of the transformer in a form readable for hardware: memory, counters, state machines, accumulators, lookup tables, and multi-cycle arithmetic blocks. โ๏ธ๐ง
The basic scheme uses fixed Q4.12 arithmetic and weights stored in ROM. ๐๐ข
Most of the model boils down to one repetitive operation: matrix-vector multiplication. ๐งฎ Therefore, a reusable 16-channel stream block for matrix-vector calculations was implemented, and then it was temporarily multiplexed to Q/K/V, MLP, and the output layer of the language model. ๐๐งฉ
The most interesting thing turned out to be the attention mechanism. ๐งโจ
In Python, it's a single neat equation. ๐โ
In RTL, it turns into a schedule: generating Q/K/V, going through scalar products, tracking the maximum, approximating the exponential, accumulating, dividing, mixing V, and then reverse projection. ๐ ๐
https://github.com/Luthiraa/TALOS-V2 ๐๐ ๏ธ
https://t.me/DataScienceN
โค1
๐ฅ Trending Repository: docuseal
๐ Description: Open source DocuSign alternative. Create, fill, and sign digital documents โ๏ธ
๐ Repository URL: https://github.com/docusealco/docuseal
๐ Website: https://www.docuseal.com
๐ Readme: https://github.com/docusealco/docuseal#readme
๐ Statistics:
๐ Stars: 12.7k
๐ Watchers: 51
๐ด Forks: 1.2k
๐ป Programming Languages: Ruby - Vue - HTML - JavaScript - Dockerfile - SCSS
๐ท๏ธ Related Topics:
==================================
๐ง By: https://t.me/DataScienceM
๐ Description: Open source DocuSign alternative. Create, fill, and sign digital documents โ๏ธ
๐ Repository URL: https://github.com/docusealco/docuseal
๐ Website: https://www.docuseal.com
๐ Readme: https://github.com/docusealco/docuseal#readme
๐ Statistics:
๐ Stars: 12.7k
๐ Watchers: 51
๐ด Forks: 1.2k
๐ป Programming Languages: Ruby - Vue - HTML - JavaScript - Dockerfile - SCSS
๐ท๏ธ Related Topics:
#open_source #pdf #webpack #vue #self_hosted #e_signature #documents #ruby_on_rails #tailwindcss #pdf_signature #pdf_sign #document_signing #hotwired_turbo
==================================
๐ง By: https://t.me/DataScienceM
โค2
Github Top Repositories
Photo
๐ ruvnet/ruflo caught my eye on GitHub Trending today.
๐ https://github.com/ruvnet/ruflo
๐ ๐ The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integration, and native Claude Code / Codex Integration
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Ruflo is a multi-agent AI orchestration platform that adds coordinated swarms, self-learning memory, federated comms, and enterprise security to Claude Code. It enables 100+ specialized AI agents to collaborate across machines, teams, and trust boundaries. With
The key features of Ruflo include:
* Swarm Coordination: Hierarchical, mesh, and adaptive topologies with consensus
* Self-Learning: SONA neural patterns, ReasoningBank, and trajectory learning
* Vector Memory: HNSW-indexed AgentDB with faster search
* Plugin Marketplace: 32 native Claude Code plugins and 21 npm plugins
* Multi-Provider: Claude, GPT, Gemini, Cohere, Ollama with smart routing
To get started, you can install Ruflo as a native Claude Code plugin or use the CLI install method. The plugin marketplace offers a wide range of plugins, including core and orchestration, memory and knowledge, intelligence and learning, and security and compliance.
Ruflo also features a Web UI (Beta) that is self-hostable and offers a hosted demo at flo.ruv.io. The web UI allows for multi-model AI chat with built-in Model Context Protocol (MCP) tool calling, persistent vector memory, and swarm coordination.
Additionally, Ruflo has a Goal Planner UI at goal.ruv.io that enables autonomous agents to turn high-level goals into executable plans.
Overall, Ruflo is a powerful platform that enables the coordination of multiple AI agents to achieve complex tasks, making it an exciting tool for anyone interested in AI and machine learning. With its ease of use and extensive features, Ruflo is a game-changer in the world of AI orchestration. Ruflo is the future of AI collaboration.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ง Channel: https://t.me/GithubRe
๐ https://github.com/ruvnet/ruflo
๐ ๐ The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integration, and native Claude Code / Codex Integration
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Ruflo is a multi-agent AI orchestration platform that adds coordinated swarms, self-learning memory, federated comms, and enterprise security to Claude Code. It enables 100+ specialized AI agents to collaborate across machines, teams, and trust boundaries. With
init, Ruflo gives Claude Code a nervous system, allowing agents to self-organize into swarms, learn from every task, and remember across sessions.The key features of Ruflo include:
* Swarm Coordination: Hierarchical, mesh, and adaptive topologies with consensus
* Self-Learning: SONA neural patterns, ReasoningBank, and trajectory learning
* Vector Memory: HNSW-indexed AgentDB with faster search
* Plugin Marketplace: 32 native Claude Code plugins and 21 npm plugins
* Multi-Provider: Claude, GPT, Gemini, Cohere, Ollama with smart routing
To get started, you can install Ruflo as a native Claude Code plugin or use the CLI install method. The plugin marketplace offers a wide range of plugins, including core and orchestration, memory and knowledge, intelligence and learning, and security and compliance.
Ruflo also features a Web UI (Beta) that is self-hostable and offers a hosted demo at flo.ruv.io. The web UI allows for multi-model AI chat with built-in Model Context Protocol (MCP) tool calling, persistent vector memory, and swarm coordination.
Additionally, Ruflo has a Goal Planner UI at goal.ruv.io that enables autonomous agents to turn high-level goals into executable plans.
Overall, Ruflo is a powerful platform that enables the coordination of multiple AI agents to achieve complex tasks, making it an exciting tool for anyone interested in AI and machine learning. With its ease of use and extensive features, Ruflo is a game-changer in the world of AI orchestration. Ruflo is the future of AI collaboration.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ง Channel: https://t.me/GithubRe
Github Top Repositories
Photo
๐ Meet virattt/dexter: another gem from today's GitHub trending list.
๐ https://github.com/virattt/dexter
๐ An autonomous agent for deep financial research
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
I'm excited to share with you the GitHub repository virattt/dexter, an autonomous financial research agent that thinks, plans, and learns as it works. Dexter takes complex financial questions and turns them into clear, step-by-step research plans, using live market data to gather information and refine results until it has a confident, data-backed answer.
The key capabilities of Dexter include:
* Intelligent Task Planning: Automatically decomposes complex queries into structured research steps
* Autonomous Execution: Selects and executes the right tools to gather financial data
* Self-Validation: Checks its own work and iterates until tasks are complete
* Real-Time Financial Data: Access to income statements, balance sheets, and cash flow statements
* Safety Features: Built-in loop detection and step limits to prevent runaway execution
To get started with Dexter, you'll need to install the
Then, clone the repository, install dependencies with
Dexter can be run in interactive mode using
For debugging, Dexter logs all tool calls to a scratchpad file, making it easy to inspect exactly what data the agent gathered and how it interpreted results. You can also use Dexter with WhatsApp by linking your phone to the gateway.
The project is licensed under the MIT License, and contributions are welcome. If you're interested in contributing, simply fork the repository, create a feature branch, commit your changes, and create a pull request.
Overall, Dexter is a powerful tool for financial research, and its autonomous capabilities make it an exciting development in the field. In my opinion, Dexter is a game-changer for financial research, and its potential applications are vast and promising.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ง Channel: https://t.me/GithubRe
๐ https://github.com/virattt/dexter
๐ An autonomous agent for deep financial research
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
I'm excited to share with you the GitHub repository virattt/dexter, an autonomous financial research agent that thinks, plans, and learns as it works. Dexter takes complex financial questions and turns them into clear, step-by-step research plans, using live market data to gather information and refine results until it has a confident, data-backed answer.
The key capabilities of Dexter include:
* Intelligent Task Planning: Automatically decomposes complex queries into structured research steps
* Autonomous Execution: Selects and executes the right tools to gather financial data
* Self-Validation: Checks its own work and iterates until tasks are complete
* Real-Time Financial Data: Access to income statements, balance sheets, and cash flow statements
* Safety Features: Built-in loop detection and step limits to prevent runaway execution
To get started with Dexter, you'll need to install the
Bun runtime and obtain API keys for OpenAI, Financial Datasets, and Exa (optional). You can install Bun using curl:curl -fsSL https://bun.com/install | bash
Then, clone the repository, install dependencies with
Bun, and set up your environment variables.Dexter can be run in interactive mode using
bun start or with watch mode for development using bun dev. The repository also includes an evaluation suite that tests the agent against a dataset of financial questions.For debugging, Dexter logs all tool calls to a scratchpad file, making it easy to inspect exactly what data the agent gathered and how it interpreted results. You can also use Dexter with WhatsApp by linking your phone to the gateway.
The project is licensed under the MIT License, and contributions are welcome. If you're interested in contributing, simply fork the repository, create a feature branch, commit your changes, and create a pull request.
Overall, Dexter is a powerful tool for financial research, and its autonomous capabilities make it an exciting development in the field. In my opinion, Dexter is a game-changer for financial research, and its potential applications are vast and promising.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ง Channel: https://t.me/GithubRe
Github Top Repositories
Photo
๐ bwya77/vscode-dark-islands caught my eye on GitHub Trending today.
๐ https://github.com/bwya77/vscode-dark-islands
๐ VSCode theme based off the easemate IDE and Jetbrains islands theme
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
The Islands Dark theme for Visual Studio Code is a dark color theme inspired by the easemate IDE, featuring floating glass-like panels, rounded corners, smooth animations, and a deeply refined UI. Key features include a
Technical highlights include the use of
This theme is suitable for developers and designers who prefer a dark and sleek interface for Visual Studio Code. With its unique blend of style and functionality, the Islands Dark theme is a great choice for anyone looking to enhance their coding experience.
In short, Islands Dark is a must-try theme for anyone who wants to give their VS Code a fresh new look.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ง Channel: https://t.me/GithubRe
๐ https://github.com/bwya77/vscode-dark-islands
๐ VSCode theme based off the easemate IDE and Jetbrains islands theme
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
The Islands Dark theme for Visual Studio Code is a dark color theme inspired by the easemate IDE, featuring floating glass-like panels, rounded corners, smooth animations, and a deeply refined UI. Key features include a
deep dark canvas, glass-effect borders, and rounded corners on all panels. To use the theme, you can install it via a one-liner command or manual clone install. The theme also includes Custom UI Style extensions and recommended icon themes for the best experience. Technical highlights include the use of
Custom UI Style for floating panels and glass borders, as well as IBM Plex Mono and FiraCode Nerd Font Mono fonts. The theme is customizable via CSS custom properties and includes a range of color variables and border radius variables to adjust the look and feel.This theme is suitable for developers and designers who prefer a dark and sleek interface for Visual Studio Code. With its unique blend of style and functionality, the Islands Dark theme is a great choice for anyone looking to enhance their coding experience.
In short, Islands Dark is a must-try theme for anyone who wants to give their VS Code a fresh new look.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ง Channel: https://t.me/GithubRe
โค1
๐ Meet mksglu/context-mode: a gem from today's GitHub trending list.
๐ https://github.com/mksglu/context-mode
๐ Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 14 platforms
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Context Mode is a solution to the problem of context overload in tools like Playwright and GitHub. It's an MCP server that solves four key issues: context saving, session continuity, think in code, and output compression. With Context Mode, tools keep raw data out of the context window, reducing context size by up to 98%. It also tracks file edits, git operations, and other events, allowing the model to pick up where it left off.
The
This approach reduces output tokens by ~65-75% while maintaining technical accuracy.
Installation varies by platform, with options for Claude Code, Gemini CLI, and VS Code Copilot. The demo showcases Context Mode's capabilities.
The takeaway: Context Mode is the key to unlocking efficient context management, and it's a game-changer for anyone working with MCP tools.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ง Channel: https://t.me/GithubRe
๐ https://github.com/mksglu/context-mode
๐ Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 14 platforms
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Context Mode is a solution to the problem of context overload in tools like Playwright and GitHub. It's an MCP server that solves four key issues: context saving, session continuity, think in code, and output compression. With Context Mode, tools keep raw data out of the context window, reducing context size by up to 98%. It also tracks file edits, git operations, and other events, allowing the model to pick up where it left off.
The
ctx_execute function runs scripts that replace multiple tool calls, saving context. For example:ctx_execute("javascript", `
const files = fs.readdirSync('src').filter(f => f.endsWith('.ts'));
files.forEach(f => console.log(f + ': ' + fs.readFileSync('src/'+f,'utf8').split('\\n').length + ' lines'));
`);This approach reduces output tokens by ~65-75% while maintaining technical accuracy.
Installation varies by platform, with options for Claude Code, Gemini CLI, and VS Code Copilot. The demo showcases Context Mode's capabilities.
The takeaway: Context Mode is the key to unlocking efficient context management, and it's a game-changer for anyone working with MCP tools.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ง Channel: https://t.me/GithubRe
