1726
89
1727
65

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!!!!!

1728
47
submitted 2 years ago by neme@lemm.ee to c/opensource@programming.dev
1729
55
1730
63
1731
119
1732
72
1733
10
1734
55
1735
30

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!

1736
24
1737
37
submitted 2 years ago* (last edited 2 years ago) by otter@lemmy.ca to c/opensource@programming.dev

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
1738
43
submitted 2 years ago by sag@lemm.ee to c/opensource@programming.dev

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.

1739
74

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

1740
30
submitted 2 years ago by neme@lemm.ee to c/opensource@programming.dev
1741
29

device and OS please

got some suggestions already

https://programming.dev/post/22598082

1742
140
submitted 2 years ago by sag@lemm.ee to c/opensource@programming.dev

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

1743
38
submitted 2 years ago* (last edited 2 years ago) by plankton@programming.dev to c/opensource@programming.dev

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

1744
31
1745
64

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.

1746
27

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!

1747
55

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

1748
15
submitted 2 years ago by sag@lemm.ee to c/opensource@programming.dev

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

1749
16

RomM (ROM Manager) allows you to scan, enrich, and browse your game collection with a clean and responsive interface. With support for multiple platforms, various naming schemes, and custom tags, RomM is a must-have for anyone who plays on emulators.


Release v3.6.0 · rommapp/romm

This Thanksgiving, we’re serving up 3.6.0, a hearty update stuffed with QOL improvements and bug fixes that will leave you as satisfied as a plate full of turkey with all the trimmings. 🦃

Track your game progress, completions, and star ratings under the new "Personal" tab, and use them to filter your games by "backlogged", "finished" or "100% completed". We've also moved your (and shared) notes under the same tab.

  • Display and filter games by age rating (requires a quick sync)
  • Use filename without tags or extension when matching unmatched game
  • Skip hashing games on desktop platforms for faster scans
  • Improved memory usage during 7zip decompression
  • New env variable UPLOAD_TIMEOUT allows for larger file uploads
  • Edit file exclusions for config.yml from the UI
1750
27
submitted 2 years ago* (last edited 2 years ago) by Sunny@slrpnk.net to c/opensource@programming.dev

floss.fund is offering $1 million per year grant to open-source projects. But very few applications have been received so far, and it needs help spreading the word.

Please RT/boost and upvote it on HackerNews:

https://news.ycombinator.com/item?id=42273107

view more: ‹ prev next ›

Opensource

6636 readers
78 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 2 years ago
MODERATORS