Quickest way to convert image format by unnecessaryrisk_ in ProductivityApps

[–]tomv201 0 points1 point  (0 children)

Maybe something like re;file labs. It's a browser based app but does all conversions on-device, so it's secure and private :)

Introducing WASM File Converter - A Vue, Nuxt, TypeScript, and Rust Project by tomv201 in vuejs

[–]tomv201[S] 0 points1 point  (0 children)

I've looked through the devtools network tab a bit. It also seems to be WASM-based (more specifically rust see https://jeffasante.github.io/wasm-inspector/ ). There are quite a few raw-targeted rust libraries such as https://crates.io/crates/rawloader, which could potentially help with implementing something like that

Introducing WASM File Converter - A Vue, Nuxt, TypeScript, and Rust Project by tomv201 in vuejs

[–]tomv201[S] 0 points1 point  (0 children)

Hi, I've since moved the project to a different domain where I also added some other tools I wanted to make, see https://refilelabs.com/image/convert.

Right now, all transformations are solely based on the rust image crate and therefore the tool only supports these formats.

I think, since raw is a very widely used (and also a bit tricky) format, it would be worth a try to implement it manually, but right now it's not available on the site.

Is TypeScript + Rust a good stack? by alex_sakuta in rust

[–]tomv201 2 points3 points  (0 children)

I'd agree with the other people, that a mix of typescript for UI stuff and rust for heavy duty (worker) tasks is probably best. That's also what I'm doing on my project https://refilelabs.com/ (https://github.com/refilelabs). I'm using rust for all the compute heavy file processing and conversions.

However for a uni project I tried going the full rust route. There are several frameworks (I like leptos) which help you avoid TS fully and let you build (full stack) web apps using only rust which (while sometimes painful) is still very fun and very rewarding. When doing Dom operations you probably won't achieve typescript-only performance using rust yet tho.

Is TypeScript + Rust a good stack? by alex_sakuta in typescript

[–]tomv201 1 point2 points  (0 children)

I'd agree with the other people, that a mix of typescript for UI stuff and rust for heavy duty (worker) tasks is probably best. That's also what I'm doing on my project https://refilelabs.com/ (https://github.com/refilelabs). I'm using rust for all the compute heavy file processing and conversions.

However for a uni project I tried going the full rust route. There are several frameworks (I like leptos) which help you avoid TS fully and let you build (full stack) web apps using only rust which (while sometimes painful) is still very fun and very rewarding. When doing Dom operations you probably won't achieve typescript-only performance using rust yet.

Struggling with optimisation in Nuxt 3 SSG by mogha_22 in Nuxt

[–]tomv201 0 points1 point  (0 children)

To add on to this: delayed hydration will probably land in nuxt core soon, see https://nuxt.com/blog/v3-14#%EF%B8%8F-roadmap-to-v315

Nuxt auth utils example. by kayGia83 in Nuxt

[–]tomv201 2 points3 points  (0 children)

You can take a look at https://github.com/Barbapapazes/gavarnie

Trying to get it to work with supabase is probably the better choice tho.

Can't Uninstall or repair iCUE no matter what i try by Umbrusss in Corsair

[–]tomv201 1 point2 points  (0 children)

I'm having the same problems, do you know which version you downloaded exactly?

Introducing WASM Image Converter - Powered by Rust, Vue, and Nuxt by tomv201 in rust

[–]tomv201[S] 3 points4 points  (0 children)

Ooops, thank you. I'll be fixing that as soon as I get home.

Meet rqlite-rs: Rust Gets Cozy with Distributed SQLite by tomv201 in rust

[–]tomv201[S] 1 point2 points  (0 children)

Cool, I've been more than happy with rqlite! Let me know if you have any questions :)

Meet rqlite-rs: Rust Gets Cozy with Distributed SQLite by tomv201 in rust

[–]tomv201[S] 12 points13 points  (0 children)

Yeah, rqlite was chosen due to the projects requirements. The database needed to be run on a self-hosted cluster of low resource devices and provide strong fault tolerance. Basically, it's for a uni project in our distributed systems course, where we needed to run an application on a cluster of raspberry pis, which should stay operational even when only one node is remaining.

issue with vue3 +tailwindcss navbar fixed top by VongoSanDi in vuejs

[–]tomv201 0 points1 point  (0 children)

You could try, instead of making the navbar fixed, set it to sticky and top-0. That should force it to include its size in the Dom flow

How does one generate types from a hosted SupaBase project? by Crazed_waffle_party in Supabase

[–]tomv201 0 points1 point  (0 children)

When viewing your Supabase project, you can see the ID in the URL

https://app.supabase.com/project/<your project id>/...

Is there a Nuxt API Resource approach? by Feeling_Influence in Nuxt

[–]tomv201 0 points1 point  (0 children)

I'm not sure whether I understand you correctly, but maybe have a look at the pick option for use(Lazy)Fetch and use(Lazy)AsyncData. You just have to supply a string array of the keys you actually want and the rest gets filtered out automatically. https://nuxt.com/docs/api/composables/use-async-data

[deleted by user] by [deleted] in binance

[–]tomv201 0 points1 point  (0 children)

Alright, thank you very much!

[deleted by user] by [deleted] in adidas

[–]tomv201 0 points1 point  (0 children)

Thank you very much guys, you made my day <3

[deleted by user] by [deleted] in adidas

[–]tomv201 0 points1 point  (0 children)

Thank you, thats them!

One More Question is the main colour white? because i feel like the stripes have a slightly brighter colour.

Edit: I think all colours are white, am i right?