Tagged articles

open source

2393 articles · Page 13 of 24
ITPUB
ITPUB
Sep 14, 2024 · Databases

Should You Choose MariaDB Over MySQL? A Deep Technical Comparison

The article compares MySQL and MariaDB, tracing MySQL’s historic rise, explaining why MariaDB was forked, detailing their governance, enumerating MariaDB’s additional storage engines and performance optimizations, highlighting new features, and analyzing recent adoption trends that suggest MariaDB may eventually overtake MySQL.

MariaDBMySQLRDBMS
0 likes · 6 min read
Should You Choose MariaDB Over MySQL? A Deep Technical Comparison
Java High-Performance Architecture
Java High-Performance Architecture
Sep 14, 2024 · Fundamentals

What Makes Xiaomi Vela the Next‑Gen Open‑Source IoT OS?

Xiaomi Vela, an open‑source IoT operating system built on the NuttX kernel, now powers over 47 million devices, offering high‑performance real‑time capabilities, rich components, multi‑protocol connectivity, and developer tools, while Xiaomi expands its ecosystem through GitHub, Gitee, and B‑station.

Embedded OSIoTNuttX
0 likes · 6 min read
What Makes Xiaomi Vela the Next‑Gen Open‑Source IoT OS?
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Sep 13, 2024 · Fundamentals

Call for Papers: 19th China Linux Kernel Developers Conference (CLK 2024)

The 19th China Linux Kernel Developers Conference (CLK 2024) in Wuhan on October 26 invites paper submissions from September 10‑25 on topics such as RISC‑V, ARM64, scheduling, memory, storage, networking, containers, AI, automotive and embedded Linux kernel optimization, with abstracts limited to 500 words and results announced September 30.

Linux kernelOS developmentcall for papers
0 likes · 4 min read
Call for Papers: 19th China Linux Kernel Developers Conference (CLK 2024)
Tencent Cloud Developer
Tencent Cloud Developer
Sep 12, 2024 · Fundamentals

5 Essential Open-Source Drawing Tools for Programmers: Draw.io, Excalidraw, Graphviz, Matplotlib, and PlantUML

The article reviews five essential open-source drawing tools for programmers—Draw.io for versatile diagramming, Excalidraw’s hand-drawn style, Graphviz’s automatic graph layout, Python’s Matplotlib for data visualizations, and PlantUML’s simple markup-based UML creation—highlighting key features, platforms, and typical use cases.

Diagram ToolsExcalidrawGraphviz
0 likes · 9 min read
5 Essential Open-Source Drawing Tools for Programmers: Draw.io, Excalidraw, Graphviz, Matplotlib, and PlantUML
21CTO
21CTO
Sep 7, 2024 · Cloud Native

What Is Dokku? The Minimal Open‑Source PaaS Powered by Docker

Dokku is an open‑source Platform‑as‑a‑Service built on Docker that uses Dockerfiles or Buildpacks to auto‑detect languages, runs apps in isolated containers, extends functionality via plugins, and has grown to over 28 000 GitHub stars since its 2013 launch.

DevOpsDockerPaaS
0 likes · 2 min read
What Is Dokku? The Minimal Open‑Source PaaS Powered by Docker
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Sep 4, 2024 · Artificial Intelligence

Hot Open-Source RAG Tool for Document Chat: GraphRAG, Multimodal QA & Complex Reasoning

This article introduces Kotaemon, an open‑source Retrieval‑Augmented Generation platform that lets users chat with their documents, offering a self‑hosted web UI, support for local and API LLMs, hybrid retrieval, multimodal question answering, GraphRAG indexing, and advanced reasoning capabilities, along with step‑by‑step installation via App or Docker.

Document RetrievalGraphRAGLLM
0 likes · 6 min read
Hot Open-Source RAG Tool for Document Chat: GraphRAG, Multimodal QA & Complex Reasoning
21CTO
21CTO
Sep 3, 2024 · Fundamentals

Why Linux Turns 33: From a Student Hobby to the World's Core OS

Celebrating Linux’s 33rd birthday, this article traces its humble 1991 beginnings as Linus Torvalds’s “small hobby” to its ubiquitous presence today across desktops, servers, mobile devices, supercomputers, and even the International Space Station, highlighting its profound impact on modern computing.

LinuxTechnologyhistory
0 likes · 4 min read
Why Linux Turns 33: From a Student Hobby to the World's Core OS
Programmer XiaoFu
Programmer XiaoFu
Sep 2, 2024 · Backend Development

Designing a Dynamic Thread Pool for a Meituan Interview: Concepts and Implementation

The article explains what a dynamic thread pool is, why static pools are problematic, how to modify core parameters such as corePoolSize, maximumPoolSize, and workQueue at runtime, and provides code examples for monitoring, exposing metrics via Spring Boot Actuator, and integrating with Prometheus‑Grafana, while also listing open‑source implementations like Hippo4j and Dynamic TP.

