Shop Black-owned brands and makers

Filtered results for Black businesses

Shopping search highlights Black-owned businesses, creators, and community-minded sellers. Use filters to find makers by category, location, certification, and sustainability or to compare products and read community reviews.

Latest Shopping News

DEV Community
dev.to > icarotelesdasilva > building-nexisk-a-technical-deep-dive-into-my-i386-kernel-47ai

Building NexisK: A Technical Deep Dive into My i386 Kernel

3+ hour, 22+ min ago   (1627+ words) Building NexisK: Inside My i386 Kernel, Custom Bootloader and Memory Management Building an operating system kernel from scratch is not primarily about displaying text on a screen. It is about establishing a controlled execution environment on hardware that initially knows nothing…...

DEV Community
dev.to > solonjava > giving-an-ai-agent-a-real-sandbox-filesystem-and-network-jail-in-java-28bi

Giving an AI Agent a Real Sandbox: Filesystem and Network Jail, in Java

5+ hour, 16+ min ago   (733+ words) Ask a coding agent to run a build, and you have just handed a language model the ability to cat ~/.ssh/id_rsa. Prompt-level instructions like "do not read sensitive files" are not a security boundary — they are a suggestion to a…...

fathom.krakn.ai
fathom.krakn.ai > 0.6 > reference > typescript-sdk

TypeScript SDK

18+ hour, 36+ min ago   (11+ words) fathom.krakn.ai - Generated reference: see module pages alongside this index....

DEV Community
dev.to > ankurpaan > at-the-edge-the-number-that-matters-is-memory-not-throughput-specially-in-ramageddon-5hc7

At the edge, the number that matters is memory - not throughput (specially in Ramageddon)

7+ hour, 27+ min ago   (720+ words) We rebuilt LF Edge eKuiper in Rust and ran it against eKuiper, Telegraf and Redpanda Connect... Tagged with rust, iot, performance, opensource....

DEV Community
dev.to > melastmohican > does-rust-support-inheritance-yes-no-and-maybe-all-in-the-same-file-3fi1

Does Rust Support Inheritance? Yes, No, and Maybe, All in the Same File

8+ hour, 51+ min ago   (445+ words) C started with plain structs: bags of fields without attached behavior. C++ added methods and class inheritance on top, letting a Derived class reuse Base fields and virtual methods while overriding only what differed. For many developers, that transition from…...

OMG! Ubuntu
omgubuntu.co.uk > 2026 > 09 > ubuntu-2610-rust-coreutils-complete

Ubuntu 26.10 completes transition to Rust-based coreutils

9+ hour, 42+ min ago   (306+ words) Bingo – full house of memory-safe utilities now included Ubuntu 26.10 completes the distro’s move to Rust-based core utilities, with the commands previously held back due to security issues now migrated to memory-safe versions. cp, mv and rm were held back on…...

AlphaSignal
alphasignal.ai > news > moli-builds-a-rust-browser-that-uses-10x-less-memory-than-chrome

Moli Builds a Rust Browser That Uses 10x Less Memory Than Chrome

10+ hour, 54+ min ago   (215+ words) Moli is a headless browser built in Rust from scratch that skips rendering by default, cutting memory use to roughly one-tenth of Chrome for agent workloads. Moli, a new Rust project, implements a headless browser for AI agents without wrapping…...

DEV Community
dev.to > terminalchai > rtk-a-high-performance-rust-cli-proxy-that-slashes-ai-agent-token-costs-3bj5

RTK: A High-Performance Rust CLI Proxy That Slashes AI Agent Token Costs

10+ hour, 30+ min ago   (16+ words) Eliminating Terminal Bloat: Meet RTK (Rust Token Killer) As developers increasingly... Tagged with ai, opensource, programming....

DEV Community
dev.to > mahirhir > a-stale-hash-failed-29-of-59-tests-the-tool-that-refreshes-hashes-had-never-seen-that-copy-3ie3

A stale hash failed 29 of 59 tests. The tool that refreshes hashes had never seen that copy.

10+ hour, 30+ min ago   (634+ words) The project keeps derived claims from rotting with freshness pins. A pin is a row that cites another file and records the hash of the bytes it was derived from. A small device recomputes those hashes and re-keys the rows....

DEV Community
dev.to > cevheri > designing-a-plugin-architecture-for-third-party-database-providers-in-a-typescript-application-348h

Designing a plugin architecture for third-party database providers in a TypeScript application

10+ hour, 54+ min ago   (154+ words) I've been working on the architecture of LibreDB Studio, a TypeScript-based database IDE that supports multiple SQL/NoSQL databases While working on the provider layer, I ended up designing a fairly strict provider architecture to make adding new databases safer…...