Opensource by Reddit – Telegram
Opensource by Reddit
20 subscribers
5 photos
2 videos
9.56K links
Reddit's ♨️ take on Open Source Technology.

Join the discussion ➡️ @opensource_chats

Channel Inquiries ➡️ @group_contacts_bot

👄 TIPS ➡️➡️➡️ https://news.1rj.ru/str/addlist/mB9fRZOHTUk5ZjZk

🌈 made possible by
@reddit2telegram
@r_channels
Download Telegram
Is .devcontainer.json suitable PR material?

I find it most useful for niche or legacy projects that use old stacks that make it a pain to get started. Especially with PHP where you need many system dependencies.

Will open source projects appreciate tooling contributions like .devcontainer.json?

https://redd.it/1ooamy4
@r_opensource
Testing open source applications got annoying so now I'm trying to do something about it

tldr; I got annoyed spinning up a bunch of different open source applications, so I created an open source app that wants to make this process much quicker/easier. Please let me know if this is just my problem or if you can relate...

I've been spending the last couple of weeks experimenting with a ton of different self-hosted and local AI open source tools, and it started getting annoying.

It was probably taking an average (with huge variance) of 10 minutes to get each app working right, which doesn't seem like much at first. However, when you are experimenting with dozens of different apps, the time starts to add up. I think Docker Hub does a pretty good job at making this easier, but I thought it would be better if there was one place where you could just download any GitHub repo with one click (and delete it with one click). Docker Hub takes care of this problem for Docker containers, but there are more ways to spin up open source projects than just Docker containers.

Am I the only that gets annoyed by this, or can anybody else relate?

I was also thinking something like this could make open source apps more accessible to the average person, but I may be getting ahead of myself there.

You can find the open source project here: https://github.com/john-m24/playgrounds

https://redd.it/1oodrms
@r_opensource
Looking for a Creative UI/UX Designer (Figma) to Contribute to an Open-Source Project!

Hey folks! 👋

I’m currently working on an open-source appliance project and looking for a passionate UI/UX designer who can help bring our mobile application (priority) and website to life through Figma designs.

This is not a paid position, it’s a community-driven contribution, perfect for someone who wants to:

- Build an open-source portfolio
- Gain visibility as the project grows on GitHub and Reddit
- Work independently with minimal guidance, while expressing their creative freedom
- Collaborate on something meaningful with like-minded builders

If you’re someone who thrives on creativity, loves design challenges, and wants to leave your mark on an open-source project ------> DM me!

Let’s design something extraordinary together. 🚀

https://redd.it/1oog1yn
@r_opensource
Made an open source DSL called tagspeak

[msg@"🌍👋 Hello, Open Source!"] > [store@greeting]

[print@"Starting up TagSpeak demo..."]
[timeout@500ms]

[loop@3] {
[print@${greeting}]
[timeout@350ms]
}

[print@" Built with packets. Run like poetry. "]

In english: Hello!! Made an open source DSL I need help poking holes in! If anyone is interested I have a link to the repo. Sharing here because I'm wanting people to poke around with it. :D

https://redd.it/1ooivsi
@r_opensource
Stos - A Kotlin Multiplatform App for Browsing Issues

Stos is an open source Kotlin Multiplatform app that lets you browse, filter, and discuss issue lists.

The main goal of the project is to learn KMP with Jetpack Compose through real development experience and to create a client across different platforms.

Github repository - https://github.com/m4ykey/Stos

This project is based on the StackExchange API and aims to provide a clean, mobile-friendly way to browse and explore questions, answers, and user data from the StackExchange network.

If you're interested in contributing - whether by implementing API integration, improving UI in Compose, or experimenting with Kotlin Multiplatform - you're more than welcome to join!

The goal is simple: learn together and build something useful!

https://redd.it/1oofq9x
@r_opensource
Why is everything a SaaS nowadays?

More and more I see projects calling themselves FOSS alternatives to popular tools, and the first thing on their landing page is a pricing section.

Sure, they might let you self-host it with Docker or something, but… why do I need to host a video editor and open it in the browser? Just let me install it like a normal program.

I'm not trying to bash on FOSS projects — I obviously get the need for income, and I even support a few projects myself.

It’s just that so many of these come from web devs using Next.js, React, etc, and it feels like every project now has a cloud dashboard and subnoscription tier attached.

Maybe that's just where software development is heading as a whole, given how many Electron-based products we see nowadays.

This is just a rant, but I’m curious how others feel about this trend.

https://redd.it/1oooo96
@r_opensource
Which open-source tool do you wish had a better demo?

I started making short open source tool tutorials and keep noticing how many great tools don’t have demos that actually show what they do. Some are super useful but still feel hidden because no one has shown them off properly. Are there any that you wish had good demos or tutorials?

https://redd.it/1oosifa
@r_opensource
Contribute to Open Source

Hey everyone,
I’m an engineering student currently learning Go and Kotlin, I have been exploring some orgs for potential Google Summer of Code 2025 participation.

I want to ask that how people contribute to open source. I am a beginner and I want to contribute to open source and participate in GSoC. The challenge I’m facing is that most open-source projects look massive — even the “good first issues” feel complex when I try to set up the project or understand the codebase.

Here’s what I’d like advice on:

1. How do beginners realistically start contributing to such large open-source projects?
2. How do you pick issues that are actually beginner-friendly (not mislabeled)?
3. Should I begin with smaller standalone projects before targeting GSoC orgs?
4. Any recommended repos in Go, Kotlin that are truly beginner-accessible?

https://redd.it/1oov4sw
@r_opensource
I wrote zigit, a tiny C program to download GitHub repos at lightning speed using aria2c

Hey everyone!

I recently made a small C tool called zigit — it’s basically a super lightweight alternative to git clone when you only care about downloading the latest source code and not the entire commit history.

zigit just grabs the ZIP directly from GitHub’s codeload endpoint using aria2c, which supports parallel and segmented downloads.

check it out at : https://github.com/STRTSNM/zigit/

https://redd.it/1oowmi3
@r_opensource
Finally arrived – my Moto32 ESP32 Motogadget clone PCB!



After a painfully long wait, the boards from PCBWay finally landed, and honestly… they look awesome.
Double-layer, clean traces, perfect solder mask, connectors sit exactly how I planned – chef’s kiss. 👌

I flashed a quick test firmware just to make sure nothing is dead on arrival – simple LED on/off sequence using the relays – and everything powers up and switches correctly so far.
So at least the hardware isn’t a brick 😂

Next step:
load full firmware
test inputs (turn signals, horn, brake triggers)
Bluetooth config
mounting it on the bike

If everything passes, this could end up being a fully open-source Motogadget M-Unit alternative based on ESP32.

If anyone’s interested in schematics, firmware, or wants to help improve it – let me know. Happy to share and keep it open-source. 🛠️🔥

https://redd.it/1op3eq2
@r_opensource