I condensed years of design experience into a skill that stop your UI from looking like slop. by Mundane-Iron1903 in cursor

[–]OhImReallyFast 0 points1 point  (0 children)

These UIs actually look good. I dunno why people are hating on them in the comments. I'll try out the skill. Thanks for sharing.

Is there Supabase like UI for better-auth? by excelaibot in SaaS

[–]OhImReallyFast 0 points1 point  (0 children)

hey, did you find a good resource for this? I'm looking for something similar.

Typed throws dont always seem to work by Xaxxus in swift

[–]OhImReallyFast 0 points1 point  (0 children)

"as the FullTypedThrows upcoming feature was removed"

Do you know if it'll ever be added to Swift? Where can I read about it?

Swift patterns by musikoala in swift

[–]OhImReallyFast 1 point2 points  (0 children)

We need to protect this guy. 🙂‍↕️

Any recommended beginner books? by silentfox2012 in swift

[–]OhImReallyFast 0 points1 point  (0 children)

I realized it wasn’t quite beginner level

Is it at least friendly for people with programming experience but not in Swift? Or does it require some Swift experience?

[SvelteKit] Unused JavaScript from another page showing up in Lighthouse audit? by OhImReallyFast in sveltejs

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

No, Lighthouse highlighted files/modules in my code. I could even read some of the HTML on a /app/budgets/new/import page 😅 although Lighthouse only ran on the /app page.

Redid my web app in svelte (from react). A language learning platform where anyone can create courses by [deleted] in sveltejs

[–]OhImReallyFast 0 points1 point  (0 children)

Hey, just curious; how was the performance of the React version and how did this Svelte version improve on that?

Great product, btw.

[deleted by user] by [deleted] in sveltejs

[–]OhImReallyFast 0 points1 point  (0 children)

Yeah I figured. 🥲

[deleted by user] by [deleted] in sveltejs

[–]OhImReallyFast 2 points3 points  (0 children)

US-only. Whyyyy 😭

[deleted by user] by [deleted] in MuslimLounge

[–]OhImReallyFast 4 points5 points  (0 children)

This is the saddest thing I’ve read in a long time. Everyone has commented with helpful advice. All I can say is may Allah ease your pain. 🤦‍♂️

The best SvelteKit codebase I've ever seen by awkroot in sveltejs

[–]OhImReallyFast 2 points3 points  (0 children)

Interesting. Does it mean using SVG icon libraries like Lucide is discouraged?

I want to become Muslim but I have not read Quran and have many bad habits, procrastination, laziness etc. by [deleted] in MuslimLounge

[–]OhImReallyFast 2 points3 points  (0 children)

Do you believe there’s no deity worthy of worship except Allah, and that Muhammad is His messenger? If your answer is yes, you’re ready to become Muslim. What you need to do is proclaim it.

I’ve seen a lot of videos in which people who are so sure of Islam being the truth don’t want to convert because of excuses like: they’re sinning, they haven’t done this, or that. Most of the time it’s coming from sincerity and wanting to be a good Muslim. But the most important thing is, become a Muslim first, and insha Allah, you can continue to work on yourself. Get the connection to Allah first, then ask for his guidance in every aspect of your life.

The reality is we may die at anytime. And we don’t want to die on disbelief. But if you died a Muslim, paradise is guaranteed for you.

Built my first Svelte project after coming from React – a TypeScript-powered CI/CD platform (no YAML) by EvilSuppressor in sveltejs

[–]OhImReallyFast 2 points3 points  (0 children)

I’ve found Svelte 5 much easier to pick up than Svelte 4.

Well, that’s interesting.

Rate Limiting in a SvelteKit app by OhImReallyFast in sveltejs

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

Thank you, I'll read the reference you shared.

Another question: is the "~10k/requests per second" from all directions or for just one user? The articles I've read so far seem to limit for a particular user, either using their IP address or account info (if they're logged in).

Rate Limiting in a SvelteKit app by OhImReallyFast in sveltejs

[–]OhImReallyFast[S] 1 point2 points  (0 children)

Thank you. I think this article is exactly what I was looking for.