Dynamic Thread PoolGrafanaJava
0 likes · 13 min read
Designing a Dynamic Thread Pool for a Meituan Interview: Concepts and Implementation
Python Programming Learning Circle
Python Programming Learning Circle
Aug 19, 2024 · R&D Management

Rust Announces New Leadership Council and Governance Model

The article details Rust’s recent governance overhaul, introducing a new Leadership Council that replaces the core team, outlines its responsibilities, lists its inaugural members, and discusses the broader implications of the community’s shift away from a centralized leadership model.

CommunityGovernanceLeadership Council
0 likes · 9 min read
Rust Announces New Leadership Council and Governance Model
21CTO
21CTO
Aug 18, 2024 · Artificial Intelligence

How AI and Blockchain Are Combating Telecom Scams – Plus the Latest Tech Releases

This roundup covers India's TRAI leveraging AI and blockchain to curb telecom scams, Microsoft's new Windows 11 power‑mode for better battery life, the removal of the Aria download tool after abuse, the launch of Flutter 3.24 with Dart 3.5, and KDE Frameworks 6.5.0 updates.

AIBlockchainFlutter
0 likes · 6 min read
How AI and Blockchain Are Combating Telecom Scams – Plus the Latest Tech Releases
Ops Development & AI Practice
Ops Development & AI Practice
Aug 16, 2024 · Industry Insights

How LLMs Are Evolving from Language Mimicry to Real-World Simulation

Recent breakthroughs in AI, from large language models gaining real-world simulation abilities to rapid AI-chip advancements and the surge of open-source models, are reshaping industries, highlighting both unprecedented opportunities and the need for ethical, secure deployment across sectors.

AI chipsArtificial IntelligenceLarge Language Models
0 likes · 7 min read
How LLMs Are Evolving from Language Mimicry to Real-World Simulation
21CTO
21CTO
Aug 14, 2024 · Backend Development

Explore a PHP‑Based “Operating System”: Installation Guide and Demo

A Japanese PHP developer released an open‑source project that simulates an operating system using PHP, currently only outputs "Hello World!" in an emulator, and the article provides step‑by‑step installation instructions for macOS and Composer usage.

Installation guidePHPbackend development
0 likes · 2 min read
Explore a PHP‑Based “Operating System”: Installation Guide and Demo
21CTO
21CTO
Aug 13, 2024 · Fundamentals

7 Must‑Know Open‑Source Python Projects Every Developer Should Explore

This article introduces seven noteworthy open‑source Python repositories—including Pandas, Apache Airflow, G4F, Scrapy, Ultroid, Zulip, and Freqtrade—highlighting their key features, typical use cases, and where to find them, offering developers a curated guide to valuable tools for data analysis, workflow automation, web crawling, chat bots, team collaboration, and crypto trading.

LibrariesPythonautomation
0 likes · 5 min read
7 Must‑Know Open‑Source Python Projects Every Developer Should Explore
phodal
phodal
Aug 8, 2024 · Artificial Intelligence

How to Design an AI‑Assisted Software Engineering Framework for Any Team

This article provides a comprehensive, step‑by‑step guide to designing, prototyping, and continuously improving an AI‑assisted software engineering (AI4SE) framework, covering goal definition, pain‑point identification, technology selection, cross‑disciplinary team building, metric evaluation, and real‑world examples for teams of all sizes.

AI integrationAI4SEMetrics
0 likes · 19 min read
How to Design an AI‑Assisted Software Engineering Framework for Any Team
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Aug 8, 2024 · Artificial Intelligence

MegaParse: A Precision Document Parser Built for LLMs

MegaParse is an open‑source document parser that transforms PDFs, Word, PPT, Excel and CSV files into LLM‑friendly formats, preserving full information, boosting processing efficiency, and enabling deeper semantic analysis, with quick‑start installation steps and a roadmap for future features.

AI toolsLLMOCR
0 likes · 4 min read
MegaParse: A Precision Document Parser Built for LLMs
BirdNest Tech Talk
BirdNest Tech Talk
Aug 2, 2024 · Industry Insights

What’s Next for Go? Inside the Oscar Contributor Agent Project

The article traces the lineage of Go’s technical leadership, explains Russ Cox’s shift to AI, and details the Oscar open‑source contributor‑agent architecture that uses large language models to automate maintenance tasks while preserving deterministic code execution.

AIContributor AgentOSCAR
0 likes · 10 min read
What’s Next for Go? Inside the Oscar Contributor Agent Project
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 29, 2024 · Artificial Intelligence

How to Run Real‑Time Voice Cloning with Python: A Step‑by‑Step Guide

This guide introduces the open‑source Realtime Voice Cloning project, explains its key features, and provides detailed installation and usage instructions—including environment setup, dependency installation, cloning the repository, and running the demo tool—to enable real‑time voice transformation with Python.

AIPythonSpeech Synthesis
0 likes · 5 min read
How to Run Real‑Time Voice Cloning with Python: A Step‑by‑Step Guide
Python Programming Learning Circle
Python Programming Learning Circle
Jul 27, 2024 · Artificial Intelligence

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

The Numpy‑ML project, created by UC Berkeley’s David Bourgin, provides a comprehensive pure‑NumPy implementation of over 30 machine‑learning algorithms—including probabilistic models, neural‑network layers, optimizers, and reinforcement‑learning agents—along with extensive data‑preprocessing utilities, all in a single open‑source repository.

AIAlgorithmsMachine Learning
0 likes · 6 min read
Numpy‑ML: A Pure NumPy Implementation of Machine Learning Algorithms
Liangxu Linux
Liangxu Linux
Jul 27, 2024 · Fundamentals

7 Must‑Know Russian‑Created Software That Power Our Daily Tech

This article highlights seven world‑class software projects originated by Russian developers—including 7‑Zip, Telegram, Nginx, Kaspersky, JetBrains IDE suite, ClickHouse, and the classic Tetris game—explaining their history, key technologies, and impact on everyday computing.

DatabaseIDERussian software
0 likes · 6 min read
7 Must‑Know Russian‑Created Software That Power Our Daily Tech
21CTO
21CTO
Jul 23, 2024 · Fundamentals

Top 10 Linux Distributions You Should Try in 2024

This article defines Linux distributions, explains how they build on the open‑source kernel, and reviews ten popular distros—Linux Mint, Manjaro, openSUSE Leap, Elementary OS, Ubuntu, Fedora, Zorin OS, Debian, Pop!_OS, and MX Linux—highlighting each one's key features and ideal use cases.

DebianLinuxMINT
0 likes · 15 min read
Top 10 Linux Distributions You Should Try in 2024
21CTO
21CTO
Jul 20, 2024 · Backend Development

Explore a PHP‑Based ‘Operating System’: Installation Guide & Demo

A Japanese PHP developer released an open‑source project that simulates a simple operating system in PHP, currently limited to printing "Hello World!", and provides step‑by‑step instructions for installing the required PHP version and running the demo on macOS.

InstallationPHPbackend development
0 likes · 2 min read
Explore a PHP‑Based ‘Operating System’: Installation Guide & Demo
Architect's Guide
Architect's Guide
Jul 18, 2024 · Frontend Development

AS-Editor: Vue-based Visual Drag-and-Drop Page Builder

AS-Editor is a Vue-powered visual drag‑and‑drop page builder that generates UI from JSON, offering installation via npm, step‑by‑step usage with customizable components, and an open‑source repository for enhancing front‑end development efficiency, even in mobile projects.

Drag-and-DropUI generationVue
0 likes · 3 min read
AS-Editor: Vue-based Visual Drag-and-Drop Page Builder
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jul 17, 2024 · Artificial Intelligence

Open-Source PDF Toolkit Delivers High-Accuracy Layout and Formula Detection

PDF‑Extract‑Kit is an open‑source toolkit that combines high‑accuracy layout detection, formula detection, formula recognition, and OCR for PDFs, and the article details its model comparisons, evaluation on academic and textbook datasets, and step‑by‑step instructions for running it on Windows or macOS, including Apple Silicon.

OCRPDF-Extract-Kitcomputer vision
0 likes · 6 min read
Open-Source PDF Toolkit Delivers High-Accuracy Layout and Formula Detection
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 13, 2024 · Information Security

OpenCoreAnalysisKit: Open‑Source Offline Memory Core File Analysis Suite for Android

This article introduces the OpenCoreAnalysisKit project, an open‑source suite for offline analysis of Android Core memory files across multiple architectures, detailing its components, build requirements, usage guides for kernel‑ and user‑mode debugging, and various command‑line tools and code snippets for comprehensive reverse‑engineering and memory‑analysis workflows.

AndroidDebuggingMemory Analysis
0 likes · 20 min read
OpenCoreAnalysisKit: Open‑Source Offline Memory Core File Analysis Suite for Android
Open Source Linux
Open Source Linux
Jul 12, 2024 · Fundamentals

Top 10 Linux Distributions You Should Know in 2024

This article surveys the most popular Linux distributions—including Red Hat Enterprise Linux, Gentoo, Debian, Ubuntu, Linux Mint, Fedora, Kali Linux, CentOS Stream, Arch Linux, and OpenSUSE—highlighting their target audiences, key features, package management, and typical use cases for desktop, server, and security environments.

DistributionsKaliLinux
0 likes · 13 min read
Top 10 Linux Distributions You Should Know in 2024
21CTO
21CTO
Jul 11, 2024 · Fundamentals

How BSD Shaped Apple’s Operating Systems: From BSD Roots to XNU

This article explores how BSD’s various releases and innovations have been integrated into Apple’s operating systems—macOS, iOS, watchOS, and others—through the Darwin core and XNU kernel, highlighting the historical evolution, technical components, and ongoing open‑source contributions.

AppleBSDDarwin
0 likes · 18 min read
How BSD Shaped Apple’s Operating Systems: From BSD Roots to XNU
Efficient Ops
Efficient Ops
Jul 10, 2024 · Databases

Boost MySQL DBA Productivity with Essential Open‑Source Tools

