I'm working on a fun personal project to replace insomnia/postman. I am adding pre-request and post-request scripts, open API/swagger support, and NO logins.
Open Source
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
I've been working on my economy overview website Keizai for the past 2-3 months. And started to develop the new version of my weather service Serenum few weeks ago. Only the landing page are done for now.
Keizai are basically all done. Just some tweaks and improvements here and there left to do. Also planning some new features.
The current version of Serenum works, but it is slow. The new version will be faster since the new API will cache the data. And instead of OpenWeatherMap (that logs "a lot" of data upon API request), the new version of Serenum API will use met.no (weather API from Norway with zero (0) logging).
I'm working on a clipboard manager for kde, the existing ones does not satisfy me
https://codeberg.org/tubbadu/superklipper.git
Been working on a personal project to display my Spotify playing info onto a LED matrix display (with lots of visual goodies) and allow for physical buttons to control playback, lookup the artist on Wikipedia, open their bandcamp profile, and eventually to find what songs they do not have on Spotify.
It's still in its infancy but it's allowing me to work on blending software, hardware, and design all together in a fun, interactive way.
I don't have a TV in my living room but listen to music 24/7 and my wife would like a way to see what weird shit we're listening to.
Playing around with an Odroid. Retro gaming / media server.
Just ordered the PCBs for my second, custom layout split keyboard, the triboard. I'm also working on a service status watcher + page called swec. It will eventually be able to notify you through gotify whenever your services are down, and maybe even redirect clients to the status page. Some other features include custom downtime messages.
I'm working on !boinc@sopuli.xyz and !gridcoin@lemmy.ml . BOINC is a tool used by scientists to distribute computational workloads to the computers of volunteers, Gridcoin is a cryptocurrency which issues rewards for people who use BOINC (like mining crypto but for science instead of hashes). I'm not a direct dev on either project, but I code tools which make those projects easier to use, write documentation, etc.
Thanks for the thread. It gave me motivation to push https://github.com/bjoern-tantau/diarrhea4 to Github. My idea of a game with the name "Diarrhea 4".
I've been working on a fun little project, similar to the watch party website, where you can enter a YouTube link and have it synchronised so you can watch and chat with a friend. Very basic functionality at the moment, and I'm hoping to add more functionality over time.
I'm building a Lemmy/Kbin clone, using Python (Flask framework). I'm about 3 months in so the basics are there but it's definitely still half-baked..
If this sounds like something you'd like to contribute to, pop your email address into this form https://rimu.geek.nz/piefed-comms/?p=subscribe and I'll keep you in the loop!
That sounds awesome. What license will it be under? I think the world really needs a Lemmy implementation under a more permissive license than the AGPL.
My first instinct is to go for AGPL but the whole licensing debate isn't something I've ever really engaged with so I'm not really making an informed decision about that.
What's the advantages of a more permissive license?
I think frankly the AGPL shouldn't even be considered a free license. Merely running the program, even modified, shouldn't require you to publish the source code you run on your machine without distributing it.
In terms of practical advantages, a more permissive license will boost fediverse adoption by businesses, which I think is desirable.
I'm currently contributing to osm and reverse enginnering the Sound Blaster Command for my Sound BlasterX G6 to make a Command Software for linux, currently in early stage but first I need to understand more about the protocol.