Tagged articles
462 articles
Page 2 of 5
DevOps
DevOps
May 6, 2025 · Artificial Intelligence

PPTAgent: An Open‑Source AI System for Automated Presentation Generation Using a Two‑Stage Editing Approach

PPTAgent, an open‑source AI tool jointly developed by the Chinese Academy of Sciences and Shanghai Jiexin Technology, automatically creates high‑quality PowerPoint slides by analyzing reference decks, extracting layout patterns, and iteratively editing content with a self‑correction mechanism, achieving superior content, design, and coherence scores compared to existing methods.

AIPPTAgentmultimodal models
0 likes · 6 min read
PPTAgent: An Open‑Source AI System for Automated Presentation Generation Using a Two‑Stage Editing Approach
JavaEdge
JavaEdge
May 2, 2025 · Artificial Intelligence

Exploring Qwen3: Open‑Source LLM Features, Benchmarks, and Deployment Guides

This article introduces the Qwen3 family of open‑source large language models, details their architecture, parameter counts, multilingual support, and benchmark performance, and provides step‑by‑step instructions for deploying them with frameworks like SGLang, vLLM, and local runtimes such as Ollama and LMStudio.

AIAgentQwen3
0 likes · 22 min read
Exploring Qwen3: Open‑Source LLM Features, Benchmarks, and Deployment Guides
Programmer DD
Programmer DD
Apr 29, 2025 · Artificial Intelligence

Why Qwen3 Is Redefining Open‑Source LLMs: Mixed‑Inference Power and Unmatched Performance

Qwen3, Alibaba’s latest open‑source large language model, introduces a pioneering mixed‑inference architecture that blends top‑tier reasoning and non‑reasoning capabilities, delivering record‑breaking benchmark scores, multilingual support for 119 languages, cost‑effective deployment, and a 128K context window, now accessible via Ollama and OpenRouter.

AI BenchmarkQwen3large language model
0 likes · 5 min read
Why Qwen3 Is Redefining Open‑Source LLMs: Mixed‑Inference Power and Unmatched Performance
Liangxu Linux
Liangxu Linux
Apr 22, 2025 · Artificial Intelligence

Top 10 Open-Source OCR Projects on GitHub Ranked by Stars

This article compiles a ranked list of ten popular open-source OCR projects on GitHub, summarizing each tool’s key capabilities—such as multimodal text extraction, PDF linearization, layout analysis, and multilingual support—along with star counts and direct repository links for developers seeking ready-to-use OCR solutions.

Computer VisionGitHubMultimodal
0 likes · 9 min read
Top 10 Open-Source OCR Projects on GitHub Ranked by Stars
Liangxu Linux
Liangxu Linux
Apr 12, 2025 · Information Security

Why mkcert Is the Easiest Way to Generate Trusted Local SSL Certificates

mkcert, an open‑source tool by Filippo Valsorda, lets developers quickly create and trust local SSL/TLS certificates across Linux, macOS, and Windows without manual configuration, offering zero‑setup installation, multi‑domain support, advanced features, and simple Nginx integration for secure local testing.

CertificateHTTPSLocal Development
0 likes · 5 min read
Why mkcert Is the Easiest Way to Generate Trusted Local SSL Certificates
AntTech
AntTech
Mar 26, 2025 · Artificial Intelligence

BodyGen: A Bio‑Inspired Embodied Co‑Design Framework for Autonomous Robot Evolution

BodyGen, a new embodied co‑design framework presented at ICLR 2025, enables robots to autonomously evolve their morphology and control policies using reinforcement learning and transformer‑based networks, achieving up to 60 % performance gains with a lightweight 1.43 M‑parameter model, and its code is publicly released.

Embodied AITransformerco-design
0 likes · 10 min read
BodyGen: A Bio‑Inspired Embodied Co‑Design Framework for Autonomous Robot Evolution
21CTO
21CTO
Mar 9, 2025 · Fundamentals

10 Open‑Source Tools That Can Supercharge Your Coding Productivity

This article reviews ten open‑source development tools—from IDEs and version control to container platforms and AI‑powered code assistants—explaining how each can streamline workflows, automate repetitive tasks, and significantly boost coding efficiency for developers of any skill level.

AI-assistantContainerizationIDE
0 likes · 13 min read
10 Open‑Source Tools That Can Supercharge Your Coding Productivity
Selected Java Interview Questions
Selected Java Interview Questions
Feb 12, 2025 · Backend Development

Comparison and Selection Guide for Open‑Source Workflow Engines: Flowable vs Camunda and Others

This article reviews major open‑source Java workflow engines—including Osworkflow, JBPM, Activiti, Flowable, and Camunda—examines their features, version histories, and suitability, then provides a detailed functional and performance comparison between Flowable and Camunda, concluding with a recommendation to adopt Camunda with bpmn‑js for enterprise projects.

BPMCamundaFlowable
0 likes · 13 min read
Comparison and Selection Guide for Open‑Source Workflow Engines: Flowable vs Camunda and Others
Architecture Digest
Architecture Digest
Feb 7, 2025 · Artificial Intelligence

Open-Source Replication of OpenAI’s o1 Model Achieves Superior Performance with Minimal Cost

A recent study by Fei‑Fei Li’s team shows that using supervised fine‑tuning on the open‑source Qwen2.5‑32B‑Instruct model can replicate and even surpass the reasoning abilities of OpenAI’s o1‑preview at a fraction of the computational cost, demonstrating a cheap yet powerful approach to large‑language‑model development.

