Anthropic has confidentially submitted a draft S-1 registration statement to the Securities and Exchange Commission.
Pending completion of SEC review, this gives us the option to pursue an initial public offering.
Read more: https://t.co/onGZAhRLvD
90% of the types vs tests debate is typing advocates thinking all dynamic languages are like JavaScript and dynamic devs thinking all type systems are OO-based.
Introducing cache control for Dagger modules.
Dagger executes your CI pipelines incrementally: when a pipeline runs twice, it skips work that’s already done and can complete faster. This caching process happens automatically, sparing you the pain of maintaining fragile configuration files.
But until now, only system functions could be cached in this way, and not functions defined in a module...
So, as of Dagger 0.19.4, module functions are cached by default.
To cache module functions by default, we needed a way to know whether your function is pure. A function called deploy() looks the same as build() to the engine, and caching the wrong one would break your pipeline. The solution is to annotate deploy() to let us know that it has a side effect.
That is the purpose of cache control.
https://t.co/KVcIl4hFIX
The Erlang VM has all these incredible things. Did you know you can boot a `:peer` node as a VM within the VM, fully meshed? Enter `FlyDeploy.BlueGreen` - "hot bluegreen" deploys where we spin up the new incoming VM, then cutover seamlessly:
before/after code changes:
Graphite is joining Cursor.
We started Graphite to reimagine collaborative software development. Partnering with Cursor brings that future into focus faster than ever.
We got out of GitHub right on time!
From March 1st you have to pay by the minute to run YOUR OWN self-hosted runners.
Somebody told a C-level about safe_sleep.sh and where we saw a bug, they saw a feature.
https://t.co/Dyb3QLXDVb
Imagine if you could run #raylib with no need for an OS, just a simple memory buffer. Now you can. 🤯
NEW backend: PLATFORM_MEMORY, full 2d/3d rendering to a memory framebuffer, only libc required! 🚀
All raylib functionality in ~200KB! Future is now! 🥳
Hey Elixir friends! :)
We need help completing Elixir's browser runtime by porting some Erlang functions to JavaScript.
No Erlang knowledge required. Each function unlocks multiple Elixir stdlib functions!
More here: https://t.co/vSeh61aE75
#Hologram#Elixir#ElixirLang#BEAM #WebDev
>hiring an ai engineer
>about to send an offer
>ask candidate if he's pytorch or web dev
>he doesn't understand
>explain the differences between pytorch and web dev
>he still doesn't get it
>pull out illustrated diagram explaining what is pytorch and what is web dev
>he laughs and says "i'm a good engineer sir"
>hire him
>import requests
@RemcoSmitsDev@huacnlee Want to set a keybinding quickly? Click `Add Keybinding...` in the footer of the command palette and you're taken directly to the recording modal.