toxi, to opensource
@toxi@mastodon.thi.ng avatar

Since I've just been asked again why some of the https://thi.ng/umbrella examples in the repo are not working when copy/pasting the source code into a new (external, I assume) project — there could be several reasons...

  1. The default branch of the repo is develop and usually does contain code which hasn't been released yet (as library/package). If in doubt, please switch to the main branch which contains the state as of the most recent release cycle...

  2. Related to #1, there could be breaking API changes on the develop branch (as is the case for the current major undertaking of thi.ng/geom v8.0.0) and some of the examples are already using the new/upcoming API...

  3. Rare, but possible, I've forgotten to declare dependencies for an example and you might encounter broken imports. Since 2022 I've got a custom tool to verify imports and exports of all packages and examples (and which is run prior to each release), so this shouldn't happen anymore...

  4. Personally, I'm only using a bundler setup/workflow (@vite) and had zero problems in the past few years. However, some people using ESM imports directly have been encountering weird issues with some transpilation features of JS CDNs (e.g. skypack) in the past, but these shouldn't happen with more modern ones like https://esm.run.

Finally, all packages have a generally uniform readme structure, incl. "install/import instructions". For examples, there're also these wiki pages:

General:
https://github.com/thi-ng/umbrella/wiki/Example-build-instructions

For examples added since late 2023:
https://github.com/thi-ng/umbrella/wiki/Development-mode-for-examples-using-thi.ng-meta%E2%80%90css

omgubuntu, (edited ) to linux
@omgubuntu@floss.social avatar

HandBrake 1.8 is out. Nice to see it's completed its port to GTK4 - and it's added lots of other goodies too https://www.omgubuntu.co.uk/2024/06/handbrake-completes-linux-gtk4-port

anderseknert, to opensource
@anderseknert@hachyderm.io avatar

In one of my apps, I'd like to ensure that users are running with the latest version, and recommend an upgrade if they aren't. Is that type of "telemetry" OK? Code is so it'll be easy to verify that it only calls GitHub to compare current version vs last released. Conditions:

  1. Nothing is "sent" other than a GET request to GH to get latest version.
  2. No data is collected — I don't even run the server.
  3. If not online, do nothing.
  4. Possible to opt-out, via config or env var.
glyph, (edited ) to random
@glyph@mastodon.social avatar

Python 3.12.3 came out a few days ago, and that means it's time for my favorite infrequently-run shell command: https://pypi.org/project/MOPUp/

#python #opensource

thelinuxEXP, to linux
@thelinuxEXP@mastodon.social avatar
thelinuxEXP, to linux
@thelinuxEXP@mastodon.social avatar

Time for this week's and News video!

In this one, we have Linux Mint deciding to hide unverified Flatpaks by default (but not apps from the repos, also unofficial?), we have KDE asking you to help them define their goals for the next 2 years, and we have the atrocious Windows recall being already hacked, and Microsoft backing down, making it disabled by default, and adding some security layers (because unencrypted databases are rarely a good idea)

https://youtu.be/wielYUfxSaI

9to5linux, to linux
@9to5linux@floss.social avatar

OBS Studio 30.2 Enters Public Beta Testing with NVENC AV1 and Shared Texture Support on , Enhanced RTMP/FLV Multi-Track Audio and Video, and More https://9to5linux.com/obs-studio-30-2-promises-nvenc-av1-and-shared-texture-support-on-linux

LateNightLinux, to Podcast
@LateNightLinux@mastodon.cloud avatar

Gary is organising OggCamp this year, so we wonder what makes the perfect Linux and open source event. Plus why we don’t use multiple partitions for home and swap etc.

https://linuxafterdark.net/linux-after-dark-episode-71/

#podcast #linux #opensource

cassidy, to GNOME
@cassidy@blaede.family avatar

Wrapping up a very productive GNOME design call… about accent colors! We addressed every single blocking topic and have a clear way forward. I don’t want to promise anything specific (especially timelines), buuuut it’s looking good to me.

I might write up a blog post to summarize the direction once we sort some of the little details out. But there’s a pretty good consensus across half a dozen or so people doing the work—harder than it sounds. 😅

