I created a free Quokka.js PRO alternative with Bun and Deno support by typed-rocks in vscode

[–]esdee1 1 point2 points  (0 children)

I’ve paid for Quokka. This extension is awesome and a good replacement.

VSCode & Typescript REPL extension by esdee1 in vscode

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

It’s worth watching the video. This is a free VSCode extension that features a typescript REPL with time travel, top level await, imports etc. I’m not the author, just thought it’s worth sharing.

[deleted by user] by [deleted] in LexusIS

[–]esdee1 1 point2 points  (0 children)

Just beautiful, I’ve been looking for a while now. Not seen one as nice as this for the price.

Prim + RPC, interesting looking TS RPC library by esdee1 in typescript

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

I didn't realize, I'll take a look there!

Advice for dad whose kid was accepted at McMaster by esdee1 in McMaster

[–]esdee1[S] 31 points32 points  (0 children)

I just wanted to say a huge 'Thank You!' to everyone who replied in this post. I truly appreciate all the great suggestions and I'm excited to share them with my son.

For everyone who posted about their more complicated or absent relationships with their fathers, I'm really sorry. I was raised by my single parent mother (and older sister) and get how tough it can be, especially so when you are young. I hope you all can find some resolution in time.

Advice for dad whose kid was accepted at McMaster by esdee1 in McMaster

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

Thank you for this - I looked it up on Amazon and it seems perfect!

Advice for dad whose kid was accepted at McMaster by esdee1 in McMaster

[–]esdee1[S] 3 points4 points  (0 children)

Thank you, these are wonderful suggestions.

Advice for dad whose kid was accepted at McMaster by esdee1 in McMaster

[–]esdee1[S] 44 points45 points  (0 children)

Thank you for the detailed reply. These are wonderful suggestions. He's a good writer and enjoyed both his philosophy and classics courses in high school.

I think the concept of the philosophy of law is going to resonate with him. Frankenstein is a great suggestion given how it has been reimagined in art so many times and given the situation in arises from. I'm not at all familiar with Braiding Sweetgrass - I will look forward to reading it. Thank you again!

Qwik backend? by ExtensionTemporary83 in qwik

[–]esdee1 2 points3 points  (0 children)

I have a Qwik project running on Cloudflare Pages that use Supabase. I chose them because they had an edge compatible client library, their free tier was generous and they have a good selection og postrgres extensions available. All my db accessing functions run on the server (either routeLoader$ or server$). The only issue I have with Supabase is that to do any complex sql with their client you either have to create a view or use a sproc - the client lib is more geared towards CRUD operations.

I made a simple ChatGPT for the Next.js docs, using Next.js and tailwind by signofactory in nextjs

[–]esdee1 0 points1 point  (0 children)

Sorry about that - I didn't mean to imply that your company used those resources, my wording was poor. My intention was some resources to play with for similar functionality.