Spore

@endospore
12 Followers
31 Following
86 Posts
(λ (x) (x x))
LanguageEN, CN, JP

Cloudflare just published a vibe coded blog post claiming they implemented Matrix on cloudflare workers. They didn't, their post and README is AI generated and the code doesn't do any of the core parts of matrix that make it secure and interoperable. Instead it's littered with 'TODO: Check authorisation' and similar

https://blog.cloudflare.com/serverless-matrix-homeserver-workers/

Building a serverless, post-quantum Matrix homeserver

As a proof of concept, we built a Matrix homeserver to Cloudflare Workers — delivering encrypted messaging at the edge with automatic post-quantum cryptography.

The Cloudflare Blog
@geist Fyi, the reqwest::Url type is already decoupled from the library. People have that in consideration so it's in fact a re-export from url::Url which everyone is using. It's not immediately apparent from the documentations though.
@teotwaki Sure, but Imo it's not nice enough to manually cut off the alphabetically ordered list and pull some keys out just because they have one extra feature.

https://toml.io/en/v1.1.0#inline-table

#TOML has officially become the best configuration format, with support for multi-line inline tables in v1.1.0. I want it to be supported in cargo ASAP so that we can get rid of the super long lines for dependencies.

Update: TOML 1.1.0 support in Rust has been released in sync with the spec release. I'm going to try it out: https://crates.io/crates/toml

#rust

TOML: English v1.1.0

@agowa338 I believe that sddm is going to be replaced by its fork "plasma-login-manager" by then, with deeper integration with KDE and less issues. Btw I've been running sddm with wayland (in kwin_wayland) fine for more than a year.

#Plasma is going all #Wayland

After nearly three decades of KDE desktop environments running on #X11, the future KDE Plasma 6.8 release (due early 2027) will be Wayland-exclusive.

Read the FAQ below to find out what this means for you and the future of KDE:

https://blogs.kde.org/2025/11/26/going-all-in-on-a-wayland-future/

A ton of people are like, 15 people

RE: https://mastodon.social/@rustfoundation/115569074990086326

I feel that the survey is special to me. The first time I filled it was 5 years ago, when I was a non-CS-related student learning my second programming language. Now I'm an (insignificant) contributor to the Rust project itself, and a full-time developer who just landed a Rust-based project at $WORK. Reading the questions each year, it's almost like the language is growing along with me.

GitHub - j-hui/fidget.nvim: 💫 Extensible UI for Neovim notifications and LSP progress messages.

💫 Extensible UI for Neovim notifications and LSP progress messages. - j-hui/fidget.nvim

GitHub
@whitequark Tbh I'm even more impressed by the "-20% effort reviewing and -75% rollbacks" numbers. That directly translates to time saved producing _every line of new code_.