Speaker: Yann Lecun, New York University & META
Monday, April 01, 2024
Yann Lecun | Objective-Driven AI
Speaker: Yann Lecun, New York University & META
Amazon AI: Olympus + Anthropic
Amazon builds Olympus AI model to compete with Anthropic, OpenAI - The Verge
"With its multibillion-dollar bet on Anthropic and its forthcoming Olympus model, Amazon is pushing hard to be a leader in AI.so technically Amazon & Microsoft are giving money to startups to "rent back" their own infrastructure.
Bun.js for Windows
Bun.js version 1.1 is released, and it now also natively supports Windows.
Bun is an alternative for node.js, mostly compatible API, but much faster.
Written in Rust
Bun is it NOT using V8 JS engine as node.js and Deno,
instead using JavaScriptCore from WebKit and Safari.
Reason: performance.
It will be very interesting to see node.js team's response
Bun is a fast, all-in-one toolkit for running, building, testing, and debugging JavaScript and TypeScript, from a single script to a full-stack application. If you're new to Bun, you can learn more in the Bun 1.0 blog post.
Bun 1.1: Bundows is here - YouTube
Bun for Windows currently passes 98% of Bun’s test suite. Bun v1.1 (Bundows)
Write a simple HTTP server | Bun Examples
npm install -g bun