Tag Archives: Scripting languages

30May/26

Write Once, Compile Anywhere: The Rise of Zero-Overhead TypeScript Apps

The End of the Runtime: How Perry is Revolutionizing TypeScript

Sat, May 20 2026 /Mpelembe Media/ — Perry is a revolutionary Ahead-of-Time (AOT) compiler that translates TypeScript directly into standalone, platform-native machine code. By utilizing SWC for fast abstract syntax tree (AST) parsing and LLVM for optimal code generation, it entirely bypasses the need for heavy intermediate environments like Node.js, V8, or Electron. Continue reading

20Jul/23

My password being 0.00.000.0000

July 17, 2023 /Developer/ — The joke about your password being 0.00.000.0000 is that it is a security hole. This is because a password that is all zeros is very easy to guess, and therefore not very secure. The joke is a play on words, as a “security hole” is also a term used to describe a vulnerability in a computer system that can be exploited by hackers. Continue reading