1
7
submitted 1 week ago by [email protected] to c/[email protected]
2
11
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]

The app seems fairly small in size compared to orbot which is really old and also invizible pro seems to do a ton of things including firewall vpn etc . So does it connect to tor network properly and pass all your traffic through it as good as orbot and completely block internet acces to not whitelisted services as good as rethink do ? Or does it cut cornors and do all the things but do all of them horribly ? Is it audited or atleast watched by enough people to be secure ? Anyway share your thoughts .

I think if the app does everything it boasts to do perfectly its one in a kind and unmatched and probably would make any android really really safe but i'm really skeptical . I have tried it out a month ago but ditched it after reading that its firewall does not work that well but idk if that is true or not anyway share your thoughts .

3
64
submitted 1 week ago by [email protected] to c/[email protected]
4
37
submitted 1 week ago by [email protected] to c/[email protected]
5
59
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]

Good note by @[email protected] is what kind of license they use:

While our core solutions, the infrastructure protocol any-sync, and the data protocol any-block, are released as open source under the permissive MIT license, we distribute the remaining layers, including the middleware library any-heart, and applications like anytype-js, anytype-swift, and anytype-kotlin, under the Any Source Available License. This license grants individuals the freedom to review, modify, and utilize the code for personal, academic, scientific, research, and development purposes. However, for commercial use, consent from the Any Association is required.

This way, we guarantee everyone the right to use, modify, and distribute the data exchange protocol and the data format, ensuring that anyone is free to create any application on top of them. We guarantee free, non-commercial usage of the software and full transparency of the code. However, considering the substantial R&D resources required for the application layer, we believe that businesses and networks utilizing our software for commercial purposes should contribute towards its ongoing development, allowing maintainers to support and enhance the platform.

The Any Association, based in Zug, Switzerland, is an organization that will govern the rights to use the software and will provide an opportunity for other significant contributors to join a sort of digital cooperative and become the governors of the software as well. This empowers significant contributors to co-decide the next steps of product development and protects them from rivals’ abuse.

https://blog.anytype.io/our-open-philosophy/

https://github.com/anyproto/anytype-ts/blob/main/LICENSE.md


There is also another 'open source alternative to Notion' project called AppFlowy, which uses a AGPL-3.0 license. I will try to post about that project once I get more familiar with it

https://github.com/AppFlowy-IO/AppFlowy

6
33
submitted 1 week ago by [email protected] to c/[email protected]

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

More than three years have passed since the last release of ngIRCd – a free, portable and lightweight Internet Relay Chat server for small or private networks – and more than 130 individual patches have accumulated in the Git “master branch” in the meantime. Some are cosmetic, some bring new functionality, others improve the documentation or fix bugs. All in all, it’s more than time for the next “big” release of ngIRCd!

And here it is, ngIRCd release 27! 🎉 https://github.com/ngircd/ngircd/releases/tag/rel-27

7
13
submitted 1 week ago by [email protected] to c/[email protected]

In this new release the zip provided by Twitter can be used for post creation. No need to unzip it just feed OCOR with zip file

If you are wondering what OCOR is let me tell you that is a user tool to migrate your posts from different social networks to your own hosted site. Currently only supports Twitter (tweets from requested data, zip file) and converts them to Hugo posts

8
3
submitted 1 week ago by [email protected] to c/[email protected]

I got a dualshock 4 controller for $10 that had pretty bad joystick shaking that I just opened up and cleaned really well, which (mostly) fixed it. I tried playing some games on PC, but I want to try some stuff on my phone now, couldn't find an app that wasn't crashing or that didn't require a mac/windows pc to work, so I want to see if someone out there knows of an app like that. My phone is a OnePlus 9 running android 14.

If there is nothing good out there then it's cool, just wanted to try for fun and I know asking on forums is better than whatever some search optimized article or a 5-year-old reddit post can offer.

9
20
submitted 1 week ago by [email protected] to c/[email protected]
10
808
submitted 1 week ago by [email protected] to c/[email protected]
11
103
submitted 1 week ago by [email protected] to c/[email protected]
12
149
submitted 2 weeks ago by [email protected] to c/[email protected]
13
4
submitted 2 weeks ago by [email protected] to c/[email protected]
14
20
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/[email protected]

I want to do this kind of transfer.

host/client A:
     dir:
          - file a
          - file b
          - file c
          - file d [host B][download]


host/client B:
     dir:
          - file a[ host A] [download]
          - file b[ host A] [download]
          - file c[ host A] [download]
          - file d 

