1
19
2
3
submitted 5 days ago by wiki_me@lemmy.ml to c/opensource@lemmy.world
3
4
submitted 3 weeks ago* (last edited 3 weeks ago) by wiki_me@lemmy.ml to c/opensource@lemmy.world
4
6
submitted 1 month ago by wiki_me@lemmy.ml to c/opensource@lemmy.world
5
0
submitted 1 month ago by wiki_me@lemmy.ml to c/opensource@lemmy.world
6
7

iSH: An open source terminal for iOS/iPadOS

https://github.com/ish-app/ish

@opensource

7
0
8
4
submitted 1 month ago by wiki_me@lemmy.ml to c/opensource@lemmy.world
9
8
submitted 2 months ago by wiki_me@lemmy.ml to c/opensource@lemmy.world
10
4
Websurfx 1.15.0 release (programming.dev)

cross-posted from: https://programming.dev/post/13475052

Hello again!!

Sorry for the big delay in the announcements. I know it has been a long time I have not made any announcements, but I will try my best next time this doesn't happen again.

So, through the medium of this post I would like to share with you all the v1.15.0 major release version of the websurfx project which was released on the 25th of March.

If you are new, and you don't know what is websurfx then I would suggest taking a look at my previous post here:

https://programming.dev/post/2678496

Which covers in depth about what the project is and why it exists.

Credits

Before I share with you the changelog, what this release version means and a preview on what we are planning to work on for the next major release v2.0.0. I would first like to thank all our contributors and maintainers because of whom this was all possible. Specially I would like to thank spencerjibz, ddotthomas and evanyang1 who have been invaluable to the project. Also, Websurfx would not have been possible without alamin655 and xffxff early involvement.

Thanks 💖 to all the people involved in the project

Now, let's dive straight into what this release version actually means.

What does this release version means

This new release version v1.15.0 introduces the new ranking algorithm for search results on the search page which ranks the results based on the relevancy to the user's search query.

Changelog

The changelog of all the changes can be found here:

https://github.com/neon-mmd/websurfx/releases/tag/v1.15.0

Preview of the goals for the next major release

  • Different levels of privacy to choose from with the help of rust's conditional compiling features (In progress).
  • Even more engines will be supported.
  • Categories would be added to search results like images, news, etc.
  • More themes will be provided by default
  • More animations for the websurfx frontend will be supported.
  • Multi language support would be added.
  • I2p and tor support will be provided.
  • Reduce animations would be added for those who don't want animations and effects on the frontend.
  • And lots more ✨.
11
20
submitted 3 months ago by tahoe@lemmy.world to c/opensource@lemmy.world

You can find the current ones at labels.tahoe.be, but this is all a work in progress!

12
23
submitted 3 months ago by tahoe@lemmy.world to c/opensource@lemmy.world

Had fun making this little tool for generating YouTube links with timecodes from mobile devices. You can check it out here: https://tahoe.be/youtube-timecode

This is still somewhat of a work in progress so I'd appreciate some feedback! Hope you guys like it :)

13
7
submitted 3 months ago by tahoe@lemmy.world to c/opensource@lemmy.world
14
10

Radicle: Open-Source, Peer-to-Peer, GitHub Alternative
https://radicle.xyz/
@opensource

15
2
16
-4
17
-2

cross-posted from: https://lemmy.world/post/5196370

cross-posted from: https://lemmy.world/post/5196308

It’s scary that the Unity debacle is not just happening in games but a very real threat not just in digital and app space but in real life.

It can happen in medicine, housing, even the food we eat if the trend of subscriptions and lock ins continue.

Despite this, a global concerted effort towards Open Source tech is still not happening.

In Unity for example, there is a push to transition to Unreal but less so for Godot. We see this happening with reddit too. And soon maybe we’ll see it in real life. What’s stopping our hotels and landlords from charging us everytime we open doors.

We see this in the rampant mandatory tips. Where everyone is automatically charged per order.

It’s scary and frustrating at the same time that there may not be a clear remedy for this. As the world shifts to subscriptions and services, do we truly own anything anymore?

18
1

Will mastodon always remain open-source AND ad-free?
Will the clients like **elk **always remain open source AND ad-free?

@OpenSource@mastodon.social @opensource@lemmy.world @Mastodon

19
2

Hello! I'm trying to import my youtube "watch later" playlist into my piped account on piped.yt. I extracted the videos links with this js script:

let p = [];
document.querySelectorAll("ytd-playlist-video-renderer a.yt-simple-endpoint").forEach(v => {
	if(v.href.includes("/watch?v=") && !p.includes(v.href)){
		p.push(v.href.split('&list=')[0]);
	}
})
console.log('"' + p.join('","') + '"');

I then created a dummy playlist on piped and exported it as json, in order to modify it to add my videos. this is how it looks like:

{"format":"Piped","version":1,"playlists":[{"name":"WatchLater","type":"playlist","visibility":"private","videos":["https://www.youtube.com/watch?v=somethinghere","https://www.youtube.com/watch?v=somethingheretoo"]}]}

and I replaced the videos list between [ ] with the output of the script, making sure that all quotation marks are closed. I then imported the file and.... the playlist created has 0 videos. why? am I doing something wrong?

20
1

cross-posted from: https://lemmy.world/post/2916926

cross-posted from: https://lemmy.world/post/2916922

Braille displays can be expensive, so this project idea focuses on making them cheaper and open source

Open Source

96 readers
7 users here now

founded 1 year ago
MODERATORS