Editorial Ledger

Kimi K3 Open Model, build-your-own-x, Microsoft Comic Chat OSS – Jul 17

Jul 17, 2026
23 min read

Index

Today’s Signal

Open AI models and developer learning resources dominate the day's signals. Moonshot AI released Kimi K3, a 2.8-trillion-parameter open model claiming frontier-level coding and reasoning performance, while build-your-own-x continues its ascent with 526.6k stars as a go-to resource for rebuilding popular technologies from scratch. Microsoft also open-sourced Comic Chat, its 1990s IRC client that rendered conversations as comic strips.

  • AI & Machine Learning
  • Open Source
  • Developer Tools
  • Cloud & Infrastructure
  • Community

Top Signals

The few items worth your attention first – each with the one-line reason it stood out today.

  1. 1

    build-your-own-x: curated guides to rebuild popular tech from scratch

    codecrafters-io/build-your-own-x

    Trending repository – 526.6k stars on GitHub.

    • ★ 526.6k
    • ⮂ 49.8k

    This is a curated collection of step-by-step tutorials that teach programming by guiding readers through re-creating well-known technologies from scratch. Written in Markdown and tagged as an awesome-list, it links to guides covering topics from databases to compilers to network protocols. The repository has accumulated 526,573 stars and 49,816 forks, reflecting sustained popularity among developers seeking hands-on learning.

    GitHub Trending

  2. 2

    Kimi K3: Open Frontier Intelligence

    Top Hacker News discussion – 1.5k points.

    • ▲ 1.5k
    • 💬 890

    Kimi K3 is a 2.8-trillion-parameter open AI model introduced by Moonshot AI, claiming frontier-level performance across coding, knowledge work, and reasoning tasks. The model is built on the company's Kimi Delta Attention and Attention Residuals architecture, includes native vision capabilities for multimodal input, and supports a 1-million-token context window. It has generated substantial community discussion on Hacker News with 1,473 points and 890 comments.

    Hacker News

  3. 3

    all-MiniLM-L6-v2: lightweight sentence embedding model

    sentence-transformers/all-MiniLM-L6-v2

    Trending model – 249M downloads.

    • ⇣ 249M

    This is a sentence-transformers model that maps sentences and paragraphs to a 384-dimensional dense vector space for tasks such as clustering or semantic search. It is one of the most downloaded models on Hugging Face, with 249,011,265 downloads and 5,074 likes. The model is licensed under Apache-2.0 and supports multiple formats including PyTorch, TensorFlow, ONNX, and Safetensors.

    Hugging Face Trending

  4. 4

    Did You Know TLDs Can Be Websites?

    Popular developer article – 23 reactions.

    • ♥ 23
    • 💬 5

    You've probably registered a domain with Route53 or another popular registrar. You pick something… Context: Dev.to – Web Dev.

    Dev.to

  5. 5

    Programming language quirks

    Popular developer article – 17 reactions.

    • ♥ 17
    • 💬 5

    Undo is to remove or reverse actions right!!!! So why is unshift used to add to an array in JS?… Context: Dev.to – Discuss.

    Dev.to

  6. 6

    bge-m3: multilingual sentence embedding model

    BAAI/bge-m3

    Trending model – 34.5M downloads.

    • ⇣ 34.5M

    bge-m3 is a sentence embedding model from BAAI designed for sentence similarity and feature extraction tasks. It supports over 100 languages, handles inputs up to 8,192 tokens, and can produce dense, sparse, and multi-vector embeddings within a single model. Built on XLM-RoBERTa and compatible with sentence-transformers, it is released under the MIT license and has accumulated 34,478,935 downloads and 3,234 likes on Hugging Face.

    Hugging Face Trending

  7. 7

    Microsoft Comic Chat is now open source

    Top Hacker News discussion – 629 points.

    • ▲ 629
    • 💬 140

    Microsoft has open-sourced Comic Chat, a 1990s IRC client that rendered online conversations as comic-strip panels with characters and speech bubbles. Originally released for Windows, the software automatically translated chat text into visual scenes, and its bundled Comic Sans font went on to become widely adopted. The announcement drew 629 points and 140 comments on Hacker News.

    Hacker News

  8. 8

    opencode: open-source AI coding agent

    anomalyco/opencode

    Trending repository – 186.7k stars on GitHub.

    • ★ 186.7k
    • ⮂ 23.4k

    opencode is an open-source coding agent written in TypeScript and licensed under MIT, currently tracking 186,673 stars and 23,419 forks on GitHub. The repository provides an automated agent that assists with software development tasks directly within a developer's workflow. The project has 4,749 open issues, and its README advises removing versions older than 0.1.x before installing, suggesting active iteration with breaking changes between releases.

    GitHub Trending

