Fortune has exclusively learned Pigment is approaching $100 million in ARR, having doubled ARR for a third consecutive year. The company has grown its customer base 74%, with leaders like Uber, Unilever, Anthropic, Siemens and more using Pigment, and 57% of new revenue coming from enterprise customers. More than half of Pigment’s new customers in 2025 migrated from SaaS giants, Crespo says, a 115% year-over-year increase in replacement.
11:22, 3 марта 2026Мир
,详情可参考51吃瓜
Republican-backed changes to the primary process in Dallas County – with its 2.7 million residents - required voters to cast their ballots in a precinct determined by their home address. In recent elections, voters had been able to use any vote centre in the county.
Once the basic stuff was working, I wanted to load TAP files directly, simulating cassette loading. This was the first time the agent missed a few things, specifically about the timing the Spectrum loading routines expected, and here we are in the territory where LLMs start to perform less efficiently: they can’t easily run the SDL emulator and see the border changing as data is received and so forth. I asked Claude Code to do a refactoring so that zx_tick() could be called directly and was not part of zx_frame(), and to make zx_frame() a trivial wrapper. This way it was much simpler to sync EAR with what it expected, without callbacks or the wrong abstractions that it had implemented. After such change, a few minutes later the emulator could load a TAP file emulating the cassette without problems.