bsd3-licensed
Declarative way to run AI models in React Native on device, powered by ExecuTorch.
React Native ExecuTorch is a declarative way to run AI models in React Native on device, powered by ExecuTorch 🚀. It offers out-of-the-box support for many LLMs, computer vision models, and many many more. Feel free to check them out on our HuggingFace page.
ExecuTorch is a novel framework created by Meta that enables running AI models on devices such as mobile phones or microcontrollers.
Related contents:
Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database.
Related contents:
PyTorch Single Controller.
Monarch is a distributed execution engine for PyTorch. Our overall goal is to deliver the high-quality user experience that people get from single-GPU PyTorch, but at cluster scale.
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
Related contents:
Open Educational Resources made Easy and Decentralized…
Share your knowledge and build online courses with simple LiaScript! LiaScript is an open Markdown dialect and interpreter for interactive and educational content, providing everything you need to jumpstart a journey to engaging OER projects.
Vermilion is a clean, minimal and simple music player for MPD, Tidal, Spotify and more.
An open-source universal messaging library.
ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fan-out, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems.
Simple and Elegant Docker Management UI written in Typescript and SvelteKit.
A declarative, 🐻❄️-native data frame validation library.
Dataframely is a Python package to validate the schema and content of polars data frames. Its purpose is to make data pipelines more robust by ensuring that data meet expectations and more readable by adding schema information to data frame type hints.
A Python Script to fetch Garmin health data and populate that in a InfluxDB Database, for visualization long term health trends with Grafana.
Rust based package manager for macOS.
Sapphire is a next‑generation, Rust‑powered package manager inspired by Homebrew. It installs and manages:
- Formulae: command‑line tools, libraries, and languages
- Casks: desktop applications and related artifacts on macOS
ARM only for now, might add x86 support eventually.
NVIDIA PhysX SDK.
This repository contains source releases of the PhysX, Flow, and Blast SDKs used in NVIDIA Omniverse.
trigger async analysis from your Gitlab CI and expose badges.
Gitlab CI triggers asynchone REST analysis and display badges and files.
Related contents:
A declarative routing package for Flutter that uses the Router API to provide a convenient, url-based API for navigating between different screens. You can define URL patterns, navigate using a URL, handle deep links, and a number of other navigation-related scenarios.
Related contents:
Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available.
Most of the time when you are using a public network, you are behind some kind of firewall or proxy. One of their purpose is to constrain you to only use certain kind of protocols and consult only a subset of the web. Nowadays, the most widespread protocol is http and is de facto allowed by third party equipment.
Wstunnel uses the websocket protocol which is compatible with http in order to bypass firewalls and proxies. Wstunnel allows you to tunnel whatever traffic you want and access whatever resources/site you need.
Related contents:
vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
A full graphical web browser for Kitty terminal with mouse and keyboard support.
Related contents:
The web framework for perfectionists with deadlines.
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design.
Related contents:
Build simple, secure, scalable systems with Go
Related contents:
- Go Optimization Guide.
- Go monk @ GitHub.
- Go away, Python! @ lorentz app.
- Le Go : décryptage du langage et premiers retours d'expérience @ AXOPEN :fr:.
- Idiomatic Go @ Dmitri Shuralyov.
- Why Go's Error Handling is Awesome @ rauljordan::blog.
- Were multiple return values Go's biggest mistake? @ MOND←TECH MAGAZINE.
- Episode #3: The Go Programming Language from Google @ Changelog Interviews.
- Testing Frameworks and Mini-Languages @ MatttProud.com (Blog).
- A JavaScript Developer's Guide to Go @ Prateek's digital home.
- Why Go is a good fit for agents @ hatchet.
- Modern (Go) application design @ Office Hours.
- Gist of Go: Race conditions @ Anton Zhiyanov.
- Go is 80/20 language @ Krzysztof Kowalczyk.
- Go should be more opinionated @ My name is Elton Minetto.
- The Evolution of Caching Libraries in Go @ Otter.
- What's //go:nosplit for? @ mcyoung.
- A deep dive into deeply recursive Go @ Mattermost.
- How Go 1.24's Swiss Tables saved us hundreds of gigabytes @ Datadog Engineering Blog.
- Go features by version @ Anton Zhiyanov.
- Making Games in Go: 3 Months Without LLMs vs 3 Days With LLMs! @ Mariano Gappa's Blog.
- From Python to Go: Why We Rewrote Our Ingest Pipeline at Telemetry Harbor @ Telemetry Harbor.
- Understanding Go Error Types: Pointer vs. Value @ Fillmore Labs Blog.
- A practical guide to error handling in Go @ Datadog.
- Default Methods in Go @ mcyoung.
- Rust is easy? Go is… hard? @ Bryan Hyland's Medium.
- We tried Go's experimental Green Tea garbage collector and it didn't help performance @ DoltHub.
- Mastering Go’s Network I/O: Build Scalable, High-Performance Apps @ Jones Charles' dev.to.
- How to Use Closures in Go @ freeCodeCamp.
- The “10x” Commandments of Highly Effective Go @ JETBRAINS Blog.
- Go Bytes playlist @ Gary Clarke's YouTube.
- Go proposal: Type-safe error checking @ Anton Zhiyanov.
- Thoughts on Go vs. Rust vs. Zig @ Sinclair Target.
- Is Golang still a growing programming language? @ Melkey's YouTube.
- Memory Allocation in Go @ Melatoni.
- go.sum Is Not a Lockfile @ Filippo Valsorda.
- Go feature: Modernized go fix @ Anton Zhiyanov.
- CPU Cache-Friendly Data Structures in Go: 10x Speed with Same Algorithm @ Serge Skoredin.
- Golang’s Big Miss on Memory Arenas @ Andrew Vittiglio.
- From Naive Go to Thread Pools: A Tiny CLI That Taught Me Concurrency @ Sulav Shrestha's Medium.
- Should you learn Go in 2026? @ Melkey's YouTube.
- Understanding Escape Analysis in Go – Explained with Example Code @ freeCodeCamp.
- Go 1.26 interactive tour @ Anton Zhiyanov.
- Using go fix to modernize Go code @ The Go Blog.
- How we reduced the size of our Agent Go binaries by up to 77% @ Datadog.
- Go is the Best Language for AI Agents @ Bruin.
- Best Practices for Secure Error Handling in Go @ The GoLand Blog.
- Debugging a Go Memory Leak: From OOM to Stable with pprof @ Trendyol Tech.
- Understanding the Go Runtime: The Scheduler @ Internals for Interns.
- How to Get Started Coding in Golang @ freeCodeCamp.
- How Datadog Cut the Size of Its Agent Go Binaries by 77% @ InfoQ.
- How AI Agents Want to Write Go @ Encore.
- Why does SSH send 100 packets per keystroke? @ eieio.games.
- Go Naming Conventions: A Practical Guide @ Alex Edwards.
- My favorite Go Backend architecture pattern @ codinginspiration's Medium.
- Use boring languages with LLMs @ jry.io.
- Optimization catalog. How 4 bytes of padding make array clearing 49% faster @ Andrii's Blog.
- Eliminating Go bound checks with unsafe @ Andrii's Blog.
- Using Go for Mobile Apps @ David's Obsessions.
- Watching Go's new garbage collector move through the heap @ The Consensus.
Redis re-implemented with SQLite.
Redka aims to reimplement the good parts of Redis with SQLite, while remaining compatible with Redis API.
Related contents:
Pixi is a package management tool for developers. It allows the developer to install libraries and applications in a reproducible way. Use pixi cross-platform, on Windows, Mac and Linux.
Related contents:
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
age is a simple, modern and secure file encryption tool, format, and Go library. It features small explicit keys, no config options, and UNIX-style composability.
Free and Open Source Web Builder Framework Next generation tool for building templates without coding. GrapesJS is an open-source, multi-purpose, Web Builder Framework which combines different tools and features with the goal to help you (or users of your application) to build HTML templates without any knowledge of coding. It's a perfect solution to replace the common WYSIWYG editors, which are good for content editing but inappropriate for creating HTML structures. You can see it in action with the official demos, but using its API you're able to build your own editors.
An open source, self-hosted implementation of the Tailscale control server.
Headscale aims to implement a self-hosted, open source alternative to the Tailscale control server. Headscale's goal is to provide self-hosters and hobbyists with an open-source server they can use for their projects and labs. It implements a narrow scope, a single Tailnet, suitable for a personal use, or a small open-source organisation.
Related contents:
- Ep 13: Cyberdeck Cyberwhat Selfhosted VPN networks and is Wireguard Hard @ Linux Prepper (Episode 13 Shownotes - Cyberdeck Cyberwhat and is Wireguard Hard @ Learning Together).
- Déployez un VPN avec Headscale : une version auto-hébergée du serveur Tailscale @ IT-Connect :fr:.
- Tailscale : VPN mesh WireGuard et control plane souverain @ DevSecOps :fr:.
- I replaced Tailscale's control server with Headscale, and my devices didn't notice @ XDA.
modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.