Huge thanks to OVH for their support!
| mlmmj | https://mlmmj.org |
| Codeberg | https://codeberg.org/bapt |
Ce matin, jâassiste Ă la prĂ©sentation de lâexpĂ©rimentation @cercle, ou diverses institutions culturelles françaises se sont lancĂ©es ensemble sur #mastodon pendant 9 mois, sous lâĂ©gide du MinistĂšre de la Culture.
@ChristineDebray commence par prĂ©senter le Fediverse et ce quâil apporte aux institutions et Ă la culture
The next major Forgejo release and LTS version (v15) is about to be released tomorrow, April 16.
Additionally, the Forgejo community invites all users to a release and upgrade party starting 16.00 UTC (18 CEST). It can be used to review the release cycle, exchange feedback and discuss future plans. Also, Admins are invited to perform upgrades of their instances during the meeting and get help from maintainers in case of any issues.
Audio + chat meeting on BigBlueButton: https://lecture.senfcall.de/ott-hqp-axg-yvm
#FreeBSD 's #pkg 2.7.0 is out!
Highlights:
- Per-package triggers (with pkg_upgrade variable)
- Install directly from http://, https:// or file:// URLs
- Switched back to libfetch
- Solver fixes for multi-repo setups, fewer spurious reinstalls
- autoremove now aware of install/delete/upgrade
- search -S comment-description, query %y/%Y for provides/requires
- Tons of crash, memory leak and portability fixes
RE: https://mastodon.social/@arstechnica/116251904542821545
We agree!
And if you want to learn more about our thoughts on this topic, check out our blog: https://quad9.net/news/blog/when-enforcing-copyright-starts-breaking-the-internets-plumbing/
#pkg will switch back from libcurl to libfetch (augmented with full http/1.1 support, and sugar that we used from libcurl).
There should be no loss for users, and it will save me headache at each libcurl updates.
This is not a rant against libcurl which is great, just bundling it was not a great idea maintenance wise.
My work on LLDBâs FreeBSDKernel plugin:
https://minsoo.io/future-of-the-freebsd-kernel-lldb-plugin/
The name FreeBSDKernel will be changed to FreeBSD-core, since it only provides functionalities to examine core dumps. Traditional live kernel debugging is done through gdb-remote plugin with FreeBSDâs gdb stub.

FreeBSD offers several approaches to kernel debugging: DDB, live kernel debugging, and core dump analysis. DDB is an interactive debugger built directly into the FreeBSD kernel, with syntax inspired by GDB â making it immediately familiar to most developers. Live debugging leverages FreeBSD's GDB stub (defined under sys/gdb); on the