AI & Machine Learning

Models, agents, and applied machine-learning work moving today.

  • Hacker News

    Kimi K3: Open Frontier Intelligence

    • ▲ 1,473
    • 💬 890

    Kimi K3 is a 2.8-trillion-parameter open AI model introduced by Moonshot AI, claiming frontier-level performance across coding, knowledge work, and reasoning tasks. The model is built on the company's Kimi Delta Attention and Attention Residuals architecture, includes native vision capabilities for multimodal input, and supports a 1-million-token context window. It has generated substantial community discussion on Hacker News with 1,473 points and 890 comments.

  • Hugging Face Trending

    all-MiniLM-L6-v2: lightweight sentence embedding model

    sentence-transformers/all-MiniLM-L6-v2

    • ⇣ 249M

    This is a sentence-transformers model that maps sentences and paragraphs to a 384-dimensional dense vector space for tasks such as clustering or semantic search. It is one of the most downloaded models on Hugging Face, with 249,011,265 downloads and 5,074 likes. The model is licensed under Apache-2.0 and supports multiple formats including PyTorch, TensorFlow, ONNX, and Safetensors.

  • Dev.to

    What is an "agentic harness," actually?

    • ♥ 15
    • 💬 2

    I've been hearing the word "harness" thrown around a lot lately. I assumed it just meant "the IDE" or… Context: Dev.to – AI/ML.

  • Hugging Face Trending

    bge-m3: multilingual sentence embedding model

    BAAI/bge-m3

    • ⇣ 34.5M

    bge-m3 is a sentence embedding model from BAAI designed for sentence similarity and feature extraction tasks. It supports over 100 languages, handles inputs up to 8,192 tokens, and can produce dense, sparse, and multi-vector embeddings within a single model. Built on XLM-RoBERTa and compatible with sentence-transformers, it is released under the MIT license and has accumulated 34,478,935 downloads and 3,234 likes on Hugging Face.

  • Hugging Face Trending

    bert-base-uncased: Google's foundational English fill-mask language model

    google-bert/bert-base-uncased

    • ⇣ 79.2M

    BERT base model (uncased) is a pretrained English language model from Google that uses a masked language modeling (MLM) objective, making it suited for fill-mask tasks and as a foundation for fine-tuning on downstream NLP work. It is distributed under the Apache-2.0 license with support across PyTorch, TensorFlow, JAX, Rust, CoreML, ONNX, and Safetensors. The model has accumulated 79,159,377 downloads and 2,706 likes on Hugging Face.

  • Dev.to

    Smash Story: The Demo Script That Out-Debugged My Test Suite

    • ♥ 12
    • 💬 5

    A green 10-test suite, a broken production default, and the 10-minute smash — how a live demo caught an API-contract bug that mocks never could. Context: Dev.to – AI/ML.

  • GitHub Trending

    opencode: open-source AI coding agent

    anomalyco/opencode

    • ★ 186.7k
    • ⮂ 23.4k

    opencode is an open-source coding agent written in TypeScript and licensed under MIT, currently tracking 186,673 stars and 23,419 forks on GitHub. The repository provides an automated agent that assists with software development tasks directly within a developer's workflow. The project has 4,749 open issues, and its README advises removing versions older than 0.1.x before installing, suggesting active iteration with breaking changes between releases.

  • Hacker News

    Decoy Font

    • ▲ 498
    • 💬 119

    Decoy Font is an experimental TrueType font that blends each letter with a decoy shape, intended to prevent AI systems from reading typed text. The font is available as a direct TTF download from Mixfont's experiments page. A Hacker News thread with 498 points and 119 comments discusses its practical viability and limitations as an anti-AI text-scraping technique.

  • Dev.to

    AI Can Write Your React Code. It Still Can't Tell You Why It's Wrong.

    • ♥ 7
    • 💬 6

    Every few months there's a new wave of "AI just made developers obsolete" takes, and every few months… Context: Dev.to – Ai.

  • Dev.to

    We Built an AI-Powered Semantic Release Pipeline – Here's Everything We Learned

    • ♥ 6

    We Built an AI-Powered Semantic Release Pipeline (And Survived All the Edge Cases) If… Context: Dev.to – DevOps.

  • Hacker News

    $100 AI Music Video: Claude Fable 5 vs. GPT-5.6 Sol

    • ▲ 221
    • 💬 259

    A blog post from TryAI documents an experiment where two AI models, Claude Fable 5 and GPT-5.6 Sol, were given the same song, a fixed $100 budget, web search access, and local ffmpeg, then tasked with autonomously producing a complete music video. Each model independently researched available video generation tools, generated clips, reviewed its own footage, edited the material, and assembled a final cut. The project attracted 221 points and 259 comments on Hacker News.

  • Hacker News

    LM Studio Bionic: the AI agent for open models

    • ▲ 216
    • 💬 73

    LM Studio Bionic is a new release from LM Studio that turns the local model runner into an AI agent designed to execute tasks using open-weight models. The announcement marks a significant product expansion beyond inference, aiming to let users run agentic workflows entirely on local hardware. The launch drew 216 points and 73 comments on Hacker News, indicating active community interest in practical implications.

  • Hacker News

    Detecting LLM-Generated Texts with “Classical” Machine Learning

    • ▲ 185
    • 💬 125

    This blog article explores using traditional machine learning techniques rather than large neural networks to identify text generated by large language models. The author applies classical ML methods to the specific problem of detecting AI-generated web fiction, framing it as an AIGC text detection task. The discussion drew significant community engagement on Hacker News with 185 points and 125 comments, indicating practitioner interest in lightweight detection approaches.

  • Hacker News

    Mathematics of Data Science

    • ▲ 136
    • 💬 4

    This is an arXiv paper in the computer science and machine learning category that presents mathematical foundations underlying data science methodologies. Authored by Afonso S. and submitted on 11 Jul 2026, it addresses the formal principles behind core data science techniques. The paper attracted community attention on Hacker News, accumulating a score of 136 and 4 comments, indicating practitioner interest in rigorous theoretical treatments of the field.

  • GitHub Trending

    DeepTutor: AI-powered lifelong personalized tutoring tool

    HKUDS/DeepTutor

    • ★ 27k
    • ⮂ 3,626

    DeepTutor is an open-source Python CLI tool that provides lifelong personalized AI tutoring for interactive learning. Developed by HKUDS, it functions as an AI agent designed to support deep research and individualized education over time. The repository has accumulated 27,045 stars and 3,626 forks, is licensed under Apache-2.0, and includes a command-line interface for direct user interaction.

  • GitHub Trending

    google-maps-scraper: open-source Google Maps data extraction tool

    gosom/google-maps-scraper

    • ★ 5,026
    • ⮂ 791

    google-maps-scraper is a Go-based CLI tool that extracts business data from Google Maps, including names, addresses, phone numbers, website URLs, ratings, review counts, coordinates, and emails. It offers a Web UI, REST API, and optional self-hosted distributed scraping platform. The MIT-licensed repository has 5,026 stars and 791 forks, and supports topics like distributed scraping and agent skills.

  • GitHub Trending

    ui-skills: skill-routing toolkit for design engineers' AI agents

    ibelick/ui-skills

    • ★ 4,458
    • ⮂ 188

    ui-skills is an open-source TypeScript toolkit that routes AI agents through the right UI skill set for a given task, aimed at design engineers working with agent-driven interfaces. Installed via npx, it is MIT-licensed and has accumulated 4,458 stars and 188 forks on GitHub, suggesting active community adoption. The repository currently has 9 open issues.

  • GitHub Trending

    Bonsai-demo: local runner for 1-bit and ternary small language models

    PrismML-Eng/Bonsai-demo

    • ★ 1,602
    • ⮂ 158

    Bonsai-demo is a shell-based demo repository for running Bonsai 1-bit and Ternary-Bonsai language models locally on Mac via Metal, Linux/Windows via CUDA, Vulkan, or ROCm, and on CPU. It is licensed under Apache-2.0 and has 1,602 stars and 158 forks, reflecting active interest from developers working with compressed small models on consumer hardware.

  • Product Hunt

    ClipMatch

    The AI video editor that turns camera roll footage into short-form videos. Get help with script writing, let clip matching pair each line with the right shot, and export social content for Instagram, TikTok, YouTube Shorts, or LinkedIn — no timeline editing. Worth checking for pricing vs value, integrations, data ownership, and workflow fit.

  • Product Hunt

    BrickSolvr

    Upload an STL, OBJ, GLB/glTF, or PLY and BrickSolvr turns it into a physically buildable stud-brick model—entirely in your browser. Compare the original and brick versions in 3D, tune size, colors, and brick inventory, then export an exact parts list and follow a layer-by-layer build guide. Free, private, and no signu… Worth checking for pricing vs value, integrations, data ownership, and workflow fit.

  • Product Hunt

    In Parallel MCP

    In Parallel: The Shared Context Layer for Enterprise AI Product Hunt In Parallel The Shared Context Layer for Enterprise AI 178 followers The Shared Context Layer for Enterprise AI 178 followers Visit website Team collaboration software • Business intelligence software • LLM Mem… Worth checking for pricing vs value, integrations, data ownership, and workflow fit.

  • Product Hunt

    Graft AI

    Most agent tools assume clean APIs. Graft starts where companies actually work: legacy apps, internal tools, and workflows trapped behind screens. It learns how the work gets done, turns it into a living operational map, and gives agents stable tools with permissions, approvals, audit trails, and verification built in… Worth checking for automation claims, data-access patterns, and human-in-the-loop requirements.

  • Product Hunt

    Inbix

    Inbix is an open-source, Cloudflare-native email infrastructure platform built for developers. Create disposable inboxes, receive emails in real time, automate workflows with webhooks, and integrate seamlessly using REST APIs, SDKs, and MCP. Designed for testing, CI/CD, AI agents, and modern developer workflows withou… Worth checking for pricing vs value, integrations, data ownership, and workflow fit.

  • Product Hunt

    Zro

    Fast and optimized open-model inference on multi-region infrastructure with zero request retention. Worth checking for pricing vs value, integrations, data ownership, and workflow fit.

  • Product Hunt

    Nitrosend

    Nitrosend is full-stack email built for AI agents. Point any agent at nitrosend.com/SKILL.md and it signs itself up, onboards, connects your domain and sends. Live today: marketing and transactional email, real inboxes for agents on your own domain (beta, by request), and 1-1 customer replies with human escalation. Co… Worth checking for pricing vs value, integrations, data ownership, and workflow fit.

  • Community Pulse

    Meta laid of thousands to prioritize AI. Former employees say AI was used to fire them.

    An r/artificial discussion reports claims from former Meta employees that artificial intelligence was used in the process of terminating them during mass layoffs. The company previously cut thousands of roles while redirecting resources toward AI development. The exact role AI played in termination decisions is not specified in the available context, and these claims have not been independently verified.

  • Community Pulse

    Gemini is EVERYWHERE

    A Reddit discussion highlights how Google has integrated Gemini into a wide range of consumer products and surfaces. The post notes Gemini's presence in Chrome, Google Search via AI Mode and overviews, as the default Android assistant with expansion to Apple phones, Circle-to-Search functionality, and as a chatbot assistant across Google Maps, Gmail, and Docs.

  • Community Pulse

    Genie 3 Isn't About Soulless Games, It's About Whether Creative Craft Careers Survive the 'Vibes' Metric

    A Reddit discussion on r/artificial examines Google's Genie 3, which generates explorable game worlds from a single text prompt. Commenters argue the technology compresses work that traditionally required hundreds of people and years of effort, raising concerns about whether creative craft roles in game development remain viable as AI-driven content creation becomes practical. The post frames this around a "vibes" metric for evaluating generated output.

  • Community Pulse

    Kimi K3 landed third on the Intelligence Index, ahead of Opus 4.8, and even GPT-5.6 Sol couldn't take #1 from Fable 5. Weights supposedly drop July 27.

    A Reddit discussion reports that Kimi K3 scored 57.1 on the Artificial Analysis Intelligence Index, placing third behind Fable 5 at 59.9 and GPT-5.6 Sol at 58.9, but ahead of Opus 4.8. The post claims model weights will be released on July 27. These figures are unverified community-reported numbers, as the linked Reddit thread had not completed verification at the time of fetching.

  • Community Pulse

    Compiled three main AI incident databases into one readable digest.

    A community-built web digest aggregates three major AI incident tracking sources—the OECD incident monitor, the AI Incident Database, and the MIT risk repository—into a single readable interface at fail.ticker.io. The tool pulls from all three databases daily and presents combined totals and charts. It addresses the practical problem that the original sources are difficult to navigate individually.

  • Community Pulse

    Finally, an AI start up with a Billion-dollar revenue not valuation (backed by Nvidia )

    A Reddit discussion highlights Fireworks, an Nvidia-backed AI startup noted for reportedly achieving billion-dollar revenue rather than merely a high valuation. The existing description references a $17.5 billion valuation tied to companies seeking cheaper AI models. Verification status is marked as a community signal, and the linked Reddit page was inaccessible at fetch time, so specific revenue figures could not be independently confirmed from available context.

  • Community Pulse

    I made something that feels like GPT-Live but you can run it yourself in Rust

    OpenLive is a self-hosted voice agent runtime written in Rust, built as an open alternative to GPT-Live that can run locally. The author focused on making real-time spoken conversation feel natural, replicating the low-latency interactive experience of cloud-based voice assistants without depending on external infrastructure. The project was shared with the r/artificial community for feedback and discussion.

  • Community Pulse

    Agentwashing Sounds Like a SaaS Product. It's Actually a Confession.

    An article examining how many organizations mislabel partially-automated workflows as autonomous "agents." It cites VentureBeat Pulse Research surveying 101 enterprises about AI agent deployment, finding that 71% admitted a quarter or fewer of their claimed agents could complete multi-step tasks without manual intervention at each step. The piece frames "agentwashing" as an implicit confession that most so-called agents still require human hand-holding.

  • Lobste.rs

    README, not

    This is a practitioner-oriented blog article from Yossarian.net discussing the experience of reading code online as a daily engineering activity. The author frames code reading as a significant part of both professional work and personal time, suggesting the piece reflects on how developers interact with and navigate source code on the web. The article is tagged under AI and open source on Lobste.rs, indicating it connects code-reading habits to contemporary tooling and OSS…

