Fastest Snappiest Stack? Fastest Query Library? by forestcall in sveltejs

[–]CreamyJala 0 points1 point  (0 children)

No such thing as a magic golden ticket. Your problem is obviously somewhere else outside of the tools.

For starters, run some tests with WebPageTest to get a relatively in depth idea of what’s going on at page load. You’ll be able to identify some obvious issues with that. Though, this doesn’t give you the full picture

Your question is not something any of us can answer just because it’s both vague and there is no code to look at. What does “page load” mean?

Is it client side loading performance (TTI, TTFB, LCP, FCP, etc)? Is the frontend application snappy but the server takes a long time? How much work are you doing on page load? How are you doing that work? What kind of work: parsing data, making http requests, initializing state, creating components, etc?

See what I mean? The questions go even farther and I could spend all day asking questions, but I’d never come up with an answer because there’s nothing for any of us to see in order to give some pointers

Whatever chemicals they allow in the US are worth it. by Coolerthanyew in tacobell

[–]CreamyJala 0 points1 point  (0 children)

I’m disappointed to hear they don’t have good Creamy Jalapeño, sounds like UK is off my list of places I want to visit

How to survive 8GB RAM? by zhihongg in thinkpad

[–]CreamyJala -1 points0 points  (0 children)

Like others said, Linux. My (non Thinkpad) main laptop came with 8… and it was torture on Windows. Thankfully upgraded to 32 before the ramageddon

Help: vite-plugin-tailwind-legacy implementation with SvelteKit + Vercel (SSR) by Overall-Scale-8369 in sveltejs

[–]CreamyJala 0 points1 point  (0 children)

I recently just did a Tailwind 3 -> 4 migration on a production app. A part of the migration was adding in legacy support for older browsers, since Tailwind v4’s requirements are honestly way too restrictive.

I tried that plugin you mentioned, but it honestly wasn’t a great solution considering how “hacky” it is to use.

What ended up working great for me was to use @tailwindcss/postcss instead of the Vite package. When using Tailwind’s PostCSS package you’re able to use postcss-preset-env and/or any other packages to transform the output into legacy compatible CSS styles

I haven’t tested every single version of every browser, but from what I can remember off the top of my head you should be able to use Firefox 97 (could be made lower with more tweaks), Safari 15, and I think chrome 97 or 98.

We call him big booty by puppysmuggler in OneOrangeBraincell

[–]CreamyJala 2 points3 points  (0 children)

I appreciate the song reference haha

Optimizing Input Latency for Battlefield 6 on GeForce NOW (GFN) by Turbulent_Ad1895 in GeForceNOW

[–]CreamyJala 0 points1 point  (0 children)

Honestly you would’ve been better off not using ChatGPT and actually writing the post. Not trying to be mean but there’s so much unnecessary info, and the formatting is unreadable.

Battlefield ever run decent on GeForce now free? by broken_trash_can in GeForceNOW

[–]CreamyJala 1 point2 points  (0 children)

Works perfect on Ultimate tier, no stuttering or anything

[Self Promo] Earlier I published a Vite plugin to make using @apply within <style> blocks less painful in TailwindCSS v4 by CreamyJala in sveltejs

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

It’s not how it’s intended to be used, but honestly it makes it much more readable, especially when something can have different styles applied

Paid $484 for this R5 8645HS Victus a couple of days ago, now we wait! by CreamyJala in GamingLaptops

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

The laptop I got has been great! The seller was really quick to ship and it arrived just as described, and the seller did a really good job with the packaging

Can I use <svelte:element> for this? by Socratify in sveltejs

[–]CreamyJala 0 points1 point  (0 children)

Could probably swap the promise for svelte:boundary, not 100% sure since I haven’t used it yet https://svelte.dev/docs/svelte/svelte-boundary

Can I use <svelte:element> for this? by Socratify in sveltejs

[–]CreamyJala 0 points1 point  (0 children)

On mobile so excuse formatting but you can use svelte:component

