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

Category: News

Raphael Mimoun on creating tech for human rights and justice, combatting misinformation and building a privacy-centric culture

Posted on May 14, 2024 by Michael G

At Mozilla, we know we can’t create a better future alone, that is why each year we will be highlighting the work of 25 digital leaders using technology to amplify voices, effect change, and build new technologies globally through our Rise 25 Awards. These storytellers, innovators, activists, advocates. builders and artists are helping make the internet more diverse, […]

The post Raphael Mimoun on creating tech for human rights and justice, combatting misinformation and building a privacy-centric culture appeared first on The Mozilla Blog.

libtool @ Savannah: libtool-2.5.0 released [alpha]

Posted on May 14, 2024 by Michael G

Libtoolers!

The Libtool Team is pleased to announce the release of libtool 2.5.0, a alpha release.

GNU Libtool hides the complexity of using shared libraries behind a

consistent, portable interface. GNU Libtool ships with GNU libltdl, which

hides the complexity of loading dynamic runtime libraries (modules)

behind a consistent, portable interface.

There have been 91 commits by 29 people in the 113 weeks since 2.4.7.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!

The following people contributed changes to this release:

  Albert Chu (1)

  Alex Ameen (3)

  Antonin Décimo (3)

  Brad Smith (2)

  Bruno Haible (2)

  Dmitry Antipov (1)

  Florian Weimer (1)

  Gilles Gouaillardet (1)

  Ileana Dumitrescu (24)

  Jakub Wilk (1)

  Jonathan Wakely (2)

  Manoj Gupta (1)

  Mike Frysinger (23)

  Mingli Yu (2)

  Oliver Kiddle (1)

  Olly Betts (1)

  Ozkan Sezer (2)

  Paul Eggert (2)

  Paul Green (1)

  Raul E Rangel (1)

  Richard Purdie (5)

  Sam James (4)

  Samuel Thibault (1)

  Stephen Webb (1)

  Tijl Coosemans (1)

  Tim Rice (1)

  Uwe Kleine-König (1)

  Vadim Zeitlin (1)

  Xiang.Lin (1)

Ileana

 [on behalf of the libtool maintainers]

==================================================================

Here is the GNU libtool home page:

    https://gnu.org/s/libtool/

For a summary of changes and contributors, see:

  https://git.sv.gnu.org/gitweb/?p=libtool.git;a=shortlog;h=v2.5.0

or run this command from a git-cloned libtool directory:

  git shortlog v2.4.7..v2.5.0

Here are the compressed sources:

  https://alpha.gnu.org/gnu/libtool/libtool-2.5.0.tar.gz   (1.9MB)

  https://alpha.gnu.org/gnu/libtool/libtool-2.5.0.tar.xz   (1008KB)

Here are the GPG detached signatures:

  https://alpha.gnu.org/gnu/libtool/libtool-2.5.0.tar.gz.sig

  https://alpha.gnu.org/gnu/libtool/libtool-2.5.0.tar.xz.sig

Use a mirror for higher download bandwidth:

  https://www.gnu.org/order/ftp.html

Here are the SHA1 and SHA256 checksums:

  fb3ab5907115b16bf12a0d3d424c79cb0003d02e  libtool-2.5.0.tar.gz

  1DjDF0VdhVVM4vmYvkiGb9QM/L+DTWCzAm9PwO1YPSM=  libtool-2.5.0.tar.gz

  70e2dd113a9460c279df01b2eee319adb99ee998  libtool-2.5.0.tar.xz

  fhDMhjgj1AjsX/6kHUPDckqgiBZldXljydsL77LIecw=  libtool-2.5.0.tar.xz

Verify the base64 SHA256 checksum with cksum -a sha256 –check

from coreutils-9.2 or OpenBSD’s cksum since 2007.

Use a .sig file to verify that the corresponding file (without the

.sig suffix) is intact.  First, be sure to download both the .sig file

and the corresponding tarball.  Then, run a command like this:

  gpg –verify libtool-2.5.0.tar.gz.sig

The signature should match the fingerprint of the following key:

  pub   rsa4096 2021-09-23 [SC]

        FA26 CA78 4BE1 8892 7F22  B99F 6570 EA01 146F 7354

  uid   Ileana Dumitrescu <ileanadumi95@protonmail.com>

  uid   Ileana Dumitrescu <ileanadumitrescu95@gmail.com>

If that command fails because you don’t have the required public key,

or that public key has expired, try the following commands to retrieve

or refresh it, and then rerun the ‘gpg –verify’ command.

  gpg –locate-external-key ileanadumi95@protonmail.com

  gpg –recv-keys 6570EA01146F7354

  wget -q -O- ‘https://savannah.gnu.org/project/release-gpgkeys.php?group=libtool&download=1‘ | gpg –import –

As a last resort to find the key, you can try the official GNU

keyring:

  wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg

  gpg –keyring gnu-keyring.gpg –verify libtool-2.5.0.tar.gz.sig

This release was bootstrapped with the following tools:

  Autoconf 2.72e

  Automake 1.16.5

  Gnulib v0.1-6995-g29d705ead1

NEWS

  • Noteworthy changes in release 2.5.0 (2024-05-13) [alpha]


** New features:

  – Pass ‘-fdiagnostics-color’, ‘-frecord-gcc-switches’,

    ‘-fno-sanitize*’, ‘-Werror’, and ‘prefix-map’ flags.

  – Pass the ‘-no-canonical-prefixes’ linker flag.

  – Pass ‘-fopenmp=*’ for Clang to allow choosing between libgomp and

    libomp.

  – Pass ‘-shared-libsan’, ‘-static-libsan’, ‘rtlib=*’, and

    ‘unwindlib=*’ for Clang.

  – Expanded process.h inclusion on Windows for more than the

    proprietary MSVC compiler. Other alternative Windows compilers

    also require process.h.

  – Pass ‘elf32_x86_64’ and ‘elf64_x86_64’ to the linker on hurd-amd64.

  – Recognize –-windows* config triplets.

** Important incompatible changes:

  – Removed test_compile from command line options.

  – By default executables are created with the RUNPATH property for

    the Android linker. RUNPATH works for libraries which are not

    installed in system locations.

  – Removed AC_PROG_SED fallback, as the macro has been supported

    in Autoconf since the 90’s.

** Bug fixes:

  – Check for space after -l, -L, and -R linker flags.

  – Updated documentation for tests, the demo directory, and

    elsewhere.

  – Fixed Solaris 11 builds.

  – Clean trailing “/” from sysroot path.

  – Fixed shared library builds for System V.

  – Added mingw to the list of systems not requiring libm.

  – Fixed support for nios2 systems.

  – Fixed linker check for ‘–whole-archive’ support for linkers other

    than ld.

  – Use -Fe instead of -o with MSVC to avoid deprecation warnings.

  – Improved reproducibility of libtool scripts.

  – Avoided MinGW warning by adding CRTIMP.

  – Improved grep portability.

  – Fixed cross-building warnings when checking for file.

** Changes in supported systems or compilers:

  – Removed support for bitrig (–-bitrig*).

  – Added support for flang (Fortran LLVM-based) compilers.

Enjoy!

EA is prototyping in-game ads even as we speak

Posted on May 14, 2024 by Michael G
Electronic Arts has a long, storied history of trying to wring more money out of gamers after they’ve purchased a game — now, it appears, the company’s hard at work on its next generation of in-game ads. EA CEO Andrew Wilson admitted as much on the company’s Q4 earnings call: when an analyst asked about “the market opportunity for more dynamic ad insertion across more traditional AAA games,” he said the company’s already working on it. “We have teams internally in the company right now looking at how do we do very thoughtful implementations inside of our game experiences,” said Wilson. ↫ Sean Hollister at The Verge Ads in games are definitely not new – we’ve seen countless games built entirely around brands, like Tapper for Budweiser, Pepsiman, or Cool Spot for 7-Up – and banner ads and product placement in various games has been a thing for decades, too. It seems like EA wants to take this several steps further and use things like dynamic ad insertion in games, so that when you’re playing some racing game, you’ll get an ad for your local Hyundai dealer, or an ad for a gun store when you’re playing GTA in the US. Either way, it’s going to make games worse, which is perfectly in line with EA’s mission.