Security

Incidents, advisories, and defensive discussion – verify before acting.

  • Dev.to

    We Planted 10 Vulnerabilities to Test Free Semgrep. It Reported 3.

    • ♥ 5
    • 💬 4

    Before you read: we are not security experts. We are a small team learning security tooling by… Context: Dev.to – DevOps.

    Verification: community signal; use the linked source as context, not final confirmation.

  • Security Radar

    CVE-2026-58644: Microsoft SharePoint Deserialization of Untrusted Data Vulnerability

    This CVE identifies a deserialization-of-untrusted-data vulnerability affecting Microsoft SharePoint. It is listed in the CISA Known Exploited Vulnerabilities catalog, indicating active exploitation in the wild. Deserialization flaws of this class can allow remote code execution if attackers send crafted input that SharePoint processes unsafely. No specific affected versions, CVSS score, or patch details were available in the retrieved context.

    Verification: cisa kev confirmed.

  • Security Radar

    CVE-2026-25089: Fortinet FortiSandbox OS Command Injection Vulnerability

    CVE-2026-25089 is an OS command injection vulnerability affecting Fortinet FortiSandbox, listed on the CISA Known Exploited Vulnerabilities catalog. The NVD entry page was reachable but provided no descriptive content beyond confirming the CVE identifier exists. Specific details such as affected versions, CVSS score, exploitation method, and mitigation steps were not available from the fetched context and require consultation of the primary Fortinet advisory.

    Verification: cisa kev confirmed.

  • Security Radar

    CVE-2026-39808: Fortinet FortiSandbox OS Command Injection Vulnerability

    CVE-2026-39808 is an OS command injection vulnerability affecting Fortinet FortiSandbox, a malware analysis and threat detection appliance. The flaw has been added to the CISA Known Exploited Vulnerabilities catalog, indicating active exploitation in the wild. Specific affected versions, attack vectors, and patch details were not available in the provided context, so consulting Fortinet's primary advisory and NVD for mitigation guidance is essential.

    Verification: cisa kev confirmed.

  • Lobste.rs

    Stop the GUARD Act and age verification laws worldwide

    The Free Software Foundation has published a call to action opposing the GUARD Act and similar age verification laws worldwide. The FSF argues that these mandates threaten user privacy and free software principles by forcing websites to deploy identity-verification and surveillance infrastructure. The article urges supporters to contact legislators and resist frameworks that compromise anonymous access to online services.