Supervised Fine‑Tuningbudget-forcingcost-effective-ai
0 likes · 6 min read
Open-Source Replication of OpenAI’s o1 Model Achieves Superior Performance with Minimal Cost
DevOps
DevOps
Jan 20, 2025 · Frontend Development

Top Frontend Open‑Source Projects to Watch in 2025

This article reviews seven leading front‑end open‑source projects for 2025—Vite, Bun, React 19, Next.js 15, Solid.js, Tailwind CSS, and Astro—highlighting their key features, integration capabilities, and ideal use‑cases for modern web development.

BunNext.jsTailwindCSS
0 likes · 8 min read
Top Frontend Open‑Source Projects to Watch in 2025
DevOps Engineer
DevOps Engineer
Jan 20, 2025 · Fundamentals

Simplifying CPython Copyright Notices: Lessons from Issue gh-126133

The article examines CPython issue gh‑126133 where Hugo van Kemenade proposed simplifying the project's copyright notice by keeping only the first publication year, discusses legal feedback from the PSF, compares practices of major open‑source projects, and concludes with the accepted change merged into the main branch.

CPythonCopyrightlegal
0 likes · 9 min read
Simplifying CPython Copyright Notices: Lessons from Issue gh-126133
macrozheng
macrozheng
Jan 9, 2025 · Cloud Native

How Windmill Turns Scripts into Interactive UIs and Automated Workflows

Windmill is an open‑source platform that converts scripts into interactive user interfaces and orchestrated workflows, offering automatic UI generation, multi‑language support, high‑performance Rust backend, and secure sandboxing, and can be self‑hosted via Docker Compose or Kubernetes for rapid internal tool development.

DockerKubernetesRust
0 likes · 6 min read
How Windmill Turns Scripts into Interactive UIs and Automated Workflows
IT Services Circle
IT Services Circle
Jan 7, 2025 · Backend Development

Fish Shell Rewritten in Rust: Progress, Statistics, and Benefits

Fish Shell, the user-friendly command-line shell for Linux and macOS, is undergoing a major rewrite from C++ to Rust, achieving a near‑complete Rust codebase, extensive contributor activity, and performance improvements while addressing legacy toolchain challenges and enhancing modern functionality.

C++Rustcommand-line
0 likes · 5 min read
Fish Shell Rewritten in Rust: Progress, Statistics, and Benefits
21CTO
21CTO
Dec 24, 2024 · Fundamentals

Exploring SvarDOS: A Minimalist DOS Package Manager for Modern PCs

SvarDOS is a newly independent open‑source DOS distribution that fits on a floppy, supports networking, runs classic software like MS Word 6, and offers a modern package manager with online updates, making retro computing on virtual machines and old hardware both practical and enjoyable.

DoSFreeDOSSvarDOS
0 likes · 10 min read
Exploring SvarDOS: A Minimalist DOS Package Manager for Modern PCs
Python Programming Learning Circle
Python Programming Learning Circle
Nov 30, 2024 · Artificial Intelligence

Numpy‑ML: A Comprehensive Pure‑NumPy Implementation of Machine Learning Algorithms

The Numpy‑ML project by David Bourgin provides a 30,000‑line pure‑NumPy library that implements a wide range of classic machine‑learning algorithms, data‑preprocessing tools, and neural‑network components, offering an educational resource for deepening algorithmic understanding rather than replacing mature frameworks.

AIAlgorithmsNumPy
0 likes · 4 min read
Numpy‑ML: A Comprehensive Pure‑NumPy Implementation of Machine Learning Algorithms
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Nov 29, 2024 · Artificial Intelligence

Mooncake: Open-Source KVCache-Centric Large Model Inference Architecture Co-Developed by Alibaba Cloud and Tsinghua University

In June 2024, Alibaba Cloud and Tsinghua University's MADSys Lab announced the open‑source Mooncake architecture, a KVCache‑centered large‑model inference framework that boosts throughput, lowers cost, and standardizes resource‑pooling techniques for high‑performance AI inference across industry and academia.

KVCacheTsinghua Universitylarge-model inference
0 likes · 4 min read
Mooncake: Open-Source KVCache-Centric Large Model Inference Architecture Co-Developed by Alibaba Cloud and Tsinghua University
DevOps Engineer
DevOps Engineer
Nov 28, 2024 · Backend Development

Reviving GitStats: Modernizing an Old Git History Statistics Tool

The author recounts reviving the dormant GitStats project by migrating it to Python 3, adding CI/CD pipelines, publishing it on PyPI, providing Docker images and an online preview, while outlining future improvements and inviting community contributions.

AnalyticsGitGitStats
0 likes · 5 min read
Reviving GitStats: Modernizing an Old Git History Statistics Tool
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Nov 22, 2024 · Cloud Native

Large‑Scale Cloud‑Edge Collaborative Technology Based on Cloud‑Native Wins Zhejiang Province Science and Technology Progress Award

Alibaba Cloud, together with Zhejiang University, Alipay and Xieyun Technology, received the Zhejiang Province Science and Technology Progress First Prize for their cloud‑native large‑scale cloud‑edge collaborative platform, which addresses edge resource constraints, real‑time computing, and massive node management, and has been widely applied across multiple industries.

CNCFContainerReal‑Time Computing
0 likes · 5 min read
Large‑Scale Cloud‑Edge Collaborative Technology Based on Cloud‑Native Wins Zhejiang Province Science and Technology Progress Award
JavaScript
JavaScript
Nov 19, 2024 · Frontend Development

