this post was submitted on 20 Jan 2024
39 points (100.0% liked)

Chat

7520 readers
6 users here now

Relaxed section for discussion and debate that doesn't fit anywhere else. Whether it's advice, how your week is going, a link that's at the back of your mind, or something like that, it can likely go here.


Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
 

I’m trying to get accustomed to writing asynchronous/concurrent Rust or any language!

I just want to build software that helps people, and hopefully makes friends along the way.

all 19 comments
sorted by: hot top controversial new old
[–] [email protected] 8 points 1 year ago* (last edited 1 year ago)

Google Maps replacement with local bus, transit, bike path navigation integration would be pretty sweet to see as a FOSS Rust app

[–] [email protected] 3 points 1 year ago (1 children)

I'd like a FOSS equivalent to Google Pay, but I understand it's more complicated than just writing an app.

[–] [email protected] 2 points 1 year ago (1 children)
[–] [email protected] 4 points 1 year ago (1 children)

Not Google Play, Google Pay. The NFC payments app.

[–] [email protected] 1 points 1 year ago (1 children)

Oh sorry I’m dumb. You could copy the NFC chip of your bank card on an open-source app on your phone. Maybe it would do the job?

[–] [email protected] 2 points 1 year ago (1 children)

I have no idea how to do that. Is it something you've done before?

[–] [email protected] 2 points 1 year ago

I looked at how to do that it is not that easy… the banking system is so closed :(

[–] [email protected] 3 points 1 year ago

A book/movie/object collection shelf app that has barcode scan, ISBN search, and custom database entries like money spent. They were really popular in the early 2010s but mostly subscription based and Mac only. I could probably repurpose something like Calibre to do similar things but that's a bit overkill and a lot of non-book entries would take too long to setup.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Background:

I use Obsidian for journaling and knowledge management. Each page is saved as an individual .txt file rather than in some database which ensures continuity of my data even if I switch applications one day.

I sync the files between my devices using Syncthing. Some of my notes are collaborative with others: by sorting my notes into specific folders and syncing select folders to select devices I have a notes library with a mix of personal and shared notes.

Syncthing is good at managing file conflicts. It surfaces the conflict and lets you select which file should remain. It also has options for very good versioning control.

Answer:

So, to your question, I would love to contribute to Syncthing to provide an optional capability to merge content from two conflicting .txt files rather than selecting one or the other. This would greatly improve the collaborative experience when using Syncthing to manage notes in Obsidian or similar applications.

I think there are a not-insignificant number of people who could get value from this. Syncthing is written in GO, and I've never contributed to an open source project before. I'm looking forward to giving it a shot but if someone else starts first that's just fine with me. :)

[–] [email protected] 1 points 1 year ago

Maybe you want to do that in collaboration?

[–] [email protected] 1 points 1 year ago

I'd like a functional local LLM app for Android. I tried MLCChat, but it just spat out gibberish. I tried installing llamafile on a Linux VM with Termux, but it didn't work.