Open Source

30840 readers
339 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
1401
1402
 
 

Anytype is a PKMS, basically an advanced note taking app for building a second brain, managing tasks - managing life basically. They've recently "open sourced" but I'm not well versed enough to know the implications of what they've done here with their licensing. The only comment on this discussion shows disappointment and states that these licenses aren't open source some observers on Beehaw's FOSS community have shared the sentiment.

I'd love to have a discussion on this, looking between the lines and taking a critical look at who/what could be the beneficiary of these licenses.

1403
 
 

I've not tried it yet but that's a long suspicious list of VC money for something hoping to be built opensource private p2p and decentralized

https://anytype.io/

1404
 
 

Currently, I'm a Vivaldi user. My issue with Vivaldi is simple: it isn't fully open source.

So what are my options? The obvious ones are Brave and Firefox.

But.

Brave has all the crypto crap, its sync feature sucks, as it doesn't even save all my settings, the mobile browser version of it sucks even more, because I couldn't find a way to access tabs from my laptop on the mobile client, and Brave mobile only supports the tab bar at the top (I want it at the bottom, phones are big, at least make them easier to use)

Firefox has the sync features, the mobile version supports tabs at the bottom, and sync is easy and works well, and on top of all that, it is either packaged by or preinstalled on most, if not all Linux distros BUT I have 3 issues with Firefox: Data collection is on by default (not that big of a deal, as it's Mozilla, not Google, the data isn't that much and can be turned off with a single toggle), Something very important for me is small tabs, and Firefox' tabs are MASSIVE. I just want small tabs that look like Brave's tabs, same colours, small and simple. And third, I want a better start page. Firefox' start page doesn't support custom backgrounds, and I want one that does. And preferably also has privacy statistics like number of ads and trackers blocked.

Lastly, it has to be based on Chromium or Gecko (Firefox' engine) so I can use all my browser extensions.

Is there a browser out there that meets all my criteria?

1405
 
 

I would like to learn a couple of languages (polish and Japanese - I already learned Spanish to a decent degree) but it seems like every solution is closed source.

I would use books but listening (and speaking) are very important and books won't help with those.

What would you guys recommend?

1406
 
 

Hi! I'm trying to find a Google alternative, tried duck duck go but found it very lacking, both in results and interface (not showing the date on the links, for example, that's useful). Obviously don't wanna go the bing route. Any recommendations? Also, sorry if this is not the right place to ask, I didn't know where! Thanks!

1407
 
 

Hello! My smartphone is dying, so I'll soon have to buy a new one. I'd like my new phone to have pure Android, without all the apps that manufactures install. Ideally I'd like to remove the majority of Google services too, but there are some that I can't replace yet, so I'm still dependent on, like google maps. What smartphone do you suggest me? In your opinion, would it be better to buy a smartphone with already stock android or to buy any smartphone, and then replace the OS?

1408
 
 

Bromite's actively maintained fork is going to have its own branding starting from next release according to the latest release notes:

Please note: this is the last release, the next one will be in https://github.com/uazo/cromite

1409
 
 

Can't seem to be able to access github from NC, USA.

1410
 
 

Con la caída progresiva de Reddit, aplicaciones de terceros que nacieron y crecieron para Reddit están "pasándose" a Lemmy.

En la Playstore de Google acabo de ver que Boost for Reddit (excelente app) pronto saldrá para Lemmy.

Por lo pronto está Jerboa y va mejorando un mundo.

¡Nada detendrá a Lemmy! Al menos eso percibo.

1411
 
 

Just wanted to share my C++20 thread pool implementation. Based on my testing, it's one of the fastest implementations out there with a decent feature set. Development work is ongoing and I'm always looking for more suggestions and contributors!

1412
 
 

Hey everyone,