11 Must‑Use Open‑Source Tools for Freelance Developers (Front‑to‑Back)

Discover the 11 most popular open‑source projects that freelance developers rely on—from fast front‑end build tools like Vite and Tailwind CSS to back‑end frameworks such as Express, ORM Sequelize, real‑time Socket.IO, testing with Jest, code quality with ESLint and Prettier, and containerization with Docker—each with concise usage examples.

BackendDockerJavaScript
0 likes · 11 min read
11 Must‑Use Open‑Source Tools for Freelance Developers (Front‑to‑Back)
360 Tech Engineering
360 Tech Engineering
Nov 15, 2024 · Artificial Intelligence

Advances in Multimodal Large Models and Document Understanding Presented at the 2024 Global Machine Learning Conference (Beijing)

At the 2024 Global Machine Learning Conference in Beijing, 360 AI Research Institute showcased cutting‑edge multimodal large‑model research, fine‑grained open‑world object detection, and document understanding technologies, highlighting open‑source releases, real‑world deployments, and competitive achievements in AI competitions.

AI researchMultimodal AIdocument understanding
0 likes · 7 min read
Advances in Multimodal Large Models and Document Understanding Presented at the 2024 Global Machine Learning Conference (Beijing)
Baobao Algorithm Notes
Baobao Algorithm Notes
Nov 14, 2024 · Artificial Intelligence

How I Built a 1B‑Parameter Chinese LLM on a Single A100: Lessons Learned

This article details the end‑to‑end process of pre‑training, fine‑tuning, and evaluating a 1‑billion‑parameter Chinese LLM named Steel‑LLM on limited hardware, covering data collection, pipeline design, training framework choices, architectural tweaks, performance results, and practical lessons for resource‑constrained developers.

LLMModel architectureTraining Optimization
0 likes · 18 min read
How I Built a 1B‑Parameter Chinese LLM on a Single A100: Lessons Learned
macrozheng
macrozheng
Oct 29, 2024 · Fundamentals

Why SiYuan Note Is the Ideal Open‑Source Markdown Notebook for Developers

This guide introduces SiYuan Note, an open‑source, cross‑platform Markdown notebook with WYSIWYG support, explains how to install it via Docker, and demonstrates key features such as theme switching, image insertion, marketplace plugins, and using it for project documentation.

SiYuancross‑platformmarkdown
0 likes · 6 min read
Why SiYuan Note Is the Ideal Open‑Source Markdown Notebook for Developers
Cognitive Technology Team
Cognitive Technology Team
Oct 24, 2024 · R&D Management

Farewell Letter from Linux Kernel Maintainer Serge Semin on the Removal of Russian Maintainers

In a detailed farewell note, Linux kernel maintainer Serge Semin explains the opaque removal of Russian contributors by Greg KH, criticizes the lack of transparency, reflects on the political motivations behind the decision, and recounts his seven‑year contributions and gratitude to fellow developers.

communitygovernanceopen-source
0 likes · 8 min read
Farewell Letter from Linux Kernel Maintainer Serge Semin on the Removal of Russian Maintainers
21CTO
21CTO
Oct 23, 2024 · Artificial Intelligence

IBM Unveils Granite 3.0 LLMs: Open‑Source, Secure, and Cost‑Effective AI Models

IBM introduced the Granite 3.0 series, an open‑source family of large language models that combine cutting‑edge performance with enhanced security, multi‑language support, and cost‑efficiency, while offering a variety of base, instruct, and specialist variants for enterprise use.

AI modelsGraniteIBM
0 likes · 4 min read
IBM Unveils Granite 3.0 LLMs: Open‑Source, Secure, and Cost‑Effective AI Models
AntTech
AntTech
Oct 22, 2024 · Information Security

Asterinas Open-Source Secure OS and Confidential Computing Stack Launched by Chinese Research Institutions

On October 22, the open‑source Asterinas system software stack, featuring the Rust‑based Asterinas OS and confidential computing components, was announced by leading Chinese research labs and enterprises to provide a high‑performance, memory‑safe operating system and trusted execution environment for cloud, AI, and data‑centric workloads.

Rustopen-source
0 likes · 7 min read
Asterinas Open-Source Secure OS and Confidential Computing Stack Launched by Chinese Research Institutions
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 9, 2024 · Operations

Introducing Kyanos: A Lightweight eBPF‑Based Tool for Fast Network Issue Diagnosis

Kyanos is an open‑source command‑line utility that leverages eBPF to provide low‑overhead, kernel‑compatible network tracing and performance analysis for HTTP, MySQL, and Redis traffic, offering simple watch and stat commands that replace slow tcpdump workflows with seconds‑level diagnostics.

Performance debuggingcommand-line tooleBPF
0 likes · 11 min read
Introducing Kyanos: A Lightweight eBPF‑Based Tool for Fast Network Issue Diagnosis
21CTO
21CTO
Oct 5, 2024 · Big Data

How Microsoft’s Open‑Source Drasi Redefines Real‑Time Event Processing

Microsoft announced the open‑source Drasi system, a low‑code, graph‑query based platform that monitors logs, databases, and metrics to detect changes in real time, automatically triggering context‑aware actions without moving data to a central lake, aiming to simplify complex event‑driven architectures.

DrasiEvent ProcessingReal-Time
0 likes · 4 min read
How Microsoft’s Open‑Source Drasi Redefines Real‑Time Event Processing
21CTO
21CTO
Oct 5, 2024 · R&D Management

