Diverse Coding Projects Emerge from Developer Tools to Education
코딩/개발 | Tue Jul 21 2026 00:00:00 GMT+0000 (Coordinated Universal Time) | 4 sources
Development projects released spanning UI libraries, shell tools, AI tutors, and GEMM optimization.
Analysis
[Jelly UI] released a Web Components library based on soft-body physics [1]
- 0 dependencies
- 40 custom elements
- Built-in WCAG AA color tokens
- Dark mode and RTL support
- Usable with a single script tag
[bashumerate] released a bash enumerator as an xargs replacement [2]
- Developed to address the inconveniences of using xargs
- A bash-based enumerator tool
[Bloomy] launched an AI mastery learning platform for K-12 [3]
- Part of the YC S26 batch
- Offers Math
- English Language Arts
- and Writing curricula
- Socratic AI tutor guides thinking without revealing answers
- Advances to the next stage only upon 90%+ mastery
- Three-stage learning structure: Base Camp
- Climb
- Summit
[AMD Zen 3 GEMM Optimization Project] achieved 85.30 GFLOPS on single-core FP32 matrix multiplication [4]
- Leveraged AVX2/FMA C++ intrinsics
- Reached 63.5% of the 134.4 GFLOPS theoretical peak
- Performance on par with AMD AOCL and OpenBLAS
- 56.5x improvement over the naive implementation
- Experimented with 28 configurations including cache blocking
- register blocking
- and FMA chaining
Sources
- [1] Jelly UI: Soft-body physics for native HTML form controls - Hacker News
- [2] I wrote an bash enumerator because I was sick of xargs - Hacker News
- [3] Launch HN: Bloomy (YC S26) – AI-powered mastery learning for K-12 - Hacker News
- [4] 85.3 GFlops: Optimizing FP32 Matrix Multiplication on a Single AMD Zen 3 Core - Hacker News