I'm using GrapheneOS and I'm looking for a keyboard that can access two language dictionaries at the same time (in my specific use case: German and Englisch. The standard keyboard in grapheneOS has a switch button for the languages, but I find that rather annoying.

Do you have any suggestions?

1413
71
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 

Hello,

From some months now, I'm working on a minimalist solution for my own invoicing needs. I thought it was better to push this forward, and to finish the job: I've made https://fossbill.org

Fossbill is a simple billing tool. It allows to manage customers, products, and bills. We values efficiency, reliability, and accessibility.

I also made a documentation companion website available here: https://docs.fossbill.org

The project is open-source, is licensed with AGPL, and is really easy to self-host. My instance is a SaaS that cost 10 euros monthly.

1414
 
 

A while ago I made an app for tracking baby activities because I became a parent and was horrified at how many permissions the existing apps required and how much tracking they contained. Both the app and the server are open source.

This is a web-app which also has an Android version in the Play Store (F-Droid didn't accept it because they don't feel like web-apps should be welcome in their store). On iPhones it can be installed as a PWA to the home screen.

Features:

  • No tracking whatsoever
  • End-to-end encrypted, no personal information is stored on the server unencrypted
  • Track baby's feeding, diaper changes, breast pumping and sleeping (more to come)

Links:

1415
 
 

I recently discovered AVHzY CT3 and I liked it. But looks like the firmware is proprietary. Do you know any testers with open firmware?

1416
1417
 
 

publicado de forma cruzada desde: https://lemmy.ml/post/2114413

I hate Facebook but realized I can't uninstall the bloatware Messenger app from my phone since I actually need it for Facebook Marketplace (I usually use it for selling second-hand stuff and looking for other products/services). Also I have plenty of friends there and it might be good to reconnect with some without dealing with the spyware Meta shit.

Also something for WhatsApp would be good as well

1418
 
 

Problem 1: The CRA regulates open source projects receiving donations

Problem 2: The CRA regulates open source projects with corporate developers

Problem 3: The CRA breaks coordinated vulnerability disclosure

1419
1420
30
FOSS Yoga App? (lemmy.blahaj.zone)
submitted 1 year ago by [email protected] to c/[email protected]
 
 

Does anyone know of a FOSS app for yoga practice? This seems easy enough, but I couldn't find anything on F-Droid...

1421
1422
 
 

I would like to track my usage of Android apps and limit them if possible. Is there an opens source alternative for Google's Digital Wellbeing app?

1423
 
 

C# is a useful object oriented programming language. You can generally do the same stuff as you can in C++ but as a game modder there is 1 huge advantage C# has over C++ and that's the way it handles include path orders, or it's lack thereof.

I actually typed out and described a scenario where this starts messing things up but it was quite verbose. But the tl;dr is that it's possible to get stuck in a situation where you have circular include dependencies (kind of like how circular dependencies screw you over really hard in Linux package managers sometimes). If you planned the structure of your code really really well this shouldn't be too big of a problem but if you're extending something that is both complicated and wasn't meant to be extended upon, it starts becoming a problem.

C# doesn't really have this problem because instead of including header files, it does that "using blahblahblah;" business which doesn't run into include order problems.

C# is "open source" but it was invented by Microsoft and is hard to use without dealing with Microsoft. I don't want to contribute to the agenda of proprietary software in any capacity so I make all my projects in C++. C++ is very powerful but for certain gaming-oriented use cases, while it is the best choice most of the time it's not the best choice all the time.

How do I use C# in a responsible and open-source way? Do I just have to avoid using visual studio? I don't own a single Windows or Mac computer that actually boots up. Do I avoid dotnet framework? Do I have to avoid everything dotnet? What about Net Core?

Typing g## into a terminal window isn't a thing so what's the FOSS way to use C#?

1424
 
 

OneNote does not have export to plaintext files. However I found this cool little program to export all my notes to markdown in one go.

But, turns out that OneNote only lets you export to .docx if you have Word installed too, so you need to have that (the program then converts the .docx to .md with Pandoc).

Anyway, just sharing it here in case someone finds it useful to get away from vendor-locked notes. There are a few different projects on GitHub that do this, but this one was the one that worked best for me.

1425
 
 

Using php + sql and maybe a little javascript is generally an OK-ish method that has few strings attached and runs on anything. However there are a lot of modern frameworks that let you do a lot more stuff. There things like django, firebase, blazor, asp net or whatever but what FOSS equivalent to this "next gen" web development stuff should we be using?

view more: ‹ prev next ›