Opensource

1524 readers
172 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 1 year ago
MODERATORS
1
2
 
 

NewPipe, GrayJay, Invidious, all are unable t bypass an age restricted video. Tried the embedded trick, and also through a script extension with the bypass script on github. Non worked, any idea how to bypass without logging in?

E.g. https://www.youtube.com/watch?v=hPi-Xc5MF1I

3
 
 

The new version of freetube added a extra big play button on videos whenever you stop, play, pause, or hover the mouse over the video player. I found it quite annoying.

Today I discovered in Settings, Player, "Display Play Button in Video Player" - removes it!!!!!

4
5
6
7
8
9
10
 
 
11
12
 
 

Hello!

I've been wanting to start a blog, so I can get rid of the few opinion-pieces that are filling up space in my mind, but I've gotten stuck at selecting a good framework with which to host the site.

Does anyone have a recommendation for a lightweight blog engine, that can prefferably federate into ActivityPub? I know about Wordpress, but I wanted to avoid it mostly in regards to security. Not that it would be unsecure per se and with proper maintanance, but I'm lazy and will probably forget to update it often enough, and due to it's popularity it's a pretty common target.

So far I was considering https://writefreely.org/, but I'm not sure if I would be able to make it look good/interesting.

I've also heard good things about Ghost, but the linked website seems to imply that federation is still not ready, is that correct?

Is there anyone here with their personal blog, who have a software to recommend I should look into?

Thank you!

13
 
 

cross-posted from: https://lemmy.zip/post/27819008

14
39
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/opensource
 
 

Link to release notes: https://zen-browser.app/release-notes/

I saw that the icon and UI changed, so I looked up the release information. They're preparing for the first stable release!

If you encounter any issues, please report them on the issues page. Thanks everyone for your feedback! ❤️

This release introduces a new stage for Zen Browser, the beta stage! This means that we are getting closer to a stable release, and we are now focusing on fixing bugs and improving the overall experience. We've made some significant changes to the UI, including a new layout for the browser called single toolbar and much more!

Fixes

  • Various fixes in version 20
  • Fix pinned tab state and favicon handling #2853
  • Prevent pins deletion from database on non explicit tab closes (window closing) #2875
  • [...]

Features

  • New branding and logos!
  • Updated zen glance animations for smoother transitions and adjust timing (Still in development)
  • Add reset to pinned URL button to pinned tabs
  • Made the URL bar background more rounded
  • Updated to Firefox 133.0
  • Added support for -moz-gtk-csd-reversed-placement on Linux
  • Enhance workspace deactivation styles with grayscale filter for better visibility
  • Windows and linux ARM64 builds are now available on the github for testing!
  • Hide container label when URL bar is narrow
  • Macos ARM64 builds will now ship with PGO, performance increase!
  • Added different layouts for zen: single toolbar, multiple toolbars, and no toolbar
  • The URL bar will now be floating on the top of the page
  • Added native mica support for Windows 11
  • Added hiding window controls support
  • Created new animations for glance
  • Added context aware animations for workspace switching
  • New onboarding experience for new users!
  • Started experimenting with horizontal tabs
15
 
 

cross-posted from: https://lemm.ee/post/49505707

Izzy

PhotonCamera uses advanced algorithms for capturing and processing raw images which give unmatched HDR outputs. PhotonCamera is currently in beta stage and is having rapid development.

Features:

HDRX - This functionality enables advanced stacking of many underexposed images and creates beautiful outputs.

Utilize each camera lens, by the main, wide, macro, telephoto or even IR, a functionality not available in other open source apps.

Manual Control - Easy to use knobs to control Focus, Shutter Speed and ISO on the go.

Configurable Settings :

Number of frames(maximum)

Sharpness

Saturation

Shadow Strength

Interactive viewfinder

Enabling the grid

Enabling viewfinder rounding

Advanced mode settings

Save separate settings for each camera lens

Wide range of supported devices.

16
 
 

Now, with the help of AI, it's even easier to waste time of open source developers by creating fake security vulnerability reports.

17
18
 
 

device and OS please

got some suggestions already

https://programming.dev/post/22598082

19
 
 

cross-posted from: https://lemm.ee/post/49343322

Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.

Source - Website

20
40
submitted 1 week ago* (last edited 1 week ago) by plankton to c/opensource
 
 

TLDR: what tool will let a casual user to input a URL (to a disguised .m3u8 file) and get a .mp4?


Backstory, our school uses Panopto to record lectures. The web interface is crap, but I found a project that lets you download the video files as .mp4

https://programming.dev/post/21072323

that is until 2 weeks ago when Panopto started exporting the files as

  • 1 large .panobf1 file
  • 2 small .panobf2 files, a few bytes each

I can swap the file extension for the .panobf1 file to .mp4. This is enough 90% of the time. However, since this is the file with the classroom camera overlaid on the slides, it blocks the content in the corner.

Investigating the .panobf2 files:

❯ file master.panobf2
master.panobf2: M3U playlist, ASCII text

I ran this command on each .panobf2 file to download the classroom stream and slides stream as separate mp4 files.

ffmpeg -i <file-url> -c copy video.mp4

It's finals season and I want to make a new post to help people out. CLI isn't for everyone, so I'm looking for a tool instead

21
22
 
 

I have heard they’re the main two choices for FOSS enthusiasts. What are their pros and cons?

I have used LibreOffice so far and I’m very impressed with the ui as it is much more visually appealing than IWork and Microsoft Office.

23
 
 

Description from github:

A C++ based, lightweight music and noise remover for YouTube and other internet media, using DeepFilterNet for audio enhancement.

Demo video:

Source post: https://www.reddit.com/r/selfhosted/comments/1h7k7fa/

I am introducing you Fast Music Remover (https://github.com/omeryusufyagci/fast-music-remover); a free and open source tool that filters internet media.

We consume, willingly or not, large amounts of media everyday, and that includes content that is emposed on us. I want to give you the choice to opt-out of them without missing out on the core content.

We're building a feature rich media processor that is efficient, modular and cross platform. It's being built for you! This means: clean and light APIs for programmers, containerized on GHCR for remote users, with a Web UI for anyone interested!

Today, we support background music filtering and noise removal to enhance audio quality. In the near future, we are looking at supporting multiple ML models as well as DSP modules to empower you with the tools you need to take control over the media you consume.

There is a demo video on the readme as well as clear instructions on how to use FMR. You can immediately start by getting the docker image available at: https://github.com/omeryusufyagci/fast-music-remover/pkgs/container/fast-music-remover

If you have any feedback at all, please let me know. Thank you!

24
 
 

Cloud provider moved most of its 20,000 VMs off VMware.

25
 
 

cross-posted from: https://lemm.ee/post/48734056

With Elisa by KDE, you can browse your local music collection by genre, artist, album, or track, listen to online radio, create and manage playlists, display lyrics, and more.

Screenshots:

  • Android

  • Desktop

view more: next ›