Timestamp: 2025-12-22T03:36:00Z Thread: T-019b4405-2a14-7207-af89-748a784371d5 Gist: https://gist.github.com/bmorphism/331f78891d4e439616a19705d5467579
This prototype demonstrates how to generate deterministic color palettes from seed strings in Julia and reproduce the same palettes in JavaScript. The Julia implementation uses Gay.jl, a lightweight wrapper around the Colors.jl ecosystem, to seed a random number generator from a string and then produce an array of RGB colors. By seeding the PRNG with a stable integer derived from the seed text, you can obtain consistent palettes across runs and across languages. The JavaScript snippet replicates the same algorithm, ensuring that identical seeds produce identical palettes in the browser.
Julia’s Colors.jl library provides rich tools for creating colour maps. For example, sequential_palette in Colors.jl can build a sequential palette given a hue and several parameters (Colormaps and Colorscales · Colors - julia), and
| (_) | (_) (_) | | |
| _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | |
| | | | | | | |/ _` | | | |
| | | |_| | | | (_| | | Version 1.10.10 (2025-06-27) | |
| _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release | |
| |__/ | | |
| julia> using Gay | |
| ERROR: ArgumentError: Package Gay not found in current path. | |
| - Run `import Pkg; Pkg.add("Gay")` to install the Gay package. |
On an Apple Silicon device do-be:
flox activate -- uvx --from mlx-lm mlx_lm.generate \
--model Plurigrid/DR-Tulu-8B-MLX-6bit \
--prompt "Write only one flowing paragraph, no preface, no notes, no <think>, no plan. Answer as
a philosopher-poet of stochastic processes: what would it mean to become the Fokker-Planck equation—
identity as probability flow?" \
--max-tokens 4444 --temp 0.9
This guide shows how to use the latest Qwen3-VL models (released TODAY: October 14, 2025) for image description on macOS with Apple Silicon using MLX.
- macOS with Apple Silicon (M1/M2/M3/M4)
- Python 3.9+
Repository: researchlei Description: An Academic Papers Management and Discovery System Language: Python Stars: 221 Created: 2013-05-01
Repository: rendergit Description: Render any git repo into a single static HTML page for humans or LLMs Language: Python Stars: 1,782 Created: 2025-08-20
Repository: reinforcejs Description: Reinforcement Learning Agents in Javascript (Dynamic Programming, Temporal Difference, Deep Q-Learning, Stochastic/Deterministic Policy Gradients) Language: HTML Stars: 1,396 Created: 2015-04-19
Repository: recurrentjs Description: Deep Recurrent Neural Networks and LSTMs in Javascript. More generally also arbitrary expression graphs with automatic differentiation. Language: HTML Stars: 950 Created: 2014-12-18