सूर्य देव को जल किस समय चढ़ाना चाहिए। Surya ko jal kaise chadhayen, Sun

Posted on May 13, 2024 by Michael G
हिंदू धर्म में दिन की शुरुआत ही सूर्य देव को जल अर्पित करने से होती है। अधिकतर लोग सुबह नहा धोकर सूर्य को जल अर्पित करते हैं। सूर्य देव को जल चढ़ाने का शास्त्रों में भी खास महत्व बताया गया है। धार्मिक मान्यताओं के अनुसार नियमित रूप से सूर्य देव को अर्घ्य देने से समाज में मान सम्मान बढ़ता है और खूब तरक्की मिलती है। सूर्य को जल चढ़ाने के लिए हमेशा तांबे के लोटे का ही इस्तेमाल करना चाहिए.

लेकिन क्या आप जानते हैं कि सूर्य को जल किस समय चढ़ाना सबसे अधिक लाभदायक होता है। वेद पुराणों के अनुसार सूर्योदय होने के 1 घंटे तक सूर्य को जल चढ़ाना बहुत ही फायदेमंद माना जाता है। सूर्य को हमेशा ब्रहमुहूर्त में जल चढ़ाना चाहिए। और यदि आप रोजाना सूर्य को जल अर्पित नहीं कर सकते तो आप रविवार के दिन भी सूर्य को जल अर्पित कर सकते हैं। क्योंकि हिंदू मान्यताओं के अनुसार यह दिन सूर्य देव को समर्पित माना जाता है.

⦿ Website: https://www.vinaybajrangi.com/
⦿ YouTube: https://www.youtube.com/@drvinaybajrangiji
⦿ Facebook: https://www.facebook.com/bestcareerastrologer/
⦿ Instagram: https://www.instagram.com/vedicastrolo/
⦿ Linkedin: https://www.linkedin.com/in/drvinaybajrangi
⦿ Android App: https://play.google.com/store/apps/details?id=com.vinaybajrangi.app
⦿ ios App store: https://apps.apple.com/in/app/vinay-bajrangi-karma-astro-app/id1625624570

#sun #suryaargh #suryanamskar #shorts #trending

STOP Using Elevenlabs! Free Elevenlabs Alternative

Posted on May 13, 2024 by Michael G
Looking for an alternative video-sharing platform that’s not just another YouTube clone? Welcome to Dailymotion – your gateway to a world of diverse content and vibrant communities! Discover, share, and engage with a vast array of videos, from captivating documentaries to hilarious comedy sketches and everything in between.

With Dailymotion, you’re not just a viewer; you’re part of a global audience shaping the platform’s content landscape. Whether you’re a creator looking to share your passion or a viewer seeking fresh, authentic content, Dailymotion has something for everyone.

Join millions of users worldwide and dive into a video experience like no other. Explore, connect, and be inspired on Dailymotion today!

Mike Herchel’s Blog: Thoughts on Drupal’s new Starshot Initiative

Posted on May 13, 2024 by Michael G
Thoughts on Drupal’s new Starshot Initiative

mherchel

Sun, 05/12/2024 – 18:16

LibreSSL version 3.9.2 released

Posted on May 13, 2024 by Michael G

The
LibreSSL project
has
announced
the release of [bugfix] version
3.9.2
of the software:

We have released LibreSSL 3.9.2, which will be arriving in the
LibreSSL directory of your local OpenBSD mirror soon.