Also, I am not looking for syncthing, I need something which syncs meta data(not sure if this is the right word) not the actual files., and option to download individually or as per selection and run in background like KDE CONNECT.

15
40
submitted 2 weeks ago by [email protected] to c/[email protected]

cross-posted from: https://programming.dev/post/13156830

https://codeberg.org/cyber-luna/lunas

Archlinux: yay -S lunas

i made a versatile syncing cli program, lunas, that's capable of syncing local to local, local to remote, remote to local and remote to remote at the same time with many input directories, with their file attributes if enabled and more. It syncs both ways but it has src/dest options that can be assigned to individual input directories

it runs locally, unless remote syncing is used then it runs peer-to-peer using libssh/sftp

It can do sync removal between different input directories, meaning if u want to remove a file/directory that you don't want to sync back to other directories, you can "lunas -rm file" for local or "lunas -rrm user@ip:/path/to/dir" for remote and then use the option "-cr Y" while syncing to remove it from every other directories, or simply don't use this option and it should be ignored without removal, or "-cr S" and it should be synced back to the directory it was removed from, IF it was found in one of the other directories

it has an optional config file for defining presets for easier syncing instead of writing them each time in the cli

there are more options to it which can be found in the --help or in the man page for more details

a simple usage of lunas can be like this

lunas -p dir1 -p dir2 --dry-run

lunas -s dir1 -d dir2 -d dir3 -rd user@ip:dir4

lunas -r user@ip:dir1 -d dir2 -dr

lunas -rs user@ip:dir1 -d dir2 -cr Y

lunas -rd user@ip:dir1 -s dir2

lunas -p dir1 -p dir2 -p dir3 -p user@ip:dir4 -p user@ip:dir5

p: local path r: remote path , both of them are source and destination

s: source local path d: destination local path

rs: source remote path rd: destination remote path

-dr/--dry-run: outputs what would be synced without actually syncing them

-cr/--confirm-remove Y: confirms the sync removal as explained previously

16
29
submitted 2 weeks ago by [email protected] to c/[email protected]

I've tried installing it about a dozen times over the past year, but it always gives an "unable to get image" error. So I'm wondering if there's an alternative that does everything paperless does...but lets me use it

17
20
submitted 2 weeks ago by [email protected] to c/[email protected]

Looking for a music player that will do a good job of loading album art. It all looks great in PlayerPro, but I tried Auxio and Aplayer but they didn't do a great job of pulling in the album art. Tracks were also incorrectly lumped together with mixed albums/artists.

Any recommendations?

18
82
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/[email protected]

I deleted nova launcher from my device after seeing this: https://lemmy.ca/post/19914345

Can anybody recommend alternatives?

19
51
submitted 2 weeks ago by [email protected] to c/[email protected]

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

cross-posted from: https://real.lemmy.fan/post/2770288

They need help scanning twenty more pallets of stuff.

20
27
submitted 2 weeks ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.kde.social/post/1171992

In this video, we talk to Aiśwarya Kaitheri Kandoth (Aish) who tells us about the growth of free software in Kerala, India, and of her role in the take-up and evolution of GCompris in schools there.

21
34
submitted 2 weeks ago by [email protected] to c/[email protected]

Hey all, I'm trying to be a little more economical and reduce the amount of food I waste, and was wondering if there were any open-source apps that can track the best-before dates of the foods I buy so I can improve my meal-planning.

I saw that there's Best-Before on F-Droid, but the last release was in July 2022, and I was curious if there was something more actively maintained.

22
95
submitted 2 weeks ago by [email protected] to c/[email protected]

Sustainable open source will stay a dream

23
268
submitted 2 weeks ago by [email protected] to c/[email protected]
24
26
HeliBoard Green Dot (lemmy.world)
submitted 2 weeks ago by [email protected] to c/[email protected]

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

I just noticed that my HeliBoard icon in the list of apps has a green dot to the left of the name below the icon itself. I have no idea what it means -- it seems to be different form the privacy green dot you may get in the top notification area.

Also, I've noticed that when I type, not only do some things get underlined in red (I think it's for misspelling), but also in blue. Any idea what that means?

Thank you

25
72
submitted 2 weeks ago by [email protected] to c/[email protected]

Due to people complaining last time I posted about this: GNU Taler is a privacy preserving payment system, but not a crypto-currency.

view more: next ›

Open Source

28107 readers
293 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 4 years ago
MODERATORS