home.social

#svelte — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #svelte, aggregated by home.social.

fetched live
  1. #devlog time :honeybadger:
    I'm still working on this #web application (with no IA) and, I added dark theme and language support and etc that I could not show them in one video.

    There is no backend yet, but I will start that part.

    #web #webdev #svelte #dev #javascript #code #programming #app #webapp #rust #typescrip

  2. CVE-2026-82260 - DoS in SvelteKit. Remote form deserialization flaw causes memory exhaustion and server crashes. CVSS 7.5. Update to 2.52.2 immediately. #CVE #Svelte #infosec

    valtersit.com/cve/CVE-2026-822

  3. I'm working on this web app with #svelte
    The app do not have any #backend yet, and I wrote all of them with my hand not #ai

    #code #programming #devlog #webdev #design #ui #ux #javascript #typescrip #program

  4. История о том, как я написал компилятор Svelte на Rust

    У нас тормозило всё: сборка, дев-сервер, svelte-check, LSP. Я пошёл писать свой компилятор Svelte на Rust. Пять с половиной месяцев ковырял руками и бросил. Через год вернулся с ИИ-агентом и доделал за 106 вечеров и $700. Как это было

    habr.com/ru/articles/1065708/

    #svelte #rust #компилятор #ииагенты #claude_code #oxc #vite #парсер #кодогенерация #личный_опыт

  5. Another day of me looking for a lead as I start to get Livtet ready for alpha release (desktop only, Apple is hanging me up).

    Open for #Rust / #TypeScript / #Svelte / #React work. LLM friendly (worked on one for the US DSVA).

    www.linkedin.com/posts/jacky-...

    www.jacky.wtf/work

    Working with Jacky Alciné - Ja...

  6. ⚙️ Framework agnostic across #React, #Vue and #Svelte, because the rules target design intent instead of a single API. Works with #Codex, #Cursor and #ClaudeCode

    📦 Install everything with npx skills add github.com/Leonxlnx/taste-skill, or one skill via --skill "design-taste-frontend". You can also paste any SKILL.md straight into a conversation. MIT licensed, 65.9k stars

    🌐 github.com/Leonxlnx/taste-skill

  7. If anyone is in need of responsive tables generated from Markdown documents, I just made mdsvex-table: wjsoftware.github.io/mdsvex-ta

    It's an NPM package that provides a set of custom table components that render tables as list of card-like items that is still announced as a table.

    #svelte #mdsvex #markdown

  8. RE: fosstodon.org/@mainmatter/1169

    AI productivity gains are real but they don't come for free. You need to know what you're doing and have the right tooling and infrastructure in place.

    Join @paoloricciuti and me for an AMA on agentic engineering with Svelte tonight. Bring your questions.

    #svelte #ai #AIEngineer

  9. blog.rust-lang.org/2026/07/13/

    The crates.io front-end is now built with Svelte (svelte.dev/).

    > In our January update, we announced that we were experimenting with porting the crates.io frontend from Ember.js to Svelte. This experiment has concluded successfully: the new frontend reached feature parity, went through a public testing phase in April, became the default at the beginning of May

    I had no idea it was already live, seems to have been a seamless transition.

    #svelte

  10. Единственный нормальный детектор копипасты требовал JVM. Поэтому я написал свой

    Копипаста редко выглядит как копипаста. После переименования переменных, строк и чисел два одинаковых блока спокойно проходят ревью как разный код. Я написал clone-alert, чтобы находить такие совпадения в TypeScript, JavaScript и шаблонах Vue, Svelte и Angular.

    habr.com/ru/articles/1058364/

    #typescript #javascript #angular #vue #svelte #react #pmd #копипаста #дублирование_кода

  11. The Programmer’s Fulcrum 10 July, 2026

    This post originally appeared on The Fulcrum. Welcome to this week's The Programmer's Fulcrum. It's your weekly curation of the essential news in the Open Media Network and Fediverse development communities with a focus on devastating big tech via Techno Anarchism. As usual, we aim to provide actionable content you can use to destroy Techno Feudalism each week. It has the additional benefit of weakening authoritarianism. IMHO, the best way to do that is to use tools from the Techno […]

    newsletter.mobileatom.net/the-

  12. Wrote up why Recipe Jar is free forever, and why that's an architecture decision, not a pricing one.

    No backend, recipes live in your browser, one stateless proxy. Plus the war stories: a regex that white-screened old iOS Safari, and why Svelte 5 state won't go into IndexedDB.

    blog.budhathokisagar.com.np/fr

  13. It's quite interesting how one would build online maps with an "add place" form for hobby projects nowadays. Like makevienna.cool/ or pingpongmap.net/.

    One way is a shared PHP Webspace, small SQL database and maybe a tiny API framework like #slimphp or #leafphp (abandonded?) on top. Caching via stored JSON file of POIs.

    Another way I'd like to try could be with #SvelteKit #Svelte remote functions, e.g. on #Cloudflare. svelte.dev/docs/kit/remote-fun
    A Cloudflare D1 (?) SQL database would be needed here as well.

    Would like to try it just for fun, might be a simple stack for hobby projects with user input?

    How would you build a map like this? 👨‍🔧 #WebDev