This article introduces a collection of practical open‑source utilities—including SQLTXPLAIN, SOAR, SQLAdvisor, and Percona Toolkit tools—that streamline common MySQL DBA tasks such as schema changes, replication checks, slow‑query analysis, and data consistency verification, helping engineers work faster and more efficiently.

DBA toolsMySQLPerformance
0 likes · 8 min read
Boost MySQL DBA Productivity with Essential Open‑Source Tools
Ops Development & AI Practice
Ops Development & AI Practice
Jul 9, 2024 · Artificial Intelligence

How AnimateDiff-Lightning Elevates Open-Source AI Animation

AnimateDiff-Lightning, an open‑source diffusion model released by ByteDance on Hugging Face, delivers high‑resolution image and video generation with versatile integration, showcasing how community‑driven AI tools can accelerate creative and commercial applications.

AIByteDanceHugging Face
0 likes · 5 min read
How AnimateDiff-Lightning Elevates Open-Source AI Animation
21CTO
21CTO
Jul 3, 2024 · Backend Development

Will Google Abandon Go? Exploring the Language’s Future and Risks

The article examines recent Google layoffs affecting Python and Flutter teams, speculates on whether Google might drop support for Go, outlines the resources Google provides to the language, evaluates possible scenarios and probabilities, and concludes with a hopeful outlook inspired by Rust’s transition.

CNCFGoogleopen source
0 likes · 5 min read
Will Google Abandon Go? Exploring the Language’s Future and Risks
Architecture Digest
Architecture Digest
Jul 3, 2024 · Operations

CentOS End‑of‑Life and Viable Alternative Linux Distributions

The article explains that CentOS Linux 8 ceased updates at the end of 2021 and CentOS 7 will reach end‑of‑support on June 30, 2024, describes the shift to CentOS Stream, and outlines several alternative operating systems—including Rocky Linux, Ubuntu, RHEL, and domestic Chinese distributions—providing guidance for enterprises and developers on migration paths.

Alternative DistributionsCentOSLinux
0 likes · 9 min read
CentOS End‑of‑Life and Viable Alternative Linux Distributions
NewBeeNLP
NewBeeNLP
Jul 3, 2024 · Industry Insights

What Dominated the AI Landscape in Q2 2024? From Llama 3 to GPT‑4o and Global Price Wars

The second quarter of 2024 saw a whirlwind of AI developments—including Meta’s open‑source Llama 3, Microsoft’s fleeting WizardLM‑2, a wave of model price cuts, major IPOs, legislative restrictions, and the debut of OpenAI’s multimodal GPT‑4o—painting a vivid picture of rapid innovation, fierce competition, and shifting market dynamics across the global AI ecosystem.

AI modelsAI policyIndustry Trends
0 likes · 24 min read
What Dominated the AI Landscape in Q2 2024? From Llama 3 to GPT‑4o and Global Price Wars
Shepherd Advanced Notes
Shepherd Advanced Notes
Jul 1, 2024 · Fundamentals

18 Essential Practices for Effectively Reading Open‑Source Code

The article outlines why reading source code matters—interview prep, skill growth, design insight—and presents a step‑by‑step guide of 18 practical habits, from mastering the JDK and design patterns to exploring demos, focusing on purpose, main flows, and thoughtful annotation.

Design PatternsJavaRocketMQ
0 likes · 14 min read
18 Essential Practices for Effectively Reading Open‑Source Code
macrozheng
macrozheng
Jun 18, 2024 · Frontend Development

Discover Layui: A Lightweight Frontend UI Library for Rapid Web Development

Layui is a free, lightweight Web UI component library that follows native HTML/CSS/JS development, offering modular specifications, easy onboarding, and a rich set of components, with simple installation via download, npm, or CDN, making rapid, elegant frontend development straightforward.

JavaScriptLayuicomponent library
0 likes · 7 min read
Discover Layui: A Lightweight Frontend UI Library for Rapid Web Development
dbaplus Community
dbaplus Community
Jun 16, 2024 · Databases

How a Few Volunteers Keep the Internet’s Core Software Alive

Despite powering billions of devices, critical components like the TZ time‑zone database and SQLite are maintained by just a handful of volunteers, and the article reveals how this fragile reliance could cause massive disruptions if those small teams were to disappear.

SQLitedatabasesopen source
0 likes · 8 min read
How a Few Volunteers Keep the Internet’s Core Software Alive
21CTO
21CTO
Jun 13, 2024 · Databases

Is Oracle Killing MySQL? A Deep Dive into MySQL’s Future Under Oracle

The article examines Peter Zaitsev’s critique of Oracle’s stewardship of MySQL, debunks long‑standing myths, evaluates recent MySQL Heatwave features and performance gaps, and compares MySQL’s trajectory with PostgreSQL and other open‑source databases.

DatabaseMySQLOracle
0 likes · 8 min read
Is Oracle Killing MySQL? A Deep Dive into MySQL’s Future Under Oracle
macrozheng
macrozheng
Jun 13, 2024 · Frontend Development

