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

Take the Cloud Native Security Survey

Posted on May 29, 2024 by Michael G

Share your insights to help improve cloud native security and receive 25% off your CloudNativeSecurityCon registration.

The post Take the Cloud Native Security Survey appeared first on Linux.com.

Finally an alternative to Big Tech, your new open-source mobile ecosystem – Mobifree

Posted on May 29, 2024 by Michael G

Have you ever wondered what it would be like to engage in a mobile ecosystem
outside of the watchful eye of the Big Tech giants and gatekeepers? A system
that includes everything from operating systems, to app stores, to cloud
services, messaging apps, email servers and more? A system that puts your
privacy first, believes in a democratic approach and healthy competition,
and a system that relies on open-source solutions to drive its software?
Welcome to Mobifree, a human-centered, ethical
alternative, that champions privacy over profit and believes in
collaboration, sustainability and inclusiveness.

Everyone is locked into a mobile phone ecosystem where the terms are
dictated by a handful of Big Tech companies all located in a single
country. From end users looking to download and use their favorite apps, to
developers who run into roadblocks when trying to get their solutions
published, to governments who are increasingly using apps as a way to
provide services to their citizens, we are all impacted by the gatekeeping,
data tracking, and railroading Big Tech is imposing on us in the current
mobile ecosystem. A new alternative is required to shape a better
future. And F-Droid is excited to be a part of creating that new mobile
ecosystem, together with our other partners in Mobifree.

Finally an alternative to Big Tech, your new open-source mobile ecosystem - Mobifree

For an average user, it is difficult to discern how you are being tracked,
where your private information is being saved, how it is being used and who
it is being sold to. As a long-standing champion of user and developer
rights, pushing for privacy over profit, F-Droid has always been committed
to upholding high open-source standards in the technology we create. For
more than 14 years, F-Droid has been developing solutions which act as
pieces of the alternative mobile ecosystem puzzle. So it was a natural fit
for F-Droid to become a contributing partner in the broader Mobifree
project.

Of particular emphasis is the impact this alternative mobile ecosystem will
have on the services governments provide their citizens. Governments at all
levels are providing services through mobile apps. And in many cases, mobile
apps are becoming the preferred way to access important services. These apps
are only available via the Apple App Store or Google Play. And installing
apps from those stores requires agreeing to their Terms of Services. Both
app stores were built on tracking users to sell their data, thereby giving
Apple and Google power over how citizens receive services from their own
governments. Even the governments themselves are beholden to the Big Tech
gatekeepers: citizens and government officials and employees must use apps
that are only published on Apple and Google.

Austria provides a few specific examples of how governments interact with
the current ecosystem at multiple levels. After COVID-19 countermeasures
forced schools to adopt online learning, many public schools required
education apps for their students, parents and teachers in order to stay
connected. Public health insurance providers require a specific app called
“Handy Signatur” to be downloaded in order for citizens to access their
accounts online. People with the Handy Signatur app can sign petitions, and
download vaccination certificates, sometimes required for work or leisure
activities. Without this app, it is much more work and effort and is
borderline impossible in some cases to engage in certain activities.

Governments around the world are taking action to reign in the dominance of
Big Tech. South Africa and the
UK
have changed their competition policy to include user freedom in what they
regulate.
Japan is working on new laws to open
up

their mobile markets. And even the US government and many individual US
states have sued Big
Tech

to stop monopolistic behaviors.

The EU is also taking a step towards creating distance between its citizens
and Big Tech gatekeepers. They passed a landmark law: the Digital Markets
Act
, representing a
whole new approach to tackling gatekeeper companies that aim to keep all
sorts of competition out. It builds upon the successes of the EU’s General
Data Protection Regulation (GDPR), taking an important step in a more
ethical, democratic and citizens-first direction. All of these efforts are
helping to open up possibilities for mobile users. And thanks to the
Mobifree partnership, funded by an EU Horizon Europe grant, F-Droid can
share open-source, privacy-driven solutions with a larger audience.

In fact Europe is already seeing significant changes as a result of the
Digital Markets Act (DMA). Google has shut out other app stores by ensuring
that they have a third-class user experience. The DMA means that Google is
now legally forbidden from giving preference to their own app store over
alternatives like F-Droid. Additionally, Apple has opened up to external
app stores for the first time ever. And while these are great first steps
in the right direction, regulations and litigation do not build
software. With this in mind, Mobifree is poised to take action on the new
opportunities in the market, to build an unprecedented mobile experience for
users and developers. One that centers around ethical practices, digital
sovereignty, fairness, sustainability and inclusiveness.

