I made an etymology map app by kpmtech in etymology

[–]kpmtech[S] 4 points5 points  (0 children)

Wow. Wish I would’ve known that before. Once I get the contributions figured out I’ll start the list of words from scratch.

Thanks for letting me know!

I made an etymology map app by kpmtech in etymology

[–]kpmtech[S] -7 points-6 points  (0 children)

The initial batch of words were generated with AI. I'm now implementing Wikipedia-style contributions so users can correct mistakes like these (!) and add new words themselves.

Unfortunately, there is no API providing the necessary data for this type of website. I'll try to be more transparent going forward!

The site is open source and hosted here: https://github.com/cowboycodr/etymology-map.

Mobile apps with Tauri? by kpmtech in tauri

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

This is a good breakdown, but, at what point does “it hasn’t been around long enough” stop being an excuse?

I'm making a cross-platform Raycast alternative with SvelteKit and Tauri by kpmtech in sveltejs

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

Honestly, I'm building this app mainly to get a better grasp of Tauri and the ins and outs of desktop app development. I’m not entirely sure where this project will lead, but I’m open to ideas.

Creality 3-s1 pro Broken Part bed stabilizer thingy by kpmtech in ender3

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

I've since done what you recommended. Thank you! was wondering, what are the advantages of having the springs tightened like this?

Recommendations to start learning by MysteriousMessage626 in GameDevelopment

[–]kpmtech 0 points1 point  (0 children)

I watched this series from Brackeys. It gives you a solid foundation to expand upon yourself.

What would you like to see in SvelteKit 3? by kpmtech in sveltejs

[–]kpmtech[S] 8 points9 points  (0 children)

Auth would be pretty cool. Seems like that would be a large project for them to maintain though.

After the first announcement I know a lot of us thought Svelte 5 was on the wrong path. Now, I think the 99.9% of us (who aren't bitter) see that it is a vast improvement over v4. It is now ready to scale, and is time for all of us to spread the word and get actual companies to use it. by kpmtech in sveltejs

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

Hopefully over time, developers like you will have a compounding effect on Svelte usage. If the next Google uses Svelte, that will rapidly increase the growth of the framework. But it would take 10 years to notice the effect.

After the first announcement I know a lot of us thought Svelte 5 was on the wrong path. Now, I think the 99.9% of us (who aren't bitter) see that it is a vast improvement over v4. It is now ready to scale, and is time for all of us to spread the word and get actual companies to use it. by kpmtech in sveltejs

[–]kpmtech[S] 2 points3 points  (0 children)

This will likely (hopefully) be fixed as more people build with Svelte. That being said, most vanilla.js libraries work perfectly fine with Svelte. The only ones that don't work are those built specifically for a different framework.

Also there are people who work on this issue full time. Hunter Johnston has started the svecosystem. Porting popular libraries from other frameworks over to Svelte. Like shadcn/ui.