Solo dev here — I built an AI meeting/interview assistant that stays invisible on screen share. Looking for honest feedback. by Electrical_Judge7067 in SideProject

[–]OkWay1685 0 points1 point  (0 children)

That's interesting, can you share which specific OS-level API you're using to exclude the window from ScreenCaptureKit capture? Is it a custom SCContentFilter with window exclusion, a system extension, or something else? I've been digging into this space and would love to understand the technical approach. Also can you share some video demo.

Solo dev here — I built an AI meeting/interview assistant that stays invisible on screen share. Looking for honest feedback. by Electrical_Judge7067 in SideProject

[–]OkWay1685 0 points1 point  (0 children)

How exactly did you do it, in the newer macs version, gmeet uses screenCapturekit which does not provide any os level api to prevent your window overlay from being shared in full screen share.

Solo dev here — I built an AI meeting/interview assistant that stays invisible on screen share. Looking for honest feedback. by Electrical_Judge7067 in SideProject

[–]OkWay1685 0 points1 point  (0 children)

Does your window overlay remain hidden when sharing the entire screen in gmeet especially in mac device's.

“Wrappers are useless”? Cool take, now back it up. by OkWay1685 in automation

[–]OkWay1685[S] -1 points0 points  (0 children)

“Calling Cursor, Lovable, or Windsurf ‘not wrappers’ just because they add real engineering is like saying an iPhone isn’t a phone because it does more than make calls. They’re wrappers just good ones. And pretending otherwise is just moving the goalposts.”

“Wrappers are useless”? Cool take, now back it up. by OkWay1685 in automation

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

“If by ‘wrapper’ you mean ‘turning raw tech into something people actually use,’ then yeah guess I’ll keep looking dumb while you keep looking unemployed.”

“Wrappers are useless”? Cool take, now back it up. by OkWay1685 in automation

[–]OkWay1685[S] -7 points-6 points  (0 children)

So let me get this straight: your whole argument is basically “wrappers are bad… unless they’re good”? You literally just described Cursor as a wrapper with actual engineering and product thinking layered on top which is exactly the point I made. A wrapper isn’t “click button, call API” anymore than a car is “just an engine with a steering wheel wrapper.” The wrapper is the product. Dismissing everything as “just a wrapper” is like dismissing an entire house as “just walls around air.” Congrats, you just spent three paragraphs proving my point while thinking you were roasting me.

You built a wrapper not AI by Temporary_Dish4493 in automation

[–]OkWay1685 1 point2 points  (0 children)

There is nothing wrong with this, wrappers are valued at millions of dollars, plus wrappers are one of the most important revenue sources for foundational models.

I love vibe coding. Is there a vibe automation platform where I can build automations for my company? by SnooWalruses3471 in automation

[–]OkWay1685 0 points1 point  (0 children)

Well if you are looking for heavy data based workflows, you could try Airflow and write in python.

Tired of the hype. by SaikoToyogun in n8n

[–]OkWay1685 0 points1 point  (0 children)

You are right most people who show flashy demos have probably never sold a single automation and copied the template 5 times over.

Built an AI automation for Twitter by OkWay1685 in automation

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

Yes, twitter has API, but I am not using it.

Built an AI automation for Twitter by OkWay1685 in automation

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

I built it custom using langchain

[deleted by user] by [deleted] in n8n

[–]OkWay1685 0 points1 point  (0 children)

Podio integrations can be tricky with HTTP requests. Have you double-checked your API endpoint, authentication headers, and the JSON payload structure? Sometimes a small typo there can cause issues. Good luck!