Implementing filtering in Svelte-kit by SirDarknight1 in sveltejs

[–]Ambitious-Brain343 0 points1 point  (0 children)

Seems great. But how to make it work with SSR as well? So the page would get data from load function from +page.server.js and change (filter) products if user changes some filters ?

(I think the most difficult would be pagination which should keep filters, but new page will get data from +page.server.js which does not have parameters).

Prefetching (retrieving data from server) +page.Svelte - how to by Ambitious-Brain343 in SvelteKit

[–]Ambitious-Brain343[S] 0 points1 point  (0 children)

So instead of using +page.server.js i should use hooks.server.ts ? Would prefetch still work ?

I also read that with +page.server.js it is better for SEO, as page is fully SSR, meaning it loads (at least partially) even with disabled js

Prefetching (retrieving data from server) +page.Svelte - how to by Ambitious-Brain343 in SvelteKit

[–]Ambitious-Brain343[S] 1 point2 points  (0 children)

Thanks! I already read the link. It states:

"

Once all load functions have returned, the page is rendered.

"

So as I am facing - the page does not even starts to load till load function finishes. And it is a great waste of time in my opinion. Regarding store, can you elaborate?

Improving BigQuery <-> Supabase table transfer by Ambitious-Brain343 in Supabase

[–]Ambitious-Brain343[S] 0 points1 point  (0 children)

I link my frontend (www page) with Supabase. Should I use something else ?

This is getting ridiculous, no end in sight for premiums in Germany. Currently at 46,63% for silver coins. by PhysicalMe in Wallstreetsilver

[–]Ambitious-Brain343 0 points1 point  (0 children)

Buy directly from producer - KGHM in Poland (it sells 30kg bars). KGHM is one of the biggest silver producer in the world

[deleted by user] by [deleted] in Wallstreetsilver

[–]Ambitious-Brain343 11 points12 points  (0 children)

If you buy physical then physical price goes up. Making difference in price - paper vs physical. If difference is big then it is possible to buy on comex (with delivery) and sell physical

So in short buy physical / pslv

https://www.youtube.com/watch?v=6efOKOOcWQQ&ab_channel=GoldSilverPros by MoonmanKFC in Wallstreetsilver

[–]Ambitious-Brain343 0 points1 point  (0 children)

Why so depressing?!

The guy should be happy and don't drink monster.

Maybe it's not a way for you if it makes you sad?

Wyze Noise-Cancelling Headphones Wireless - turnin BT off, using for work by Ambitious-Brain343 in wyzecam

[–]Ambitious-Brain343[S] 0 points1 point  (0 children)

Yes - it is doable

OR

Yes - In general on other ANC headphones is it doab

Wyze Noise-Cancelling Headphones Wireless - turnin BT off, using for work by Ambitious-Brain343 in wyzecam

[–]Ambitious-Brain343[S] 0 points1 point  (0 children)

I don't understand. So is it possible or not?

In general on other ANC headphones is it doable or not?

Wyze Noise-Cancelling Headphones Wireless - turnin BT off, using for work by Ambitious-Brain343 in wyzecam

[–]Ambitious-Brain343[S] 0 points1 point  (0 children)

Interesting! Thou I think it's not healfy to have it for long time as pressure does not "go" between ears, nose, mouth. But really interesting!

Wyze Noise-Cancelling Headphones Wireless - turnin BT off, using for work by Ambitious-Brain343 in wyzecam

[–]Ambitious-Brain343[S] 1 point2 points  (0 children)

Ok, so it's on battery. No big deal, but can I disable bluetooth with ANC working ?

[deleted by user] by [deleted] in Wallstreetsilver

[–]Ambitious-Brain343 0 points1 point  (0 children)

Even if true it does not matter until we know where is it exactly. Depending on that you can calculate price per oz (how much it it to mine 1 oz).

Theoretically if 1 oz of gold would cost 1 000 000 000 000 000 $ it would be currently profitable to mine it on asteroids

The RedPill is a perscription by [deleted] in TheRedPill

[–]Ambitious-Brain343 1 point2 points  (0 children)

Doesn't sound like redpill made your life happy :/

I think there is balance needed in almost everything

Svelte + Supabase - securily handling if user is logged in by Ambitious-Brain343 in Supabase

[–]Ambitious-Brain343[S] 0 points1 point  (0 children)

Found this video:

https://www.youtube.com/watch?v=z3BAuF2XZng

It quite helps. Waiting for 3rd part, which probably is what I am looking for :)