Open Source & Dev Tools

Libraries, frameworks, and developer tooling gaining traction.

  • Hacker News

    Microsoft Comic Chat is now open source

    • ▲ 629
    • 💬 140

    Microsoft has open-sourced Comic Chat, a 1990s IRC client that rendered online conversations as comic-strip panels with characters and speech bubbles. Originally released for Windows, the software automatically translated chat text into visual scenes, and its bundled Comic Sans font went on to become widely adopted. The announcement drew 629 points and 140 comments on Hacker News.

  • Hacker News

    The Little Book of Reinforcement Learning

    • ▲ 103
    • 💬 13

    This is a Python-based GitHub repository accompanying an introductory book on reinforcement learning. It provides reference implementations and materials covering core RL concepts and algorithms, aimed at readers who want accessible, code-backed explanations rather than dense academic text. The project has attracted 838 stars and 46 forks on GitHub, with only 2 open issues, indicating a stable and community-valued educational resource.

  • Community Pulse

    Chiron: Exact recovery + held-out verification + refusal engine (public repo + prototype live)

    Chiron is a proposed verification framework for machine intelligence that prioritizes certainty over confidence. Rather than generating answers that users must trust, it attempts to recover the exact underlying rule via Minimum Description Length, validate that rule on unseen data, and refuse to answer when it cannot establish sufficient certainty. The project is currently shared as a public repository with a live prototype.

  • Lobste.rs

    Guix: creating a package from a binary

    A practitioner-focused tutorial on packaging a pre-compiled binary for GNU Guix, the functional package manager and system configuration tool. The author, migrating a homelab to Guix, walks through the process of wrapping an existing binary, motivated specifically by a preference for Caddy over the Nginx service that Guix provides out of the box. The article offers concrete guidance for Guix beginners facing similar packaging needs.

  • Lobste.rs

    What gdb frontend do you prefer (linux)

    A Lobste.rs discussion thread where developers share their preferred GDB frontends for Linux debugging workflows. The author found the basic GDB command-line UI painful and the built-in gdb -tui mode confusing, prompting community recommendations. The thread has attracted 21 comments, reflecting practical interest in tools that make GDB's debugging capabilities more approachable for systems programmers working in terminal or graphical environments.

