tilo.one
π WebDev - @Svelte.dev & @Deno.com enthusiast π».
β€οΈ for tech - from woodworking πͺ΅ to microcontrollers π.
π https://github.com/tiloio
28 posts
41 followers
160 following
Getting Started
Active Commenter
comment in response to
post
Your current implementation is not checking if the finger moves after short touch.
So a short touch to move stuff would turn into a long touch if you do not release the moving stuff fast enough.
comment in response to
post
My problem with classes and global state is the initialisation.
I do not want to check if a state isnβt initialised. And I canβt create a state in a constructor. So typescript will always complain that the state could be undefined.
How do you solve this?
comment in response to
post
Sounds very interesting.
How is the performance with svelte? How many FPS are possible?
comment in response to
post
How are you using it?
comment in response to
post
Super cool project!
Stuff like this is needed to take svelte to an even higher level π€
comment in response to
post
A feature I wished for Christmas π
comment in response to
post
IMHO you should never disable a button.
The user will never know what to do to enable the button.
Always provide an error message on click.
comment in response to
post
Sounds like procrastinating π
comment in response to
post
Now we need a `+loading.svelte` file to show a loading spinner π¬.
The same would be nice for `+page.js` and `+layout.ts` load functions.
comment in response to
post
I am at 10% of your numbers.
But I just started doing it more seriously and continuously π.
I hope next year looks the same for me π
comment in response to
post
Can you share your use case? π§
comment in response to
post
π This was the story of my failed projects.
What experiences have you made?
How do you filter good projects ideas and stay consistent? π§
@marclou.bsky.social was really inspiring with his videos on YouTube. So I started trying #buildinpublic to stay consistent :).
comment in response to
post
Other providers like tripadvisor have cheaper APIs but not much information. Maybe using travel books can be a solution? But how to license these?
There were so many unsolved questions. IMHO this is not a job for a solo entrepreneur. So I put the project on ice π§.
comment in response to
post
β There I was really motivated but I stumbeled over a lot of AI "feeding" problems. How to provide good travel decisions that are accurate and not outdated? The AI itself is always outdated so we need a database. Google maps has a lot of travel info, but is really expensive. β©
comment in response to
post
4οΈβ£ AI travel agency π§³βοΈ - https://planyour.holiday (not working π),
π¨βπ» @svelte.dev with SvelteKit and PostgreSQL with drizzle (kudos to @drizzle.team) and lucia auth (which is also really amazing) was used. OpenAI or GoogleGemini where choosed for the AI. The google maps API for travel info.
comment in response to
post
β Implementing 2d graphics with plain javascript in a canvas was not easy. After I couldn't get it working like I imagined it, I lost interest in the project. π
comment in response to
post
3οΈβ£ Online KiCad viewer and editor. (KiCad is an open source tool to create printed circuit board schematics.)
π¨βπ» First time I used @svelte.dev with SvelteKit and was amazed. PocketBase acted as our backend, for storing data, user auth and images.
comment in response to
post
β Germany π©πͺ implemented the EU law differently than expected by us. It became really strict and difficult to setup. Furthermore the other EU countries could also make that platform under their local law with cheaper implementations. So we stopped this and decided to shutdown the company.
comment in response to
post
2οΈβ£ EU πͺπΊ drone pilot license online education platform. π§βπ«
π¨βπ»Here I used angular for the frontend and firebase with a firestore for the backend.
comment in response to
post
π¨βπ» The code and front end was written in Visual Basic as a windows application. The database was a Microsoft SQL one. There I used an ORM for the first time and last time.
β I lost interest and the code was really complex and bad to maintain, so I stopped working on it after several months. π
comment in response to
post
Wouldnβt it make more sense to do this task as a closer of the day?
IMHO the morning should be dedicated for the most important tasks. And emails and DMs are the least important things we do π¬
comment in response to
post
I would say I am just starting π π
comment in response to
post
Are the search params reactive?
Maybe you can append your example with reactivity? π€
comment in response to
post
I have never tried it.
Why are you more productive?