SpeakEZ.tech
@speakeztech.bsky.social
320 followers 160 following 390 posts
Deep tech (4 patents) fusing #HPC, #AI & #PQC. Proven substrate for CPU, #GPU, #TPU, #FPGA, #CGRA & neuromorphic in our open core Fidelity framework. #fsharp
Posts Media Videos Starter Packs
Reposted by SpeakEZ.tech
F# and C#: Deep Integration for Modern Development #shorts: F# and C# have shared edges and deep integration for 20 years. Users benefit from doing things within a strongly typed API. Policy choices are defined as an enumeration inside of the React app as well as in the backend. #FSharp #CSharp
F# and C#: Deep Integration for Modern Development #shorts
F# and C# have shared edges and deep integration for 20 years. Users benefit from doing things within a strongly typed API. Policy choices are defined as an enumeration inside of the React app as well as in the backend. #FSharp #CSharp #React #API #Integration
www.youtube.com
Reposted by SpeakEZ.tech
F# vs F*: Decoding the Differences and Influences #shorts: F# and F*—cousins in code. Their influences, overlaps, and effects on language and tech get dissected. See how they've shaped async, reactive models, and even security protocols. A fast-paced look at the deal between them. #FSharp #FStar
F# vs F*: Decoding the Differences and Influences #shorts
F# and F*—cousins in code. Their influences, overlaps, and effects on language and tech get dissected. See how they've shaped async, reactive models, and even security protocols. A fast-paced look at the deal between them. #FSharp #FStar #programming #ocaml
www.youtube.com
Reposted by SpeakEZ.tech
You’ll notice that new developments in generative AI are always accompanied by new ways of depicting women without their consent—undermining their autonomy and harassing them—almost like it’s a pillar of the technology and its evolution
💡It's not porn if you're a non-profit. It's just sparkling sluttiness.

(not that there's anything wrong with that) 🤭
ChatGPT is bringing back sycophancy and will now allow adult content like erotica because they’ve addressed mental health risks in the app.

Given the big checks they’ve written, OpenAI will need to apply every growth lever to meet expectations. Thus embracing porn is a no brainer as a growth unlock
Reposted by SpeakEZ.tech
This week in 1988: 1,000+ ACT UP demonstrators shut down the FDA headquarters, demanding (and eventually winning) action on developing HIV/AIDS treatments. ACT UP's militant and creative actions always included powerful visual artwork, and paved the way for movements in the decades to come.
A photograph from the 1988 ACT UP demonstration outside the FDA. Many people are participating in a die-in on the front steps, holding mock tombstones with messages like "RIP - killed by the FDA" and "Dead from lack of drugs." A line of police officers (some with classic 80s mustaches) wearing riot helmets stands between them and the building; one cop wearing white gloves is walking through the demonstrators. Affixed to the 2nd story windows of the building is a series of posters and a large blank banner reading Silence = Death.
Reposted by SpeakEZ.tech
it's kinda weird that all the software i am expected to use for work are all written by distributed teams, go, python, postgres, linux, chrome, k8s etc

and despite being told "the best teams work in an office together" i don't know of any software i use that's actually written that way
Looked at it for @Cloudflare KV and it doesn't have the consistency guarantees (or transaction properties in general). Have been sniffing around shared document editing with Media-over-QUIC and keep coming back to Durable Objects and the SQLite behind it.
If your function is longer than two lines
Time to refactor. 😏

If you look at the #TypeScript WebDAV forked I kept it to one (800+) line file. 🙈 That's because the baseline was one file, and I wasn't paying attention. But the #fsharp version I split. github.com/speakeztech/...
GitHub - speakeztech/r2-webdav: Cloudflare Workers WebDav gateway using Cloudflare R2 for Super-Productivity
Cloudflare Workers WebDav gateway using Cloudflare R2 for Super-Productivity - speakeztech/r2-webdav
github.com
Just used this for CloudflareFS! Thanks for the sage advice. 🙏 #fsharp
This is a #fsharp project for building and deploying a
@cloudflare.social based file sharing applet. It builds a React SPA using teh Fable Compiler and Elmish with a WebDAV Worker and R2 bucket behind it. Users are managed via Cloudflare Secrets. github.com/speakeztech/...
GitHub - speakeztech/fs-fileshare: A Cloudflare-based file sharing solution built with F#, Fable and deployed into Cloudflare
A Cloudflare-based file sharing solution built with F#, Fable and deployed into Cloudflare - speakeztech/fs-fileshare
github.com
Forward progress with #fsharp for #javascript with CloudflareFS. Three sample projects: "HelloWorker", "R2WebDAV" which is a port of the TypeScript project I updated, and a "Simple-CLI" that manages them both via management API (No TOML, no wrangler). @cloudflare.social github.com/speakeztech/...
default page for R2 WebDAV server sample project Default page for HelloWorker sample project
You think it will be that long?
I wonder if @mangelmaxime.bsky.social would be willing to weigh in. We're still acquainting with Glutinum and have run some TS conversion (is that the right term?) with some success but also some rough edges. Glutinum is tantalizing in its capabilities and could use some love from the community. 💖
I was hoping you would have come to the conclusion of building a Fable binding for Three.js but alas... 😆😉✨️
This is one of our "summation" posts unpacking a unique mechanism in the Firefly compiler. With #MLIR supporting delimited continuations and interaction nets (through the DCont and Inet dialects) we're able to contemplate optimal machine code from high level #fsharp. speakez.tech/blog/dcont-i...
The DCont/Inet Duality
How Computation Expressions Decompose Into Fundamental Compilation Patterns
speakez.tech
@blizard.io the #fsharp feed hasn't updated in a week. Any thoughts on why?
"Concurrency We show can you be how hard to do it" 😉
Cloudflare has repo that's a Worker + Durable Object which isn't really an actor. But bind a queue to it (and it alone) and 405 any fetch calls then you've got the basics. DOs would work for maintaining a cache of routing if they had a system hierarchy concept. github.com/cloudflare/a...
GitHub - cloudflare/actors: An easier way to build with Cloudflare Durable Objects
An easier way to build with Cloudflare Durable Objects - cloudflare/actors
github.com