mattrbld, to foss
@mattrbld@indieapps.space avatar

This may look like it’s just a screenshot of the Mattrbld onboarding screen, but it’s in fact the first time Mattrbld is running completely on instead of .

There’s still quite a lot to do—but the release is getting closer! 🎉

Shini92, to ArtificialIntelligence
@Shini92@mas.to avatar

For my teacher I once created an application to .

Over the last days I added a new feature to improve the visualization and also completely rewrote it to and

https://shinigami92.github.io/visualised-sorting-algorithm/

thaddeus, to webdev
@thaddeus@mastodon.social avatar

Looking for some feedback from folks.. I'm experimenting with migrating a project to Astro. On paper, the site is a great candidate - content-focused (blog, articles) looking for lighter client experience and better dev experience. https://astro.build/

I have a CMS wired up and have started migrating a couple React components. What gotchas are hiding deeper in this project? Where are the common pitfalls with Astro?

(🚀 appreciated)

brawaru, to javascript
@brawaru@mstdn.social avatar

Made a simple playground for our translators @ Modrinth to test how browsers format relative time 🙌

https://brawaru.github.io/relative-time-playground/

Really disappointed with the amount of unsupported locales in ...

developit, to random
@developit@mastodon.social avatar
developit,
@developit@mastodon.social avatar

now powered by @vite / and

ameo, to random
@ameo@mastodon.ameo.dev avatar

I've been completely spoiled by for frontend dev/bundling; hard to imagine working without it at this point

I can't believe the horror I used to put up with webpack, babel, uglifyjs, and all of that

matthiasott, to 11ty
@matthiasott@mastodon.social avatar

If you want to get started with @eleventy using @vite you can have a look at this starter project I created a while ago. I just updated it to Eleventy 2.0.1 and Vite 4. Any feedback or contributions are very welcome! 🤗
https://github.com/matthiasott/eleventy-plus-vite

hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

I've updated my create-webr-vite-lit npm project creator to use the new 0.2.2 release of WebR. (https://www.npmjs.com/package/create-webr-vite-lit )

I also replaced Bonsai CSS with Tachyons & upgraded to the spiffy new v5.

