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

Author: Michael G

Join us for the Moodle Academy webinar “Moodle Plugins directory review process” on Wednesday 7th August, 8:00 UTC

Posted on July 19, 2024 by Michael G
by Sandra Matz.  

We invite you to register for the next Moodle Academy free webinar “Moodle Plugins directory review process” on Wednesday 7th August at 8:00-9:00 UTC.

The Moodle Plugins directory contains over 2000 plugins developed and maintained by the Moodle community. Plugins go through some automated checks and peer-reviews by Plugins guardians before they get approved in the Plugins directory.

In this webinar, we will hear from Dan Marsden of Catalyst IT, NZ, who is a long-time Moodle Plugins guardian. This webinar covers the process that a plugin goes through when a developer submits their plugin to the Plugins directory, the checks that the plugin goes through, common mistakes made by plugin developers and what you can do to prepare your plugin for review. We will also cover how you can contribute to the review process by testing and reviewing other contributions to the Plugins directory.

Are you a developer or an administrator of a Moodle site? This webinar will be of interest to you.

Note: this webinar is part of the course ‘Moodle Academy webinars‘. You have to be enrolled in the course to register and join the webinar.

Register at Moodle Academy.

Join us for the Moodle Academy webinar “Moodle Plugins directory review process” on Wednesday 7th August, 8:00 UTC

AWA Anglophone Bi-weekly Webinar :  Introduction to Wikiversity

Posted on July 19, 2024 by Michael G
On June 13, 2024,  Code for Africa’s African Wikipedia Alliance( AWA), hosted a bi-weekly webinar for its Anglophone community titled “Introduction to Wikiversity.” The online…

Debug Academy: Evaluating Acquia storage limits – “Emergency upsize” notification

Posted on July 19, 2024 by Michael G
Evaluating Acquia storage limits – “Emergency upsize” notification

In addition to best-in-class Drupal training courses (pun intended), we at Debug Academy provide Drupal development services and Drupal 7 migration services. Our clients may self-host, host with Acquia, Pantheon, or even host with us.

Recently, a client who hosts their Drupal 9 website on Acquia reached out to to ask us to investigate an alert they had received from Acquia. Acquia sent an email which said “This email is to inform you that we emergency upsized your storage from 200GB to 300GB FS in Case #[redacted]. The cost to keep this upsize in place [is..]”

ashrafabed
Fri, 07/19/2024

Python 3.13.0 beta 4 released

Posted on July 19, 2024 by Michael G

I’m pleased to announce the release of Python 3.13 beta 4.

https://www.python.org/downloads/release/python-3130b4/

 

This is a beta preview of Python 3.13

Python 3.13 is still in development. This release, 3.13.0b4, is the final beta release preview of 3.13.

Beta release previews are intended to give the wider community the
opportunity to test new features and bug fixes and to prepare their
projects to support the new feature release.

We strongly encourage maintainers of third-party Python projects to test with 3.13 during the beta phase and report issues found to the Python bug tracker
as soon as possible. While the release is planned to be feature
complete entering the beta phase, it is possible that features may be
modified or, in rare cases, deleted up until the start of the release
candidate phase (Tuesday 2024-07-30). Our goal is to have no ABI changes
after this final beta release, and as few code changes as possible
after 3.13.0rc1, the first release candidate. To achieve that, it will
be extremely important to get as much exposure for 3.13 as possible during the beta phase.

Please keep in mind that this is a preview release and its use is not recommended for production environments.

 

Major new features of the 3.13 series, compared to 3.12

Some of the new major new features and changes in Python 3.13 are:

New features

  • A new and improved interactive interpreter, based on PyPy’s, featuring multi-line editing and color support, as well as colorized exception tracebacks.
  • An experimental free-threaded build mode,
    which disables the Global Interpreter Lock, allowing threads to run
    more concurrently. The build mode is available as an experimental
    feature in the Windows and macOS installers as well.
  • A preliminary, experimental JIT, providing the ground work for significant performance improvements.
  • The locals() builtin function (and its C equivalent) now has well-defined semantics when mutating the returned mapping, which allows debuggers to operate more consistently.
  • The (cyclic) garbage collector is now incremental, which should mean shorter pauses for collection in programs with a lot of objects.
  • A modified version of mimalloc is now included, optional but enabled by default if supported by the platform, and required for the free-threaded build mode.
  • Docstrings now have their leading indentation stripped, reducing memory use and the size of .pyc files. (Most tools handling docstrings already strip leading indentation.)
  • The dbm module has a new dbm.sqlite3 backend that is used by default when creating new files.
  • The minimum supported macOS version was changed from 10.9 to 10.13 (High Sierra). Older macOS versions will not be supported going forward.
  • WASI is now a Tier 2 supported platform. Emscripten is no longer an officially supported platform (but Pyodide continues to support Emscripten).

Typing

  • Support for type defaults in type parameters.
  • A new type narrowing annotation, typing.TypeIs.
  • A new annotation for read-only items in TypeDicts.
  • A new annotation for marking deprecations in the type system.

Removals and new deprecations

  • PEP 594 (Removing dead batteries from the standard library) scheduled removals of many deprecated modules: aifc, audioop, chunk, cgi, cgitb, crypt, imghdr, mailcap, msilib, nis, nntplib, ossaudiodev, pipes, sndhdr, spwd, sunau, telnetlib, uu, xdrlib, lib2to3.
  • Many other removals of deprecated classes, functions and methods in various standard library modules.
  • C API removals and deprecations. (Some removals present in alpha 1 were reverted in alpha 2, as the removals were deemed too disruptive at this time.)
  • New deprecations, most of which are scheduled for removal from Python 3.15 or 3.16.