Why Tim Peters Was Suspended: Inside Python’s Turbulent Governance Crisis

The Python Steering Council’s decision to suspend core developer Tim Peters for three months sparked intense community debate, exposing governance challenges, code‑of‑conduct disputes, and concerns over transparency within the language’s open‑source ecosystem.

Code of Conductcommunity managementgovernance
0 likes · 19 min read
Why Tim Peters Was Suspended: Inside Python’s Turbulent Governance Crisis
Java Tech Enthusiast
Java Tech Enthusiast
Sep 18, 2024 · Backend Development

Open‑Source Chinese Payment Systems: Jeepay and DaxPay Overview

This guide reviews two actively maintained open-source Chinese payment platforms—Jeepay, an internet-focused system supporting WeChat Pay, Alipay, UnionPay and more with Spring Boot backend and Ant Design Vue front-end, and DaxPay, a Java-SDK-enabled solution for Alipay, WeChat and UnionPay built on Spring Boot and Vue 3, both offering documentation, demos, and high-concurrency deployment options.

MicroservicesSpringBoote‑commerce
0 likes · 3 min read
Open‑Source Chinese Payment Systems: Jeepay and DaxPay Overview
Bilibili Tech
Bilibili Tech
Sep 18, 2024 · Artificial Intelligence

Index-1.9B-32K: A 2% GPT-Size Model with Powerful Long-Context Capabilities

Index-1.9B-32K is a 1.9B-parameter model with a 32K token context window, achieving strong long‑text performance comparable to larger models while using only about 2% of GPT‑4’s compute, trained via long pre‑training and supervised fine‑tuning, with a trade‑off of reduced short‑context ability.

AIFine-tuningevaluation
0 likes · 12 min read
Index-1.9B-32K: A 2% GPT-Size Model with Powerful Long-Context Capabilities
IT Services Circle
IT Services Circle
Aug 27, 2024 · Backend Development

How to Present Projects Built on Scaffolding Frameworks in Interviews

The article advises developers to avoid explicitly mentioning the use of scaffolding frameworks like RuoYi when describing project experience, suggesting they instead focus on the underlying implementation details and any custom improvements to demonstrate genuine technical contribution and avoid misconceptions about their capabilities.

BackendRuoYicareer advice
0 likes · 4 min read
How to Present Projects Built on Scaffolding Frameworks in Interviews
Alibaba Cloud Observability
Alibaba Cloud Observability
Aug 15, 2024 · Cloud Native

How LoongCollector Transforms iLogtail into a Next‑Gen Cloud‑Native Observability Agent

This article chronicles the two‑year evolution of iLogtail into LoongCollector, detailing its origins, technical milestones, community contributions, feature set—including high‑performance pipelines, programmable SPL, extensive K8s support, and unified config management—and outlines the roadmap that positions it as a leading cloud‑native observability solution.

Pipelinecloud-nativedata-collection
0 likes · 19 min read
How LoongCollector Transforms iLogtail into a Next‑Gen Cloud‑Native Observability Agent
21CTO
21CTO
Aug 12, 2024 · Fundamentals

12 Must‑Have Open‑Source Tools Every Developer Should Use

Discover twelve carefully curated open‑source utilities—from IDEs and API testers to AI‑powered terminals and container orchestrators—that can dramatically boost developer productivity and streamline everyday coding workflows.

AIAPIIDE
0 likes · 10 min read
12 Must‑Have Open‑Source Tools Every Developer Should Use
Deepin Linux
Deepin Linux
Jul 19, 2024 · Fundamentals

Comprehensive List of Useful C++ Libraries and Tools

This article provides a detailed, categorized catalog of widely used open‑source C++ libraries and tools covering standard libraries, frameworks, AI, networking, graphics, databases, testing, and many other domains, helping developers quickly discover suitable components for their projects.

C++librariesopen-source
0 likes · 20 min read
Comprehensive List of Useful C++ Libraries and Tools
Liangxu Linux
Liangxu Linux
Jul 16, 2024 · R&D Management

Why the Popular Linux Tool Neofetch Was Archived and What It Means for Developers

The article traces Neofetch’s rise as a customizable Linux system‑info tool, details the sudden disappearance of its creator Dylan Araps, explains the 2024 repository archival with a farming note, and reviews emerging alternatives while reflecting on a broader trend of developers leaving tech for agriculture.

LinuxNeofetchalternatives
0 likes · 11 min read
Why the Popular Linux Tool Neofetch Was Archived and What It Means for Developers
ITPUB
ITPUB
Jul 15, 2024 · Operations

Why CentOS Is Shifting and Which Linux Distributions Are Viable Replacements

The article traces CentOS’s evolution from a downstream RHEL clone to the upstream‑focused CentOS Stream, explains the end of CentOS Linux updates, and evaluates a range of alternative distributions—including Ubuntu, Rocky Linux, Oracle Linux, and several Chinese OS projects—to help enterprises choose the most suitable platform for their workloads.

CentOSDevOpsalternatives
0 likes · 9 min read
Why CentOS Is Shifting and Which Linux Distributions Are Viable Replacements
21CTO
21CTO
Jul 10, 2024 · Fundamentals

How Linus Torvalds’ Frustration Sparked the Birth of Git

The article chronicles how Linus Torvalds’ inability to scale Linux kernel development led to the creation of BitKeeper, its eventual abandonment, and the rapid development of Git—detailing key contributors, technical decisions, and the rise of GitHub that reshaped modern software engineering.