Cloud & Infrastructure

Platforms, deployment, and the systems that run everything else.

  • GitHub Trending

    build-your-own-x: curated guides to rebuild popular tech from scratch

    codecrafters-io/build-your-own-x

    • ★ 526.6k
    • ⮂ 49.8k

    This is a curated collection of step-by-step tutorials that teach programming by guiding readers through re-creating well-known technologies from scratch. Written in Markdown and tagged as an awesome-list, it links to guides covering topics from databases to compilers to network protocols. The repository has accumulated 526,573 stars and 49,816 forks, reflecting sustained popularity among developers seeking hands-on learning.

  • Dev.to

    Kiro CLI Gets Worse After an Hour. Here's How I Fixed It.

    • ♥ 11

    Why Kiro CLI degrades in long sessions and the context management techniques that fixed it for my daily AWS workflow. Context: Dev.to – DevOps.

  • Hacker News

    How Our Rust-to-Zig Rewrite Is Going

    • ▲ 480
    • 💬 251

    An article recounting the Roc compiler team's experience rewriting 300,000 lines of Rust into Zig over the past year and a half. The project recently reached feature parity with the original compiler, marking a significant milestone. The discussion has drawn 480 points and 251 comments on Hacker News, reflecting strong community interest in the practical trade-offs between Rust and Zig for large-scale compiler infrastructure.

  • Hacker News

    NotebookLM is now Gemini Notebook

    • ▲ 287
    • 💬 144

    Google has rebranded NotebookLM as Gemini Notebook, keeping it as a standalone product while promising deeper integration with Google services and a secure cloud computing environment. The announcement, discussed on Hacker News with 287 points and 144 comments, signals a naming alignment under the Gemini brand. The underlying research and note-taking functionality appears unchanged based on the announcement details available.

  • Lobste.rs

    Forgejo v16.0 is available

    Forgejo is a lightweight, community-developed, self-hosted platform for code collaboration, and version 16.0 was released on 16 July 2026. It serves as an alternative to hosted forge services for teams that want to run their own infrastructure. Practitioners tracking self-hosted development tooling can evaluate this release for updated features and operational changes.

  • Lobste.rs

    Here's how I host my own AIM server

    This is a hands-on tutorial for running a self-hosted AIM (AOL Instant Messenger) server, letting users revive the classic chat protocol on their own infrastructure. The author motivates the project with nostalgia for pre-smartphone communication and frames it as an alternative to modern platforms like Discord. The article is aimed at hobbyists interested in retro computing and self-hosted messaging infrastructure.

  • Lobste.rs

    We're building Postgres in Rust. Using the LLVM of databases

    Turso, a database company that previously rewrote SQLite in Rust, is now building a Postgres-compatible frontend on the same core engine. Their architecture treats a single Rust-based database engine as a compilable target for multiple SQL frontends, analogous to how LLVM supports many languages. The project is currently in early access with concurrent writes being a headline feature of the Turso Cloud offering.

