#open-source + #code
Public notes from activescott tagged with both #open-source and #code
Monday, February 9, 2026
Algora - Hire the top 1% open source engineers
Connecting the most prolific open source maintainers & contributors with their next jobs
BountyHub
Monday, January 19, 2026
antirez/flux2.c: Flux 2 image generation model pure C inference
This program generates images from text prompts (and optionally from other images) using the FLUX.2-klein-4B model from Black Forest Labs. It can be used as a library as well, and is implemented entirely in C, with zero external dependencies beyond the C standard library. MPS and BLAS acceleration are optional but recommended.
Wednesday, January 14, 2026
My answers to the questions I posed about porting open source code with LLMs
the short version is that it’s now possible to point a coding agent at some other open source project and effectively tell it “port this to language X and make sure the tests still pass” and have it do exactly that.
the short version is that it’s now possible to point a coding agent at some other open source project and effectively tell it “port this to language X and make sure the tests still pass” and have it do exactly that.
Does this library represent a legal violation of copyright of either the Rust library or the Python one? #
I decided that the right thing to do here was to keep the open source license and copyright statement from the Python library author and treat what I had built as a derivative work, which is the entire point of open source.
Even if this is legal, is it ethical to build a library in this way? #
After sitting on this for a while I’ve come down on yes, provided full credit is given and the license is carefully considered. Open source allows and encourages further derivative works! I never got upset at some university student forking one of my projects on GitHub and hacking in a new feature that they used. I don’t think this is materially different, although a port to another language entirely does feel like a slightly different shape.
The much bigger concern for me is the impact of generative AI on demand for open source. The recent Tailwind story is a visible example of this—while Tailwind blamed LLMs for reduced traffic to their documentation resulting in fewer conversions to their paid component library, I’m suspicious that the reduced demand there is because LLMs make building good-enough versions of those components for free easy enough that people do that instead.
Saturday, January 10, 2026
Welcome to SearXNG — SearXNG Documentation (2026.1.10+44405bd03)
SearXNG is a free internet metasearch engine which aggregates results from up to 244 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity.
Get started with SearXNG by using one of the instances listed at searx.space. If you don’t trust anyone, you can set up your own, see Installation.
Sunday, January 4, 2026
LemmyNet/lemmy: 🐀 A link aggregator and forum for the fediverse
Lemmy is similar to sites like Reddit, Lobste.rs, or Hacker News: you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the Fediverse.
For a link aggregator, this means a user registered on one server can subscribe to forums on any other server, and can have discussions with users registered elsewhere.
It is an easily self-hostable, decentralized alternative to Reddit and other link aggregators, outside of their corporate control and meddling.
Each Lemmy server can set its own moderation policy; appointing site-wide admins, and community moderators to keep out the trolls, and foster a healthy, non-toxic environment where all can feel comfortable contributing.
Saturday, January 3, 2026
Open Source Chart Image API | QuickChart
Embed charts anywhere. Our chart API generates chart images, QR codes, and more.
Highly customizable. We're built on Chart.js, the most popular open-source charting library. We'll render any Chart.js configuration.
Easy to use. Start by putting your Chart.js definition in a URL: https://quickchart.io/chart?c={your chart here}
No-code support. Not technical? No problem. Design your chart using the Chart Maker, Zapier, or Make.
Monday, December 22, 2025
Syllo/nvtop: GPU & Accelerator process monitoring for AMD, Apple, Huawei, Intel, NVIDIA and Qualcomm
NVTOP stands for Neat Videocard TOP, a (h)top like task monitor for GPUs and accelerators. It can handle multiple GPUs and print information about them in a htop-familiar way.
Currently supported vendors are AMD (Linux amdgpu driver), Apple (limited M1 & M2 support), Huawei (Ascend), Intel (Linux i915/Xe drivers), NVIDIA (Linux proprietary divers), Qualcomm Adreno (Linux MSM driver), Broadcom VideoCore (Linux v3d driver).
1.5 TB of VRAM on Mac Studio - RDMA over Thunderbolt 5 | Jeff Geerling
RDMA lets the Macs all act like they have one giant pool of RAM, which speeds up things like massive AI models.
exo-explore/exo: Run your own AI cluster at home with everyday devices 📱💻 🖥️⌚
exo connects all your devices into an AI cluster. Not only does exo enable running models larger than would fit on a single device, but with day-0 support for RDMA over Thunderbolt, makes models run faster as you add more devices.
Thursday, December 18, 2025
skypilot-org/skypilot: Run, manage, and scale AI workloads on any AI infrastructure. Use one system to access & manage all AI compute (Kubernetes, 20+ clouds, or on-prem).
Run, manage, and scale AI workloads on any AI infrastructure. Use one system to access & manage all AI compute (Kubernetes, 20+ clouds, or on-prem).
Monday, December 8, 2025
CEL | Common Expression Language
Common Expression Language (CEL) is an expression language that’s fast, portable, and safe to execute in performance-critical applications. CEL is designed to be embedded in an application, with application-specific extensions, and is ideal for extending declarative configurations that your applications might already use.
Tuesday, October 28, 2025
The Open Source Definition – Open Source Initiative
Open source doesn’t just mean access to the source code. The distribution terms of open source software must comply with the following criteria:
- Free Redistribution
- Source Code
- Derived Works
- Integrity of The Author’s Source Code
- No Discrimination Against Persons or Groups
- No Discrimination Against Fields of Endeavor
- Distribution of License
- License Must Not Be Specific to a Product
- License Must Not Restrict Other Software
- License Must Be Technology-Neutral