this post was submitted on 08 Aug 2025
252 points (80.3% liked)

Privacy

40897 readers
900 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.dbzer0.com/post/50693956

TranscriptA post by [object Object] (@zzt@mas.to) saying: courtesy of @davidgerard@circumstances.run, Proton is now the only privacy vendor I know of that vibe codes its apps: In the single most damning thing I can say about Proton in 2025, the Proton GitHub repository has a “cursorrules” file. They’re vibe-coding their public systems. Much secure! I am once again begging anyone who will listen to get off of Proton as soon as reasonably possible, and to avoid their new (terrible) apps in any case. https://circumstances.run/@davidgerard/114961415946154957

It has a reply by the author saying: in an unsurprising update for those familiar with how Proton operates, they silently rewrote their monorepo’s history to purge .cursor and hide that they were vibe coding: https://github.com/ProtonMail/WebClients/tree/2a5e2ad4db0c84f39050bf2353c944a96d38e07f

given the utter lack of communication from Proton on this, I can only guess they’ve extracted .cursor into an external repository and continue to use it out of sight of the public

top 50 comments
sorted by: hot top controversial new old
[–] vga@sopuli.xyz 6 points 6 days ago* (last edited 6 days ago)

The only way to completely avoid things developed by vibe coding will be to stop using computers of any kind. Go full Thoreau.

[–] pheggs@feddit.org 3 points 6 days ago

self-hosting email, text based clients and a deeper understanding of the protocol made me start to love email. I didn't think it was possible to love email.

[–] Mio@feddit.nu 3 points 6 days ago

I dont see any problem with AI coding. It can be done without the editor supporting it by just asking for a function like please implement a sort function given a list of numbers.

Proton code is open source, so all AI agents have already read everything. You as user just have to do the code review, fix it and test. I am not seeing any problem here.

[–] simple@piefed.social 133 points 1 week ago* (last edited 1 week ago) (5 children)

Mastodon at it again with pitchforks and torches for the slightest inconvenience.

Using Cursor doesn't prove anything. Many people use Cursor as an advanced autocomplete, nothing else. It's not like they're hammering random AI-generated code and merging it without thinking. "Vibe coding" means generating barely-working code you don't understand to try and get thinks working.

This shit is why I hate the mastodon community, it's always strawmen and "you're one of THEM" style witchhunts with them

[–] kameecoding@lemmy.world 34 points 1 week ago (7 children)

The anti-AI circlejerk even here on lemmy is now just about as bad as the pro-AI circlejerk in the general public, no room for nuance or rational thinking, just dunking on everyone who say anything remotely positive about AI, like when I said I like the autocomplete feature of copilot.

[–] Chulk@lemmy.ml 14 points 1 week ago

I'm a pretty big generative AI hater when it comes to art and writing. I don't think generative AI can make meaningful art because it cannot come up with new concepts. Art is something that AI should be freeing up time in our lives for us to do. But that's not how it's shaping up.

However, AI is very helpful for understanding codebases and doing things like autocompletion. This is because code is less expressive than human language and it's easier for AI to approximate what is necessary.

load more comments (6 replies)
[–] Chulk@lemmy.ml 17 points 1 week ago

Yep, anyone who assumes that the presence of a .cursor directory automatically means that:

  1. Developers are vibe coding
  2. The entire team is using cursor

Is either arguing in bad faith or has no idea what they're talking about.

It could be something as simple as one dev trying out cursor (an editor thats literally just a vscode fork with ai features) and accidentally committing their .cursor directory (really easy to do).

[–] mr_satan@lemmy.zip 4 points 1 week ago

Here I am just thinking I'm a better programmer without AI (LLMs).

For me it's just glorified autocomplete. I haven't tried it in any real capacity, but my colleagues did and I've seen some examples. It's all basic shit I already know. In no way I felt compelled or even seen anything really useful. It can give you a head start, but I already have the knowledge to have a head start.

Some colleagues are using it for SQL, because they're unfamiliar with it, and I'm like, it's all good if it works for you, but you're not gonna learn properly if you don't try to write stuff yourself.

This touches on another point I don't see too often — I code because I like solving problems. If I outsource that, then what's the point? And it's exactly this that makes me a competent, and dare I say, good programmer.
Another issue for me is this chat bot format. I don't what a chat bot! If I have to go out of my way to try and coerce a fucking chat bot into being a useful tool then it already lost its usefulness. The only acceptable format for AI coding is better autocomplete, i. e. ability to autofill boilerplate more, better and, most importantly, as seamlessly as current solutions in modern IDEs.

