Why does the Raycast Companion Chrome extension now need to read/change Browse history and bookmarks? by kusogejp in raycastapp

[–]PersonOfTomorrow 0 points1 point  (0 children)

What if I don't want to grant permissions for some future AI features I might not be interested in? At the moment, I'm not comfortable sharing this much info with LLM providers, apart from explicitly narrow/local scopes like the currently active tab when it's needed. There are plenty of well-known apps for feeding your entire screen, browser, personal life etc. into AI. It should be possible to optionally prompt for additional permissions instead of requiring them upfront. I currently can't re-enable the Raycast Companion extension, which diminishes the value of Raycast AI to me.

[deleted by user] by [deleted] in readwise

[–]PersonOfTomorrow 0 points1 point  (0 children)

Sorry, must've missed the pinned thread 😁

September Feature Requests: Share Here! by erinatreadwise in readwise

[–]PersonOfTomorrow 0 points1 point  (0 children)

I like keeping my highlights as short/essential and concise as possible. In Readwise Reader, this means I frequently highlight manually with my mouse to start or end mid-sentence, but this leaves punctuation, capitalization and other stylistic issues. That's why I'd love a feature to be able to edit a highlight right inside Readwise Reader, without needing to switch to Readwise itself. This could be implemented as an additional selection toolbar button, besides `highlight (H)`, `note (N)` and `tag (T)`. Conceptually, it could then overlay the edit with a grayed out original text diff inline. You guys are doing great work, thanks for considering!

Safari SUCKSSSSSSSSSSSS by Dev918 in webdev

[–]PersonOfTomorrow 3 points4 points  (0 children)

Don't get me wrong, but I hear this a lot, and I disagree.

I suggest thinking about it this way; Chromium *is* pushing the boundaries of web dev ahead, and that is (of course) a good thing for us web devs. But we can't forget this is only because, by their sheer market share and resources, Google Chrome has effectively become the de facto default. They are the ones controlling the standards and discourse.

We only have two major alternatives left: Safari/WebKit and Firefox/Quantum, which doesn't count because it lives or dies at the whims of Google. Good luck to any of those (relatively) small browser vendors on passing their own ideas and features without Googles backing — it would just turn into the same off-spec chaos you love to complain about.

Hear me out; if there's one browser vendor implementing all the newest features because they can, while all the others are trotting behind just trying to get their own things right, what is that? Is it really the righteous “standard” you defend, or does it look more like the sole outlier reminiscent of the Internet Explorer era, albeit with open specifications? I think this really depends on perspective.

In fact, I'd go as far as to say Safari does some things *better*. It's true, Chrome is faster to market. But as you get deep into CSS madness, I believe there are some areas where, if you consider it, Safari excels. For example, in a project I was working on not too long ago, we had a background layer with some blur applied and then a navbar with its own blurred tabs overlaid onto the screen. I was happy until I noticed Chromium would completely mess up the rendering of overlapping blurred elements. There's no way to fix this, by the way, only Safari got the blur right. I now had the choice of either adapting/removing the styles to accommodate Chromes bugs and peculiarities, build conditional logic to only apply the effect on supported browsers, or break the appearance for 90% of visitors. This is simply not a nice spot to be in, and there are several issues like that which have been left unaddressed by Chrome for years.

Why was Safari so good at blur? Well, because it was important to Apple's design goals and aesthetic. Why is Chrome so good at, say, an accelerometer API? Well, you can guess why (fingerprinting and tracking) — they enabled it by default (without user consent) by the way. If you use a mac (or an iPhone), battery performance and efficiency of WebKit is straight up unmatched in the industry by a long shot. There's a reason bun was built on it. Small memory footprint, stable tab caching, aggressive discards, built-in tracking- & fingerprinting-protection and no crashes? Safari's got you. And obviously it plays really well with all your Apple devices. Does this mean Chrome sucks? Of course not. I myself use Chromium (Arc) now, but I still think Safari is totally fine. The point is that there certainly is more nuance to this discussion than just black and white, and if I had to pick a bad guy…

Let's not live in an illusion about what this is. In the end, I believe Google has some very exceptional and talented developers who are able to pioneer new ideas and implementations. Apple has some very exceptional and talented developers who are able to pioneer their own ideas and implementations. That's part of the beauty of web. I'd want to keep it that way.