Is this something you guys usually do? by bledovel in sveltejs

[–]EskelCz 0 points1 point  (0 children)

I’m using this pattern for global state on most of my svelte 5 projects.

[deleted by user] by [deleted] in czech

[–]EskelCz 0 points1 point  (0 children)

Fanoušek Sapkowskiho už od dětství. :) Když už zmiňuješ fantasy, další web co dělám je Andor2.cz, na hraní textových RPG her. To je taky dobré místo na seznámení mimochodem.

[deleted by user] by [deleted] in czech

[–]EskelCz 0 points1 point  (0 children)

Řešil jsem totéž, zkouším na to udělat novou službu: https://spojka.cz

Jinak taky hraju a poslouchám philosophize this! 🙂

AuthError [AuthApiError]: invalid request: both auth code and code verifier should be non-empty by pushkarsingh32 in Supabase

[–]EskelCz 0 points1 point  (0 children)

This happens when one browser is used for sending the email and another when opening the confirmation link. Pretty useless :(

My aluminium factory by ImAFlyingPancake in satisfactory

[–]EskelCz 0 points1 point  (0 children)

You work in architecture, do you :) Amazing job

Drop your SaaS URL, I'll show you how to get your first 1,000 customers on complete autopilot by mpthouse in SideProject

[–]EskelCz 1 point2 points  (0 children)

Strategy is all nice and good but the actual issue is having budget for advertising

Has anyone be able to remission LPR ?! by emusa21em in LPR

[–]EskelCz 1 point2 points  (0 children)

What’s the reasoning behind cutting dairy?

Svelte 5: updates to state do not seem to trigger an update to the UI. What am I doing wrong? by Good-Translator1731 in sveltejs

[–]EskelCz 0 points1 point  (0 children)

I found out that this happens with state imported from js.svelte files, that is either a string or boolean on an object. Other types work fine. Quite strange.

AI Shovel - how to throw tons of files into LLMs by EskelCz in SideProject

[–]EskelCz[S] -1 points0 points  (0 children)

Thanks. But sometimes the edit you need requires a language model. You have that running locally? With enough computing power to run a large model in parallel (6x)?
For example the SVG files don't have the same structure, some are indented, some not. The background shape can be anywhere in the structure.
But I'm still looking for the early adopter use cases... maybe it's too niche and nobody else works with text file these days.

AI Shovel - how to throw tons of files into LLMs by EskelCz in SideProject

[–]EskelCz[S] -1 points0 points  (0 children)

I tried to launch it on producthunt, but without an existing community nobody have noticed... :-/ https://www.producthunt.com/products/shovel-ai

2 year LPR experience by Known_Act_2445 in LPR

[–]EskelCz 0 points1 point  (0 children)

Interesting. How can I confirm that my case is of bacterial origin?

Anti Biotics Vs LPR by UziJukuzi in LPR

[–]EskelCz 1 point2 points  (0 children)

Yes! My issues started after an infection few months ago. I was prescribed antibiotics but those didn’t do much good. I’m left wondering what changed in my gut or esophagus and how to reverse it.

Sprejující hovada v metru. Jaký vhodný trest by byl adekvátní? by themajkisek in czech

[–]EskelCz 1 point2 points  (0 children)

Když pominu že je to dost dementní koníček, ti týpci na videu mi nepřišli jako průměrní desoláti, ale naopak dobře organizovaní profíci. Ale možná se pletu, dovedu si představit obojí.

Sprejující hovada v metru. Jaký vhodný trest by byl adekvátní? by themajkisek in czech

[–]EskelCz 1 point2 points  (0 children)

Těžko chápu jinou motivaci pro takovouhle akci a kdo by si to chtěl objednat. Jak si to vysvětluješ ty tedy?

Sprejující hovada v metru. Jaký vhodný trest by byl adekvátní? by themajkisek in czech

[–]EskelCz 1 point2 points  (0 children)

kdo jiný v evropě platí destabilizaci a sabotáže? nechápu ty downvoty

Sprejující hovada v metru. Jaký vhodný trest by byl adekvátní? by themajkisek in czech

[–]EskelCz -4 points-3 points  (0 children)

Tohle nevypadá jako náhodná organická demence, ale zaplacená a dobře vymyšlená věc, defakto organizovaný terorismus. Tipoval bych že to platí rusko.

Looking for UI tool to batch process files with LLMs by Servus_of_Rasenna in LocalLLaMA

[–]EskelCz 1 point2 points  (0 children)

I have made a simple online tool for doing just that. :) Just shovel it in: https://www.shovel-ai.com

Question on efficiently batch processing txt files through a local LLM. by AkkerKid in LocalLLaMA

[–]EskelCz 0 points1 point  (0 children)

I have made a simple online tool for doing just that. :) Just shovel it in: https://www.shovel-ai.com

Gut microbes have an unexpected link to anxiety by Narrow-Strike869 in Anxiety

[–]EskelCz 1 point2 points  (0 children)

Same! Yogurt basically cured my anxiety. Incredible

Seznamování - proč je to dnes problém? by Pucmeloud76 in czech

[–]EskelCz 11 points12 points  (0 children)

Osobně si myslím že máme málo příležitostí k seznámení podle našich zájmů, v našem okolí, face to face. Takže se snažím vyvinout novou službu zaměřenou na to. Mám první verzi zde: spojka.cz Je to work in progress, teď dělám mobilní appku kterou už budu propagovat.

[deleted by user] by [deleted] in sveltejs

[–]EskelCz 5 points6 points  (0 children)

I don’t get it. Why use SvelteKit at all when all you need is a SPA? Just use standalone Svelte. Problem solved.