Welcome to Tolexty's Blog
God, Love, News, Event, Entertainment, Amebo,..... All about Bringing out the best in you...
Show HN: DevTrack – A personal dashboard to track your developer growth https://ift.tt/kMqz0lG
Show HN: DevTrack – A personal dashboard to track your developer growth https://devtrack-rose.vercel.app March 5, 2026 at 01:30AM
Show HN: Anaya – CLI that scans codebases for DPDP compliance violations https://ift.tt/b9KDaVi
Show HN: Anaya – CLI that scans codebases for DPDP compliance violations I built Anaya to solve a problem I kept seeing: India's DPDP Act is now enforceable (rules notified Nov 2025, deadline May 2027) but compliance is a code problem, not just a legal checklist. No tooling existed for it. Ran it on Saleor (open-source Django e-commerce, 107 models): found 4 violations in 82 seconds — no consent mechanism, 70 PII fields stored plaintext, zero DELETE endpoints for any PII model. pip install anaya && anaya compliance . Code: https://ift.tt/Zx29KPL Happy to discuss the AST parsing approach or the DPDP section analyser design. https://ift.tt/Zx29KPL March 5, 2026 at 12:50AM
Show HN: AlifZetta – AI Operating System That Runs LLMs Without GPUs https://ift.tt/wAY4mK2
Show HN: AlifZetta – AI Operating System That Runs LLMs Without GPUs Hi HN, I’m Padam, a developer based in Dubai. Over the last 2 years I’ve been experimenting with the idea that AI inference might not require GPUs. Modern LLM inference is often memory-bound rather than compute-bound, so I built an experimental system that virtualizes GPU-style parallelism from CPU cores using SIMD vectorization and quantization. The result is AlifZetta — a prototype AI-native OS that runs inference without GPU hardware. Some details: • ~67k lines of Rust • kernel-level SIMD scheduling • INT4 quantization • sparse attention acceleration • speculative decoding • 6 AI models (text, code, medical, image,research,local) Goal: make AI infrastructure cheaper and accessible where GPUs are expensive. beta link is here: https://ask.axz.si Curious what HN thinks about this approach. https://axz.si/ March 5, 2026 at 12:06AM
Show HN: An MCP server for the docs of any repo that uses Sphinx https://ift.tt/GyrCUs7
Show HN: An MCP server for the docs of any repo that uses Sphinx It's a fairly simple stdio MCP server that provides AI agents a faster way to search through docs for any Sphinx-powered documentation. It builds Sphinx text docs and indexes them in SQLite (FTS5). There is also an optional hybrid search mode which creates embeddings and a vector db (sqlite-vec) and uses both approaches via RRF to get the best answer to your agent. I've run this on several repos of varying size and complexity (pandas, celery, cpython) and have been impressed with the resulting answers. https://ift.tt/ZLVd9xg March 4, 2026 at 01:33AM
Show HN: Glyph, a local-first Markdown notes app for macOS built with Rust https://ift.tt/waUyQg1
Show HN: Glyph, a local-first Markdown notes app for macOS built with Rust Glyph is an open-source, local-first Markdown notes app for macOS built with Rust (Tauri) It stores notes as plain files, supports fast search, wikilinks/backlinks, and includes optional AI chat, including implementation of Codex so you can use your chatgpt sub, all without requiring a cloud-first workflow. https://ift.tt/wNyYnIZ https://ift.tt/wNyYnIZ March 4, 2026 at 12:36AM
Show HN: I made a zero-copy coroutine tracer to find my scheduler's lost wakeups https://ift.tt/KXkMurC
Show HN: I made a zero-copy coroutine tracer to find my scheduler's lost wakeups https://ift.tt/ZD275Ib March 3, 2026 at 12:41AM
Show HN: React-Kino – Cinematic scroll storytelling for React (1KB core) https://ift.tt/ZFOQ8de
Show HN: React-Kino – Cinematic scroll storytelling for React (1KB core) I built react-kino because I wanted Apple-style scroll experiences in React without pulling in GSAP (33KB for ScrollTrigger alone). The core scroll engine is under 1KB gzipped. It uses CSS position: sticky with a spacer div for pinning — same technique as ScrollTrigger but with zero dependencies. 12 declarative components: Scene, Reveal, Parallax, Counter, TextReveal, CompareSlider, VideoScroll, HorizontalScroll, Progress, Marquee, StickyHeader. SSR-safe, respects prefers-reduced-motion, works with Next.js App Router. Demo: https://react-kino.dev GitHub: https://ift.tt/tF7fjD5 npm: npm install react-kino https://ift.tt/tF7fjD5 February 28, 2026 at 09:36PM
Subscribe to:
Comments (Atom)
Show HN: DevTrack – A personal dashboard to track your developer growth https://ift.tt/kMqz0lG
Show HN: DevTrack – A personal dashboard to track your developer growth https://devtrack-rose.vercel.app March 5, 2026 at 01:30AM
-
Show HN: Applesoft BASIC editor with example programs This is an Applesoft BASIC editor that extracts and updates code into a live Apple II ...
-
Show HN: Wallpapper Splitter for Many Desktop I've build an simple tool to split your wallpapers across multiple desktops. Now you can u...
-
Show HN: A Spotify player in the terminal with full feature parity https://ift.tt/oZgrl1Q July 18, 2024 at 02:57AM