Bastien Nocera: Developer tool for i18n: “Pseudolocale”
While browsing for some internationalisation/localisation features, I found an interesting piece of functionality in Android's developer documentation. I'll quote it here:A pseudolocale is a locale...
View ArticlePhil Normand: Introducing WPEQt, a WPE API for Qt5
WPEQt provides a QML plugin implementing an API very similar to the QWebView API. This blog post explains the rationale behind this new project aimed for QtWebKit users.Qt5 already provides multiple...
View ArticleGStreamer: GStreamer 1.15.90 pre-release (1.16.0 release candidate 1)
The GStreamer team is pleased to announce the first release candidate for the upcoming stable 1.16.0 release. Check out the draft release notes highlighting all the new features, bugfixes, performance...
View ArticleGStreamer: Orc 0.4.29 bug-fix release
The GStreamer team is pleased to announce another maintenance bug-fix release of liborc, the Optimized Inner Loop Runtime Compiler. Main changes since the previous release: PowerPC: Support ELFv2 ABI...
View ArticleGStreamer: GStreamer 1.16.0 new major stable release
The GStreamer team is excited to announce a new major feature release of your favourite cross-platform multimedia framework! The 1.16 release series adds new features on top of the previous 1.14...
View ArticleNirbheek Chauhan: GStreamer's Meson and Visual Studio Journey
Almost 3 years ago, I wrote about how we at Centricular had been working on an experimental port of GStreamer from Autotools to the Meson build system for faster builds on all platforms, and to allow...
View ArticleThibault Saunier: GStreamer Editing Services OpenTimelineIO support
GStreamer Editing Services OpenTimelineIO supportOpenTimelineIO is an Open Source API and interchange format for editorial timeline information, it basically allows some form of interoperability...
View ArticleGuillaume Desmottes: GStreamer buffer flow analyzer
Gstreamer's logging system is an incredibly powerful ally when debugging but it can sometimes be a bit daunting to dig through the massive amount of generated logs. I often find myself writing small...
View ArticleSebastian Pölsterl: scikit-survival 0.8 released
scikit-survival 0.8 released This release of scikit-survival 0.8 adds some nice enhancements for validating survival models.Previously, scikit-survival only supported Harrell's concordance index to...
View ArticleSebastian Pölsterl: Evaluating Survival Models
Evaluating Survival ModelsThe most frequently used evaluation metric of survival models is the concordance index (c index, c statistic). It is a measure of rank correlation between predicted risk...
View ArticleGuillaume Desmottes: Rust+GNOME hackfest in Berlin
Last week I had the chance to attend for the first time the GNOME+Rust Hackfest in Berlin. My goal was to finish the GstVideoDecoder bindings, keep learning about Rust and meet people from the...
View ArticleAndy Wingo: bigint shipping in firefox!
I am delighted to share with folks the results of a project I have been helping out on for the last few months: implementation of "BigInt" in Firefox, which is finally shipping in Firefox 68...
View ArticleAndy Wingo: lightening run-time code generation
The upcoming Guile 3 release will have just-in-time native code generation. Finally, amirite? There's lots that I'd like to share about that and I need to start somewhere, so this article is about one...
View ArticleGStreamer: GStreamer 1.14.5 stable bug fix release
The GStreamer team is pleased to announce another bug fix release in the old stable 1.14 release series of your favourite cross-platform multimedia framework. This release only contains bugfixes and...
View ArticleAndy Wingo: pictie, my c++-to-webassembly workbench
Hello, interwebs! Today I'd like to share a little skunkworks project with y'all: Pictie, a workbench for WebAssembly C++ integration on the web.loading pictie...> JavaScript disabled, no pictie...
View ArticleGStreamer: GStreamer Conference 2019 announced to take place in Lyon, France
The GStreamer project is happy to announce that this year's GStreamer Conference will take place on Thursday-Friday 31 October - 1 November 2019 in Lyon, France. You can find more details about the...
View ArticleGustavo Orrillo: Lassa fever in Nigeria: lessons learnt
Back in March of this year we reached an important milestone in the collaboration between the Sabeti Lab and the Irrua Specialist Teaching Hospital (ISTH) in Edo State, Nigeria: we published a joint...
View ArticleAndy Wingo: lightweight concurrency in lua
Hello, all! Today I'd like to share some work I have done recently as part of the Snabb user-space networking toolkit. Snabb is mainly about high-performance packet processing, but it also needs to...
View ArticleGStreamer: GStreamer 1.14.1 stable bug fix release
The GStreamer team is pleased to announce the first bug fix release in the stable 1.14 release series of your favourite cross-platform multimedia framework! This release only contains bugfixes and it...
View ArticleAndy Wingo: correct or inotify: pick one
Let's say you decide that you'd like to see what some other processes on your system are doing to a subtree of the file system. You don't want to have to change how those processes work -- you just...
View Article