"The Supreme Court blocked it, but that didn’t stop me." - donald trump
highly suggested civics lesson for the era (yes, this is how it works): youtu.be/n1KgxqEQn0A?...
Is The Penny *Finally* Dead?
YouTube video by CGP Grey
youtu.be
I'm here for dark sabine youtu.be/shFUDPqVmTg?... if douglas prasher (discoverer of GFP) could survive driving a courtesy van at a toyota dealership in huntsville, TeV physicists will find a way to survive too.
I was asked to keep this confidential
YouTube video by Sabine Hossenfelder
youtu.be
For my last programming project, I built a proof-of-concept borrow checker for #Ziglang: github.com/ityonemo/clr
GitHub - ityonemo/clr: Checker for Lifetimes and other Refinement types
Checker for Lifetimes and other Refinement types. Contribute to ityonemo/clr development by creating an account on GitHub.
github.com
has anyone put tailscale on #elixirlang #nerves? maybe @fhunleth.bsky.social knows?
"ownership" tracking in #ziglang is possible via analysis of AIR. The first line is the runtime detection and the red error is the compile-time detection
I just ordered a 744-BP synthetic gene for $144. Times have changed.
my gripe with the #elixirlang typesystem is that if you want checking against structs in your function header, you must specify the struct module, which creates an extra map lookup in the function call
It's possible to do static analysis on #ziglang AIR to detect stack pointer escapes. Should also be possible to track lifetimes of heap-allocated pointers (preventing double free and UAF), prevent "undefined" use, and do other "dependent type" things like units, etc.
FYI Roommates.com is officially running #ElixirLang in production. Go check it out!
The #1 Roommate Finder in the USA, Since 2003
Discover the easiest way to find a compatible roommate or the perfect room to rent.
roommates.com
reposting @dnautics.bsky.social predictions. LCDM looks to be about to lose the lambda to Timescapes theory
quantum AI, except the "quantum" is using complex-valued activations and weights
after playing around with vllm's function calling interface, i can safely say "it's no better than telling the llm to `respond with JSON` in the system prompt"