Readit News logoReadit News
hsn915 commented on Zedless: Zed fork focused on privacy and being local-first   github.com/zedless-editor... · Posted by u/homebrewer
jeremyjh · 3 days ago
If you build a product and a community around a certain set of values, and then you completely swap value systems its a rug pull. They build a user base by offering something they don't intend to continue offering. What the fuck else do you want to call it?
hsn915 · 2 days ago
If someone offers you free stuff for a while, then stops offering it, you should show gratitude for having the privilege of receiving the fruit of their work for free.

You should show gratitude, not hostility.

hsn915 commented on Zedless: Zed fork focused on privacy and being local-first   github.com/zedless-editor... · Posted by u/homebrewer
echelon · 3 days ago
This is why we shouldn't open source things.

All of that hard work, intended to build a business, and nobody is happy.

Now there's a hard fork.

This is shitty.

hsn915 · 3 days ago
Open Source does not work for business. It just doesn't.

I intend to make my products source-available but not open source.

I do open source libraries/frameworks that I produce as part of producing the product, but not the product itself.

hsn915 commented on Zedless: Zed fork focused on privacy and being local-first   github.com/zedless-editor... · Posted by u/homebrewer
eikenberry · 4 days ago
Contributor Agreements are specifically there for license rug-pulls, so they can change the license in the future as they own all the copyrights. So the fact that they have a CA means they are prepping for a rug-pull and thus this bullet point.
hsn915 · 3 days ago
CA means: this is not just a hobby project, it's a business, and we want to retain the power to make business decisions as we see fit.

I don't like the term "rug-pull". It's misleading.

If you have an open source version of Zed today, you can keep it forever, even if future versions switch to closed source or some source-available only model.

hsn915 commented on Zedless: Zed fork focused on privacy and being local-first   github.com/zedless-editor... · Posted by u/homebrewer
jemiluv8 · 4 days ago
I always have mixed feelings about forks. Especially the hard ones. Zed recently rolled out a feature that lets you disable all AI features. I also know telemetry can be opted out. So I don’t see the need for this fork. Especially given the list of features stated. Feels like something that can be upstreamed. Hope that happens

I remember the Redis fork and how it fragmented that ecosystem to a large extent.

hsn915 · 3 days ago
I'm one of the people interested in Zed for the editor tech but disheartened with all the AI by default stuff.

opt-out is not enough, specially in a program where opt-out happens via text-only config files.

I can never know if I've correctly opted out of all the things I don't want.

hsn915 commented on Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic   github.com/openai/whisper... · Posted by u/edent
stingraycharles · a month ago
How is this overfitting, rather than a data quality / classification issue?
hsn915 · a month ago
ُThe Arabic text is the translator's self credit

"Translated by Nancy Qanfar"

Dead Comment

hsn915 commented on The time is right for a DOM templating API   justinfagnani.com/2025/06... · Posted by u/mdhb
WickyNilliams · 2 months ago
Doesn't your proposal implicitly introduce the concept of a virtual DOM, which the browser does not have?

You'd need to spec out what that looks like. It adds one new API from the users perspective but much more from the browsers perspective.

Additionally the next generation of Frameworks do not use virtual DOM. Solid and svelte do not. Vue is moving away from it. Signals are directionally where they're all heading.

hsn915 · 2 months ago
The API surface I propose only includes one function. No type needed.

It does not even require the target node to be created with a virtual dom in the first place. Just diff the node with the given tree structure efficiently.

Internally the browser might need to create a few accelerator data structures, but that's an implementation detail.

hsn915 commented on The time is right for a DOM templating API   justinfagnani.com/2025/06... · Posted by u/mdhb
sethaurus · 2 months ago
Other than quibbling over the word "template", how does that differ from what TFA is describing?
hsn915 · 2 months ago
The linked proposal has many "features" that would be "needed" if you frame the problem in terms of a "template api", centered around "binding" variables, and what not.

https://github.com/WICG/webcomponents/issues/1069

My proposal only adds one native function with nothing else: no new data types, no new apis.

hsn915 commented on The time is right for a DOM templating API   justinfagnani.com/2025/06... · Posted by u/mdhb
hsn915 · 2 months ago
What we need is not templating. What we need is a native implementation of a virtual dom.

More specifically, a native implementation of the "patch" function:

    patch(target_dom_node, virtual_dom)
Where `virtual_dom` is just a plain-data description of the DOM.

Most of the "slowness" of the DOM come from its requirement to be a 90's era Java style object hierarchy.

Don't call it "templating". Just call it "virtual dom". Everyone knows what that means.

hsn915 commented on Ambient Garden   ambient.garden... · Posted by u/fipar
hsn915 · 2 months ago
Really cool. This might become my goto ambient background solution.

u/hsn915

KarmaCake day3027May 4, 2021
About
https://hasen.substack.com/

twitter: hasen_judi

View Original