F-Droid will play a major role in this project, tasked with creating a
decentralized distribution system for developers to deliver apps to Android
users. The impact will be an opening of the app market for Android,
improving honest competition around app development. And a foundational
guiding principle is to provide privacy controls to users, without locking
anyone out from participating. The app distribution system will focus on a
3-party interaction between app developers, app stores and app users where
every party will have freedom of choice at all points of interaction. The
system will have no terms of service or even user accounts to sign up
for. Developers can publish their own apps, via their own repositories. Any
app store can use those repositories to provide users with a method to
install those apps. And if the app is open source, it can be included in the
main F-Droid.org repository, where it will be reviewed using F-Droid’s
proven ethical review process. Users will be given true choice in terms of
their apps and app store preferences, additional privacy guardrails and
increased transparency into what is happening with their data.

F-Droid is one participating organization who has joined forces to help
create this new mobile ecosystem. However, additional input, expertise,
inspiration and work will be needed in order to break the traditional
framework established by Big Tech. From community outreach to legal support,
from developers, to researchers and end users, we welcome all forms of
support. If you are a curious citizen interested in taking part in the
Mobifree movement, we encourage you to reach out to us at f-droid.org and
see how you can take part in this exciting mobile alternative.

(We will be tracking work under this
grant using the
Mobifree
label.
)

Open Source AI Definition – Weekly update May 27

Posted on May 29, 2024 by Michael G
Stay updated on the progress of the Open Source AI Defintion. This week, debates about acess to training data has been reopened and our FAQ page is starting to take shape!

Turbo9: a pipelined 6809 microprocessor IP

Posted on May 29, 2024 by Michael G
The Turbo9 is a pipelined microprocessor IP written in Verilog that executes a superset of the Motorola 6809 instruction set. It is a new modern microarchitecture with 16-bit internal datapaths that balances high performance vs small area / low power. The Turbo9R with a 16-bit memory interface achieves 0.69 DMIPS/MHz which is 3.8 times faster than Motorola’s original 8-bit MC6809 implementation. It is an active graduate research project at the Department of Electrical & Computer Engineering at the University of Florida. ↫ Turbo9 GitHub page The Turbo9 is aimed at SoC sub-blocks and small mixed-signal ASIC, so it’s definitely not intended to be some sort of general purpose CPU. The reason for opting for the 6809 instead of, say, RISC-V or ARM, is that the 6809 enables a far smaller footprint due to being 16bit, which is all the target market really needs from the Turbo9. The current version of the Turbo9 is thoroughly verified and is capable of running C code. However, we still consider this version v0.9 because we are missing a few items. All the 6809 instructions and addressing modes have been implemented and tested except SYNC and CWAI. The signed versions of the Turbo9’s 16-bit divide and multiply need to be completed. Interrupts are partially implemented including SWI and Reset. ↫ Turbo9 GitHub page This is the kind of riveting content you’ll only really find on OSNews.

The Amazing Digital Circus Special Song || TADC – Gacha Life 2 – Animation ||

Posted on May 28, 2024 by Michael G

Video by via Dailymotion Source Original : https://dai.ly/x8z64py Go to Source

Justiça dos EUA começa julgar acidente da Chapecoense

Posted on May 28, 2024 by Michael G

Video by via Dailymotion Source O senador Esperidião Amin (PP-SC) informou em pronunciamento nesta segunda-feira (27) que a justiça da Flórida, nos Estados Unidos, vai iniciar a análise das responsabilidades da seguradora e corretora envolvidas no caso do acidente aéreo da equipe de futebol Chapecoense em 2016. Assista ao Jornal da Manhã completo: https://youtube.com/live/cjImLguFUDc Baixe…

Program “Czyste powietrze” i pompy ciepła 2024

Posted on May 28, 2024 by Michael G

Video by via Dailymotion Source Co dalej z programem Czyste powietrze i cenami pomp ciepła Go to Source

Bradley Cooper fait une surprise aux fans du film “A star is born”

Posted on May 28, 2024 by Michael G

Video by via Dailymotion Source Bradley Cooper rejoint sur scène le groupe Pearl Jam et fait un hommage au film “A star is born”. Go to Source

Dans un livre, Philippe Torreton évoque son boycott du cinéma après sa tribune contre Depardieu

Posted on May 28, 2024 by Michael G

Video by via Dailymotion Source Pendant près de douze ans, Philippe Torreton a payé le prix fort de ses critiques envers Gérard Depardieu. Il avait publié, en 2012, une tribune pointant du doigt son exil fiscal et ses comportements. Si certains critiques lui donnent aujourd’hui raison, le comédien a subi un frein dans sa carrière…

Mycelium – Playthrough (PSX-style horror game)

Posted on May 28, 2024 by Michael G

Video by via Dailymotion Source — Mycelium – Playthrough (PSX-style horror game) —Millions of miles of living memory blanket the Earth. Every impression of life has been silently recorded since the beginning of the Proterozoic Eon. It is the harbinger of decay and keeper of time. It’s tendrils listen intently to the secrets of the…

  • Previous
  • 1
  • …
  • 426
  • 427
  • 428
  • 429
  • 430
  • 431
  • 432
  • …
  • 1,531
  • Next

Recent Posts

  • SmartEsq has launched an AI-powered MFN Election tool
  • Open Source email Clients
  • 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]

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