Product & Launches

New products and launches worth a look.

  • Product Hunt

    Nuvio

    Tired of outdated or hand-typed metrics in your X profile? Nuvio connects to Stripe, Google Analytics, and Search Console to auto-update your bio and banner with real, verified revenue and traffic stats. Built for founders and indie makers aiming to grow trust and stand out with live social proof. No manual edits—just… Worth checking for pricing vs value, integrations, data ownership, and workflow fit.

  • Product Hunt

    SIMPLI

    Split Expenses in a Live Cosmos – Every group is a galaxy, every friend is a star, every debt is a line of light. Real-time splitting powered by SpacetimeDB. Here's what makes SIMPLI special: – The more the debt on a user within a group, the more that star glows – As more users join a galaxy (group), it goes on making… Worth checking for pricing vs value, integrations, data ownership, and workflow fit.

Community & Discussion

What engineers are debating and reading right now.

  • Dev.to

    Did You Know TLDs Can Be Websites?

    • ♥ 23
    • 💬 5

    You've probably registered a domain with Route53 or another popular registrar. You pick something… Context: Dev.to – Web Dev.

  • Dev.to

    Programming language quirks

    • ♥ 17
    • 💬 5

    Undo is to remove or reverse actions right!!!! So why is unshift used to add to an array in JS?… Context: Dev.to – Discuss.

  • Dev.to

    Build a Movie/TV Show Tracker with MongoDB and TanStack Start

    • ♥ 7

    A few months ago, I found myself opening multiple different apps just to answer a simple question:… Context: Dev.to – Mongodb.

  • Hacker News

    Immersive Linear Algebra Book with Interactive Figures (2015)

    • ▲ 197
    • 💬 26

    Immersive Linear Algebra is a free online textbook that teaches linear algebra through interactive, browser-based 3D figures and animations. Readers can manipulate visualizations directly to explore concepts like vectors, matrices, and linear transformations. The book was authored by J. Ström, K. Åström, and T. Akenine-Möller, and a Hacker News thread with 197 points and 26 comments highlights renewed interest in the resource.

  • Dev.to

    I built 8 security layers for an MCP marketplace. Here's what each one actually catches.

    • ♥ 3
    • 💬 4

    After a real trojan slipped through my MCP marketplace last week (Trojan:Win64/Lazy.PGPK!MTB hidden… Context: Dev.to – Web Dev.

  • Dev.to

    I built a job board that scores how 'real' each listing is (A–F)

    • ♥ 2

    Most remote job listings are ghosts — already filled, never opened, or posted just to farm résumés…. Context: Dev.to – Web Dev.

  • Hacker News

    An Engineer's Guide to USB Typе-С (2024)

    • ▲ 115
    • 💬 3

    This is a technical reference PDF from Texas Instruments covering USB Type-C for hardware engineers. Hosted on TI's documentation site, it addresses practical design considerations for implementing USB-C connectivity in electronic systems. The paper reached 115 points on Hacker News with 3 comments, reflecting niche but genuine interest among practitioners working on power delivery, data routing, and connector specification compliance in modern device hardware.

  • Lobste.rs

    We're Going to Make Out Like Bandits

    A practitioner-focused article linked from Lobste.rs discussing a technology or engineering topic. The exact subject matter cannot be determined from the supplied context, which provides only the title, source, and categorization under Programming. The article was surfaced as a community signal on Lobste.rs, suggesting it drew engagement from practicing engineers, but no implementation details, operational lessons, or specific claims are available in the provided metadata.

  • Lobste.rs

    Using GCC's Nested Functions with Wide Pointers and no Trampolines II

    This is a technical blog post by Martin Uecker exploring how GCC handles nested functions when their addresses are taken. Normally, GCC generates a runtime trampoline on the stack, which requires the stack to be marked executable—a security concern. The article discusses an alternative approach using wide pointers to avoid trampolines entirely, eliminating the need for executable stack memory. It is the second installment in a series on the topic.

  • Lobste.rs

    The Zilog Z80 has turned 50

    An article commemorating the 50th anniversary of the Zilog Z80 microprocessor, which was officially launched in July 1976. The piece reflects on the historical significance of a chip that powered countless home computers, arcade machines, and embedded systems over decades. The author notes the launch came less than four years after the last human walked on the Moon, situating the Z80 in its technological era.

  • Lobste.rs

    Earth Rotation Records Spur October Vote to Avert Negative Leap Second

    A science news article covering the prospect of a negative leap second, which has never been deployed and would require deleting a second from civil clocks. Earth set rotation speed records in 2024 and 2025, and timekeepers estimate roughly a 30% chance one will be needed soon. The risk is driving an October 2026 CGPM vote to replace the 54-year-old leap second system with a larger leap-hour adjustment.