Version Controlbitkeeperdistributed-scm
0 likes · 31 min read
How Linus Torvalds’ Frustration Sparked the Birth of Git
21CTO
21CTO
Jul 5, 2024 · Frontend Development

Can Ladybird’s New Independent Browser Threaten Chrome and Safari?

The newly founded non‑profit Ladybird project is building a privacy‑focused browser with its own engine, funded by industry veterans, open‑sourced under BSD‑2‑Clause, and aiming to challenge the dominance of Chromium‑based and WebKit browsers despite being in a pre‑alpha developer stage.

BrowserC++open-source
0 likes · 7 min read
Can Ladybird’s New Independent Browser Threaten Chrome and Safari?
Java Tech Enthusiast
Java Tech Enthusiast
Jul 3, 2024 · Fundamentals

Eclipse Foundation Announces Theia IDE GA: Open-Source Alternative to VS Code

The Eclipse Foundation announced the General Availability of Theia IDE, a fully open‑source, vendor‑neutral alternative to Visual Studio Code that offers customizable toolbars, detachable views, remote development, upcoming collaboration, seamless VS Code extension compatibility, support for LSP and DAP, and cross‑platform deployment on Windows, Linux, macOS and the cloud.

DAPEclipse FoundationLSP
0 likes · 4 min read
Eclipse Foundation Announces Theia IDE GA: Open-Source Alternative to VS Code
Java Backend Technology
Java Backend Technology
Jun 20, 2024 · Backend Development

Top 20 Essential Java Libraries Every Developer Should Know

This article presents a curated list of the most useful third‑party Java libraries—covering logging, JSON, testing, utilities, HTTP, XML, Excel, bytecode, connection pools, messaging, PDF, HTML parsing, cryptography, embedded databases, JDBC debugging, serialization, networking, and more—to help developers write efficient, maintainable code without reinventing the wheel.

BackendDevelopmentlibraries
0 likes · 13 min read
Top 20 Essential Java Libraries Every Developer Should Know
Baobao Algorithm Notes
Baobao Algorithm Notes
Jun 6, 2024 · Artificial Intelligence

What’s New in Qwen2? A Deep Dive into the Latest Open‑Source LLMs

Qwen2 introduces five new pre‑trained and instruction‑tuned LLM sizes, expands multilingual training to 27 languages, boosts code and math abilities, supports up to 128K context tokens, and achieves leading benchmark results across NLU, code, math, and safety, with detailed model specs and evaluation data provided.

AIQwen2multilingual
0 likes · 11 min read
What’s New in Qwen2? A Deep Dive into the Latest Open‑Source LLMs
ShiZhen AI
ShiZhen AI
Jun 5, 2024 · Artificial Intelligence

How the Homegrown Open‑Source ChatTTS Model Scored 20K Stars in One Week

The article introduces ChatTTS, a dialogue‑optimized open‑source text‑to‑speech model trained on over 100,000 hours of Chinese and English data, highlights its fine‑grained prosody control and multi‑speaker support, notes its superior naturalness compared to most open‑source TTS systems, and outlines its current limitations such as poor Arabic numeral handling and slow inference speed.

ChatTTSChinese AIdialogue TTS
0 likes · 2 min read
How the Homegrown Open‑Source ChatTTS Model Scored 20K Stars in One Week
21CTO
21CTO
Jun 4, 2024 · Backend Development

Reviving ICQ: How Open‑Source Projects Are Rebuilding Classic Chat Servers

Amid news of ICQ's shutdown, developers worldwide are launching open‑source initiatives to resurrect the legacy instant‑messaging service, recreating its protocols, building new servers, and offering modern client support for a nostalgic chat experience.

ICQbackend-developmentmessaging protocols
0 likes · 4 min read
Reviving ICQ: How Open‑Source Projects Are Rebuilding Classic Chat Servers
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Jun 3, 2024 · Cloud Native

Fluid 1.0 Release: Cloud‑Native Data Orchestration for AI and Big Data

Fluid 1.0 introduces a cloud‑native data orchestration platform that abstracts dataset management, affinity scheduling, custom data processing, and data flow pipelines for AI and big‑data workloads on Kubernetes, backed by extensive production testing, open‑source contributions, and a roadmap for future enhancements.

AIData OrchestrationKubernetes
0 likes · 13 min read
Fluid 1.0 Release: Cloud‑Native Data Orchestration for AI and Big Data
21CTO
21CTO
Jun 2, 2024 · Frontend Development

Why Zed Is Emerging as the Next Fast, Open‑Source Code Editor

Zed, a Rust‑based open‑source editor, promises developers higher speed, GPU acceleration, built‑in AI assistance, collaborative CRDT buffers, and seamless integration with tools like GitHub Copilot, positioning itself as a compelling alternative to VS Code and Sublime Text.

AIRustZed
0 likes · 7 min read
Why Zed Is Emerging as the Next Fast, Open‑Source Code Editor
Architect's Guide
Architect's Guide
May 28, 2024 · Fundamentals

18 Open‑Source Low‑Code/No‑Code Development Platforms for Individuals and Enterprises

This article introduces eighteen open‑code/no‑code platforms—such as Saltcorn, Joget DX, Digdag, Stackstorm, CUBA Platform, Skyve, and others—detailing their key features, deployment options, licensing, and official repositories, providing developers and enterprises with a comprehensive overview for rapid application development.