Master Cherry Markdown: Powerful Open-Source Editor with Features, Installation & Demos

Cherry Markdown, Tencent’s open-source JavaScript Markdown editor, offers lightweight, extensible editing with features like image scaling, chart generation, multi-cursor support, and multiple preview modes, and the article provides a detailed overview, performance highlights, installation steps, code examples, and demo screenshots.

JavaScripteditorfrontend development
0 likes · 6 min read
Master Cherry Markdown: Powerful Open-Source Editor with Features, Installation & Demos
Java Tech Enthusiast
Java Tech Enthusiast
Jun 13, 2024 · Databases

MySQL's Decline: Oracle's Strategy and the Rise of PostgreSQL

Oracle’s post‑acquisition strategy has left MySQL lagging behind modern developers, while PostgreSQL, praised for features like parallel queries and vector search, now dominates the open‑source database market, prompting calls for MySQL’s transfer to the Linux Foundation to avoid obsolescence.

DB-EnginesMySQLOracle
0 likes · 7 min read
MySQL's Decline: Oracle's Strategy and the Rise of PostgreSQL
Java Tech Enthusiast
Java Tech Enthusiast
Jun 6, 2024 · Industry Insights

Why Nordic Developers Build Entire Operating Systems From Scratch

The article explores how Nordic programmers like Linus Torvalds, Andreas Kling, and Ville Turjanmaa have built full operating systems—from Linux to SerenityOS and the assembly‑only MenuetOS—highlighting their motivations, technical achievements, performance gains, and the cultural environment that fuels such ambitious open‑source projects.

AssemblyMenuetOSNordic Innovation
0 likes · 6 min read
Why Nordic Developers Build Entire Operating Systems From Scratch
php Courses
php Courses
May 29, 2024 · Backend Development

Laravel Package Development: A Comprehensive Guide

This article explains the importance of code reuse in web development and provides a step‑by‑step tutorial on creating, structuring, registering, testing, and publishing Laravel packages, including benefits, service providers, Artisan commands, and how to share the package on Packagist.

ArtisanPHPPackage Development
0 likes · 10 min read
Laravel Package Development: A Comprehensive Guide
Eric Tech Circle
Eric Tech Circle
May 22, 2024 · Artificial Intelligence

Deploy and Build AI Apps with Dify: A Complete Open‑Source Guide

This article introduces Dify, an open‑source LLM application platform, outlines its core features such as workflows, model support, RAG pipelines, agents, and observability, compares it with alternatives, and provides step‑by‑step deployment instructions using Docker Compose and Helm for local and Kubernetes environments.

AI platformDockerKubernetes
0 likes · 7 min read
Deploy and Build AI Apps with Dify: A Complete Open‑Source Guide
ITPUB
ITPUB
May 20, 2024 · Information Security

How a Hidden Backdoor in XZ Compression Threatens Global Open‑Source Infrastructure

A recent backdoor implanted in the widely used open‑source compression tool XZ exposes the fragile reliance on volunteer‑maintained software infrastructure, highlighting the massive economic value of open‑source, the sophisticated attack methods employed, and the urgent need for better security and maintenance practices.

backdoorinformation securityopen source
0 likes · 6 min read
How a Hidden Backdoor in XZ Compression Threatens Global Open‑Source Infrastructure
Liangxu Linux
Liangxu Linux
May 19, 2024 · Fundamentals

A 17‑Year‑Old’s Rust‑Based ‘Key Lang’ Programming Language – Features & Community Reaction

A high‑school student independently created the Rust‑written programming language Key Lang, showcasing features like reference‑free syntax, concise loops, enhanced match, and native memory handling, shared via B‑site video and GitHub, while the project sparked heated community debate over code quality and originality.

Key LangRustopen source
0 likes · 3 min read
A 17‑Year‑Old’s Rust‑Based ‘Key Lang’ Programming Language – Features & Community Reaction
Java Tech Enthusiast
Java Tech Enthusiast
May 18, 2024 · Industry Insights

What Would Happen If Google Dismisses the Go Core Team?

The article analyzes recent rumors of Google laying off many Go core developers, outlines what resources and support could be lost, explores possible scenarios for the language’s future, and compares the situation to Rust’s evolution, highlighting risks for the Go ecosystem.

CNCFGoGoogle
0 likes · 6 min read
What Would Happen If Google Dismisses the Go Core Team?
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 16, 2024 · Databases

Why MySQL Dominates in Mainland China While PostgreSQL Remains Secondary, and Can PostgreSQL Replace MySQL?

The article analyses the historical, technical, and market reasons why MySQL became the mainstream database in mainland China, contrasts its simplicity and performance with PostgreSQL's advanced transaction and consistency features, and discusses whether PostgreSQL can realistically replace MySQL in enterprise scenarios.

ChinaDatabase ComparisonMySQL
0 likes · 6 min read
Why MySQL Dominates in Mainland China While PostgreSQL Remains Secondary, and Can PostgreSQL Replace MySQL?
Architecture Digest
Architecture Digest
May 15, 2024 · Databases

