SoundCloudIntroducing Rate Limits
How SoundCloud introduces rate limits to support developers in building a thriving creative ecosystem.
SoundCloudNew playlist representations
Exploring a new approach to playlist representations with more efficient track object handling
SoundCloudApple's June 1 64-bit deadline
The blogpost discusses the 64-bit deadline set by Apple for App Store submissions and its impact on the SoundCloud API.
Jane StreetCPU Registers and OCaml
Understanding the relationship between CPU registers and faster code writing in OCaml.
Jane StreetReverse web proxy in ~50 lines of BASH
Creating a reverse web proxy using BASH in approximately 50 lines of code, with room for improvement.
Jane StreetBuilding a lower-latency GC
Improving the responsiveness of OCaml's garbage collector with lower-latency GC techniques.
Jane StreetFaster OCaml to C calls
A blogpost about undocumented performance features for interfacing C with OCaml.
Jane StreetWhy GADTs matter for performance
The importance of GADTs for performance improvement
Jane StreetA lighter Core
A blogpost about the recent release of a version of open source libraries that made a change to the Async_kernel library by removing its dependency on Core and now depending only on Core_kernel.
Jane StreetCentralizing distributed version control, revisited
The author revisits a blogpost from 7 years ago about centralizing distributed version control, explaining how a centralized repo and continuous integration system were used to ensure clean merges and successful testing.
SoundCloudLinked partitioning to replace offset-based pagination
An explanation of how linked partitioning will replace offset-based pagination in the SoundCloud API
Jane StreetMaking making better
Efficiently training and onboarding new people in a continuous cycle.