1
14
submitted 22 hours ago by obbeel@lemmy.eco.br to c/opensource@lemmy.ml

Today I had to downgrade fastapi from 0.114.0 to 0.112.4 to make a software work. And it just hit me - what if pip didn't support 0.112.4 anymore? We would lose a good piece of software just because of that.

Of course, we can "freeze" the packages into an executable that will run for as long as the OS supports it. Which is a lot longer. But the executable is closed source. We can't see the code that is run from an executable.

Therefore, there is a need for an alternative to which we still have access to the packages even after the program is built. That would make it safely unnecessary for pip to store all versions of all packages forever more.

Any ideas?

2
141
submitted 3 days ago by JustMarkov@lemmy.ml to c/opensource@lemmy.ml

Basically, what the title says. Do you use any app, that is proprietary, but either has no OSS alternatives or they're all not good enough? If there is an alternative, what keeps you from switching?

3
78
submitted 4 days ago by sag@lemm.ee to c/opensource@lemmy.ml
4
102

Hi,

I'm a technical writer looking to build my portfolio in technical documentation. I've written technical blogs, how-to guides, and white papers for SaaS brands, but I want to gain experience working on back-end documentation.

I'm familiar with Python, HTML, CSS, C/C++ (to some extent), and SQL. Additionally, I've done considerable writing for cloud computing clients, so I have a solid understanding of cloud concepts.

I can work with Markdown, Git, or even Google Docs.

Please let me know if you're working on an open-source project that could use some documentation. Alternatively, if you know of an existing open-source tool that could benefit from documentation, I'd be happy to contact the developer.

5
222

I just came across this amazing app. Idk much about yt-dlp but the app seems to fully support it, even with custom commands and stuff. Of course I tested it and it worked well (with just 1 video fail to download out of approximately 10). Though by default it seems to download videos without audio so make sure to click the small "Audio" button in the download menu and enable it.

I recently saw someone recommending using a privacy respecting frontend for searching videos and downloading them instead of watching them online for better privacy and consistency so I hope someone will find it useful... or just use it to download videos because that's what most people do anyways.

Also I hope I'm not copying anyone's post here. My Lemmy client doesn't support search so I can't check if there are any posts about this app.

P. S. Excuse my usage of the foul phrase "YouTube downloader" to describe this app. I just wanted to make it easier for less tech savvy people to understand what this app is and how it can be useful for them.

6
170
submitted 1 week ago* (last edited 6 days ago) by sag@lemm.ee to c/opensource@lemmy.ml
7
17

cross-posted from: https://discuss.tchncs.de/post/21298994

I'm trying to feel more comfortable using random GitHub projects, basically.

8
121
submitted 1 week ago* (last edited 1 week ago) by geneva_convenience@lemmy.ml to c/opensource@lemmy.ml

[D.N.A] Elasticsearch and Kibana can be called Open Source again. It is hard to express how happy this statement makes me. Literally jumping up and down with excitement here. All of us at Elastic are. Open source is in my DNA. It is in Elastic DNA. Being able to call Elasticsearch Open Source again is pure joy.

[LOVE.] The tl;dr is that we will be adding AGPL as another license option next to ELv2 and SSPL in the coming weeks. We never stopped believing and behaving like an open source community after we changed the license. But being able to use the term Open Source, by using AGPL, an OSI approved license, removes any questions, or fud, people might have.

[Not Like Us] We never stopped believing in Open Source at Elastic. I never stopped believing in Open Source. I’m going on 25 years and counting as a true believer. So why the change 3 years ago? We had issues with AWS and the market confusion their offering was causing. So after trying all the other options we could think of, we changed the license, knowing it would result in a fork of Elasticsearch with a different name and a different trajectory. It’s a long story.

9
22
submitted 1 week ago by qaz@lemmy.world to c/opensource@lemmy.ml

Disclaimer this is my own project

10
59
submitted 1 week ago* (last edited 1 week ago) by sag@lemm.ee to c/opensource@lemmy.ml
11
89
submitted 1 week ago by sag@lemm.ee to c/opensource@lemmy.ml

cross-posted from: https://lemm.ee/post/40942420

12
293
submitted 1 week ago* (last edited 1 week ago) by sunstoned@lemmus.org to c/opensource@lemmy.ml

