Hacker Newsnew | past | comments | ask | show | jobs | submit | max-privatevoid's commentslogin

I'll believe it when it's FOSS

You mean you will read all code with dependencies and compile it yourself to make sure?;) good for you. but good luck creating a popular e2e messenger then.

If you release it as GPL or AGPL, it should be pretty difficult to obey those terms while using the code for AI training. Of course, they'll probably scoop it up anyway, regardless of license.


The legal premise of training LLMs on everything ever written is that it’s fair use. If it is fair use (which is currently being disputed in court) then the license you put on your code doesn’t matter, it can be used under fair use.

If the courts decide it’s not fair use then OpenAI et al. are going to have some issues.


Presumably the author is working on the basis that it is not fair use and wants to license accordingly.


Quite possibly. If they care a great deal about not contributing to training LLMs then they should still be aware of the fair use issue, because if the courts rule that it is fair use then there’s no putting the genie back in the bottle. Any code that they publish, under any license whatsoever, would then be fair game for training and almost certainly would be used.


I'm surprised no one has said NixOS yet.


The only good Claude.md is a deleted Claude.md.


This is the only correct answer.


The idea is awful as well if you spend one second thinking about dependency sharing.


It's insane that Zig was needed to achieve this, instead of a preprocessor definition like "#define GLIBC_MIN_COMPATIBLE_VERSION GLIBC_2_40".


Why does this have ads and tracking?


Valid question. Let me clarify:

NO ADS: Zero advertising. No ad network scripts.

TRACKING: Only privacy-respecting essentials: . Sliplane (European hosting) server logs . No Google Analytics, no third-party trackers

What made you think there's tracking? I want to fix any privacy concerns immediately. This is a European digital sovereignty project & privacy is the whole point.

Can you share what triggered the concern? (Specific script/banner you saw?) Thanks for your help.


Clicking on "Customize" on the cookie consent banner reveals toggles for the following:

> Analytics Cookies

> Help us understand how visitors interact with our website. We use privacy-first analytics.

Tracking.

> Marketing Cookies

> Used to track visitors and show relevant advertisements.

Ads and more tracking.

> Preference Cookies

> Remember your preferences like language and theme settings.

Do these actually require separate consent, or can they be considered functional?

I would expect that a European digital sovereignty project in which privacy is the whole point would not have a cookie consent banner at all, because it would simply not use any non-functional cookies that would require it. I see the cookie banner as a sort of "mark of shame" that nefarious websites are forced to wear.

Also, I recall hearing that there were plans to make highlighting the "Accept All" button above the other options illegal, because it's a dark pattern that gets people to click the highlighted option more often.


Thank you for your persistence and pushback. Despite good intentions I fell into the boilerplate trap. In the meantime I: . removed the 'mark of shame' :) . zeroed the cookies, only localstorage for umami analytics . Simple opt-out in footer, no dark patterns, just 'learn more, opt-out' . Updated the privacy policy to reflect this Your feedback made this project better. Thank you :)


It's yet more LLM shovelware from yet another account with only self-promotion activity. Why wouldn't it?


I understand the skepticism, but let me address this:

"LLM shovelware": The articles are curated from around 30 European news sources (TechCrunch Europe, Sifted, The Verge, etc.). AI is only used for: 1. Translation (EN→NL/DE/FR/ES/IT) 2. Pattern-based image generation

The curation, source selection, and quality filters are all manual.

"Self-promotion": Fair point on the account activity. I created this account specifically to share this project with HN because the community values European tech sovereignty and privacy.

Happy to answer specific questions about the implementation. The goal is NOT traffic farming, it's building a multilingual resource for European digital policy/startups.

What would make this more valuable to you? :)


The collab editing stuff was Zed's original gimmick. The AI stuff is the real feature creep.


Without AI, the company would be dead in the water. You can very easily disable all AI features.

I think Tuple is a better collab app, but far more expensive.


Why use Docker as a build job execution engine? It seems terribly unsuited for this.


It's widely used among DevOps Engineers so hence I picked Docker as it makes it easier to understand


> terribly unsuited

Care to elaborate? If you already deploy in docker then wouldn't this be nice?


Docker is unusable for build tools that use namespaces (of which Docker itself is one), unless you use privileged mode and throw away much more security than you'd need to. Docker images are difficult to reproduce with conventional Docker tools, and using a non-reproducible base image for your build environment seems like a rather bad idea.


What prevents you from just using certificates not signed by a CA and verifying them based on the public key fingerprint?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: