Free OpenSource Software

424 readers
1 users here now

A group for FOSS enthusiasts sharing news and projects on Free and Open Source Software and Operating Systems, including GNU/Linux, Android, applications, and more.

founded 10 months ago
MODERATORS
1
 
 

Hi all,

I'm wondering if there's anything out there that's decent for using voice command and natural language queries to help me - preferably one that can run on Android, but Linux would do also. Basically a FOSS version of Siri, but maybe more effective in terms of natural language. Siri is actually quite good at what it does, but what it does is very limited. It's mostly limiter to a robust set of voice activated commands than an actual assistant with natural language flexibility.

If nothing's available I figure I could use an Android device with a custom ROM and use one of the ones that aren't FOSS, and just keep that device free of any personal info.

Please advise, thanks.

2
 
 

cross-posted from: https://libretechni.ca/post/302171

The websites of trains, planes, buses, and ride shares have become bot-hostile and also tor-hostile. This forces us to make a manual labor-intensive effort of pointing and clicking through shitty proprietary GUIs. We cannot simply query for the cheapest trip over a span of time for specified parameters of our choice. We typically must also search one day per query.

Suppose I want to go to Paris, Lyon, Lille, or Marseilles, and I can leave any morning in the next 2 weeks. Finding the cheapest ticket requires 56 manual web queries (4 destinations × 14 days). And that’s for just one carrier. If I want to query both Flixbus and BlaBlaCar, we’re talking 112 queries. Then I have to keep notes - a shortlist of prospective tickets. Fuck me. Why do people tolerate this? (They probably just search less and take a suboptimal deal).

If we write web scraping software, the websites bogart their inventory with anti-bot protectionist mechanisms that would blacklist your IP address. Thereafter, we would not even be able to do manual searches. So of course a bot would have to run over Tor or a VPN. But those IPs are generally blocked outright anyway.

The solution: MitM software

We need some browser-independent middleware that collects the data and shares it. Ideally it would work like a special purpose socat command. It would have to do the TLS handshake with the travel site and offer a local unencrypted port for the GUI browser to connect to. That would be a generic tool comparable to Wireshark (or perhaps #Wireshark can even serve this purpose?) Then a site-specific program could monitor the traffic, parse it, and populate a local SQLite DB. Another tool could sync the local DB with a centralised cloud DB. A fourth tool could provide a UI to the DB that gives us the queries we need.

A browser extension that monitors and shares would be an alternative solution -- but not as good. It would impose a particular browser. And it would be impossible to make the connection to the central DB over Tor while making the browser connection over a different network.

Fares often change daily, so the DB would of course timestamp fares. Perhaps an AI mechanism could approximate the price based on past pricing trends for a particular route. A Flixbus fare will start at 10 but climb to 40 on the day of travel. Stale price quotes would obviously be inexact but when the DB shows an interesting price and you search it manually, the DBs would be updated. The route and schedule info would of course be quite useful (and unlikely stale).

The end result would be an Amadeus DB of sorts, but with the inclusion of environmentally sound ground transport. It could give a direct comparison and perhaps even cause air travelers to switch to ground travel. It could even give us a Matrix ITA Software UI/query tool that’s more broad.

3
 
 

This article will show you how to find out exactly which layer is causing your FreeCAD file to balloon in size, by getting a granular list of all of the layers in your document tree, sorted by size.

Troubleshooting Large File Sizes in FreeCAD

Who is Eco-Libre?

Eco-Libre is a volunteer-run project that designs libre technology for sustainable communities.

Eco-Libre's mission is to research, develop, document, teach, build, and distribute open-source technology that sustainably enfranchises communities' human rights.

We aim to provide clear documentation to build low-cost machines, tools, and infrastructure for people all over the world who wish to live in sustainable communities with others.

Contribute to Eco-Libre

If you'd like to help Eco-Libre reach our mission to enfranchise sustainable communities' human rights with libre tech, please contact us to get involved :)

Join Us
eco-libre.org/join

Cheers,
The Eco-Libre Team
https://www.eco-libre.org/

4
 
 

Is there an app for codeberg on ios? I've been using github on ios for a couple thi gs here & there and it's convenient. So I was wondering if there was one for codeberg?

5
6
 
 

The documentation of every FOSS tool I encounter leaves something significant to be desired. The state of docs in software (FOSS and non-FOSS both) are mostly a shit-show across the board.

But exceptionally, the gnucash project demonstrates exceptionally good docs. There is a separate package for the docs in Debian (gnucash-docs), which is what the Debian project suggests when the docs are significant in size. The /usr/share/doc/gnucash-docs dir has:

AUTHORS
changelog.Debian.gz
changelog.gz
copyright
gnucash-guide-de/
gnucash-guide-de.pdf.gz
gnucash-guide-en/
gnucash-guide-en.pdf.gz
gnucash-guide-it/
gnucash-guide-it.pdf.gz
gnucash-guide-ja/
gnucash-guide-ja.pdf.gz
gnucash-guide-pt/
gnucash-guide-pt.pdf.gz
gnucash-help-de/
gnucash-help-de.pdf.gz
gnucash-help-en/
gnucash-help-en.pdf.gz
gnucash-help-it/
gnucash-help-it.pdf.gz
gnucash-help-pt/
gnucash-help-pt.pdf.gz
NEWS.gz
README.gz

PDFs are great because web browsers and HTML have become such a shit-show. PDFs nearly guarantee you will see the doc as intended by the creator, without any dependency on a functional cloud with hosts that never change. There is also an HTML version that simply works offline, images and all (unlike ImageMagick, where the offline HTML is totally dysfunctional). The app’s built-in help goes straight to the topic seamlessly. It’s quite thorough documentation. They have 184 figures.

The only thing they seemed to have missed:

$ man gnucash
No manual entry for gnucash

Oops! Can’t get everything right.

One of the shittiest things I’ve seen on a lot of projects are docs that reference Cloudflare sites. 🤦 So you not only need Internet access, but you also need to lick Cloudflare’s boots, dance for the captchas, etc. And the Debian project is okay with that - yikes! I don’t think gnucash does that anywhere.

Anyway, before documenting a FOSS package, please look at gnucash for a good example (but of course there should always be a man page).

7
 
 

Cross posting from
https://piefed.social/post/975503

I'm asking for a friend, since I also am interested.

"Speaking of food tracking, anyone know of anything simple that will let me do that. Used to have one but they all turned into sub fees and pushing upgrades and meal plans and crap

I just want to be able to select an apple or compile ingredients totals into a sandwich recipe I don't need to pay $8 a month for that"

I might as well look for FOSS ones

8
 
 

Sly has an android app on playstore too which works pretty well I just wanted to share it here if someone needs a simple photo editor cuz aosp's built in one is kinda bad imo. Have a nice day/night~ meow

9
 
 

fuck yeah!!

10
9
submitted 5 months ago* (last edited 5 months ago) by MITM0@lemmy.world to c/foss
 
 

Are there any serious attempts (Not talking about NewPipe) on creating a truly FOSS alternative/Clone of FUTO's GrayJay app ??

11
 
 

I just can't find any!

12
 
 

Throw this python plugin into your GIMP 3.0.0 installation's plugin folder (if you already have gimp installed, uninstall it and make a fresh install, at least that is my advice).

When you open GIMP under "File" is the "Batch Convert" option, which brings up a really nice GUI for doing conversion of image files, but also basic edits.

I know there are command line utilities for this kind of thing, I know there are paid commercial programs that do this kind of thing.. but having an open source optional-GUI utility that does this that also happens to be attached to an extremely mature and fully featured open source image editor is pretty awesome.

https://kamilburda.github.io/batcher/

https://www.gimp.org/

13
 
 

Looking for your personal lists of Github repositories, which might be deleted from Github at some point, for whatever reason. For example, the maintainer might delete his account from Github or archive all his repositories.

A famous example of an open source project, which had trouble to continue thriving, is youtube-dl.

Which projects' repositories do you think are worth backing up?

14
 
 

For me, it’s obviously Linux.

But after that, it has to be Haskell.

15
 
 

Cross-posted from "finance management software suggestions" by @mike_wooskey@lemmy.thewooskeys.com in !foss@beehaw.org


I used to use Quicken long ago but have been using Moneydance for many years to manage my personal finances. But Moneydance is propietary software and I prefer FOSS now. What's your preferred finance management software?

Thing I need it to do:

  • manage different accounts (common types are banks, credit cards, loans, assets)
  • have basic reporting (e.g., categorized expenses per time period)
  • preferably uses tags
  • export or copy reports or data - could be excel or csv or something that can be pasted or imported into spreadsheets
  • self-hostable with a web app

I'm not a fan of software that's budget-focused. I don't mind it having some budgeting functionality, but I don't want opinionated software to force me to manage my money a certain way. I just want felxible software to help me manage my software how I want to manage it.

I'm wary of source-available/freemium/dual-licensed/open-core licenses. It can't hurt to suggest such apps if you like them and I'll take a look, but I think it's not likely that I'll buy into that philosophy.

So what software do you use and like?

16
 
 

it's that time of year again, and i was wondering if there were any free and open source alternatives to advent of code. i've searched a little in the past but to no avail, anyone know of one?

17
9
submitted 9 months ago by jerry to c/foss
 
 

Hi all. This community was created for a spambot (tuxbot) but it appears to have some following. Is anyone interested in moderating the community?

18
19
20
2
submitted 10 months ago by tuxbot to c/foss
21
22
23
24
3
submitted 10 months ago by tuxbot to c/foss
25
view more: next ›