AlternativeTo is a site I use quite a bit. Personally I use it when I get fed up with an Android app having too many ads / creepy network behavior or want to find a self-hostable version of a freemium service.

It has filters for free, open source, platform type, etc. From my understanding it's all crowd sourced, so if you disagree with a rating put in a vote! Sharing this in hopes that others find it as useful as I do.

If you know of similar or better resources I would love to hear about them.

Edit: many people are noting that the comments and reviews are out of date. I agree! Despite that I still find it to he useful. It would be great if this little bit of visibility gets more folks engaged over there to improve it.

13
224

Remember, for every paid SaaS, there is a free open-source self-hosted alternative. Let's take a look at 10 FOSS tools designed to replace popular tools like MS Office, Notion, Heroku, Vercel, Zoom, Adobe, and more.

...

⭐ Repos mentioned

14
61

cross-posted from: https://lemmy.ndlug.org/post/1040526

A judge has dismissed the majority of claims in a copyright lawsuit filed by developers against GitHub, Microsoft, and OpenAI.

The lawsuit was initiated by a group of developers in 2022 and originally made 22 claims against the companies, alleging copyright violations related to the AI-powered GitHub Copilot coding assistant.

Judge Jon Tigar’s ruling, unsealed last week, leaves only two claims standing: one accusing the companies of an open-source license violation and another alleging breach of contract. This decision marks a substantial setback for the developers who argued that GitHub Copilot, which uses OpenAI’s technology and is owned by Microsoft, unlawfully trained on their work.

...

Despite this significant ruling, the legal battle is not over. The remaining claims regarding breach of contract and open-source license violations are likely to continue through litigation.

15
125

The Mono Project (mono/mono) (‘original mono’) has been an important part of the .NET ecosystem since it was launched in 2001. Microsoft became the steward of the Mono Project when it acquired Xamarin in 2016.

The last major release of the Mono Project was in July 2019, with minor patch releases since that time. The last patch release was February 2024.

We are happy to announce that the WineHQ organization will be taking over as the stewards of the Mono Project upstream at wine-mono / Mono · GitLab (winehq.org). Source code in existing mono/mono and other repos will remain available, although repos may be archived. Binaries will remain available for up to four years.

Microsoft maintains a modern fork of Mono runtime in the dotnet/runtime repo and has been progressively moving workloads to that fork. That work is now complete, and we recommend that active Mono users and maintainers of Mono-based app frameworks migrate to .NET which includes work from this fork.

We want to recognize that the Mono Project was the first .NET implementation on Android, iOS, Linux, and other operating systems. The Mono Project was a trailblazer for the .NET platform across many operating systems. It helped make cross-platform .NET a reality and enabled .NET in many new places and we appreciate the work of those who came before us.

Thank you to all the Mono developers!

Explanation of the differences between all the versions of mono from a Hacker News comment

16
235
submitted 1 week ago by sag@lemm.ee to c/opensource@lemmy.ml
17
73
18
34
submitted 1 week ago by wiki_me@lemmy.ml to c/opensource@lemmy.ml
19
52
submitted 1 week ago by wiki_me@lemmy.ml to c/opensource@lemmy.ml
20
202

Greetings everyone. It is with much regret that I am writing this post. A plugin, ss-otr, was added to the third party plugins list on July 6th. On August 16th we received a report from 0xFFFC0000 that the plugin contained a key logger and shared screen shots with unwanted parties.

We quietly pulled the plugin from the list immediately and started investigating. On August 22nd Johnny Xmas was able to confirm that a keylogger was present.

21
35
Turn photos into Funky Wave animation (collidingscopes.github.io)
submitted 1 week ago by sag@lemm.ee to c/opensource@lemmy.ml
22
41

Hi everybody, just checking in to see if there's anything like the subject is requesting.

I really love the pinterest back in the day, but it's privacy abuses are obscene.

And I just want to know if anybody is aware of anything that is a better option for someone who's more privacy focused.

Thank you so much.

23
55

Just want to share it. Found it on fdroid.

24
509
submitted 1 week ago by corbin@infosec.pub to c/opensource@lemmy.ml
25
11
submitted 1 week ago by rzr@lemmy.sdf.org to c/opensource@lemmy.ml

a promise without a remedy: the supposed incompatibility of the GPL-2.0 and Apache-2.0 Any comments from #fsf #osi ?

view more: next ›

Open Source

29776 readers
82 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS