Skip to content
Menu
Open World News Open World News
  • Privacy Policy
Open World News Open World News

Category: News

Android 13 review: plans for the future, but not much to offer today

Posted on September 1, 2022 by Michael G
The Android update treadmill continues with the release of Android 13. It’s one of the smallest Android releases in recent memory, with barely any user-facing features to point to. Keep in mind, though, that this update follows the monster Android 12 release from last year. This is also the second Android OS release this year, the previous one being the tablet-focused Android 12L update that was rushed out the door in March. We would have a bit more meat to work with if Android 12L was part of this release, but as it is, we’re left with a grab bag of features for Android 13. It includes many foundational features for Android tablets and smart displays, but there’s not much here for phones. Even so, there are things to discuss, so let’s dive in. Ars Technica’s usual deep dive into every new Android release, and despite Android 13 being a relatively minor release, there’s still more than enough to cover.

Daura e Tarjuma e Quran – Shuja Uddin Sheikh – 31st August 2022 – ARY Qtv

Posted on August 31, 2022 by Michael G
Subscribe Here : https://bit.ly/3dh3Yj1

Daura e Tarjuma e Quran – Host: Shuja Uddin Sheikh

1st Time In Electronic Media’s History Complete Translation & Tafseer Of Quran Kareem.

#ShujaUddinSheikh #DauraeTarjumaeQuran #ARYQtv

Official Facebook : https://www.facebook.com/ARYQTV/
Official Website : https://aryqtv.tv/
Watch ARY Qtv Live : http://live.aryqtv.tv/
Programs Shedule : https://aryqtv.tv/schedule/
Islamic Information : https://bit.ly/2MfIF4P
Android App: https://bit.ly/33wgto4

Novela Reis Capítulo 70 Completo HD

Posted on August 31, 2022 by Michael G
reis novela , reis novela completa , assistir reis novela completa , reis novela da record , novela de reis , assistir novela reis completo gratis , reis novela da record completo , quero ver a novela reis , ver novela reis , assistir novela reis online , assistir novela reis online gratis , reis novela assistir , reis novela todos os capitulos , reis novela online , novela brasileira reis , reis novela completo , a novela reis completo

Wigan Today news update 31 August 2022: New facilities set to open as Wrightington Hospital

Posted on August 31, 2022 by Michael G
Wigan Today reporter Holly Pritchard with today’s top news headlines, comment and weather

Tech/News/2022/35

Posted on August 31, 2022 by Michael G
Other languages: Bahasa Indonesia, Deutsch, English,Tyap, español, français, italiano, polski, português do Brasil, suomi, svenska, čeština, русский, українська, עברית, العربية, فارسی, বাংলা, 中文, 日本語, ꯃꯤꯇꯩ…

Centarro: Commerce Core 2.31 (and more!) features in review

Posted on August 31, 2022 by Michael G

We’ve packaged three releases of Commerce Core this year, from the 2.29 release in February to this month’s 2.31 release. While DrupalCon, Kickstart development, and client launches have kept us busy, we wanted to take the opportunity to share the good news while we take a breather before DrupalCon Prague.

Each release includes general maintenance and modernization work, improving PHP 8.1 and Drupal 10 support while keeping up with tax rate changes around the world. They also include a variety of minor bug fixes and enhancements, like database indexes to improve performance or new permissions to support finer grained store management. Altogether, we’ve seen 87 issues resolved by dozens of contributors.

In this blog post, we’ll review the more significant new features, including for BOGO promotions, product display pages, and order management.

“Buy One Get One” promotions

Commerce Core 2.x has always included BOGO promotion support, including the ability to adjust the quantities (which is why we call it “Buy X, Get Y” in the UI) and fine tune other rules around applicability. Thanks to a variety of merchants pushing the limits of what core can do, we found fixed a few bugs and found ways to improve the feature. In particular, we’ve ensured that:

Read more

Automate GitHub API Calls With Ruby, Keyboard Maestro, and 1Password CLI

Posted on August 31, 2022 by Michael G
I’m always looking for ways to speed up my workflows, and I recently discovered a great use case for the 1Password CLI. Here’s my detailed tutorial showing how I Automate GitHub API Calls With Ruby, Keyboard Maestro, and 1Password CLI.

Open 3D Foundation (O3DF) Announces Keynote Lineup for O3DCon—Online and In-Person in Austin, October 17-19

Posted on August 31, 2022 by Michael G

Open 3D Foundation (O3DF) Announces Keynote Lineup for O3DCon—Online and In-Person in Austin, October 17-19Keynotes, workshops and sessions will explore innovations in open source 3D development and use of Open 3D Engine (O3DE) for gaming, entertainment, metaverse, AI/ML, healthcare applications and more SAN FRANCISCO—August 30, 2022—The Open 3D Foundation (O3DF) today announced a slate of keynote speakers for O3DCon, its flagship conference, which will be held October 17-19 in […]

