Trace Machina (@tracemachina) 's Twitter Profile
Trace Machina

@tracemachina

We build open-source simulation infrastructure for some of the fastest growing companies in the world. Try our first product, NativeLink, for free.

ID: 1729600096872865792

linkhttps://tracemachina.com/ calendar_today28-11-2023 20:36:40

14 Tweet

61 Followers

3 Following

Trace Machina (@tracemachina) 's Twitter Profile Photo

Trace Machina is officially out of stealth mode and entering public beta. 🚀 We’re thrilled to announce we've raised $4.7M in seed funding, huge thanks to our incredible team and investors. Check out our blog below: buff.ly/3YTItyw

Trace Machina (@tracemachina) 's Twitter Profile Photo

Remember the CrowdStrike update? Now, what if the same incident happens to autonomous vehicles or safety-critical devices? Check out this @techcrunch article on why we're launching NativeLink: buff.ly/3MjqHgN

Trace Machina (@tracemachina) 's Twitter Profile Photo

Blaise's blog talks about the inspiration around NativeLink & some design choices he made. You can read more on his blog: buff.ly/3MfPXEv #nativelink #tracemachina #oss

Trace Machina (@tracemachina) 's Twitter Profile Photo

🚀✨ Yesterday, we announced that we just closed a $4.7 million seed round 💰 & are officially launching to build simulation infrastructure for physical-world AI 🌍🤖. Check out the Global Newswire article: buff.ly/4dwCjZG 🙌🎉#tracemachina #nativelink

Trace Machina (@tracemachina) 's Twitter Profile Photo

🔥🎙️ Ready to learn a little more about NativeLink? Listen to Marcus Eagan & Harper Carroll's fireside chat, where they shared insights & inspiration around NativeLink! 🛠️✨. Don't miss this! 🚀 buff.ly/3XjlzhV #NativeLink #tracemachina #TechTalks 🎉

Trace Machina (@tracemachina) 's Twitter Profile Photo

🌐📱 Samsung Internet, a Chromium-based browser, has been a key player in its lineup, demanding top-notch build infra to handle its ⬆️ complexity. 🚀🔧 With build challenges ⬆️ , they turned to NativeLink for advanced solutions! 💡✨ Check out story 👇 buff.ly/4dQ29rC

Trace Machina (@tracemachina) 's Twitter Profile Photo

Harper Caroll from HarperCarollAI ⚡ gives a 90-second take on what NativeLink is- catch her video 📽️ : buff.ly/4e454wV

Trace Machina (@tracemachina) 's Twitter Profile Photo

🚀 Check out Marcus Eagan, CEO & Co-Founder at Trace Machina, in this podcast 🎙️ as he discusses the challenges companies face with these technologies and how NativeLink is helping to overcome them. 💡 buff.ly/3X0gue7

Trace Machina (@tracemachina) 's Twitter Profile Photo

NativeLink is a runtime abstraction layer that optimizes build systems by streamlining deployment pipelines and speeding up simulations for faster, accurate build validations. Components like the CAS and AC ensure efficient, precise task execution. buff.ly/4dZAT9W

Trace Machina (@tracemachina) 's Twitter Profile Photo

We're excited to be part of the CD Foundation! 🎉 We’re committed to advancing CI/CD tools and practices 🔧 and eager to collaborate with the community to set new industry standards! 🚀 buff.ly/4ecOdIh

Trace Machina (@tracemachina) 's Twitter Profile Photo

What is the CAS? 🤔 The Content Addressable Storage (CAS) is a deterministic blob storage system 🗄️ where data is stored and retrieved based on its content 🔐 using a unique hash key 🧩. This ensures identical data is stored only once! ✨📦 Read more: buff.ly/4dZAT9W

Trace Machina (@tracemachina) 's Twitter Profile Photo

Remote Execution in 90 seconds.. GO.. 🟢 Here's our 1️⃣ sentence take: A protocol that tells the build system how to interact with remote machines....BOOM... But Harper Carroll gives a quick breakdown of what it is in 90 seconds 👇 buff.ly/4egx9Rz

Trace Machina (@tracemachina) 's Twitter Profile Photo

A build tool is an app that can compile source code into an executable program & ensures that the code changes work within the project: ☑️ Compiles source code in an exe. binary ☑️ Resolves dependencies ☑️ Packages the compiled code into exe. files Good examples: Bazel & Buck2