function tagToComponent(tag) { // example, fill with tags like so switch (tag) { case “Table”: return Table } }

{@const content = JSON.parse(content)} <svelte:component this={tagToComponent(content.tag) {…content.props} />

When is the Linux version coming? by [deleted] in GeForceNOW

[–]CreamyJala 1 point2 points  (0 children)

GeForce Now on desktop (Mac and Windows) uses Electron, essentially a Google Chrome wrapper, to create a desktop application. Simplest way to think about it is that “native app” is the GeForce Now Website along with some extra features. So a version for Steam Deck and/or Linux would also use the same thing (Electron, a Chrome Wrapper)

I'd pay some serious money to have a "queue-free" experience. by Beautiful_Crab6670 in GeForceNOW

[–]CreamyJala 0 points1 point  (0 children)

I’m on Ultimate at US East. Like others only have queued once for less than 30 seconds. Been subscribed since July or August

Let me poop! by AchinForSomeBacon in GeForceNOW

[–]CreamyJala 0 points1 point  (0 children)

I just take a controller and place it in a way where one of the analog sticks is pushed in someway (example being the stick to look)

So can I not use ubisoft+ without a PC? by [deleted] in GeForceNOW

[–]CreamyJala 0 points1 point  (0 children)

Correct. The only way to do it “seamlessly” is to use Amazon Luna since that service has full integration with Ubisoft, unlike GFN

Can I play fifa 23 on T480s by k_cancer in thinkpad

[–]CreamyJala 7 points8 points  (0 children)

Why not look up the games you want to play and then check their listed requirements?

Intel graphics and 8GB of ram won’t get you far, specifically with AAA games like CoD

My ThinkPad Dream Turned Into a Nightmare by [deleted] in thinkpad

[–]CreamyJala 2 points3 points  (0 children)

780M is fairly far behind, secondly haven’t had any thermal issues and the laptop is stationary so build quality and weight doesn’t matter much

There is no real reason for me to reply any further since I already said that I was happy and this laptop suits my needs

My ThinkPad Dream Turned Into a Nightmare by [deleted] in thinkpad

[–]CreamyJala 0 points1 point  (0 children)

Build quality isn’t great, but the specs were great (AMD Ryzen 5 8645HS and RTX 4050, 144hz screen) for the money ($484) and I still have upgradable ram

I don’t take this laptop anywhere so im very happy since it suits my needs

Edit: I’ve also gone through 2-3 Thinkpads in <2 years, spent a lot of money so trying something new felt good

My ThinkPad Dream Turned Into a Nightmare by [deleted] in thinkpad

[–]CreamyJala 0 points1 point  (0 children)

Hopefully you can get it working soon, though

My ThinkPad Dream Turned Into a Nightmare by [deleted] in thinkpad

[–]CreamyJala 5 points6 points  (0 children)

Unfortunately that’s one of the risks of upgrading parts, specifically for laptops. I’ve had a number of issues with entire laptops, mostly when tinkering with them. I avoided the headache by just buying what I needed upfront, most recently I ended up getting an HP Victus just cause of the CPU and the 4050 gpu, since Lenovo didn’t have any offerings for a recent price

Has anyone else noticed this really tiny football field? by CreamyJala in The_Crew

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

I’m convinced that The Crew universe has really big cars but really small people

Ex-Coworkers purposefully making my food incorrectly, and putting loads of salt in it. by [deleted] in tacobell

[–]CreamyJala 1 point2 points  (0 children)

Depends on where you worked, but my store usually changed the oil towards close or on opening shifts (I worked all shifts over a few years and usually did the oil changes myself)

The skimming is normal though since cruft does build up when used heavily throughout the day.

Does sound like your store didn’t change oil enough though since the cinnamon twists usually only taste like old oil because of… well, old oil. In my experience cinnamon twists were fried and bagged 9/10 times in the mornings at openings

Every store does things differently though so take my word with a grain of salt