(Hey, fellow core developer, if a feature you find important is missing from this list, let Thomas know.)

For more details on the changes to Python 3.13, see What’s new in Python 3.13. The next pre-release of Python 3.13 will be 3.13.0rc1, the first release candidate, currently scheduled for 2024-07-30.

 

More resources

  • Online Documentation
  • PEP 719, 3.13 Release Schedule
  • Report bugs at https://github.com/python/cpython/issues.
  • Help fund Python directly (or via GitHub Sponsors), and support the Python community.

 

Enjoy the new releases

Thanks to all of the many volunteers who help make Python Development
and these releases possible! Please consider supporting our efforts by
volunteering yourself or through organization contributions to the
Python Software Foundation.

 

Your release team,
Thomas Wouters
Łukasz Langa
Ned Deily
Steve Dower 

Navigating the Digital Terrain – A Salute to SysAdmins!     

Posted on July 19, 2024 by Michael G

Navigating the Digital Terrain – A Salute to SysAdmins!      Save up to $400 on Training & Certifications Learn more at LF Training

The post Navigating the Digital Terrain – A Salute to SysAdmins!      appeared first on Linux.com.

GNU Taler news: Video interview with Mikolai Gütschow on payments for the Internet of Things

Posted on July 19, 2024 by Michael G
On the occasion of the Point Zero Forum’s Innovation Tour, Evgeny Grin has interviewed Mikolai Gütschow who designed and implemented solutions for the payments in the Internet of Things (IoT).

Cailean Osborne: voices of the Open Source AI Definition

Posted on July 19, 2024 by Michael G
The Open Source Initiative (OSI) is running a series of stories about a few of the people involved in the Open Source AI Definition (OSAID) co-design process. Today, we are featuring Cailean Osborne, one of the volunteers who has helped to shape and are shaping the OSAID.

CrowdStrike issue is causing massive computer outages worldwide

Posted on July 19, 2024 by Michael G
Well, this sure is something to wake up to: a massive worldwide outage of computer systems due to a problem with CrowdStrike software. Payment systems, airlines, hospitals, governments, TV stations – pretty much anything or anyone using computers could be dealing with bluescreens, bootloops, and similar issues today. Open-heart surgeries had to be stopped mid-surgery, planes can’t take off, people can’t board trains, shoppers can pay for their groceries, and much, much more, all over the world. The problem is caused by CrowdStrike, a sort-of enterprise AV/monitoring software that uses a Windows NT kernel driver to monitor everything people do on corporate machines and logs it for… Security purposes, I guess? I’ve never worked in a corporate setting so I have no experience with software like this. From what I hear, software like this is deeply loathed by workers the world over, as it gets in the way and slows systems down. And, as can happen with a kernel driver, a bug can cause massive worldwide outages which is costing people billions in damages and may even have killed people. There is a workaround, posted by CrowdStrike: This is a solution for individually fixing affected machines, but I’ve seen responses like “great, how do I apply this to 70k endpoints?”, indicating that this may not be a practical solution for many affected customers. Then there’s the issue that this may require a BitLocker password, which not everyone has on hand either. To add insult to injury, CrowdStrike’s advisory about the issue is locked behind a login wall. A shitshow all around. Do note that while the focus is on Windows, Linux machines can run CrowdStrike software too, and I’ve heard from Linux kernel engineers who happen to also administer large numbers of Linux servers that they’re seeing a huge spike in Linux kernel panics… Caused by CrowdStrike, which is installed on a lot more Linux servers than you might think. So while Windows is currently the focus of the story, the problems are far more widespread than just Windows. I’m sure we’re going to see some major consequences here, and my – misplaced, I’m sure – is that this will make people think twice about one, using these invasive anti-worker monitoring tools, and two, employing kernel drivers for this nonsense.

पूरी पृथ्वी जल रही है! || आचार्य प्रशांत (2024)

Posted on July 18, 2024 by Michael G

Video by via Dailymotion Source पूरा वीडियो: लद्दाख ही नहीं, हम सब जल रहे हैं || आचार्य प्रशांत (2024)लिंक: • लद्दाख ही नहीं, हम सब जल रहे हैं || आ… ➖➖➖➖➖➖ ‍♂️ आचार्य प्रशांत से मिलना चाहते हैं?लाइव सत्रों का हिस्सा बनें: https://acharyaprashant.org/hi/enquir… आचार्य प्रशांत की पुस्तकें पढ़ना चाहते हैं?फ्री डिलीवरी पाएँ: https://acharyaprashant.org/hi/books?… ➖➖➖➖➖➖ #acharyaprashant…

Painter Service Website Design: HTML, CSS & JS (Free Source Code)

Posted on July 18, 2024 by Michael G

Video by via Dailymotion Source Painter Service Website Design: HTML, CSS & JS (Free Source Code) Free Source Code: https://noobcoder786.blogspot.com/2024/06/portfolio-website-design-html-css-js.html ……………………………………….. Looking to promote your painting services and attract more clients? Join us in this comprehensive tutorial where we guide you through the process of designing your own dynamic Painter Service Website using HTML, CSS,…

  • Previous
  • 1
  • …
  • 339
  • 340
  • 341
  • 342
  • 343
  • 344
  • 345
  • …
  • 1,531
  • Next

Recent Posts

  • Qwen3-Coder
  • Open Source is Back
  • An easy way to develop Home Assistant integrations
  • SmartEsq has launched an AI-powered MFN Election tool
  • Open Source email Clients

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