kellogh, to LLMs
@kellogh@hachyderm.io avatar

it’s a little disingenuous to refer to #LLMs as #opensource because you can really only open source an LLM in roughly the same way you open source a microprocessor — RISCV is open source, the plans for it anyway, but it still costs millions to riff off it and make your own custom version, same with LLMs. that’s not exactly what open source was going for

9to5linux, to KDE
@9to5linux@floss.social avatar

#KDE Frameworks 6.3 Rolls Out with More UI Improvements and Bug Fixes for Plasma 6 Users https://9to5linux.com/kde-frameworks-6-3-released-with-various-ui-improvements-and-bug-fixes

@kde #Linux #OpenSource

godotengine, to godot
@godotengine@mastodon.gamedev.place avatar

We heard you like custom splash screens over here?

So we collaborated with the one and only @kenney to give you some extra colorful options for this ✨🌈

Get them below!

Video of the different rainbow splash screens

itsfoss, (edited ) to linux
@itsfoss@mastodon.social avatar

Tell us folks! 😀

gamingonlinux, to godot
@gamingonlinux@mastodon.social avatar

Fight the devs of Fishards*, if you win - it goes open source! Lose and it's deleted from Steam https://www.gamingonlinux.com/2024/06/fight-the-devs-of-fishards-if-you-win-it-goes-open-source-lose-and-its-deleted-from-steam/

*In the game, obviously

thunderbird, (edited ) to random
@thunderbird@mastodon.online avatar

The Thunderbird story is an epic of countless individual stories, coming together to make something bigger than themselves. We're sharing those stories in a new series, and our first spotlight is on one of our amazing Bugzilla volunteers.

Arthur helps new volunteers document issues, as well as testing bug fixes. Read more at the blog, and find out how to share (or start!) your own Thunderbird story!

https://blog.thunderbird.net/2024/06/contributor-highlight-arthur/

#Thunderbird #Community #OpenSource

itsfoss, to ai
@itsfoss@mastodon.social avatar

Stability AI's open-source model lets you generate audio!

https://news.itsfoss.com/stability-ai-open-audio/

#ai #opensource

anderseknert, to opensource
@anderseknert@hachyderm.io avatar

Spent some extra time today responding to an issue a user reported, as I noticed it was their first interaction with the project. Life as an maintainer may not be glamorous, but when that extra effort results in feedback like this later... incredibly rewarding.

lichess, to opensource
@lichess@mastodon.online avatar

After 1.5 years of active development by our mobile developer, we are releasing the new Lichess mobile app in public beta. Read about it and download from our blog https://lichess.org/@/Lichess/blog/the-new-mobile-app/KXlgb3X2

9to5linux, (edited ) to linux
@9to5linux@floss.social avatar

#Linux Weekly Roundup for June 9th, 2024: #Ubuntu Core 24, #NixOS adds #GNOME 46 and #KDE Plasma 6 support, KDE Frameworks 6.3, #VLC 3.0.21, Ubuntu 23.10 EOL approaching, Kali Linux 2024.2, Parrot OS 6.1, blendOS 4, CachyOS adds support for T2 Macs, #NVIDIA 550.90.07, and more https://9to5linux.com/9to5linux-weekly-roundup-june-9th-2024

#OpenSource #FOSS

nekohayo, (edited ) to GNOME
@nekohayo@mastodon.social avatar

I love how @antoniof names his merge requests like episodes of a epic saga coming soon to your nearest streaming service 👌

9to5linux, to linux
@9to5linux@floss.social avatar

#Linux 6.10-rc3 is now available for download at https://kernel.org and Linus Torvalds says that “absolutely nothing stands out here.” Happy testing!

#LinuxKernel #OpenSource

9to5linux, to gaming
@9to5linux@floss.social avatar

Arch Linux-Based Adds New Handheld Edition for Portable Devices and T2 MacBook Support https://9to5linux.com/arch-linux-based-cachyos-adds-handheld-edition-and-t2-macbook-support

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • tester
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • tacticalgear
  • osvaldo12
  • normalnudes
  • cubers
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • modclub
  • lostlight
  • All magazines