I'm not sure of the usefulness at the moment. Decorating every component with `useFillHandler('Login.Email', setEmail, { hint: 'Email input' });` is the same effort/value as decorating with `data-testid="email"`.
I can see myself using it if I didn't have to decorate, e.g. by having get_state return the react component tree, and then letting AI figure out which one is the "Login.email" input by itself. E.g. `<MyApp><LoginScreen><input name=email/> ...`
A blank tab is super useful when you just want to make some mental space. When you're taking a break but don't want to close everything down or switch to another app.
I found the opposite personally. Something about the neatness and tidiness let my mind relax and see everything similar to a calm flowing stream. Tokyo is one of the most peaceful cities I've been to, even in the busy areas, and by far the biggest and most populated.
I never understood the criticism for late delivery from the tech community. We of all people should know how difficult estimating can be. I can cut Musky some slack on this one.
> Making art is hard. But art is mostly about surfacing the inner world, and only in part about skill. It’s unfortunate that art selects so strongly for skill.
Not to sound like a luddite, but I do question the idea that the skill gap is merely an inconvenience. I suspect learning how to paint or make music changes something in yourself which teaches you some deeper life lessons.
I've heard the phrase (paraphrased): No great work of art was made by a genius, genius comes to you unexpectedly like a gust of wind. It seems that cultivating these opportunities is the most an artist can do, and removing the skill gap seems to be removing the cultivation, the thing that changes you, the essence.
There seems to be a few of these inherent deep workings that we as a people keep coming back to, without knowing what they are or how to discuss them (personally at least!). Not to rain on your parade OP, the project looks fun and super useful to a lot people! Just something I ponder on at times.
Yeah the zapper is indispensable. Being able to filter content on platforms by the words in post titles is one of the best ways to not be exposed to toxic content.
Never leaving your subscriptions (never using the algorithm recommended feed) is not a solution because of second-hand toxicity, e.g. political posts in meme subreddits in an election year.
If anyone knows of a solution that works in Manifest V3 I'd love to hear it!
The article goes into it a tiny bit, but the cost is the mental cost of when you do need to work on it, understanding it, and I would add keeping the tooling the same.
Encouraging devs to have their changes include all modules, even those that are old and mature and don't need to be touched, is a good way of ensuring this doesn't build up to where it becomes a problem.
This is much needed nuance that is sorely missing from these discussions. I'm sure it will fall on mostly deaf ears, but thank you for that.
There's a lot of criticism against Apple for not doing things in the right order. Repairability is one of them. Would it have been better for their devices to be easier to repair from the original iPhone? Sure. Would it have been better for you, me, or Apple to focus on repairability above all else? Absolutely not.
In the meantime, Apple have built a device service model that looks like this for the average consumer:
Having a high degree of confidence that the product will be serviceable with OEM parts, which do not impact the resale value by causing buyer confusion, guarantees of these replacement parts working, having these parts available for years and years, and that the company is not going to disappear, through a network of nearby first and third party repair shops, at a transparent and reasonable price.
Like most criticism of Apple, there is a concentrated yelling at one particular tree, while missing the forest around. It can be valid criticism and missing the bigger picture at the same time.
The #1 rule is clearly not show energy, show enthusiasm. It's the #1 rule for a subset of content, like MrBeast. The content world is a big place, and the silent majority has no interest in loud and obnoxious.
I think there is a broader thing going on. The amount of garbage out there means every decision needs to be critical. Everything needs to be viewed through various lenses to decide if it is good for you, the people around you, the planet, and so on.
By garbage I don't mean low-quality, I mean systematically bad. From sports where you have to look out for slave labour and greenwashing; clothing where you have to look out for PFAS, microplastics, ocean pollution; food where you have to look out for various poisons and almost-poisons categorised by the western diet; tech where you have to look out for privacy and all else covered on HN; online services where you have to look out for enshittification, addiction and depression caused by social media; and so on.
Nothing is simple anymore. If you haven't proved or signalled that you are on the right side of history before I start consuming your content, you get a critical eye. I wish it wasn't like this, but it has to be, because of the garbage world we/certain systems have created.
I'm not sure of the usefulness at the moment. Decorating every component with `useFillHandler('Login.Email', setEmail, { hint: 'Email input' });` is the same effort/value as decorating with `data-testid="email"`.
I can see myself using it if I didn't have to decorate, e.g. by having get_state return the react component tree, and then letting AI figure out which one is the "Login.email" input by itself. E.g. `<MyApp><LoginScreen><input name=email/> ...`