Redis Shifts to Dual Licensing: Implications and Community Reactions

Redis announced that starting with version 7.4 it will adopt a dual‑source licensing model (RSALv2 and SSPL), moving away from its permissive BSD‑3 license, sparking widespread community backlash, discussions about cloud provider restrictions, and prompting users to consider alternative databases or forks.

LicensingRediscloud
0 likes · 6 min read
Redis Shifts to Dual Licensing: Implications and Community Reactions
Architect
Architect
May 9, 2024 · R&D Management

How to Build Technical Influence as a Software Engineer

This article explains why software engineers should cultivate technical influence, outlines the benefits of building a personal brand, and provides practical steps—including continuous learning, contributing to open‑source projects, writing technical articles, delivering talks, and publishing books—to steadily increase visibility and career growth.

career-developmentopen sourcepublic speaking
0 likes · 10 min read
How to Build Technical Influence as a Software Engineer
Baidu MEUX
Baidu MEUX
May 8, 2024 · Big Data

Why KNIME Is a Powerful Open‑Source Solution for Big Data Analytics

In the data‑driven era, KNIME offers a free, visual, and highly scalable platform that streamlines massive data ingestion, preprocessing, analysis, automation, and visualization, enabling researchers to handle millions of records efficiently without extensive coding or costly software.

Big DataKNIMEVisual Programming
0 likes · 9 min read
Why KNIME Is a Powerful Open‑Source Solution for Big Data Analytics
AntTech
AntTech
May 6, 2024 · Artificial Intelligence

AGAP: A Simple Technique for Editing 3D Neural Radiance Fields Explained in Plain Language

The article introduces AGAP, an open‑source method from Ant Research Institute that replaces complex 3D neural radiance field editing with a 2D appearance aggregation approach, enabling easy, loss‑less 3D image manipulation comparable to 2D Photoshop, and is showcased in a short explanatory video.

3D editingAGAPNeural Radiance Fields
0 likes · 3 min read
AGAP: A Simple Technique for Editing 3D Neural Radiance Fields Explained in Plain Language
21CTO
21CTO
May 2, 2024 · Databases

Why SQL Still Dominates After 50 Years: 8 Compelling Reasons

This article explains eight key reasons why SQL and relational database systems remain the dominant data management solution half a century after their invention, covering performance, maturity, community, simplicity, popularity, open‑source options, powerful query capabilities, and their continued relevance alongside newer technologies.

RDBMSRelational DatabaseSQL
0 likes · 9 min read
Why SQL Still Dominates After 50 Years: 8 Compelling Reasons
Liangxu Linux
Liangxu Linux
Apr 27, 2024 · Information Security

Why Linux Needs Fewer Antivirus Tools: 5 Security Advantages Explained

Linux’s open‑source nature, robust package management, kernel‑level protections, built‑in firewall, and community‑driven security practices result in far fewer malware threats, reducing the need for traditional antivirus software and external firewalls compared to Windows, as outlined in five key reasons.

AntivirusLinuxfirewall
0 likes · 5 min read
Why Linux Needs Fewer Antivirus Tools: 5 Security Advantages Explained
DataFunTalk
DataFunTalk
Apr 23, 2024 · Big Data

Apache Paimon Graduates to Top‑Level Project – Milestones, Core Capabilities, and Community Highlights

Apache Paimon, originally launched as Flink Table Store, has graduated to an Apache Top‑Level Project after a year of incubation, showcasing real‑time lakehouse capabilities, extensive ecosystem integration, and strong adoption by major enterprises, marking a significant milestone for streaming and batch data processing.

Apache PaimonBig DataLakehouse
0 likes · 9 min read
Apache Paimon Graduates to Top‑Level Project – Milestones, Core Capabilities, and Community Highlights
php Courses
php Courses
Apr 23, 2024 · Backend Development

7 Benefits of Using PHP in Web Development

This article outlines seven key advantages of using PHP for web development, including its free open‑source nature, flexibility, scalability, built‑in security features, easy integration, strong community support, and powerful frameworks that enable rapid, reliable, and cost‑effective creation of dynamic websites and applications.

FrameworksPHPWeb Development
0 likes · 5 min read
7 Benefits of Using PHP in Web Development
Tencent Cloud Developer
Tencent Cloud Developer
Apr 23, 2024 · Backend Development

Performance Optimization of the qs Library: A 5× Speedup Case Study

A Tencent engineer fixed a severe memory‑leak in the qs library’s encode function by processing 30 MB strings in 1024‑character chunks, reducing heap usage from 2.5 GB to 0.48 GB and cutting runtime from 7.9 s to 2.1 s, achieving a five‑fold speedup and memory reduction, and contributed the change as an open‑source pull request.

JavaScriptNode.jsbenchmark
0 likes · 10 min read
Performance Optimization of the qs Library: A 5× Speedup Case Study
21CTO
21CTO
Apr 22, 2024 · Information Security

Linus Torvalds on Security, AI Hype, and the Future of Open‑Source Trust

During a candid “fireside chat” at the Linux Foundation North America Open Source Summit, Linus Torvalds discusses the challenges of hardware bugs, security vulnerabilities, AI hype, RISC‑V concerns, and the importance of trust and community in sustaining Linux’s open‑source ecosystem.

AILinuxRISC-V
0 likes · 9 min read
Linus Torvalds on Security, AI Hype, and the Future of Open‑Source Trust
Baobao Algorithm Notes
Baobao Algorithm Notes
Apr 21, 2024 · Artificial Intelligence

Why Llama 3’s Open‑Source Release Could Redefine Large‑Model Scaling and Synthetic Data

The article analyzes Llama 3’s architecture, training data expansion, model variants, Meta’s open‑source strategy, the evolving gap between open and closed models, and how future breakthroughs in synthetic data will shape scaling laws and large‑model progress through 2025 and beyond.

AI trendsLarge Language ModelsLlama3
0 likes · 12 min read
Why Llama 3’s Open‑Source Release Could Redefine Large‑Model Scaling and Synthetic Data
NewBeeNLP
NewBeeNLP
Apr 19, 2024 · Artificial Intelligence

Llama 3 Unveiled: 8B & 70B Models Set New SOTA Across Benchmarks

Meta announced the open‑source Llama 3 series (8B and 70B parameters), detailing its decoder‑only Transformer architecture, 15 T‑token multilingual training data, superior benchmark scores over competitors, a limited 8K context window, and upcoming cloud and web‑based deployments.

LLaMA-3Meta AIbenchmark
0 likes · 7 min read
Llama 3 Unveiled: 8B & 70B Models Set New SOTA Across Benchmarks
Liangxu Linux
Liangxu Linux
Apr 16, 2024 · Databases

Boost MySQL Performance: Essential Tools and How to Use Them

Learn how to assess and optimize your MySQL database using four powerful open‑source tools—mysqltuner.pl, tuning‑primer.sh, pt‑variable‑advisor, and pt‑query‑digest—complete with download links, command‑line usage examples, and guidance on interpreting their diagnostic reports to improve performance and security.

Database ToolsMySQLPerformance Tuning
0 likes · 9 min read
Boost MySQL Performance: Essential Tools and How to Use Them
21CTO
21CTO
Apr 14, 2024 · Frontend Development

Latest AI Agents, Syntax Highlighting, IDE Services, Android 15 Beta, Astro 4.6, and GParted Live: What’s New in Tech

This roundup covers Codium AI's new coding agent, Nue's lightweight Glow syntax highlighter, JetBrains' enterprise IDE services, the first Android 15 beta with edge‑to‑edge defaults, Astro 4.6's i18n routing improvements, and the GParted Live 1.6.0‑3 stable release, highlighting key features and updates across development tools and platforms.

AIIDE Servicesmobile development
0 likes · 7 min read
Latest AI Agents, Syntax Highlighting, IDE Services, Android 15 Beta, Astro 4.6, and GParted Live: What’s New in Tech
21CTO
21CTO
Apr 11, 2024 · Frontend Development

Discover the Fastest‑Growing JavaScript/TypeScript Repos of 2023

This article highlights the five most rapidly rising JavaScript/TypeScript open‑source projects on GitHub in 2023—LangChain, Wasp, Resend, Nebuly, and Formbricks—explaining their purpose, key features, and why developers are flocking to them today.

AIGitHubJavaScript
0 likes · 7 min read
Discover the Fastest‑Growing JavaScript/TypeScript Repos of 2023
21CTO
21CTO
Apr 11, 2024 · Databases

Why PostgreSQL Is Becoming the Dominant Database Framework

This article traces PostgreSQL’s evolution from an academic project to a versatile data‑management framework, highlights its extensive extensions, performance benchmarks, and the shifting landscape of OLTP/OLAP, showing how its open‑source extensibility is reshaping the entire database world.

DatabaseOLAPPostgreSQL
0 likes · 18 min read
Why PostgreSQL Is Becoming the Dominant Database Framework
21CTO
21CTO
Apr 8, 2024 · Backend Development

What Microsoft’s C# Journey Reveals About Open‑Source Language Evolution

Jared Parsons reflects on two decades at Microsoft, detailing C#'s shift to open source, the compiler’s transformation into an API, rigorous testing practices, and how these changes have shaped the language’s design, ecosystem, and performance for modern developers.

C++open source
0 likes · 10 min read
What Microsoft’s C# Journey Reveals About Open‑Source Language Evolution
Liangxu Linux
Liangxu Linux
Apr 6, 2024 · Fundamentals

Why Ubuntu Remains the Top Choice Among Linux Distributions

The article compares Ubuntu with nine other major Linux distributions, highlighting each distro's history, strengths, and drawbacks, and explains why Ubuntu’s longevity, ease of use, hardware support, and community make it the preferred choice for both beginners and seasoned users.