It includes the following change from LibreSSL 3.9.1:

 * Bugfixes
   - OpenBSD 7.5 errata 003. A missing bounds check could lead to a crash
     due to dereferencing a zero-sized allocation.

The LibreSSL project continues improvement of the codebase to reflect modern,
safe programming practices. We welcome feedback and improvements from the
broader community. Thanks to all of the contributors who helped make this
release possible.

Apple Vision Pro has the same effective resolution as Quest 3… Sometimes?

Posted on May 13, 2024 by Michael G
This article is a partial-rebuttal/partial-confirmation to KGOnTech’s Apple Vision Pro’s Optics Blurrier & Lower Contrast than Meta Quest 3, prompted by RoadToVR’s Quest 3 Has Higher Effective Resolution, So Why Does Everyone Think Vision Pro Looks Best? which cites KGOnTech. I suppose it’s a bit late, but it’s taken me a while to really get a good intuition for how visionOS renders frames, because there is a metric shitton of nuance and it’s unfortunately very, very easy to make mistakes when trying to quantify things. This post is divided into two parts: Variable Rasterization Rate (VRR) and how visionOS renders frames (including hard numbers for internal render resolutions and such), and a testbench demonstrating why photographing the visual clarity of Vision Pro (and probably future eye tracked headsets) may be more difficult than a DSLR pointed into the lenses (and how to detect the pitfalls if you try!). ↫ Shiny Quagsire I did it. I think I managed to find an article that isn’t just over my head, but also over most of your heads. How’s that feel?

ETS 2 | Concrete Stairs | From St. Petersburg to Vyborg | $3,620

Posted on May 12, 2024 by Michael G
DISCORD : https://discord.gg/s7KpFXZD

⚠️ Disclaimer : All The Information Provided On This Channel Are For Educational Purposes Only.This Channel Does Not Promote Or Encourage Any illegal .The Channel is No Way Responsible For Any Misuse Of The Information.

Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.

Badrinath Dham: बद्रीनाथ धाम के कपाट से भक्तों के लिए खुले | Chardham Yatra | वनइंडिया हिंदी

Posted on May 12, 2024 by Michael G
Badribath Dham: वैदिक मंत्रोच्चार और विधि-विधान, के साथ बद्रीनाथ धाम (Badrinath Dham Kapat) के कपाट आज यानी 12 मई को खोल (Badrinath Dham Kapat 2024 Opening) दिए गए है. और इस तरह से चारधान की यात्रा (Char Dham Yatra 2024) पूर्ण रूप से शुरू हो चुकी है. यात्रा को लेकर उत्तराखंड (Uttarakhand Char Dham Yatra) के मुख्यमंत्री पुष्कर सिंह धामी (CM Pushkar Singh Dhami) ने क्या कुछ कहा सुनिए..

Badrinath Dham Kapat 2024 Opening, Char Dham Yatra 2024, Pushkar Singh Dhami, Char Dham Yatra 2024 Start, Shri Badrinath-Kedarnath Temple Committee, Badrinath, Chamoli, Ajendra Ajay, doors of Shri Badrinath Dham opened, Char Dham Yatra 2024 Update, Kedarnath Badrinath, Uttarakhand Gangotri Yamunotri, बदरीनाथ धाम, चारधाम यात्रा 2024, पुष्कर सिंह धामी, Oneindia Hindi, Oneindia Hindi News, वनइंडिया हिंदी न्यूज़

#BadrinathDham #CharDhamYatra2024 #PushkarSinghDhami #Kedarnath #UttarakhandCharDhamYatra
~PR.252~ED.108~GR.124~HT.96~

  • Previous
  • 1
  • …
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • …
  • 821
  • Next

Recent Posts

  • [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…
  • Building a Rock Shelter & Overnight Stay in Heavy Snow 🏕️⛰️
  • Les milliardaires Elon Musk et Xavier Niel s’insultent copieusement

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