Has anyone worked on detecting fake job postings? Looking for references
I’m exploring an idea to tackle fake job ads by cross-verifying postings with official company sites (extract company → check careers page → confirm if the job exists).
Before I dive in, I’d like to know:
Has anyone seen similar research, startups, or tools?
Any references, datasets, or prior work I should look into?
Thanks for any pointers 🙏
https://redd.it/1n82gya
@r_opensource
I’m exploring an idea to tackle fake job ads by cross-verifying postings with official company sites (extract company → check careers page → confirm if the job exists).
Before I dive in, I’d like to know:
Has anyone seen similar research, startups, or tools?
Any references, datasets, or prior work I should look into?
Thanks for any pointers 🙏
https://redd.it/1n82gya
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
Love Bruno API client but hate Electron apps? Trayce is a Bruno-interoperable client.
Hi all, I would like to share an app I have been developing called Trayce. It is born out of my frustration with existing API clients which seem to all be based on Electron or some kind of browser-rendered GUI.
I really like the way Bruno lets you save requests in git-friendly files, so I decided not to re-invent the wheel and made Trayce use exactly the same file format as Bruno. This means you can open Bruno collections with Trayce, modify them, and they will still work with the Bruno client.
On top of that it lets you monitor Docker network traffic, including TLS-encrypted traffic, without the need for a proxy or custom CA certificates.
Any feedback would be much appreciated, I would especially like to know if there are any features you would like to see added. Thanks!
https://trayce.dev/
https://redd.it/1n84ek8
@r_opensource
Hi all, I would like to share an app I have been developing called Trayce. It is born out of my frustration with existing API clients which seem to all be based on Electron or some kind of browser-rendered GUI.
I really like the way Bruno lets you save requests in git-friendly files, so I decided not to re-invent the wheel and made Trayce use exactly the same file format as Bruno. This means you can open Bruno collections with Trayce, modify them, and they will still work with the Bruno client.
On top of that it lets you monitor Docker network traffic, including TLS-encrypted traffic, without the need for a proxy or custom CA certificates.
Any feedback would be much appreciated, I would especially like to know if there are any features you would like to see added. Thanks!
https://trayce.dev/
https://redd.it/1n84ek8
@r_opensource
IndiaExams Database - Practice contributing to open source
Hello everyone :>
Remember how sometimes it feels like there are a million entrance exams in India, and you’re never quite sure which ones actually fit your background or interests? Well, the IndiaExams Database is aiming to solve that by crowdsourcing detailed info on all the exams you’ve probably never heard of (but might want to know about).
Right now, there are over 200 exams waiting to be filled in with details like eligibility, dates, and official links. And here’s the exciting part: since contributions doesn't require coding, we can practise making pr's and open source contribution through this and we’ll fill up this resource really fast too— making life easier for thousands of students to come.
How to contribute (it’s really simple!):
1. Go to the Issues tab in the project GitHub repo and choose an exam you want to work on.
2. Each issue corresponds to a text-only
3. Fill out the blanks in the file with verified info.
4. Create a Pull Request (PR) on GitHub and mention the corresponding issue number.
That’s it! No complicated tasks — just helping add info exam by exam. Plus, if you prefer later, you can help by verifying info others added, too.
Whether you’re looking to boost your GitHub profile, contribute to an impactful project, or just learn about all the exams out there, this is a friendly, collaborative way to help your fellow students out.
Shoot me a message or comment below if you have any doubts or suggestions
Let’s make this project really shine together!
https://redd.it/1n8499s
@r_opensource
Hello everyone :>
Remember how sometimes it feels like there are a million entrance exams in India, and you’re never quite sure which ones actually fit your background or interests? Well, the IndiaExams Database is aiming to solve that by crowdsourcing detailed info on all the exams you’ve probably never heard of (but might want to know about).
Right now, there are over 200 exams waiting to be filled in with details like eligibility, dates, and official links. And here’s the exciting part: since contributions doesn't require coding, we can practise making pr's and open source contribution through this and we’ll fill up this resource really fast too— making life easier for thousands of students to come.
How to contribute (it’s really simple!):
1. Go to the Issues tab in the project GitHub repo and choose an exam you want to work on.
2. Each issue corresponds to a text-only
.yml file — open it to see what info is needed and do some research online. Official websites, notifications, and PDFs are the best sources.3. Fill out the blanks in the file with verified info.
4. Create a Pull Request (PR) on GitHub and mention the corresponding issue number.
That’s it! No complicated tasks — just helping add info exam by exam. Plus, if you prefer later, you can help by verifying info others added, too.
Whether you’re looking to boost your GitHub profile, contribute to an impactful project, or just learn about all the exams out there, this is a friendly, collaborative way to help your fellow students out.
Shoot me a message or comment below if you have any doubts or suggestions
Let’s make this project really shine together!
https://redd.it/1n8499s
@r_opensource
GitHub
GitHub - lalithaar/indian-exams-database: Find the exam you didn't know existed (but probably should take)
Find the exam you didn't know existed (but probably should take) - lalithaar/indian-exams-database
Looking for realtime speech to text that works offline in a smartphone
I was looking at realtime speech to text solutions that work offline & can run on a smartphone.
I stumbled upon Google's Live transcibe which worked flawlessly even when I turned off my internet on my phone. Way better than Samsung galaxy voice trannoscription which I guess needs internet as well.
Google claims to have open sourced the tech but they don't mention how their offline models work.
https://github.com/google/live-transcribe-speech-engine
Does anyone has any idea how can I access the live transribe API offline? I wanted to build a audio note taking app based on it.
https://redd.it/1n86wyj
@r_opensource
I was looking at realtime speech to text solutions that work offline & can run on a smartphone.
I stumbled upon Google's Live transcibe which worked flawlessly even when I turned off my internet on my phone. Way better than Samsung galaxy voice trannoscription which I guess needs internet as well.
Google claims to have open sourced the tech but they don't mention how their offline models work.
https://github.com/google/live-transcribe-speech-engine
Does anyone has any idea how can I access the live transribe API offline? I wanted to build a audio note taking app based on it.
https://redd.it/1n86wyj
@r_opensource
GitHub
GitHub - google/live-transcribe-speech-engine: Live Transcribe is an Android application that provides real-time captioning for…
Live Transcribe is an Android application that provides real-time captioning for people who are deaf or hard of hearing. This repository contains the Android client libraries for communicating with...
How do you keep a private version of your repo that is sync with the public one ?
Hello, I want to make an open source project but I'd like to have only the source code in the public repo, and have a private repo that would contains workflow, secrets and other things to deploy it on my own server
In github or even in general how would you achieve this ? Since you add workflow files to the private repo wouldn't you have conflict between the public and private repo ?
https://redd.it/1n8c66z
@r_opensource
Hello, I want to make an open source project but I'd like to have only the source code in the public repo, and have a private repo that would contains workflow, secrets and other things to deploy it on my own server
In github or even in general how would you achieve this ? Since you add workflow files to the private repo wouldn't you have conflict between the public and private repo ?
https://redd.it/1n8c66z
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
My first solo OpenSource project! OutputBuddy, a CLI tool for redirecting command output intelligently
https://github.com/zmunro/outputbuddy
Often times I find myself wanting to run commands in the terminal that are going to be running for a long time, and I want to look at the logs later. One way of solving this is to pipe stdout and stderr to a file (if you remember how to do that) and then
OutputBuddy allows you to easily redirect stdout and stderr to files and/or the terminal while stripping the the ANSI characters for terminal colors and loading bars/spinners when writing to the files.
The minimum you have to do to use it is:
The above command will redirect stdout and stderr to a file called
# Custom logging: redirect both to a specific file AND show on terminal
ob stderr+stdout=output.log stderr+stdout -- python noscript.py
# Or use the shorthand of 2 and 1 for stderr and stdout respectively
ob 2+1=output.log 2+1 -- python noscript.py
# Separate stdout and stderr to different files
ob 1=out.log 2=err.log -- make
# Only log errors, but still show them on screen
ob 2=errors.log 2 -- ./my-program
https://redd.it/1n8eerh
@r_opensource
https://github.com/zmunro/outputbuddy
Often times I find myself wanting to run commands in the terminal that are going to be running for a long time, and I want to look at the logs later. One way of solving this is to pipe stdout and stderr to a file (if you remember how to do that) and then
tail -f that file while the command is running to see what it says. My grievances with this process was that it took up time, I had to either choose to see loading bars and progress meters and have them clutter up the logs or to forego seeing progress bars entirely by disabling them.OutputBuddy allows you to easily redirect stdout and stderr to files and/or the terminal while stripping the the ANSI characters for terminal colors and loading bars/spinners when writing to the files.
The minimum you have to do to use it is:
ob -- <your-command-here>The above command will redirect stdout and stderr to a file called
buddy.log in the current directory, and also write stdout and stderr to a file. You can override this default behavior using by doing things like the following:# Custom logging: redirect both to a specific file AND show on terminal
ob stderr+stdout=output.log stderr+stdout -- python noscript.py
# Or use the shorthand of 2 and 1 for stderr and stdout respectively
ob 2+1=output.log 2+1 -- python noscript.py
# Separate stdout and stderr to different files
ob 1=out.log 2=err.log -- make
# Only log errors, but still show them on screen
ob 2=errors.log 2 -- ./my-program
https://redd.it/1n8eerh
@r_opensource
GitHub
GitHub - zmunro/outputbuddy: A command line utility tool for redirecting command output intelligently
A command line utility tool for redirecting command output intelligently - zmunro/outputbuddy
Open Source LangGraph Platform Alternative (Self Host LangGraph Agents for Free)
I got tired of LangGraph Platform's pricing so I built an open-source alternative.
Why LangGraph Platform is frustrating:
Self-hosted "lite" has no authentication
Enterprise self-hosting costs a fortune
SaaS forces you to use LangSmith
Pricing punishes your success
Complete vendor lock-in
So I built Aegra:
✅ Same LangGraph SDK
✅ Your infrastructure
✅ 5-minute Docker setup
✅ Apache 2.0 license
✅ Zero lock-in
The response has been amazing:
92 GitHub stars in 3 weeks
Real projects migrating over
Developers saying it "saved their life"
One user told me: "You save my life. I am doing A state of art chatbot for mental Health and the Pay for execution node killed my project."
That hit different.
⭐ GitHub: https://github.com/ibbybuilds/aegra
The open source community deserves better alternatives to expensive SaaS platforms.
Would love your feedback!
https://redd.it/1n8e9nf
@r_opensource
I got tired of LangGraph Platform's pricing so I built an open-source alternative.
Why LangGraph Platform is frustrating:
Self-hosted "lite" has no authentication
Enterprise self-hosting costs a fortune
SaaS forces you to use LangSmith
Pricing punishes your success
Complete vendor lock-in
So I built Aegra:
✅ Same LangGraph SDK
✅ Your infrastructure
✅ 5-minute Docker setup
✅ Apache 2.0 license
✅ Zero lock-in
The response has been amazing:
92 GitHub stars in 3 weeks
Real projects migrating over
Developers saying it "saved their life"
One user told me: "You save my life. I am doing A state of art chatbot for mental Health and the Pay for execution node killed my project."
That hit different.
⭐ GitHub: https://github.com/ibbybuilds/aegra
The open source community deserves better alternatives to expensive SaaS platforms.
Would love your feedback!
https://redd.it/1n8e9nf
@r_opensource
GitHub
GitHub - ibbybuilds/aegra: Open source LangGraph Platform alternative - Self-hosted AI agent backend with FastAPI and PostgreSQL.…
Open source LangGraph Platform alternative - Self-hosted AI agent backend with FastAPI and PostgreSQL. Zero vendor lock-in, full control over your agent infrastructure. - ibbybuilds/aegra
330+ data teams share what's working (and what's not) - the report
The Metabase Community Data Stack Report 2025 is just out of the oven 🥧
We asked 338 teams how they build and use their data stacks, from tool choices to AI adoption, and built a community resource for data stack decisions in 2025.
Some of the findings:
Postgreswins everything: #1 transactional database AND #1 analytics storage
50% of teams don't use data warehouses or lakes
Most data teams stay small (1-3 people), even at large companies
Trust in AI is shaky: average confidence only 5.5/10
But there's much more to see. Read the full report here or dive deeper into the raw data.
https://redd.it/1n8gi6v
@r_opensource
The Metabase Community Data Stack Report 2025 is just out of the oven 🥧
We asked 338 teams how they build and use their data stacks, from tool choices to AI adoption, and built a community resource for data stack decisions in 2025.
Some of the findings:
Postgreswins everything: #1 transactional database AND #1 analytics storage
50% of teams don't use data warehouses or lakes
Most data teams stay small (1-3 people), even at large companies
Trust in AI is shaky: average confidence only 5.5/10
But there's much more to see. Read the full report here or dive deeper into the raw data.
https://redd.it/1n8gi6v
@r_opensource
Metabase | Open source Business Intelligence and Embedded Analytics
The 2025 Metabase Community Data Stack Report
Explore real-world trends in data tooling with the 2025 Metabase Community Data Stack Report. Based on hundreds of lived experiences, this guide reveals how teams actually build and evolve their modern data stacks.
For 2 years my api testing was a mess of go noscripts. so I merged them into (apter), a single binary tool
Hey everyone,
So for like 2 years my workflow for api testing has been these individual go noscripts i wrote for myself. They were super basic, just used static data to hit my local apis. they worked, but it was getting messy.
I got tired of the overhead with big gui tools and didnt want a nodejs runner just for some simple ci tests, so i decided to actually improve my own noscripts. i merged them all together, added a bunch of features I always wanted, and just released it as an open source tool I'm calling apter.
The whole idea is simple: one binary, no dependencies. it covers the whole testing lifecycle. It's all in Go so its super fast.
Features
Run API tests (apter run): This is the main thing you just write your tests in simple json files and its all declarative.
Record Tests (apter record): You run it as a proxy, use your app or curl, and it just writes the test file for you from your traffic.
Verify Traffic (apter verify): you run this while you're coding. It watches your api calls and checks them against your tests as they happen, so you know right away if you broke something.
Instant Mocking (apter replay): just point it at a test file and it becomes a mock server. its good for frontend when the backend isnt ready.
I just put up the first release with binaries for mac, windows, and linux. hoping maybe some of you might find it useful too.
You can check it out on github: https://github.com/Muntader/apter
https://redd.it/1n8etk9
@r_opensource
Hey everyone,
So for like 2 years my workflow for api testing has been these individual go noscripts i wrote for myself. They were super basic, just used static data to hit my local apis. they worked, but it was getting messy.
I got tired of the overhead with big gui tools and didnt want a nodejs runner just for some simple ci tests, so i decided to actually improve my own noscripts. i merged them all together, added a bunch of features I always wanted, and just released it as an open source tool I'm calling apter.
The whole idea is simple: one binary, no dependencies. it covers the whole testing lifecycle. It's all in Go so its super fast.
Features
Run API tests (apter run): This is the main thing you just write your tests in simple json files and its all declarative.
Record Tests (apter record): You run it as a proxy, use your app or curl, and it just writes the test file for you from your traffic.
Verify Traffic (apter verify): you run this while you're coding. It watches your api calls and checks them against your tests as they happen, so you know right away if you broke something.
Instant Mocking (apter replay): just point it at a test file and it becomes a mock server. its good for frontend when the backend isnt ready.
I just put up the first release with binaries for mac, windows, and linux. hoping maybe some of you might find it useful too.
You can check it out on github: https://github.com/Muntader/apter
https://redd.it/1n8etk9
@r_opensource
GitHub
GitHub - Muntader/apter: A blazingly fast, simple, and powerful CLI for API testing. Written in Go.
A blazingly fast, simple, and powerful CLI for API testing. Written in Go. - Muntader/apter
I'm worried about negative ratings for my software.
Hello! I created an add-on for QGIS, an open-source GIS software. Several users have emailed me thanking me for providing this tool to the community and requesting new implementations. I love it. However, out of the blue, people sometimes give the add-on negative reviews without explanation, without even sending an email complaining about a bug or anything like that. This worries me a lot. Has anyone else experienced this?
https://redd.it/1n8inun
@r_opensource
Hello! I created an add-on for QGIS, an open-source GIS software. Several users have emailed me thanking me for providing this tool to the community and requesting new implementations. I love it. However, out of the blue, people sometimes give the add-on negative reviews without explanation, without even sending an email complaining about a bug or anything like that. This worries me a lot. Has anyone else experienced this?
https://redd.it/1n8inun
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
I built (yet another) open source MCP Gateway
Hey all,
I built an open source MCP gateway with an admin dashboard. I know there's a few of them floating around already but wanted to create one in Golang for high throughput + lower memory requirements.
Here are the core initial features:
* Security (JWT, OAuth2, Role-base access control, Ratelimiting)
* MCP Server discovery
* Proxies all major MCP protocols - JSON-RPC, websockets, SSE, stdio, streamable HTTP, etc.
* Namespaces for grouping MCP servers
* Built-in plugins: PII filtering, content filtering, etc.
* Logging/metrics
* Custom plugins
* Admin dashboard
Potential roadmap (pending what is in demand or piques my interest!):
* Auto-deployments via helm charts, ??
* Session tracking
* Built-in external integrations within the admin dashboard
* LLM model toggles on/off
* ???
GitHub repo: [https://github.com/theognis1002/mcp-gateway](https://github.com/theognis1002/mcp-gateway)
Blog for more details: [https://theogn1s.substack.com/p/mcp-gateways-are-critical-in-organizations?r=1gl8cr](https://theogn1s.substack.com/p/mcp-gateways-are-critical-in-organizations?r=1gl8cr)
https://redd.it/1n8i4tq
@r_opensource
Hey all,
I built an open source MCP gateway with an admin dashboard. I know there's a few of them floating around already but wanted to create one in Golang for high throughput + lower memory requirements.
Here are the core initial features:
* Security (JWT, OAuth2, Role-base access control, Ratelimiting)
* MCP Server discovery
* Proxies all major MCP protocols - JSON-RPC, websockets, SSE, stdio, streamable HTTP, etc.
* Namespaces for grouping MCP servers
* Built-in plugins: PII filtering, content filtering, etc.
* Logging/metrics
* Custom plugins
* Admin dashboard
Potential roadmap (pending what is in demand or piques my interest!):
* Auto-deployments via helm charts, ??
* Session tracking
* Built-in external integrations within the admin dashboard
* LLM model toggles on/off
* ???
GitHub repo: [https://github.com/theognis1002/mcp-gateway](https://github.com/theognis1002/mcp-gateway)
Blog for more details: [https://theogn1s.substack.com/p/mcp-gateways-are-critical-in-organizations?r=1gl8cr](https://theogn1s.substack.com/p/mcp-gateways-are-critical-in-organizations?r=1gl8cr)
https://redd.it/1n8i4tq
@r_opensource
GitHub
GitHub - theognis1002/mcp-gateway: Model Context Protocol (MCP) Gateway & Registry - Central hub for managing tools, resources…
Model Context Protocol (MCP) Gateway & Registry - Central hub for managing tools, resources, and prompts for MCP-compatible LLMs. Translates REST APIs into MCP, builds virtual MCP servers w...
Auth Login System Wrapper
https://github.com/thelastone07/auth-login/
https://redd.it/1n8nuq7
@r_opensource
https://github.com/thelastone07/auth-login/
https://redd.it/1n8nuq7
@r_opensource
GitHub
GitHub - thelastone07/auth-login: End-to-end login/registration system
End-to-end login/registration system. Contribute to thelastone07/auth-login development by creating an account on GitHub.
Hey I have a idea for a app for apple or android
App Idea: A Screen Time App That Fights Back (Difficulty-Based Challenges)
Most screen-time apps just nag you or block apps after you’ve hit a limit. That works… if you don’t cheat. But what if using your phone was more like playing a game on “easy, medium, or hard”?
The idea:
• When you install the app, it reads your past screen time and assigns you a difficulty mode.
• Easy if you don’t use your phone much.
• Medium if you’re a heavier user.
• Hard if you’re glued to it.
• Each mode sets how many hours you can use apps per day.
• Every time you open an app, you face a challenge overlay before you can continue:
• Easy → Hold a button for 1 minute.
• Medium → Beat an impossible Tic-Tac-Toe bot.
• Hard → Play a full game of chess.
• If you pass your daily limit, the app still lets you play the challenge — but afterwards it just laughs and says “you’re over your limit 😂.”
Extra features could include:
• MDM profile option (like Opal) to make the app undeletable for stricter users.
• A lighthearted design so it feels like resistance training instead of punishment.
Why it’s different:
• Instead of just blocking, it eats into your time with challenges.
• Heavy users automatically get put on “hard mode,” so it scales with your habits.
• It’s funny, a little brutal, and feels more like a boss fight than a nagging parent.
Would love to see someone make this, especially as an open-source project so it can stay free and grow.
https://redd.it/1n8nwt8
@r_opensource
App Idea: A Screen Time App That Fights Back (Difficulty-Based Challenges)
Most screen-time apps just nag you or block apps after you’ve hit a limit. That works… if you don’t cheat. But what if using your phone was more like playing a game on “easy, medium, or hard”?
The idea:
• When you install the app, it reads your past screen time and assigns you a difficulty mode.
• Easy if you don’t use your phone much.
• Medium if you’re a heavier user.
• Hard if you’re glued to it.
• Each mode sets how many hours you can use apps per day.
• Every time you open an app, you face a challenge overlay before you can continue:
• Easy → Hold a button for 1 minute.
• Medium → Beat an impossible Tic-Tac-Toe bot.
• Hard → Play a full game of chess.
• If you pass your daily limit, the app still lets you play the challenge — but afterwards it just laughs and says “you’re over your limit 😂.”
Extra features could include:
• MDM profile option (like Opal) to make the app undeletable for stricter users.
• A lighthearted design so it feels like resistance training instead of punishment.
Why it’s different:
• Instead of just blocking, it eats into your time with challenges.
• Heavy users automatically get put on “hard mode,” so it scales with your habits.
• It’s funny, a little brutal, and feels more like a boss fight than a nagging parent.
Would love to see someone make this, especially as an open-source project so it can stay free and grow.
https://redd.it/1n8nwt8
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
Advice for Beginner Contributors?
Hello everyone,
I am a recent computer science graduate looking to strengthen my project portfolio and begin to make contributions to open source projects. Ideally, I would love to work with something I am passionate about, but I want to find a nice place to start. What advice, if any, would you give to a beginner contributor? I also wish to continue my work on my own personal projects and am interested in creating something that is open source.
Thank you!
https://redd.it/1n8tnki
@r_opensource
Hello everyone,
I am a recent computer science graduate looking to strengthen my project portfolio and begin to make contributions to open source projects. Ideally, I would love to work with something I am passionate about, but I want to find a nice place to start. What advice, if any, would you give to a beginner contributor? I also wish to continue my work on my own personal projects and am interested in creating something that is open source.
Thank you!
https://redd.it/1n8tnki
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
Looking for a Bubble Tea Go Library Contributor to Collaborate on TUI UI
Hi everyone,
I'm working on the backend for a project and want to create a TUI in Go using Bubble Tea. I'm looking for someone who is experienced with Bubble Tea to collaborate with — I can handle the backend, and they can help with the UI.
If you're interested in working together or have experience with Bubble Tea, please reach out! Would love to build something great with community help.
Thank you!
https://redd.it/1n8txed
@r_opensource
Hi everyone,
I'm working on the backend for a project and want to create a TUI in Go using Bubble Tea. I'm looking for someone who is experienced with Bubble Tea to collaborate with — I can handle the backend, and they can help with the UI.
If you're interested in working together or have experience with Bubble Tea, please reach out! Would love to build something great with community help.
Thank you!
https://redd.it/1n8txed
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
big upgrade, from problem map to global fix map, an open semantic firewall for ai
https://github.com/onestardao/WFGY/blob/main/ProblemMap/GlobalFixMap/README.md
https://redd.it/1n8wfda
@r_opensource
https://github.com/onestardao/WFGY/blob/main/ProblemMap/GlobalFixMap/README.md
https://redd.it/1n8wfda
@r_opensource
GitHub
WFGY/ProblemMap/GlobalFixMap/README.md at main · onestardao/WFGY
WFGY 2.0. Semantic Reasoning Engine for LLMs (MIT). Fixes RAG/OCR drift, collapse & “ghost matches” via symbolic overlays + logic patches. Autoboot; OneLine & Flagship. ⭐ Star if yo...
license understanding. for commercial purposes
GPL v3
AGPLv3
GPLV3 - MIT
Apache 2.0 ref 4.1
Apache 2.0 ref 5.1
Can someone explain to me the differences in these from a commercial use point of view, for a project. Using tools that have these licenses in different versions.
https://redd.it/1n8vx0l
@r_opensource
GPL v3
AGPLv3
GPLV3 - MIT
Apache 2.0 ref 4.1
Apache 2.0 ref 5.1
Can someone explain to me the differences in these from a commercial use point of view, for a project. Using tools that have these licenses in different versions.
https://redd.it/1n8vx0l
@r_opensource
Reddit
From the opensource community on Reddit
Explore this post and more from the opensource community
A while back, I posted about an all-in-one networking tool I was building. Thanks to your feedback!
Some of you might remember my post about a personal project I was working on to stop the endless juggling between PuTTY, Nmap, subnet calculators, and a dozen other apps. The feedback was awesome and really motivated me to keep pushing.
Based on the initial ideas and what I needed, here's what Ducky can do now:
Multi-Protocol Tabbed Terminal: Open as many tabs as you need for SSH, Telnet, and Serial (COM) connections. No more multiple PuTTY windows!
Real Terminal Experience: The terminal has command history (up/down arrows) and tab completion for common network commands. Backspace and arrow keys finally work just like you'd expect.
Network Discovery & Mapper: A tool that scans your local network and creates a basic visual map of all the devices it finds.
Essential Network Tools:
Ping, Traceroute, Port Scanner
Website Status Checker
IP Lookup (GeoIP/ASN info)
DNS Lookup (A, AAAA, MX, NS, TXT records)
Hostname <-> IP Converters
Essential Security Tools:
Vulnerability Scanner: Look up any software (like "Apache 2.4.51") to find its known CVEs from the NIST database.
Password Strength Analyzer: Instantly check how strong a password is.
Hash Calculator & Cracker: Calculate MD5/SHA hashes and run a basic dictionary attack.
And More: A dockable notepad, customizable themes, saved session manager, etc.
This is where I need your help!
The project is fully open-source on GitHub, and I'm looking to build what the community actually needs.
Got a Feature Idea or an Enhancement?
Found a Bug or something that feels clunky?
Please, head over to the **GitHub Issues page** and let me know! No idea is too small, and every bug report helps make the tool better for everyone.
Link to the full project on GitHub: https://github.com/thecmdguy/Ducky
Finally, I'm developing this in my free time. If you find Ducky useful and want to support its future development, you can buy me a coffee. It's never expected, but always deeply appreciated!
❤️ **Support the Project on Ko-fi**
https://redd.it/1n8ycz9
@r_opensource
Some of you might remember my post about a personal project I was working on to stop the endless juggling between PuTTY, Nmap, subnet calculators, and a dozen other apps. The feedback was awesome and really motivated me to keep pushing.
Based on the initial ideas and what I needed, here's what Ducky can do now:
Multi-Protocol Tabbed Terminal: Open as many tabs as you need for SSH, Telnet, and Serial (COM) connections. No more multiple PuTTY windows!
Real Terminal Experience: The terminal has command history (up/down arrows) and tab completion for common network commands. Backspace and arrow keys finally work just like you'd expect.
Network Discovery & Mapper: A tool that scans your local network and creates a basic visual map of all the devices it finds.
Essential Network Tools:
Ping, Traceroute, Port Scanner
Website Status Checker
IP Lookup (GeoIP/ASN info)
DNS Lookup (A, AAAA, MX, NS, TXT records)
Hostname <-> IP Converters
Essential Security Tools:
Vulnerability Scanner: Look up any software (like "Apache 2.4.51") to find its known CVEs from the NIST database.
Password Strength Analyzer: Instantly check how strong a password is.
Hash Calculator & Cracker: Calculate MD5/SHA hashes and run a basic dictionary attack.
And More: A dockable notepad, customizable themes, saved session manager, etc.
This is where I need your help!
The project is fully open-source on GitHub, and I'm looking to build what the community actually needs.
Got a Feature Idea or an Enhancement?
Found a Bug or something that feels clunky?
Please, head over to the **GitHub Issues page** and let me know! No idea is too small, and every bug report helps make the tool better for everyone.
Link to the full project on GitHub: https://github.com/thecmdguy/Ducky
Finally, I'm developing this in my free time. If you find Ducky useful and want to support its future development, you can buy me a coffee. It's never expected, but always deeply appreciated!
❤️ **Support the Project on Ko-fi**
https://redd.it/1n8ycz9
@r_opensource
GitHub
thecmdguy/Ducky
Ducky is a powerful, open-source, all-in-one desktop application built with Python and PySide6. It is designed to be the perfect companion for network engineers, students, and tech enthusiasts, com...
Sudoku v1.3.1 is here!
[Sudoku](https://flathub.org/apps/io.github.sepehr_rs.Sudoku) v1.3.1 is here with new changes and UI improvements!
* Sudoku now generates puzzles with a single unique solution.
* You can now add notes using Ctrl+number keys, thanks to [tahairavani](https://github.com/tahairavani)
* The pencil shortcut has been changed from Ctrl+P to P for easier use.
* Entry cells now support keyboard input from any keyboard layout.
* A bug causing incorrect cell conflict highlighting has been fixed.
* Notes are now autosaved.
* Focusing on a clue cell now highlights all cells with the same number.
Download it from here:
[https://flathub.org/apps/io.github.sepehr\_rs.Sudoku](https://flathub.org/apps/io.github.sepehr_rs.Sudoku)
Also, all contributions and issues are welcome!
If you happen to have any issues, please open an issue on our [Github](https://github.com/sepehr-rs/Sudoku) page.
https://redd.it/1n8zxbl
@r_opensource
[Sudoku](https://flathub.org/apps/io.github.sepehr_rs.Sudoku) v1.3.1 is here with new changes and UI improvements!
* Sudoku now generates puzzles with a single unique solution.
* You can now add notes using Ctrl+number keys, thanks to [tahairavani](https://github.com/tahairavani)
* The pencil shortcut has been changed from Ctrl+P to P for easier use.
* Entry cells now support keyboard input from any keyboard layout.
* A bug causing incorrect cell conflict highlighting has been fixed.
* Notes are now autosaved.
* Focusing on a clue cell now highlights all cells with the same number.
Download it from here:
[https://flathub.org/apps/io.github.sepehr\_rs.Sudoku](https://flathub.org/apps/io.github.sepehr_rs.Sudoku)
Also, all contributions and issues are welcome!
If you happen to have any issues, please open an issue on our [Github](https://github.com/sepehr-rs/Sudoku) page.
https://redd.it/1n8zxbl
@r_opensource
flathub.org
Install Sudoku on Linux | Flathub
Solve puzzles in style