EnterpriseNo-codelow-code
0 likes · 15 min read
18 Open‑Source Low‑Code/No‑Code Development Platforms for Individuals and Enterprises
Cognitive Technology Team
Cognitive Technology Team
May 27, 2024 · Backend Development

AREX: An Open‑Source Traffic Recording and Replay Platform for Enterprise‑Scale Testing

AREX is an open‑source traffic recording and replay platform created by Ctrip that enables comprehensive testing—from performance and regression to rapid issue fixing—by capturing real traffic across complex micro‑service environments, addressing challenges such as async context, non‑idempotent calls, authentication, time‑sensitivity, and cache consistency, and offering easy CI/CD integration and large‑scale deployment.

BackendJava Agentci/cd
0 likes · 14 min read
AREX: An Open‑Source Traffic Recording and Replay Platform for Enterprise‑Scale Testing
21CTO
21CTO
May 16, 2024 · Fundamentals

How to Choose the Right Linux Distribution: A Beginner’s Guide

This article explains what Linux distributions are, why there are thousands of them, how open‑source licensing enables custom versions, compares popular distros such as Ubuntu, Fedora, Mint, RHEL, SUSE and Kali, and offers practical advice for selecting the best one for personal, server or security use.

FedoraLinuxOperating System
0 likes · 10 min read
How to Choose the Right Linux Distribution: A Beginner’s Guide
Architecture Digest
Architecture Digest
Apr 25, 2024 · Frontend Development

Douyin Open-Source Short Video Project – Overview and Setup Guide

This article introduces the Douyin open‑source short‑video project built with Vue and Vite, provides a free book giveaway link, and gives step‑by‑step instructions for installing Node, cloning the repository, installing dependencies with pnpm, and running the application locally.

ViteVuefrontend
0 likes · 3 min read
Douyin Open-Source Short Video Project – Overview and Setup Guide
21CTO
21CTO
Apr 20, 2024 · Artificial Intelligence

What Developers Need to Know About Meta’s New Open‑Source Llama 3 Model

Meta’s newly open‑source Llama 3 model pushes the frontier of large language models with a larger context window, Mixture‑of‑Experts architecture, multilingual support, and multimodal capabilities, while facing challenges in transparency, bias, and computational resources, and offering diverse applications from NLU to code generation.

AILlama3Multimodal
0 likes · 10 min read
What Developers Need to Know About Meta’s New Open‑Source Llama 3 Model
Java Tech Enthusiast
Java Tech Enthusiast
Apr 19, 2024 · Databases

The Fragile Foundations: How Tiny Volunteer Teams Maintain Critical Software like the TZ Database and SQLite

Critical software like the IANA TZ database and SQLite, which power billions of devices and services, are maintained by just two or three unpaid volunteers, exposing the global tech ecosystem to hidden single points of failure that could cause outages or security breaches without sustained corporate investment.

critical infrastructureopen-sourcesoftware maintenance
0 likes · 7 min read
The Fragile Foundations: How Tiny Volunteer Teams Maintain Critical Software like the TZ Database and SQLite
JavaEdge
JavaEdge
Apr 5, 2024 · Backend Development

Beyond Web Apps: 9 Exciting Java Projects to Explore

This article lists nine compelling Java‑based projects—from a 3D engine and deep‑learning library to time‑series databases, search engines, message queues, NLP tools, and an IoT platform—showing how Java can power diverse, interesting applications beyond ordinary web development.

IoTbackend-developmentbig-data
0 likes · 8 min read
Beyond Web Apps: 9 Exciting Java Projects to Explore
Architecture Digest
Architecture Digest
Mar 28, 2024 · Operations

A Comprehensive Overview of Monitoring Systems: Fundamentals, Popular Open‑Source Solutions, and Selection Guidance

This article systematically introduces monitoring fundamentals, core concepts, and architecture, then reviews three widely used open‑source monitoring tools—Zabbix, Open‑Falcon, and Prometheus—detailing their components, advantages, disadvantages, and provides practical advice for selecting the most suitable solution.

Open-FalconOperationsZabbix
0 likes · 17 min read
A Comprehensive Overview of Monitoring Systems: Fundamentals, Popular Open‑Source Solutions, and Selection Guidance
AntTech
AntTech
Mar 22, 2024 · Cloud Native

LightPool: A Cloud‑Native NVMe‑oF Based High‑Performance Storage Pool Architecture for Distributed Databases

The article introduces LightPool, an open‑source, cloud‑native storage‑pool architecture presented at HPCA 2024, which leverages NVMe‑over‑Fabric, Kubernetes CSI integration, and a lightweight user‑space engine to deliver high‑performance, elastic, and highly available storage for large‑scale distributed databases while reducing cost and improving resource utilization.

NVMe-oFcloud-nativedistributed-database
0 likes · 12 min read
LightPool: A Cloud‑Native NVMe‑oF Based High‑Performance Storage Pool Architecture for Distributed Databases
Volcano Engine Developer Services
Volcano Engine Developer Services
Mar 7, 2024 · Artificial Intelligence

How SDXL‑Lightning Generates High‑Quality Images in Just 2 Steps

SDXL‑Lightning, a new diffusion‑based text‑to‑image model from ByteDance, uses Progressive Adversarial Distillation to cut inference steps to as few as 2 while maintaining high resolution and fidelity, offering ten‑fold speed gains, open‑source access, and compatibility with SDXL, ControlNet, and ComfyUI.