In general I don't feel threatened by AI and when the tools catch up I'll gladly use them or even retire and code just for fun.

load more comments (2 replies)
[–] x1gma@lemmy.world 89 points 1 week ago (5 children)

Just because they are using Cursor, it doesn't mean that they are vibe coding. Anyone grabbing their pitchforks for that and screaming "they are vibecoding" only shows their own incompetence.

If they would be vibecoding, their whole software would've gone to shit long ago.

Just because some random people without an engineering background are using vibecoding to push their broken slop, it doesn't mean that any kind of AI assisted coding is bad.

[–] xthexder@l.sw0.com 30 points 1 week ago (1 children)

If that was the case, maybe they would have responded with that instead of covering up the evidence

[–] x1gma@lemmy.world 14 points 1 week ago

It's definitely badly communicated and suspicious, I just called out jumping to extreme conclusions based on a suspicion alone. There probably will be people who are gonna review the code and see how much of it is probably LLM generated, and then we will know. I still think that it's pretty much impossible to vibe code something on that scale, but I haven't seen their cursorrules either.

load more comments (4 replies)
[–] orca@orcas.enjoying.yachts 38 points 1 week ago* (last edited 1 week ago) (4 children)

Speaking as someone who hates generative AI but has been forced to adapt to using AI in the programming field to stay relevant, this doesn’t suggest they’re vibe coding. The programming world is the only place AI has actually added value (I should note it’s done some neat stuff helping with diagnoses in the medical world too), but like everything, you get what you put into it.

Feed it enough instruction and context, and it can handle the drudgery of things like tech debt updates and other things a programmer knows how to do, but would rather offload to a tool. I’ve had Claude do refactors like that while stepping through and reviewing every single change. It has saved me hours, spared me from hell, and made me look good at work.

That’s my grounded take as a person that has worked with Claude a ton.

But AI everywhere else? Fucking worthless. The whole point is to do the bullshit mundane tasks so that us humans can do art and passionate work, not the opposite.

[–] HiddenLayer555@lemmy.ml 12 points 1 week ago* (last edited 1 week ago) (3 children)

The programming world is the only place AI has actually added value

I'd say this is mostly because you can immediately test the AI's results and rule out anything it got wrong, and whatever errors you generate can then be fed back into the AI so it can refine what it's already written. You never have to just trust the AI (assuming you yourself still know how to code) like you have to when using it for research or for solving problems where you don't get immediate feedback.

Whether this means programming is actually a viable niche for generative AI or whether this speaks more to the limitations and inherent unreliability of the "knowledge" the AI has, I can't say.

Also, I don't know if it's just me but I'm more scared by how fast AI is advancing rather than looking forward to what it can do for me. That definitely clouds my perception when something is AI generated and makes me a lot more dismissive of any real benefits AI might have brought.

load more comments (3 replies)
load more comments (3 replies)
[–] Luci@lemmy.ca 37 points 1 week ago (2 children)

You should jump into the other threads about this before you take out your pitchforks. They’re using cursor, it doesn’t prove they are vibe coding. Visual Studio also has AI features, that doesn’t mean you are vibe coding.

[–] asudox@lemmy.asudox.dev 10 points 1 week ago (3 children)

Cursor is literally marketed as "The AI Code Editor". I am not sure why anyone would use an AI code editor if they aren't planning on vibe coding.

Proton is, in my opinion, a bad privacy company anyway. Vibe code or not, stop paying them.

[–] BombOmOm@lemmy.world 14 points 1 week ago (2 children)

Unfortunately so is Visual Studio and VS Code, yet we don't say anything made with them is 'vibe coded'. The text, big and bold, right the top of the screen for VS Code is literally:

[–] ShoeThrower@lemmy.zip 14 points 1 week ago (1 children)

Ok, but VS has been around MUCH longer and has been widely used long before any AI features were added. People who have been using VS for years, aren't likely to just switch, especially in professional environments where VS has largely dominated.

Cursor OTOH, was specifically made to leverage AI. You don't just start using Cursor.

load more comments (1 replies)
load more comments (1 replies)
[–] Luci@lemmy.ca 5 points 1 week ago

Some people like it for the ui and they recently announced the ability to turn off all ai features.

load more comments (1 replies)
load more comments (1 replies)
[–] BombOmOm@lemmy.world 25 points 1 week ago (1 children)

Visual Studio and VS Code have an AI assistant as well, yet we don't decree all programs written with them as 'vibe coding'. The presence of an AI assistant in the IDE isn’t evidence of vibe coding.

Proton’s repo here is open source. What portion of it presents issues? Any?

