@wikeygo: 藏在 WinRAR 里,俄罗斯程序员封神三十年的天才设计! WinRAR 背后的俄罗斯程序员尤金・罗沙尔,出身苏联 “坦克城” 车里雅宾斯克,早年靠着仅有 96KB 内存的仿制苹果电脑编程,从小养成极致节约字节、追求高效代码的习惯。 19…

X AI KOLs Timeline 新闻

摘要

本文讲述了WinRAR背后的俄罗斯程序员尤金·罗沙尔的故事,包括他在苏联时期的编程背景、1993年自研压缩算法、1995年推出WinRAR,以及40天试用设计的精妙商业策略:不限制功能只弹窗提醒,让个人免费使用形成生态,迫使企业批量采购授权,同时开放解压代码但封闭压缩算法以维持市场壁垒。

藏在 WinRAR 里,俄罗斯程序员封神三十年的天才设计! WinRAR 背后的俄罗斯程序员尤金・罗沙尔,出身苏联 “坦克城” 车里雅宾斯克,早年靠着仅有 96KB 内存的仿制苹果电脑编程,从小养成极致节约字节、追求高效代码的习惯。 1993 年 21 岁的他自研压缩算法,压缩率超越 ZIP;1995 年推出 WinRAR,和哥哥分工:自己写代码,哥哥全权运营版权商业。 最封神的是他超前三十年的 40 天试用设计,这绝非漏洞,是顶级商业布局: 若到期锁死软件,所有人都会转用破解版,RAR 格式彻底失去市场; 只弹窗提醒、不限制全部功能,放任个人永久免费使用,让 RAR 传遍全网、成为通用标准。 等到企业全员办公都依赖 RAR,版权合规压力就会倒逼公司批量采购授权,靠个人生态铺路,企业付费盈利。 他还定下规则:开放解压代码,封闭压缩算法,7-Zip 只能解压不能生成 RAR,凭法律壁垒稳住市场。 本人极度低调,无社交账号、极少露面,三十年只专注打磨这款不足 4MB 的工具,不融资不上市。
查看原文
查看缓存全文

缓存时间: 2026/07/03 00:28

Hidden in WinRAR: The Genius Design That Made a Russian Programmer a Legend for 30 Years!

The Russian programmer behind WinRAR, Eugene Roshal, comes from the Soviet “tank city” Chelyabinsk. In his early years, he programmed on an Apple II clone with only 96KB of memory, developing an extreme habit of saving every byte and pursuing efficient code.

In 1993, at age 21, he created his own compression algorithm, surpassing ZIP in compression ratio. In 1995, he launched WinRAR and split the work with his brother: Eugene wrote the code, while his brother handled all operations, copyrights, and commercialization.

His most legendary move was the 40-day trial design, thirty years ahead of its time. This is no bug—it’s top-tier business strategy:

  • If the software locked up upon expiration, everyone would switch to cracked versions, and the RAR format would completely lose the market.
  • Instead, it only shows a reminder popup, doesn’t restrict any functionality, and lets individuals use it for free forever. This allowed RAR to spread across the entire internet and become a universal standard.

When entire companies rely on RAR for daily office work, copyright compliance pressure forces businesses to purchase licenses in bulk. The strategy: pave the way with individual ecosystem, profit from enterprise payments.

He also set the rules: open-source the decompression code, keep the compression algorithm closed. 7-Zip can extract but cannot create RAR files—a legal barrier to secure the market.

Eugene is extremely low-profile: no social media accounts, rarely appears in public. For 30 years, he has focused solely on polishing this tool, which is less than 4MB in size, without seeking funding or going public.

相似文章

@vintcessun: 午间看到一个解决下载目录乱象的工具,有点离谱——用Rust+Tauri写了个系统托盘文件整理器,内存占用才5MB,还刚补上Linux支持。核心是文件监控加规则引擎,按扩展名或正则自动分类,SQLite记操作历史可一键撤销。隐私方面零上报,…

X AI KOLs Timeline

介绍了一个开源的桌面文件整理工具Mouzi,基于Rust和Tauri构建,内存占用仅5MB,支持文件监控和规则引擎自动分类,强调隐私零上报。

@XAMTO_AI: 有个老哥直接把“科学上网”整成了一个开源项目,还专门针对俄罗斯那种变态级别的封锁环境来搞。 俄罗斯那边的网络管控有多离谱你们知道吗?不是简单封几个网站,而是连 VPN 协议都要一个个识别拦截。结果这位直接把能用的配置全公开扔 GitHub…

X AI KOLs Timeline

一个开源项目专门针对俄罗斯高强度网络封锁环境,提供自动检测更新、多国出口节点的VLESS VPN配置,通过GitHub免费分发。

@leaf_sanren: https://x.com/leaf_sanren/status/2073069608437764266

X AI KOLs Timeline

作者详细介绍了如何通过逆向工程破解微信Mac版的加密系统,使用Frida动态插桩捕获系统函数CCKeyDerivationPBKDF生成的密钥,从而解密29个加密数据库,实现了自动获取群聊记录的目标,并计划开源该项目。