AI accelerationdiffusionmodel distillation
0 likes · 8 min read
How SDXL‑Lightning Generates High‑Quality Images in Just 2 Steps
21CTO
21CTO
Feb 27, 2024 · Artificial Intelligence

Mistral Large: The Open‑Source LLM Challenging GPT‑4 on Azure

Mistral AI, a Paris‑based startup, unveiled Mistral Large—an open‑source, multilingual LLM rivaling GPT‑4 with a 32k token context window, advanced code and math abilities, and native Azure AI integration, marking a major milestone in European AI development.

Azure AIMistral AIlarge language model
0 likes · 6 min read
Mistral Large: The Open‑Source LLM Challenging GPT‑4 on Azure
Java High-Performance Architecture
Java High-Performance Architecture
Feb 26, 2024 · Operations

Choosing the Right Open‑Source Workflow Engine: Camunda vs Flowable vs Activiti

This article reviews popular open‑source workflow engines—including Osworkflow, JBPM, Activiti, Flowable, and Camunda—examines their features, performance, and limitations, and provides a detailed comparison between Flowable and Camunda to guide developers in selecting the most suitable engine for low‑code, BPM, or OA projects.

ActivitiBPMCamunda
0 likes · 12 min read
Choosing the Right Open‑Source Workflow Engine: Camunda vs Flowable vs Activiti
DataFunSummit
DataFunSummit
Feb 23, 2024 · Artificial Intelligence

Tool Learning with Foundation Models: Frameworks, Datasets, and Open‑Source Toolkits

Tool learning enables foundation models to follow human instructions and use external tools, and this article reviews Tsinghua’s research, introduces the WebCPM interactive web‑search QA framework, BMTools and ToolBench packages, and discusses background, frameworks, applications, and future challenges in AI tool usage.

AIFrameworkWeb Search
0 likes · 21 min read
Tool Learning with Foundation Models: Frameworks, Datasets, and Open‑Source Toolkits
DevOps Engineer
DevOps Engineer
Feb 23, 2024 · Artificial Intelligence

GitHub Octoverse 2023: AI, Cloud‑Native, and Open‑Source Trends Shaping the Global Developer Experience

The 2023 GitHub Octoverse report reveals that generative AI, cloud‑native workflows, and open‑source contributions are rapidly becoming mainstream, with 92% of developers using AI‑assisted coding tools, a 38% rise in private repositories, and significant regional growth across the US, Asia‑Pacific, Africa, and Latin America.

AIGitHubcloud-native
0 likes · 21 min read
GitHub Octoverse 2023: AI, Cloud‑Native, and Open‑Source Trends Shaping the Global Developer Experience
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 18, 2024 · Artificial Intelligence

Llama 2: Open Foundation and Fine‑Tuned Chat Models – Overview and Technical Details

The article provides a comprehensive overview of Meta’s Llama 2 series, detailing model sizes, pre‑training data, architectural enhancements, supervised fine‑tuning, RLHF procedures, safety evaluations, reward‑model training, and iterative improvements, highlighting its open‑source release and comparative performance.

AI SafetyFine-tuningLlama2
0 likes · 27 min read
Llama 2: Open Foundation and Fine‑Tuned Chat Models – Overview and Technical Details
21CTO
21CTO
Feb 2, 2024 · Backend Development

8 Must‑Know Python Backend Libraries Used by the Top 1% of Developers

This article highlights eight powerful Python backend libraries—ranging from URL handling and caching to testing, profiling, and API creation—selected from the top 1% of developers based on GitHub stars, and provides installation steps and code examples for each.

Backendlibrariesopen-source
0 likes · 8 min read
8 Must‑Know Python Backend Libraries Used by the Top 1% of Developers
21CTO
21CTO
Jan 31, 2024 · Artificial Intelligence

Unlocking LLaVA: A Hands‑On Guide to the Open‑Source Visual Language Model

This article introduces LLaVA, an open‑source large language‑visual assistant that replicates GPT‑4‑V capabilities, explains its architecture, training process, and key features, and provides step‑by‑step instructions for using the web demo, running it locally via Ollama or HuggingFace, and building a simple Gradio chatbot with code examples.

GradioLLaVAMultimodal AI
0 likes · 11 min read
Unlocking LLaVA: A Hands‑On Guide to the Open‑Source Visual Language Model
Liangxu Linux
Liangxu Linux
Dec 28, 2023 · Fundamentals

Essential Open‑Source C Unit Testing Frameworks and Unity on STM32

This note introduces several open‑source C unit‑testing frameworks, compares their features, and provides a step‑by‑step guide for porting and using the Unity framework on an STM32 platform, including configuration, test case writing, and result interpretation.

Unityc++embedded
0 likes · 9 min read
Essential Open‑Source C Unit Testing Frameworks and Unity on STM32
DataFunTalk
DataFunTalk
Dec 25, 2023 · Artificial Intelligence

Tool Learning with Foundation Models: Frameworks, Datasets, and Open‑Source Toolkits

This article reviews the emerging field of tool learning for large foundation models, outlining its background, categorization, core framework components, training strategies, and applications such as WebCPM, BMTools, and ToolBench, while highlighting recent research results and open‑source resources.

AI toolsWeb Searchfoundation-models
0 likes · 21 min read
Tool Learning with Foundation Models: Frameworks, Datasets, and Open‑Source Toolkits
IT Xianyu
IT Xianyu
Dec 18, 2023 · Frontend Development

Geeker-Admin: Open‑Source Vue3‑Based Backend Management Framework

