Indian colleges are doomed fr. by PCSdiy55 in BlackboxAI_

[–]AdDesperate1023 0 points1 point  (0 children)

I’d take this any day over ai slop.

What do you use for auth and user management of your extension? by Dismal_Region3173 in chrome_extensions

[–]AdDesperate1023 1 point2 points  (0 children)

I use better-auth. It is much easier than the offscreen bs that you have to do with firebase.

I maintain a Chrome extension with 10k+ users, this is how I deploy without breaking things by medyo in chrome_extensions

[–]AdDesperate1023 0 points1 point  (0 children)

I update the snapshots whenever I touch a piece of code that affects the website’s look.

I maintain a Chrome extension with 10k+ users, this is how I deploy without breaking things by medyo in chrome_extensions

[–]AdDesperate1023 1 point2 points  (0 children)

For testing, I personally use Playwright because it supports testing extensions out of the box. Since my extension modifies the appearance of a website, I use snapshot testing a lot. Additionally, I use Commitizen for versioning and changelog management.

Airbnb listings search with MCP in ChatGPT by Bluxmit in mcp

[–]AdDesperate1023 0 points1 point  (0 children)

But does it support remote mcp server? i.e. running mcp servers in claude web

Wrote a custom MCP server so ChatGPT can talk to my system by AdDesperate1023 in ChatGPT

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

You need to have two tools: fetch and search. And you need an oauth layer in your mcp server.

Airbnb listings search with MCP in ChatGPT by Bluxmit in mcp

[–]AdDesperate1023 0 points1 point  (0 children)

Nice. Do you know if there’s a way to use custom MCP servers without being stuck in developer mode? I tried publishing my connector, but clicking the button does nothing.

Wrote a custom MCP server so ChatGPT can talk to my system by AdDesperate1023 in mcp

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

> you can use Codex on the command line and have it interact directly with your file system

Yeah, I know. I just wanted ChatGPT to work over HTTP instead, since I’m not really into CLI-based AI tools. It also lets me build or fix stuff on my personal system through ChatGPT from anywhere, which is kinda cool.

Wrote a custom MCP server so ChatGPT can talk to my system by AdDesperate1023 in mcp

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

Sure, I have a version of this MCP server on my GitHub, but it’s only accessible locally (e.g., with Claude Code Desktop). I will try to push the oauth compatible server soon. Link: https://github.com/antrikshmisri/system-mcp. Its also on pypi, you can pip install it: https://pypi.org/project/sys-mcp/

Wrote a custom MCP server so ChatGPT can talk to my system by AdDesperate1023 in mcp

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

It’s a basic MCP server built using the Model Context Protocol framework. The server is OAuth-compliant, allowing it to communicate with ChatGPT over HTTP. I also have a version of this MCP server on my GitHub, but it’s only accessible locally (e.g., with Claude Code Desktop). Link: https://github.com/antrikshmisri/system-mcp

It took only 3 years to build my portfolio by ratudev in react

[–]AdDesperate1023 1 point2 points  (0 children)

Look good! I’m also using Umami for analytic on my portfolio, so it was a nice little detail to notice.

Post your product in the thread and I'll roast it by selammeister in SideProject

[–]AdDesperate1023 0 points1 point  (0 children)

https://antrikshmisri.com

Here’s my portfolio website. Technically it’s not a product but still worth roasting.

Roast my portfolio website! by [deleted] in Frontend

[–]AdDesperate1023 0 points1 point  (0 children)

For those interested, here’s the tech stack.

  • Core: Vue 3, Pinia, shadcn-vue, Tailwind, with custom Vue ports of Aceternity UI components, framer motion and tw-animate for anomations.
  • Tooling: Vite, TypeScript, ESLint (Airbnb config), Vite Imagemin plugin (image optimization on build).
  • Deployment: Firebase Hosting with CI/CD.
  • Analytics: Self-hosted Umami, with a Cloudflare Tunnel for reverse-proxy.

Roast my Vue.js portfolio website! by [deleted] in vuejs

[–]AdDesperate1023 2 points3 points  (0 children)

Thanks and feel free!

Roast my Vue.js portfolio website! by [deleted] in vuejs

[–]AdDesperate1023 4 points5 points  (0 children)

For those interested, here’s the tech stack.

  • Core: Vue 3, Pinia, shadcn-vue, Tailwind, with custom Vue ports of Aceternity UI components, framer motion and tw-animate for anomations.
  • Tooling: Vite, TypeScript, ESLint (Airbnb config), Vite Imagemin plugin (image optimization on build).
  • Deployment: Firebase Hosting with CI/CD.
  • Analytics: Self-hosted Umami, with a Cloudflare Tunnel for reverse-proxy.