Distribution ComparisonLinuxUbuntu
0 likes · 11 min read
Why Ubuntu Remains the Top Choice Among Linux Distributions
21CTO
21CTO
Mar 31, 2024 · Databases

Why Redis Is Changing Licenses and What It Means for the Database Ecosystem

The article examines Redis's shift to a source‑available license, traces its history, analyzes the impact on cloud providers and open‑source communities, and evaluates emerging forks and alternatives such as Valkey, KeyDB, and Redict as potential replacements.

DatabaseLicensingRedis
0 likes · 13 min read
Why Redis Is Changing Licenses and What It Means for the Database Ecosystem
21CTO
21CTO
Mar 25, 2024 · Fundamentals

Why Redis Is Switching Licenses and What It Means for Cloud Providers

Redis announced a shift from the permissive BSD license to a dual‑license model (RSALv2 and SSPLv1), restricting free use by cloud providers, sparking industry debate and prompting developers to consider alternative implementations and the broader impact on open‑source ecosystems.

Cloud providersLicensingRedis
0 likes · 6 min read
Why Redis Is Switching Licenses and What It Means for Cloud Providers
Programmer DD
Programmer DD
Mar 22, 2024 · Databases

Redis Shifts to Source‑Available Licenses: What It Means for Developers

Redis announced that starting with version 7.4 it will abandon the BSD 3‑Clause license in favor of a dual SSPLv1/RSALv2 model, making the source code source‑available while keeping the community edition free, and clarifying the impact on cloud providers, partners, and end‑users.

LicensingRSALRedis
0 likes · 4 min read
Redis Shifts to Source‑Available Licenses: What It Means for Developers
21CTO
21CTO
Mar 18, 2024 · Artificial Intelligence

Inside Grok-1: Elon Musk’s Open‑Source 314B LLM Architecture Revealed

Elon Musk’s AI startup xAI has open‑sourced its 314‑billion‑parameter Grok‑1 model, detailing its Rust‑based, JAX‑powered architecture, extensive parameter count, training data limits, licensing terms, hardware requirements, and community reactions, offering developers unprecedented access to a competitive large‑language‑model framework.

AIGrok-1JAX
0 likes · 9 min read
Inside Grok-1: Elon Musk’s Open‑Source 314B LLM Architecture Revealed
21CTO
21CTO
Mar 18, 2024 · Backend Development

Why PHP Still Dominates Server‑Side Development in 2024

Despite criticism and a slight market dip, PHP remains the world’s most widely used server‑side language, powered by continuous updates, a massive open‑source community, major corporate adoption, and expanding roles in modern web, IoT, and AI applications.

PHPopen sourceserver-side
0 likes · 6 min read
Why PHP Still Dominates Server‑Side Development in 2024
Ops Development & AI Practice
Ops Development & AI Practice
Mar 16, 2024 · Databases

Why ChromaDB Is Becoming the Go-To Vector Store for AI Applications

ChromaDB is an open‑source, AI‑native vector database that efficiently stores, indexes, and retrieves high‑dimensional embeddings, offering fast similarity search, easy integration via flexible APIs, strong scalability, and active community support, making it suitable for recommendation systems, NLP, and image‑recognition workloads.

AIChromaDBVector Database
0 likes · 5 min read
Why ChromaDB Is Becoming the Go-To Vector Store for AI Applications
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Mar 15, 2024 · Frontend Development

Inside Tango’s Sandbox: Leveraging CodeSandbox for Fast Low‑Code Development

This article explains how the open‑source Tango low‑code engine uses a CodeSandbox‑based sandbox architecture—including dependency initialization, transpilation, and cross‑origin communication—to enable real‑time source‑code execution and visual drag‑and‑drop building within a secure iframe environment.

CodeSandboxReActSandbox
0 likes · 15 min read
Inside Tango’s Sandbox: Leveraging CodeSandbox for Fast Low‑Code Development
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 15, 2024 · Frontend Development

Refactoring Fantastic‑admin: Making a Vue‑Based Admin Framework UI‑Agnostic

The article chronicles the author’s three‑year journey of transforming the Vue‑based Fantastic‑admin backend framework from a tightly coupled Element Plus implementation into a UI‑agnostic, component‑driven system by analyzing pain points, evaluating multiple redesign strategies, and detailing the step‑by‑step implementation and validation across several UI libraries.

Admin FrameworkUI componentscomponent design
0 likes · 14 min read
Refactoring Fantastic‑admin: Making a Vue‑Based Admin Framework UI‑Agnostic
Aikesheng Open Source Community
Aikesheng Open Source Community
Mar 14, 2024 · Databases

SQLE vs Yearning: Detailed Feature, Architecture, and Use‑Case Comparison

This article provides an in‑depth comparison of the open‑source SQL quality management platforms SQLE and Yearning, covering their architecture, supported data sources, UI design, SQL workbench capabilities, user management, ticket workflow, system settings, and overall suitability for different database environments.

Database ManagementSQLSQLE
0 likes · 10 min read
SQLE vs Yearning: Detailed Feature, Architecture, and Use‑Case Comparison