Geeker-Admin is an open‑source admin panel built with Vue 3.3, TypeScript, Vite 5, Pinia and Element‑Plus, offering a rich ProTable component, dynamic routing, theme switching, i18n, extensive custom directives, and full linting and commit tooling for rapid frontend development.

TypeScriptViteVue
0 likes · 4 min read
Geeker-Admin: Open‑Source Vue3‑Based Backend Management Framework
21CTO
21CTO
Dec 13, 2023 · Artificial Intelligence

Which Open‑Source Projects Won InfoWorld’s 2023 Bossie Awards?

InfoWorld’s 2023 Bossie Awards spotlight a diverse set of award‑winning open‑source projects—from data‑lake platforms like Apache Hudi and Iceberg to AI models such as Claude 2 and Llama 2, as well as tools for web development, databases, and container security—offering developers a curated guide to the year’s most innovative software.

2023AIopen-source
0 likes · 17 min read
Which Open‑Source Projects Won InfoWorld’s 2023 Bossie Awards?
Liangxu Linux
Liangxu Linux
Dec 7, 2023 · Backend Development

Deploy Homebox: Open‑Source Home Inventory System with Docker

Homebox is an open‑source inventory and organization system for home users, built with React and Node.js, that can be quickly tried online or deployed locally via Docker Compose using a few simple commands and a GitHub repository.

DeploymentDockerReact
0 likes · 4 min read
Deploy Homebox: Open‑Source Home Inventory System with Docker
Big Data Technology Architecture
Big Data Technology Architecture
Nov 14, 2023 · Big Data

Open Source Big Data Platform 3.0: Streaming Lakehouse, Serverless Architecture, and AI Integration

The talk outlines the evolution of Alibaba Cloud's open‑source big data platform from Hadoop‑based EMR to a 3.0 architecture featuring a streaming lakehouse, full serverless compute and storage, AI‑driven operations, and upcoming vector search services, highlighting technical motivations, challenges, and product releases.

Big DataLakehouseServerless
0 likes · 14 min read
Open Source Big Data Platform 3.0: Streaming Lakehouse, Serverless Architecture, and AI Integration
Java Architecture Diary
Java Architecture Diary
Nov 1, 2023 · Backend Development

Boost Your IoT Apps with mica-mqtt: A Low‑Latency Java AIO MQTT Engine

The article introduces mica-mqtt, a Java AIO‑based open‑source MQTT component offering simple, low‑latency, high‑performance IoT messaging, outlines its extensive feature set, typical use cases, recent updates, and provides detailed configuration examples for custom business thread pools and Spring Boot integration.

AIOBackendIoT
0 likes · 6 min read
Boost Your IoT Apps with mica-mqtt: A Low‑Latency Java AIO MQTT Engine
21CTO
21CTO
Oct 10, 2023 · Frontend Development

NanUI UI Framework Stops Updating – Lessons for Open‑Source Sustainability

Recent studies reveal that over 96% of codebases contain open‑source components, yet many projects lose maintainers, as illustrated by the NanUI .NET UI framework’s abrupt halt—its sole developer, now unemployed, announced the pause, highlighting the fragile sustainability of open‑source software.

MaintainerUI frameworkdotnet
0 likes · 6 min read
NanUI UI Framework Stops Updating – Lessons for Open‑Source Sustainability
Architect's Guide
Architect's Guide
Sep 27, 2023 · Frontend Development

Agora Flat Open Source Classroom: Features, Installation, and Usage Guide

The article introduces Agora Flat, an open‑source interactive classroom platform with real‑time audio/video, whiteboard, and screen sharing, outlines its key features, and provides step‑by‑step installation and build instructions for both Electron and Web clients using pnpm.

Electroninteractive classroomopen-source
0 likes · 4 min read
Agora Flat Open Source Classroom: Features, Installation, and Usage Guide
Selected Java Interview Questions
Selected Java Interview Questions
Sep 24, 2023 · Operations

Comparison of Six Open-Source Log Management Tools

This article reviews six open‑source log management solutions—OpenObserve, Grafana Loki, SigNoz, Graylog, Syslog‑ng, and Highlight.io—detailing their features, advantages, and drawbacks to help engineers select the most suitable tool for observability, monitoring, and cost‑effective log handling.

Log ManagementTool comparisonmonitoring
0 likes · 15 min read
Comparison of Six Open-Source Log Management Tools
21CTO
21CTO
Sep 21, 2023 · Artificial Intelligence

Falcon 180B vs Llama 2: Which Open‑Source LLM Leads the AI Race?

This article compares the open‑source large language models Falcon 180B and Meta’s Llama 2, detailing their parameter sizes, training data, licensing, variants, infrastructure, language support, and safety policies, while providing links to official resources and a side‑by‑side feature table.

AI comparisonFalcon 180BLLM
0 likes · 8 min read
Falcon 180B vs Llama 2: Which Open‑Source LLM Leads the AI Race?
Liangxu Linux
Liangxu Linux
Sep 16, 2023 · Fundamentals

Essential Open‑Source Tools Every Developer Should Know

This article compiles a curated list of useful open‑source utilities—ranging from macOS package managers and shell enhancements to GitHub extensions and JSON viewers—providing brief descriptions, installation links, and visual previews to help developers quickly adopt cross‑platform productivity tools.

GitHubcommand-linedeveloper tools
0 likes · 7 min read
Essential Open‑Source Tools Every Developer Should Know