Earlier quoted context omitted.
hey cofounder here. since it takes my 16 year old neighbors son 15 mins and $100 claude code credits to hack your open source project
I don't think this really helps that much. Your neighbor could ask an LLM to decompile your binaries, and then run security analysis on the results. If the tool correctly says you've got security issues, trying to hide them won't work. You still have the security issues and someone is going to find them.
Cal.com is going closed source
91–100 of 337 posts
Re: Cal.com is going closed source
#92Re: Cal.com is going closed source
#93This is a weird knee-jerk reaction. I feel like this is more a business decision than a security decision. I feel like with AI, self-hosting software reliably is becoming easier so the incentives to pay for a hosted service of an OSS project are going down.
Their product is getting commoditized: https://workspace.google.com/resources/appointment-schedulin...
It has always been odd to me they didn’t have this functionality years ago. It’s been requested for a long long time
Re: Cal.com is going closed source
#94Re: Cal.com is going closed source
#95Monumentally dumb given their codebase is already public and the type of security issues that exist in software are usually found in the oldest code. But also, and more importantly, cal.com launched coss.com last year, open source is (ostensibly) their DNA. How could they do a complete 180 on something so fundamental and think that wouldn’t worry customers, much more so than their codebase being public? I cannot even…
Re: Cal.com is going closed source
#96Drew Breunig published a very relevant piece yesterday that came to the opposite conclusion: https://www.dbreunig.com/2026/04/14/cybersecurity-is-proof-o... Since security exploits can now be found by spending tokens, open source is MORE valuable because open source libraries can share that auditing budget while closed source software has to find all the exploits themselves in private. > If Mythos continues to find e…
I have a feeling the real reason is them trying to avoid someone using AI to copyright-wash their product, they're just using security as the excuse.
The real answer is they are likely having a hard time converting people to paid plans
Re: Cal.com is going closed source
#97Re: Cal.com is going closed source
#98Re: Cal.com is going closed source
#99Drew Breunig published a very relevant piece yesterday that came to the opposite conclusion: https://www.dbreunig.com/2026/04/14/cybersecurity-is-proof-o... Since security exploits can now be found by spending tokens, open source is MORE valuable because open source libraries can share that auditing budget while closed source software has to find all the exploits themselves in private. > If Mythos continues to find e…
I have a feeling the real reason is them trying to avoid someone using AI to copyright-wash their product, they're just using security as the excuse.
Re: Cal.com is going closed source
#100This seems kind of crazy. If LLMs are so stunningly good at finding vulnerabilities in code, then shouldn't the solution be to run an LLM against your code after you commit, and before you release it? Then you basically have pentesting harnesses all to yourself before going public. If an LLM can't find any flaws, then you are good to release that code. A few years ago, I invoked Linus's Law in a classroom, and I was…