All the data can be yours (5 minute read)
This post goes over various methods for discovering and utilizing undocumented APIs to reverse-engineer web apps. These techniques range from searching GitHub for public code and analyzing fetch requests and robots.txt files to leveraging Google's cached errors and guessing API endpoints based on patterns.
|
Optimizing a WebGPU Matmul Kernel for 1TFLOP+ Performance (15 minute read)
This article discusses the optimization of a WebGPU matrix multiplication kernel that achieved over 1 TFLOPS performance. It explores each stage of the kernel optimization, starting with a naive implementation and progressing through increasing thread count, 2D workgroups, kernel tiling, and loop unrolling. Through these optimizations, the kernel achieved a performance improvement approaching the theoretical peak of the Apple M2 Pro chip.
|
|
How to ship projects at tech companies (11 minute read)
Shipping projects in big tech companies requires a unique skillset that goes beyond just writing code. The most important aspect of shipping is gaining the trust and approval of company leadership, which means understanding their expectations, communicating well, and proactively addressing potential problems.
|
Are AI Assistants Making Us Worse Programmers? (11 minute read)
While AI can help with repetitive tasks and code generation, over-reliance can lead to a deterioration of fundamental skills. AI assistants are most beneficial for handling implementation details and tedious aspects of coding so that devs can focus on problem-solving, design, and strategic thinking.
|
|
stdilb (GitHub Repo)
stdlib is a standard library for JavaScript and Node.js that focuses on numerical and scientific computation with a fully decomposable architecture.
|
Skeleton (Website)
Skeleton is an adaptive design system for Tailwind that provides opinionated solutions for themes, colors, typography, and more. It offers both Tailwind-based and framework-specific components.
|
WebLLM Chat (GitHub Repo)
WebLLM Chat is an open-source, private AI chat interface that runs large language models natively in browsers using WebGPU, ensuring privacy and offline accessibility.
|
|
The Death and Life of Prediction Markets at Google (23 minute read)
Google has experimented with two internal prediction markets, Prophit and Gleangen. Prophit, launched in 2005, was initially popular but ultimately failed to launch publicly due to legal challenges and a shifting regulatory landscape. Gleangen, launched in 2020, has been much more successful internally, with a larger user base and more consistent use, but faces ongoing challenges in proving its value to Google management.
|
Reverse Engineering: Finding Exploits in Video Games (7 minute read)
You can reverse engineer game data by extracting and decrypting files and scripts to find exploits in video games. You can also analyze network traffic using tools like AssetsTools.NET, Fiddler, and Wireshark. By analyzing the game's authentication flow, packet structures, and opcodes, you can identify vulnerabilities and test for potential exploits.
|
|
Misguided Apple Intelligence Ads (2 minute read)
Apple's new ads for Apple Intelligence portray the features as tools for laziness, rather than highlighting their potential to help people be more productive and thoughtful, missing an opportunity to showcase the service's positive aspects.
|
|
Love TLDR? Tell your friends and get rewards!
|
Share your referral link below with friends to get free TLDR swag!
|
|
Track your referrals here.
|
Want to advertise in TLDR? 📰
|
If your company is interested in reaching an audience of web developers and engineering decision makers, you may want to advertise with us.
If you have any comments or feedback, just respond to this email!
Thanks for reading,
Priyam Mohanty, Jenny Xu & Ceora Ford
|
|
|
|