The default "app" (running example: https://rud.is/w/webr-022/ ) pairs Observable Plot with ggplot2. Both regen when you tap the button.

The new WebR is stupid fast re: 📦 ops.

More info coming in today's WPE newsletter.

dark mode pair of barplots

s2b, to php German
@s2b@norden.social avatar

Für Kurzentschlossene: Heute Abend geht es bei um Vite & TYPO3. Ich zeige den aktuellen Stand meiner Extension und best practices, um Vite einfach mit TYPO3 zu verbinden. Hier anmelden: https://t3see.de/meeting

schizanon, (edited ) to webdev
@schizanon@mas.to avatar

> You can't get faster than No Build

"The state of the art is no longer in finding more sophisticated ways to build JavaScript or CSS. It's not to build at all. To lean on HTTP/2 and the now universal support for import maps to avoid bundling."

https://world.hey.com/dhh/you-can-t-get-faster-than-no-build-7a44131c

brawaru, (edited ) to javascript
@brawaru@mstdn.social avatar

developers, do you think should be a part of the build process?

I've seen quite a few projects use and plugins to run ESLint during their build process. This both shows a huge error overlay when there are linting errors, and halts the build when building for production.

However, I never understood that, as linting does not really ensure validity of the code, but rather that it aligns to some stylistic rules.

What do y'all think about this?

rauschma, to javascript
@rauschma@fosstodon.org avatar

What’s next for @vite?

Current issues:

  • Relatively slow production build speed
  • Inconsistency between dev [esbuild] & prod [Rollup] environments
  • Network overhead of unbundled ESM during dev

Solution: Rolldown, a Rust port of Rollup

  • Focus: performance with best-effort compatibility with Rollup
  • Goal: switch to it in Vite with minimal impact on end users

Current status: early WIP

https://docs.google.com/presentation/d/1oZnjsPBnb3OB2HxU88vYkZLa54GV-xNKrF8XkOIqLAU/edit#slide=id.g286269c24aa_0_136

tanepiper, to random
@tanepiper@tane.codes avatar

Someone wrote a plugin thinking it would be a good idea to give a random npm module write access to /etc/hosts

https://www.npmjs.com/package/vite-plugin-custom-domain

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

The blog post announcement for templates in 8 RC 1 and SPA templates doesn't mention . 🤔

toxi, to DSP
@toxi@mastodon.thi.ng avatar

— A special one: Creating a polyphonic & multitimbral synth with stochastic sequencer to generate offline audio (not WebAudio!), rendered via fibers (co-routines) and exporting the result as WAV file. Each synth voice uses a randomized config & FX pipeline for each note played (osc → adsr → SVF → filter delay line). Generated audio is attached.

Key packages used:

This project is also available as new example in the thi.ng/umbrella monorepo (originally based on a workshop exercise @ University of Applied Sciences, Augsburg, Nov 2022)

Demo:
https://demo.thi.ng/umbrella/render-audio/

Source:
https://github.com/thi-ng/umbrella/tree/develop/examples/render-audio/src

(Code screenshots in reply this time... ✌️)

1 minutes of the generated audio with a still image (thi.ng logo) as video...

hanesu,

@toxi @vite

This might be what you are looking for
https://github.com/h-a-n-n-e-s/webaudio-base-template

The AudioWorkletProcessor no longer killing your dev workflow!!! ☺️

I was also struggling to find a convenient solution for dev and build, and this was finally working!


schizanon, to Software
@schizanon@mas.to avatar

needs a build system so things get over complicated so people can feel they are real .

raikas, to mastodon
@raikas@mementomori.social avatar

patch version 1.0.1 has been released :mastodance:

  • Fixed glitchy Y-axis size changing
  • Fixed Mastodon theme missing icons in rendered image
  • Changed output format to JPEG
  • Added option to change output scale (= resolution)
  • Added a "buy me a coffee"-link to default post (can be disabled for self-hosters)

At 43 Github stars 🌟 already! Wow.

https://mastopoet.ohjelmoi.fi

mandrasch, to random
@mandrasch@social.tchncs.de avatar

Soo...after we all got for running with laravel, craftcms, typo3, wordpress - has anybody got this running in GitHub (or Gitpod)? 🤓 Would love to see an example for the port forwarding. Currently trying with DDEv + . Cheers! 🤗

treefit, to random
@treefit@fosstodon.org avatar

Some peek of my side-projects: a app for time-tracking.

Using and , the successor.

robrich, to javascript
@robrich@hachyderm.io avatar
Shini92, to programming
@Shini92@mas.to avatar

Hi 👋
I'm Christopher, living in Hamburg.

I am looking for a new opportunity in IT and would like to get .

I want to design a written in a compile-time language, namely , or .

Also I still want to develop the in 3+.

You might know me from the core team and might have seen me at , but I'm also one of the maintainers of @faker_js!

Please feel free to explore my profile at https://github.com/Shinigami92

janriemer, to rust

Whoop! 🎉 I've just called a module from my app! :awesome:

It uses rsw with it's Vite plugin:

https://github.com/rwasm/vite-plugin-rsw

Good examples can be found here:
https://github.com/rwasm/learn-wasm

It requires a bit of config, but not too bad, given that it's bleeding edge.

What tripped me up in the very end:
You need to call init() first from your wasm module, otherwise error "wasm is undefined", when calling your function.

https://users.rust-lang.org/t/wasm-pack-without-node-js-npm/55949

rauschma, to programming
@rauschma@fosstodon.org avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • cubers
  • magazineikmin
  • GTA5RPClips
  • khanakhh
  • InstantRegret
  • Youngstown
  • mdbf
  • slotface
  • thenastyranch
  • everett
  • osvaldo12
  • kavyap
  • rosin
  • anitta
  • DreamBathrooms
  • Durango
  • modclub
  • ngwrru68w68
  • vwfavf
  • ethstaker
  • tester
  • cisconetworking
  • tacticalgear
  • Leos
  • provamag3
  • normalnudes
  • JUstTest
  • All magazines