We're sharing/showcasing best of @github projects/repos. Follow to stay in loop. Promoting Open-Source Contributions. UNOFFICIAL, but followed by github
Databunker is a self-hosted Go service that encrypts and tokenizes PII at the API level, not just at rest.
- Tokenization engine generates UUID tokens for safe data referencing
- Hash-based indexing enables search without exposing plaintext
- Blocks SQL and GraphQL injection attacks by design
- Restricted bulk retrieval disabled by default to prevent data leaks
Explore it here:
https://t.co/6mO4fI2VWq
Qdrant is a production-ready vector search engine and database built in Rust, designed for high-performance similarity search with extended filtering support.
- Written in Rust for speed and reliability under high load.
- RESTful API with convenient client libraries for Go, Python, and more.
- Supports advanced filtering, quantization, sharding, and hybrid search.
- Available as a self-hosted Docker image or fully managed cloud service with a free tier.
AIMangaStudio is an open-source tool that turns AI-written scripts into manga pages while keeping characters consistent across panels.
- Generates manga scripts from natural language prompts
- Controls character and art style settings
- Auto-layouts panels, speech bubbles, and camera cuts
- Exports multi-page manga as PNG or PDF
Fusion is a lightweight RSS reader designed for fast, distraction-free reading with Fever API support for third-party clients.
- Single binary or Docker deployment for self-hosting
- Unread tracking, bookmarks, search, and keyboard shortcuts
- Fever API compatible with Reeder, Unread, FeedMe, and others
- Built-in i18n for eight languages, no AI features
Explore it here:
https://t.co/usqIREr7a9
Versatile Thermostat is a Home Assistant integration that turns any heating system into an intelligent, self-learning thermostat with auto-TPI algorithms.
- Plugin mechanism for extending functionality via external integrations
- Stuck valve detection and root cause diagnosis for heating failure events
- Auto-relock after unlock with configurable timing
- Automatic command resend to correct discrepancies between desired and actual device states
Explore it here:
https://t.co/M7Oyqpzb5A
-▬▬.◙.▬▬‐
▂▄▄▓▄▄▂
◢◤ █▀▀████▄▄▄◢◤
█▄ █ █▄ ███▀▀▀▀▀▀╬
◥█████◤
══╩══╩══
╬═╬
╬═╬ Just dropped down to say
╬═╬ Don't
╬═╬ Push To Production On Friday
╬═╬ ☻/
╬═╬/▌
╬═╬/ \
A community-maintained GitHub repository tracks Summer 2027 tech internships across software, PM, and quant roles.
- List includes company, role, location, and date posted
- Legend flags sponsorship availability and citizenship requirements
- Separate resources for off-season internships and new-grad jobs
- Contributions accepted via GitHub issues
Typst is a markup-based typesetting system that compiles locally, offering LaTeX-level power with a simpler syntax.
- Built-in markup for common formatting, plus functions for everything else
- Tightly integrated scripting system with math typesetting and bibliography management
- Fast compile times due to incremental compilation
- Friendly error messages when something goes wrong
Web-Check is an open-source tool that runs on-demand OSINT analysis on any website to reveal its infrastructure, security posture, and technologies.
- IP info, SSL chain, DNS records, cookies, headers, and domain data
- Open port scanning, traceroute, and DNS security extensions
- Site performance, tracker detection, and carbon footprint estimation
- Deployable via Netlify, Vercel, Docker, or from source
Explore it here:
https://t.co/2wP72ool0T
Why use multiple tools when one engine does it all?
iii is the easiest way to compose, extend, and observe every service in your stack in real time.
Every backend starts as a project before the first line of business logic. Queues, cron, HTTP, state, observability, agents, and sandboxes each usually bring their own integration story. iii collapses that into one live system surface.
iii worker add <anything>
WeWe RSS provides a self-hosted way to turn WeChat official accounts into stable, accessible RSS feeds using the WeRead API.
- Based on the WeRead API for improved stability in v2.x
- Generates RSS, Atom, and JSON feeds from public accounts
- Supports title filtering and manual feed updates
- Deployable via Docker, Docker Compose, or one-click platforms
Devbox creates isolated development environments from a JSON config, using Nix under the hood without Docker or VMs.
- Define dev environments in a single `devbox.json` file shared with your team
- Run `devbox shell` for an isolated shell with exact tool versions
- Install from over 400,000 Nix package versions without polluting your system
- Export the same environment as a devcontainer, Dockerfile, or remote cloud shell
Alacritty is a GPU-accelerated terminal emulator focused on performance and minimalism, available on BSD, Linux, macOS, and Windows.
- Sensible defaults with extensive TOML-based configuration
- Consistently outperforms competitors in vtebench throughput testing
- Scrollback support with published benchmarks
- No built-in multiplexing or tabs—integrates with external tools instead
Explore it here:
https://t.co/jkXhOPz1G8
vLLM is a high-performance library for LLM inference and serving, achieving state-of-the-art throughput through its PagedAttention memory management.
- PagedAttention for efficient key-value cache management
- Continuous batching, chunked prefill, and prefix caching
- Supports 200+ model architectures from Hugging Face
- Optimized kernels including FlashAttention, FlashInfer, and CUDA graphs