The post Open 3D Foundation (O3DF) Announces Keynote Lineup for O3DCon—Online and In-Person in Austin, October 17-19 appeared first on Linux.com.

Parabola GNU/Linux-libre: Grub bootloader upgrade and configuration incompatibilities

Posted on August 31, 2022 by Michael G

2022-08-30 – Christian Hesse

Recent changes in grub added a new command option to fwsetup and changed the way the command is invoked in the generated boot configuration. Depending on your system hardware and setup this could cause an unbootable system due to incompatibilities between the installed bootloader and configuration. After a grub package update it is advised to run both, installation and regeneration of configuration:

grub-install ...
grub-mkconfig -o /boot/grub/grub.cfg

Maven Central is not as free as it looks

Posted on August 31, 2022 by Michael G

F-Droid is always commited to distribute FOSS Android apps. Building free
software from source for Android comes with a different set of challenges
from GNU/Linux distros like Debian. Android apps are cross-compiled: they
are not built on the same OS as they run. On top of that, Android provides
only a barebones set of libraries built-in. Like the Java ecosystem, apps
are expected to fetch library binaries from Maven repos and build them into
the app. To ensure that the app is only built with FOSS deps, we develop a
scanning system in fdroidserver to restrict the dependency source and find
problematic dependencies.

F-Droid forbids unknown Maven repos and trusts only some well-known Maven
repos since
2015
.
From then on,
some
more
repos
are
added
to the
list. Currently there are 8 Maven repos we trust:

  • Maven Central – Google Maven Repo – JCenter – OSS Sonatype – OSS JFrog –
    JitPack.io – Clojars – CommonsWare – Gradle plugin repo

In 2020, JAR and AAR files embeded in the source code were
forbidden and
these trusted repos became the last weak point. We rely on them to provide
only FOSS libs. However, none of them are guaranteed to do so and they have
been a big source of non-free libs sneaking into the APKs.

The Maven Central repo is “the largest collection of Java and other open
source
components”

and a default source of libraries for Maven and Gradle “Serving Open Source
Components Since 2002”
. The vast majority of
libraries used in Android apps, outside of Google’s own, are fetched from
Maven Central. It’s one of the most established and well-known Maven
repos. Maven Central has strict requirements that the source
code

and the source control system
information

should be provided, and the license should be
declared
.
It also requires that the group ID should match the owner’s domain and the
files should be signed. Furthermore, Maven Central supports reproducible
builds

in a first class way which is a big help for ensuring that apps are 100%
free software.

Everything sounds too good to be true. Unfortunately, it is. Though they
declare that Maven Central is “OSS Repository
Hosting”
,
they don’t require that the libs hosted on there are FOSS. Sometimes we find
that a
non-free
lib was
pulled from Maven Central and have to disable lots of affected versions of
published apps.

Are those open source libs hosted on Maven Central trustable? No, not
really. Some libs are tagged with a FOSS license but the source JAR files
are empty. What is worse is that they even encourage uploading a dummy
source JAR file of the sources to pass the
requirements
which makes
their requirement totally meaningless. The declared license information may
just
be
wrong and
the source control system information just points to a random
link
or a
repo with binary jars
only
. Another
common case is that the lib itself is “open source” but it depends on other
proprietary
libs.

Other trusted Maven repos also have problems. The Google one hosts many
proprietary libs, of course, and the open source libs may
depend on
those proprietary one. The OSS Sonatype and JCenter repos are synced with
Maven Central, and include some extra libs. JitPack.io hosts whatever is
built from GitHub, without checking the
license
or if
there is any binary in the repo, let alone the dependencies. Clojars and
Gradle plugin repo don’t have a license requirement either. The java
packages from Debian and the CommonsWare repo are pretty good but barely
used.

Given our limited resource and the situation, this may be an endless fighting. But we are getting more weapons. Thanks to our binary scanner, we have found lots of libs that depend on non-free deps in these Maven repos, most of which are from Maven Central. In the future we may scan the dependency map to find them before the build. However, this can’t help find libs with non-free license. Those non-free libs in our block list are mostly found by chance and experience. We are now working on more reliable methods for the future.

  • Previous
  • 1
  • …
  • 776
  • 777
  • 778
  • 779
  • 780
  • 781
  • 782
  • …
  • 821
  • Next

Recent Posts

  • When and how to use benchmarking
  • How Plotly AI revolutionizes the dashboard development process
  • [TUT] LoRa & LoRaWAN – MikroTik wAP LR8 kit mit The Things Network verbinden [4K | DE]
  • Mercado aguarda Powell e olha Trump, dados e Haddad | MINUTO TOURO DE OURO – 11/02/25
  • Dan Levy Gets Candid About Learning How To Act Differently After Schitt’s Creek: ‘It’s Physically…

Categories

  • Android
  • Linux
  • News
  • Open Source
©2025 Open World News | Powered by Superb Themes
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT