Opensource

1202 readers
13 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 1 year ago
MODERATORS
1
 
 

Instant wants to recapture some of the magic of the pre-Google-acquisition Firebase by building a modern, Postgres-based open source version of it.

GitHub: https://github.com/instantdb/instant

2
3
4
 
 

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

Tidy- Offline semantic Text-to-Image and Image-to-Image search on Android powered by quantized state-of-the-art vision-language pretrained CLIP model and ONNX Runtime inference engine

Features

  • Text-to-Image search: Find photos using natural language descriptions.
  • Image-to-Image search: Discover visually similar images.
  • Automatic indexing: New photos are automatically added to the index.
  • Fast and efficient: Get search results quickly.
  • Privacy-focused: Your photos never leave your device.
  • No internet required: Works perfectly offline.
  • Powered by OpenAI's CLIP model: Uses advanced AI for accurate results.

F-Droid

5
 
 

How open source projects can balance Makers and Takers: lessons from Drupal's contribution credit system and recommendations for WordPress and other open source communities.

6
 
 

Solo open source maintainers face burnout and security challenges, with 60% unpaid and 60% considering quitting.

7
 
 

Minimal script to quickly update hosts file from a filter list, to be used in cron/launchctl/etc.

Example includes AdGuard DNS filter converted to hosts file format.

8
9
10
11
 
 

cross-posted from: https://lemmy.world/post/20172957

Krita 5.2.5 is here, bringing over 50 bugfixes since 5.2.3 (5.2.4 was a Windows-specific hotfix). Major fixes have been done to audio playback, transform mask calculation and more!

12
13
14
15
16
17
submitted 1 week ago* (last edited 1 week ago) by pylapp@programming.dev to c/opensource@programming.dev
17
18
 
 

cross-posted from: https://lemmy.ml/post/20448316

19
20
 
 

cross-posted from: https://lemmy.ml/post/20425929

cross-posted from: https://lemmy.ml/post/20425811

cross-posted from: https://lemmy.world/post/19900393

PeerTube is a decentralized and federated alternative to YouTube. The goal of PeerTube is not to replace YouTube but to offer a viable alternative using the strength of ActivityPub and P2P protocols.

Being built on ActivityPub means PeerTube is able to be part of a bigger social network, the Fediverse (the Federated Universe). On the other hand, P2P technologies help PeerTube to solve the issue of money, inbound with all streaming platform : With PeerTube, you don't need to have a lot of bandwidth available on your server to host a PeerTube platform because all users (which didn't disable the feature) watching a video on PeerTube will be able to share this same video to other viewers.

If you are curious about PeerTube, I can't recommend you enough to check the official website to learn more about the project. If after that you want to try to use PeerTube as a content creator, you can try to find a platform available there to register or host yourself your own PeerTube platform on your own server.

The development of PeerTube is actually sponsored by Framasoft, a french non-for-profit popular educational organization, a group of friends convinced that an emancipating digital world is possible, convinced that it will arise through actual actions on real world and online with and for you!

Framasoft is also involved in the development of Mobilizon, a decentralized and federated alternative to Facebook Events and Meetup.

If you want to contribute to PeerTube, feel free to:

21
 
 
22
17
submitted 2 weeks ago* (last edited 2 weeks ago) by otter@lemmy.ca to c/opensource@programming.dev
 
 

ImageToolbox is a great android app for editing and working with images.

What's Changed

23
 
 

probably a long shot but are there any lightweight alternatives to windows file explorer for 2024?

i'm stuck on windows for now until the time comes to grab a new laptop. so sick of the default one in windows 11 though.

24
 
 

Dev behind a popular screenshot tool checks out, but the successors are good.

25
 
 

As a web engine, Servo primarily handles everything around scripting and layout. For embedding use cases, the Tauri community experimented with adding a new Servo backend, but Servo can also be used to build a browser.

We have a reference browser in the form of servoshell, which has historically been used as a minimal example and as a test harness for the Web Platform Tests. Nevertheless, the Servo community has steadily worked towards making it a browser in its own right, starting with our new browser UI based on egui last year.

This year, @wusyong, a member of Servo TSC, created the Verso project as a way to explore the features Servo needs to power a robust web browser. In this post, we’ll explain what we tried to achieve, what we found, and what’s next for building a browser using Servo as a web engine.

view more: next ›