OpenResty Profile Banner
OpenResty Profile
OpenResty

@OpenResty

Followers
2K
Following
14
Media
124
Statuses
587

OpenResty Web Platform Official

San Francisco Bay Area
Joined August 2013
Don't wanna be here? Send us removal request.
@OpenResty
OpenResty
19 hours
I feel like Gigabyte's mid to high-end AMD motherboards seem quite unstable. I've already had two of them fail. Even before they completely failed, there were constant minor issues. It seems I should stick with ASUS motherboards - my other two machines with ASUS motherboards are.
0
0
0
@OpenResty
OpenResty
19 hours
OpenResty XRay 25.8.6 is here!. This release brings major updates: .🔎 Dive deep into your Node.js applications with our newly added analysis support. 🐧 Support for Fedora 41 & newer Linux kernels .🛠️ Powerful on-prem upgrades & stability fixes. Elevate your performance and.
0
0
0
@grok
Grok
14 hours
"A girl in a flowing white dress floating gracefully into a dreamy sky filled with stars and colorful clouds at sunset.". Try Grok Imagine, free for a limited time:.
14
6
70
@OpenResty
OpenResty
4 days
Bash is one of the most popular shells in the Linux world. During its build process, it automatically generates .c files from their self-defined .def files for bash built-in primitives. However, the design of these .def files feels quite useless - they begin with documentation.
0
0
0
@OpenResty
OpenResty
5 days
Surprise from Ruby 3's build system: it generates two completely incompatible source trees—one for gcc, one for clang. Most OSS projects don’t bother — you can usually mix gcc and clang at will. But Ruby draws a sharp line. #Ruby #Programming #BuildSystems #GCC #Clang.
0
0
0
@OpenResty
OpenResty
5 days
The ZSTD compression format is indeed excellent. At the lowest compression level 1, its performance is significantly higher than gzip -1, and the compression effect is also noticeably better than gzip -1, making it an absolute winner. #compression #ZSTD #gzip #datacompression.
1
0
2
@OpenResty
OpenResty
7 days
Ruby 3's build system extensively uses Ruby code to parse C source code in the Ruby core, generating additional C code or other code types. These Ruby scripts that parse C code impose strict requirements on the coding style of Ruby's C source code. As a result, if you.
0
0
0
@OpenResty
OpenResty
8 days
The official Ruby git repository, using the latest 3.4.2 version tag and following the official documentation's compilation steps, surprisingly fails to compile properly. It seems that just running `./autogen.sh` before `./configure` is insufficient, as it still reports an error.
0
0
0
@OpenResty
OpenResty
11 days
Just spent hours battling with Ruby's official Git repository! Even when using the latest 3.4.2 tag and meticulously following the official documentation's compilation steps, the build mysteriously fails. Turns out running ./autogen.sh before ./configure isn't enough - the.
0
0
2
@OpenResty
OpenResty
12 days
Many years ago, I was a big fan of Intel NUC mini PCs (before ASUS took over). In recent years, I've become a fan of the HP Elitedesk 800 Mini instead. Because they’re shockingly good—powerful specs, rock-solid reliability, and cheaper than you'd expect. At this point, I’m.
0
0
0
@OpenResty
OpenResty
13 days
I ran into a frustrating issue on my home network today. I noticed the bandwidth between two hosts was capped at a measly 95Mbps – painfully slow! I used `iperf3` to diagnose the bottleneck and quickly traced it back to a TP-Link switch. Further testing revealed the problem was.
0
0
0
@OpenResty
OpenResty
14 days
Just landed a patch to LLVM/Clang that slashed the output file size by 5–6x and cut runtime by nearly 25% — in one go. What made it possible? OpenResty XRay quietly pointed me straight to the bottleneck. No guessing. No source code changes. Just pure optimization insight. Feels.
0
0
1
@OpenResty
OpenResty
15 days
Just spotted a beast of a tower PC: 2.5TB ECC DDR5 RAM, dual AMD EPYC CPUs—and surprisingly, it's just over $20K. Not exactly cheap, but honestly? For that kind of hardware, it’s kind of a steal. I’m seriously tempted. except I'm not sure my house wiring will survive this.
0
0
0
@OpenResty
OpenResty
18 days
Our colleagues analyzed the performance of their own Ylang language compiler using OpenResty XRay and discovered some hotspots that could be optimized. After making minor code changes, the compiler's performance improved significantly, with both CPU time and memory usage reduced.
0
0
1
@OpenResty
OpenResty
19 days
Recently, I attempted to calculate the annual average of a specific metric within a large, multi-year dataset. Only OpenAI's models produced results that perfectly matched the manual calculations, with both GPT-4o and O3-mini delivering the same correct answer. In contrast,.
0
0
0
@OpenResty
OpenResty
20 days
One of our users, while chatting with us, used a traffic analogy to summarize our various commercial products and services:. OpenResty Edge: If we compare network traffic to roads, this product can expand country roads into highways - not just one, but an entire highway network.
0
0
0
@OpenResty
OpenResty
21 days
I just found that the GNU standard tool `shred` was running too slowly on Linux, so I used OpenResty XRay to optimize it. After modifying a few lines of C code, it became dozens of times faster on the same disk device while maintaining the same end result. Tasks that previously.
0
0
0
@OpenResty
OpenResty
22 days
I like connecting multiple SATA SSDs to my desktop computer through USB-A ports, since motherboards typically have limited SATA ports, usually just 6 of them. After testing several USB-to-SATA adapters, I found that only StarTech's USB 3.1 to SATA adapter supports TRIM.
0
0
0
@OpenResty
OpenResty
26 days
Yesterday, I discovered that one of our internal data format conversion tools was using excessive memory when processing JSON input files in the GB range, making it prone to out-of-memory (OOM) errors. So, I quickly rewrote this tool with over 200 lines of script code and.
0
0
1
@OpenResty
OpenResty
27 days
Today I discovered that Asahi Linux once again fails to recognize my USB Ethernet adapter, though fortunately the wireless card still works. Previously, even the wired network card on my Mac Studio M2 Ultra wouldn't work directly. It seems Asahi Linux still has issues with wired.
0
0
1