Live data from Hacker News

Glaze by Raycast

glazeapp.com

81–90 of 154 posts

Re: Glaze by Raycast

#81

I love Raycast. I would probably be called a "power user" - I use it all day long and have a fairly sophisticated and customized configuration and set of workflows. Raycast is actually one of the primary things keeping me on MacOS these days (please release a Linux version!). I am worried this is the start of them trying to diversify their product offering because revenue has stalled in the core Raycast product and V…

[dead]

Re: Glaze by Raycast

#82

I cannot bring myself to trust unreviewed software enough to install it on my own machine with arbitrary permissions. I understand the push for AI-generated websites, because the code running in my browser's sandbox is gonna have very limited permissions to do anything evil, but desktop apps are a completely different story

I feel you! We thought about this and all apps will have a permission model. So you can limit it to specific file disk locations, domains for network requests, and so on.

Can you explain how the permission model works?

Re: Glaze by Raycast

#83

I thought this must be a joke at first. "Glaze" is in pretty heavy use as recent slang for "when someone excessively praises another person in a way that feels over-the-top." https://creativesimiles.com/glaze-meaning-slang/ ie the annoying way that LLMs interact with users

It's so much worse. Your link fails to mention that the "Glaze" in question is a cough bodily fluid. Yes that one. Have I seen politicians use "glaze" recently? Yes. Gross. On the other hand it is kind of the perfect name for Yet Another AI Website Maker (YAAWM?).

While I don’t think the new meaning is incredibly widespread yet, it’s not uncommon for words to change meaning over time. I wouldn’t be surprised if a decade or two from now, the original meaning has been mostly forgotten.

Re: Glaze by Raycast

#84
Not to be a curmudgeon, but why are they spending time on this? As an enthusiastic Raycast user, I would prefer to see them focus on making Raycast better, not finding new ways to jump on the AI bandwagon.

Re: Glaze by Raycast

#85

Not to be a curmudgeon, but why are they spending time on this? As an enthusiastic Raycast user, I would prefer to see them focus on making Raycast better, not finding new ways to jump on the AI bandwagon.

the first scenario that came to mind is that they built it for themselves and then open sourced it

Re: Glaze by Raycast

#86

Not to be a curmudgeon, but why are they spending time on this? As an enthusiastic Raycast user, I would prefer to see them focus on making Raycast better, not finding new ways to jump on the AI bandwagon.

I had the same reaction. They've had Raycast releases paused for some time to focus on large feature improvements, but I wondered if it was partly for this.

Re: Glaze by Raycast

#87
post #6

Claude Code is pretty good at Swift + Swift UI. I created and have been iterating on a menubar app for myself that I plan to share with a small team. I'd prefer to do this native than go through a 3rd party solution. I do have prior experience developing for iOS but that was pre-swift.

I'm also just working on my first iOS Swift app (Mostly for myself, don't know yet if I'll make it public as it's just a clone of Swarm / Gowalla but based on OpenStreetMap data) and it works really well with Claude Code.

I'm not using the Xcode integration and so there's still some rough parts where build errors show up in Xcode and I then have to paste them into my Terminal.

When you are used to backend work...it's kinda fun to see an app come to life and run on your phone though.

Re: Glaze by Raycast

#88

I cannot bring myself to trust unreviewed software enough to install it on my own machine with arbitrary permissions. I understand the push for AI-generated websites, because the code running in my browser's sandbox is gonna have very limited permissions to do anything evil, but desktop apps are a completely different story

I feel you! We thought about this and all apps will have a permission model. So you can limit it to specific file disk locations, domains for network requests, and so on.

I don't see how this solves the issue, something bad can happen regardless of permission granularity, no?

Definitely a good initiative though. I like how coding harnesses do it, showing you the exact command that would run, or running it in a sandbox first.

Re: Glaze by Raycast

#89

It's certainly a nice promotional website. My first thought was, "So, Replit and ilk?", seems they expected that comparison: > How is Glaze different from Lovable, Replit, or v0? > Those tools build for the browser. Glaze builds for your desktop. That means your apps can access your file system, your camera, keyboard shortcuts, menu bar integration, and background processes. Things a web app can’t do. It’s a differen…

I took a few shots at building desktop apps with Tauri, Wails and Electron using Claude Code, and the results were not very good at all. In fact, they were by far the worst results I've gotten with the tool. I can easily clone one of my boilerplate repos in Rails, or Django and prompt away, and the results are consistently good, as in, functional MVP in a few hours. This was never the case for the desktop tools I men…

I’ve had a totally different experience. I’ve coded 3 different Tauri apps and 1 Wails app with Claude Code and it was some of the easiest work I’ve done with AI assisted coding. That said, the local features that Rust is handling in the Tauri app is not anything heavy, just moving files around, some regex matching, and some SQLite stuff. All of the headache I had in these apps was the React frontends and Node issues. The Rust features all worked pretty much first try every time.

Re: Glaze by Raycast

#90
I don't understand how these type of projects are still tried and get any traction... anyone who has tried them will 100% know it won't go beyond a happy path demo. If they want to seriously use/publish the app beyond playing around, it'll require weeks of iteration via AI, which will cost you an arm and a leg in tokens.
Post reply on HN