[–] SpaceNoodle@lemmy.world 6 points 1 week ago

VS existed long before the AI features were added.

[–] jokeyrhyme@lemmy.ml 22 points 1 week ago

The worrying part is rewriting repository history to cover it up

[–] ObsidianZed@lemmy.world 20 points 1 week ago (1 children)

For added clarity:

You are an Senior SWE at Proton and make sure you do not send any information that is potentially secure in nature. You specialize in building highly-scalable and maintainable Frontend Systems.

https://github.com/ProtonMail/WebClients/blob/b4453c3f111d23d44ab96ceda4181812f2abd673/.cursor/rules/proton-inbox.mdc

[–] uninvitedguest@lemmy.ca 7 points 1 week ago (1 children)

Non programmer here: This is the first time I've seen a cursor file but I genuinely like how it reads. It's like a business analyst wrote a coding requirements doc. I'd be thrilled if my staff asked 4-6 thoughtful questions when given a goal with an open ended approach.

For which LLM are cursor files used?

load more comments (1 replies)
[–] plm00@lemmy.ml 14 points 1 week ago* (last edited 1 week ago) (5 children)

Plug for Tuta. 🤷‍♂️ The user experience isn't the best, but it's as secure as it gets. Small team, no vibe coding.

load more comments (5 replies)
[–] AHemlocksLie@lemmy.zip 13 points 1 week ago (4 children)

God dammit, I wish I could reasonably roll my own email, but noooo, spammers and blacklists had to fucking ruin it. Now I get to research a new provider and change email on a bunch of accounts...

load more comments (4 replies)
[–] Soapbox@lemmy.zip 12 points 1 week ago

If they would vibe code a functional Proton Drive Linux client then I might be OK with it.

[–] echedeylr@lemmy.blahaj.zone 12 points 1 week ago

I mean, they were shit from the beginning promoting walled gardens and focusing on profit as the good shitty company they are

[–] umbrella@lemmy.ml 11 points 1 week ago* (last edited 1 week ago) (8 children)

yes, i'm fucking telling you guys so.

a dude that unironically praises a fascist is either malicious or very dumb. turns out he's ~~just~~ fucking dumb.

[–] HiddenLayer555@lemmy.ml 7 points 1 week ago* (last edited 1 week ago) (1 children)

I object to your wording of "just" fucking dumb. They're not mutually exclusive, he's definitely evil as well.

[–] umbrella@lemmy.ml 5 points 1 week ago

thats a good point. fascists are always sus in many ways.

load more comments (7 replies)
[–] ExcessShiv@lemmy.dbzer0.com 11 points 1 week ago* (last edited 1 week ago) (4 children)

What's a good alternative VPN provider in EU, not based in Italy? Mullvad is not an option, port forwarding is an absolute requirement.

Also, is there anything out there that ties password/account management and temp emails together as well as proton pass?

is eu absolutely required? i like windscribe (paid) but they're based in canada.

load more comments (3 replies)
[–] HappyFrog@lemmy.blahaj.zone 11 points 1 week ago

I can believe that someone at proton vibecodes, and that their files got ob to the tree, but saying that proton as a whole does it is strange.

[–] privacydingus@lemmy.ml 9 points 1 week ago

Using Cursor =/= "Vibe Coding" people need to really stop with getting jumpy about everything in such a way.

[–] 0x520@slrpnk.net 8 points 1 week ago

All the people making excuses for them are basically the same people that made excuses for Meta being on the fedaverse. You people always want to do a wait and see approach, meanwhite these companies run amok. Proton was dead when they started supporting Trump. All you pussies supporting them, keep supporting them. See what you get for it. Just another trash AI company putting out more garbage.

[–] vhstape@lemmy.sdf.org 6 points 1 week ago (4 children)

I’m not sure why being a “privacy vendor” forbids you from using AI tools in your development process

load more comments (4 replies)
[–] flandish@lemmy.world 6 points 1 week ago* (last edited 1 week ago) (2 children)

what is a cursorfile? I’ve hit things like gpt when devdocs.io isn’t getting me what I want because lots of search engine things like “explain the google maps api” are becoming like searching for a dinner recipe; they contain 300 paragraphs of life story. When I just want to actually RTFM and shit’s hard to find. I don’t copy/paste code into projects just try to find better manuals.

[–] irelephant@lemmy.dbzer0.com 9 points 1 week ago (6 children)

Cursor is a vscode fork with Ai features, cursorrules is a config file for it.

load more comments (6 replies)
load more comments (1 replies)
load more comments
view more: next ›