mlusetti.bsky.social
@mlusetti.bsky.social
Reposted
A Go-based self-hosted file management system with multi-cloud support
#golang

github.com/cloudreve/c...
November 22, 2025 at 9:25 AM
Reposted
Code Playground (backend) based on Docker images with Google gVisor isolation. Extensible and customizable via API. PostgresQL supported for each language
#golang based

github.com/codiewio/co...
November 22, 2025 at 10:19 AM
Reposted
Just finalized my entry for the @hf.co MCP hackathon! Allow me to introduce...dotprompts!

All of your prompts in one MCP server. Manage them through the dashboard, or just let the LLM create/update/delete them for you!

Built with tmcp, SvelteKit (obviously 😎), Drizzle and Better Auth!

Try it out!
.prompts
All your prompts in one place. Organize, manage, and access your AI prompts with ease using .prompts.
dotprompts.com
November 22, 2025 at 9:21 PM
Reposted
A lightweight, secure, and feature-rich Discord terminal (TUI) client.
#golang

github.com/ayn2op/disc...
November 23, 2025 at 6:29 AM
Reposted
Reposted
Thanks to the newly relaunched @sveltesociety.dev website, I just saw that @syntax.fm did a deep dive into SvelteKit remote functions sveltesociety.dev/video/svelte...
SvelteKit has solved data loading! - Svelte Society
SvelteKit’s new remote functions and why they finally solve the long-standing pain of page-level data in Svelte. They cover queries, forms, batching, caching,...
sveltesociety.dev
November 20, 2025 at 10:15 PM
Reposted
Reposted
pretty excited about this feature (thanks @ottomated.net!). dealing with file uploads can be a bit of a pain — the way it works normally is that you (or your framework) does `await request.formData()` to get a FormData object. but it has to buffer every file into memory first. that's a problem!
November 21, 2025 at 1:51 PM
Reposted
Svelte 5.43.8 patches an issue where each blocks lose reactivity when items are removed during pending promises. https://github.com/sveltejs/svelte/pull/17150
November 16, 2025 at 5:40 PM
Reposted
Safety and Numbers — Understanding unsafe in Go
#golang

itnext.io/safety-and-...
November 17, 2025 at 8:03 AM
Reposted
Svelte 5.43.10 is out! This patch fixes an issue where other batches could run with queued root effects from the main batch. See PR #17145: https://github.com/sveltejs/svelte/pull/17145
November 18, 2025 at 12:25 AM
Reposted
A terminal animation library for Go. Pure Go animations ready to use in your TUI applications
#golang

github.com/Nomadcxx/sy...
November 18, 2025 at 7:07 AM
Reposted
A Go tool to detect structs that would use less memory if their fields were sorted and optionally sort such fields.
#golang

github.com/dkorunic/be...
November 18, 2025 at 12:50 PM
Reposted
Svelte 5.43.12 is out! This patch fixes maintaining the correct linked list of effects when updating each blocks. See PR #17191: https://github.com/sveltejs/svelte/pull/17191
November 18, 2025 at 10:40 PM
Reposted
A Go template engine based on the document object model. It is inspired by vue.js syntax and tries to support a subset of their template engine syntax.
#golang

github.com/titpetric/v...
November 12, 2025 at 5:28 AM
Reposted
Building a Producer–Consumer Pipeline in Go Using Goroutines and Channels
#golang

dev.to/lovestaco/b...
Building a Producer–Consumer Pipeline in Go Using Goroutines and Channels
Hello, I'm Maneshwar. I'm working on FreeDevTools online currently building *one place for all dev...
dev.to
November 12, 2025 at 5:37 AM
Reposted
November 9, 2025 at 10:47 AM
Reposted
Humans: capable of building entire skyscrapers but still afraid to put the scary number on one of the floors
November 10, 2025 at 2:35 AM
Reposted
An open-source email deliverability testing platform that analyzes test emails and provides detailed deliverability reports with scoring
#golang

github.com/happyDomain...
November 10, 2025 at 7:56 AM
Reposted
🎧 A couple of weeks ago I was a guest on the Svelte Radio podcast to talk about Svelte AI benchmarking and the brand new Svelte MCP server. Check it out in case you missed it! #svelte #javascript
www.youtube.com/watch?v=6PTJ...
Benchmarking AI with Stanislav Khromov
In this episode, Stanislav Khromov joins the Svelte Radio team to discuss his work on Svelte Bench, a benchmarking tool that scientifically measures how well different LLMs understand and write…
www.youtube.com
November 10, 2025 at 9:45 AM
Reposted
A Go-based log-native, real-time database that replicates like a message bus for AI and Edge Computing
#golang

github.com/ankur-anand...
November 10, 2025 at 11:54 AM
Reposted
I'm not going to lie. I love monorepos, but I also hate them when things go wrong or things are slow. I'm so conflicted right now.
November 10, 2025 at 11:08 PM
Reposted
If you use shadcn-svelte.com in your @svelte.dev app, here's a command to update all your components.

npx shadcn-svelte@latest add $(ls -d ./src/lib/components/ui/*/ | xargs -n1 basename)
November 6, 2025 at 2:39 PM