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

Category: Open Source

The Apache Software Foundation Announces ApacheCon 2022 Schedule

Posted on July 10, 2022 by Michael G

Annual Convention will showcase four days of sessions featuring ASF project communities 

Wilmington, DE – July 5, 2022 – The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of more than 350 open source projects and initiatives, announced today the initial schedule for ApacheCon North America 2022. ApacheCon is the annual convention of the Apache Software Foundation, showcasing content from many of the project communities at the ASF.

ApacheCon will be held at the Canal Street Sheraton in New Orleans, LA, from October 3-6, 2022.

ApacheCon this year will feature four days of sessions, with seven tracks each day. Tracks will focus on Search, Big Data, Internet of Things, Community, Geospatial, Cassandra, Financial Tech, and many other topics. For the full schedule, visit the ApacheCon North America 2022 website. Each evening will also feature Birds of a Feather (BoF) sessions, where communities will have an opportunity for freeform discussion and planning around our various projects.

Keynotes will feature Demetris Cheatham, Senior Director, Diversity, Inclusion & Belonging Strategy at GitHub, and William Hurley (Whurley), Technology Entrepreneur and Founder and CEO of Strangeworks.

Registration is now open, and until July 24, 2022, the registration fee for early-bird registrants is US$500! From July 25-September 25, the standard conference fee will be US$750. Registrations from September 25 to the end of the event will be US$850.

Register today at the ApacheCon North America 2022 website. 

About The Apache Software Foundation (ASF)

Established in 1999, The Apache Software Foundation is the world’s largest open source foundation, stewarding 227M+ lines of code and providing more than $22B+ worth of software to the public at 100% no cost. The ASF’s all-volunteer community grew from 21 original founders overseeing the Apache HTTP Server to 820+ individual Members and 200 Project Management Committees who successfully lead 350+ Apache projects and initiatives in collaboration with 8,400+ Committers through the ASF’s process known as “The Apache Way.” Apache software is integral to nearly every end user computing device, from laptops to tablets to mobile devices across enterprises and mission-critical applications. Apache projects power most of the Internet, manage exabytes of data, execute teraflops of operations, and store billions of objects in virtually every industry. The commercially-friendly and permissive Apache License v2 is an open source industry standard, helping launch billion dollar corporations and benefiting countless users worldwide. The ASF is a US 501(c)(3) not-for-profit charitable organization funded by individual donations and corporate sponsors that include Aetna, Alibaba Cloud Computing, Amazon Web Services, Anonymous, Baidu, Bloomberg, Capital One, Cloudera, Comcast, Confluent, Didi Chuxing, Facebook, Google, Huawei, IBM, Indeed, LINE Corporation, Microsoft, Namebase, Pineapple Fund, Red Hat, Replicated, Salesforce, Talend, Target, Tencent, Union Investment, VMware, Workday, and Yahoo. For more information, The ASF website and follow us (@TheASF) on Twitter.

© The Apache Software Foundation. “Apache” and “ApacheCon” are registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries. All other brands and trademarks are the property of their respective owners.

How I Built My Code Editor in Ruby

Posted on July 10, 2022 by Michael G
I gave a talk at the Montreal.rb meetup group on 2022-07-07 titled: “How I Built My Code Editor in Ruby”
https://andymaleh.blogspot.com/2022/07/montrealrb-2022-07-07-talk-how-i-built.html

Ruby 3.1.2 Released

Posted on July 10, 2022 by Michael G

Ruby 3.1.2 has been released.

This release includes security fixes.
Please check the topics below for details.

  • CVE-2022-28738: Double free in Regexp compilation
  • CVE-2022-28739: Buffer overrun in String-to-Float conversion

See the commit logs for further details.

Download

  • https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.2.tar.gz

    SIZE: 20553628
    SHA1: b0d86c60457fdfbcb532cb681877a2f790f66b25
    SHA256: 61843112389f02b735428b53bb64cf988ad9fb81858b8248e22e57336f24a83e
    SHA512: 9155d1150398eaea7c9954af61ecf8dfdb885cfcf63a67bbcf6c92e282cd3ccac0ff9234d039286a9623297b65197441438c37f707e31d270ce2fe11e8f38a44
    
  • https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.2.tar.xz

    SIZE: 15101588
    SHA1: 4c47f1dfeeb23fc55d65bcae50cf70c23bc28aa3
    SHA256: ca10d017f8a1b6d247556622c841fc56b90c03b1803f87198da1e4fd3ec3bf2a
    SHA512: 4a74e9efc6ea4b3eff4fec7534eb1fff4794d021531defc2e9937e53c6668db8ecdc0fff2bc23d5e6602d0df344a2caa85b31c5414309541e3d5313ec82b6e21
    
  • https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.2.zip

    SIZE: 24837444
    SHA1: 2e04f25dc73d7236fd4f4a170329793cd5e7dc38
    SHA256: f2bb80de50bcc17c29c1995d87d657d461ede6a73e71db44c0cf77f65f32e9b6
    SHA512: fa3ba25a051bd1e0ea1ee9fadfeef674f2f3217b1468ccb24975c4a19493115cdeb0015a78d391d08870947de95a8c7409f1c00fed51dc49d40cc3e6cda25bb7
    

Release Comment

Many committers, developers, and users who provided bug reports helped us make this release.
Thanks for their contributions.

Posted by naruse and mame on 12 Apr 2022

JRuby 9.3.6.0 Released

Posted on July 10, 2022 by Michael G

The JRuby community is pleased to announce the release of JRuby 9.3.6.0

  • Homepage: https://www.jruby.org/
  • Download: https://www.jruby.org/download

JRuby 9.3.x is compatible with Ruby 2.6.x and stays in sync with C Ruby. As always there is a mix of miscellaneous fixes so be sure to read the issue list below.

Thanks to our contributors this cycle for helping to improve stability and compatibility of JRuby 9.3: @ahorek, @keimar, @k77ch7

Ruby Compatibility

  • Fixed a leak in the frozen string cache and now ensure frozen strings are reused correctly without reencoding. (#7166, #7229, #7242)

Java Integration

  • The internal cache for nested jar file contents has been optimized and a new option added for cache expiration. (#7225, #7232, [#7259])

Python 3.10.5 is available

Posted on July 10, 2022 by Michael G

The latest bugfix drop for Python 3.10 is here: Python 3.10.5. This release packs more than 230 bugfixes and docs changes, so you surely want to update 🙂 You can get it here:

https://www.python.org/downloads/release/python-3105/

This is the first maintenance release of Python 3.10


Python 3.10.5 is the newest major release of the Python programming language, and it contains many new features and optimizations.


Major new features of the 3.10 series, compared to 3.9

Among the new major new features and changes so far:

  • PEP 623 – Deprecate and prepare for the removal of the wstr member in PyUnicodeObject.
  • PEP 604 – Allow writing union types as X | Y
  • PEP 612 – Parameter Specification Variables
  • PEP 626 – Precise line numbers for debugging and other tools.
  • PEP 618 – Add Optional Length-Checking To zip.
  • bpo-12782: Parenthesized context managers are now officially allowed.
  • PEP 632 – Deprecate distutils module.
  • PEP 613 – Explicit Type Aliases
  • PEP 634 – Structural Pattern Matching: Specification
  • PEP 635 – Structural Pattern Matching: Motivation and Rationale
  • PEP 636 – Structural Pattern Matching: Tutorial
  • PEP 644 – Require OpenSSL 1.1.1 or newer
  • PEP 624 – Remove Py_UNICODE encoder APIs
  • PEP 597 – Add optional EncodingWarning

More resources

  • Online Documentation
  • PEP 619, 3.10 Release Schedule
  • Report bugs at https://bugs.python.org.
  • Help fund Python and its community.

bpo-38605: from __future__ import annotations (PEP 563) used to be on this list in previous pre-releases but it has been postponed to Python 3.11 due to some compatibility concerns. You can read the Steering Council communication about it here to learn more.

And now for something completely different

Strange quarks are the third lightest quarks, which are subatomic particles that are so small,  they are believed to be the fundamental particles, and not further divisible. Like down quarks, strange quarks have a charge of -1/3. Like all fermions (which are particles that can not exist in the same place at the same time), strange quarks have a spin of 1/2. What makes strange quarks different from down quarks–apart from having 25 times the mass of down quarks–is that they have something that scientists call “strangeness.” Strangeness is basically a resistance to decay against strong force and electromagnetism. This means that any particle that contains a strange quark can not decay due to strong force (or electromagnetism), but instead with the much slower weak force. It was believed that this was a ‘strange’ method of decay, which is why the scientists gave the particles that name.

We hope you 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.


https://www.python.org/psf/

Your friendly release team,
Ned Deily @nad 
Steve Dower @steve.dower 
Pablo Galindo Salgado @pablogsal

GNUnet News: GNUnet 0.17.2

Posted on July 10, 2022 by Michael G

GNUnet 0.17.2

This is a bugfix release for gnunet 0.17.1.

Download links


  • http://ftpmirror.gnu.org/gnunet/gnunet-0.17.2.tar.gz

  • http://ftpmirror.gnu.org/gnunet/gnunet-0.17.2.tar.gz.sig

The GPG key used to sign is:

3D11063C10F98D14BD24D1470B0998EF86F59B6A

Note that due to mirror synchronization, not all links may be functional
early after the release. For direct access try

http://ftp.gnu.org/gnu/gnunet/

Noteworthy changes in 0.17.1 (since 0.17.2)


  • DHT

    : Various bugfixes in the protocol.

  • RECLAIM

    : OpenID Connect plugin improvements.

  • ABE

    : Removed.

A detailed list of changes can be found in the

ChangeLog

and
the

bugtracker

.

In -current, dhclient(8) now just logs warnings and executes ifconfig(8)

Posted on July 9, 2022 by Michael G

Theo de Raadt (deraadt@)
committed
the change:

CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2022/07/02 11:21:32

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
dhclient(8) has been undergoing replacement with "ifconfig xxx inet auto"
for a couple of years, backed by dhcpleased(8), which provides much better
dns handling.  The next step is to make the dhclient simply execve
ifconfig in that way, and provide syslog warnings about deprecated options
along the way.  This way, we can find the last few dhclient users, and what
they are missing.
ok florian krw
Posted on July 9, 2022 by Michael G
New committer: Kornel Dulęba (src)

Reasons to install Unbreakable Enterprise Kernel release 7 (UEK7) on Oracle Linux

Posted on July 9, 2022 by Michael G

With the release of UEK7 comes a plethor Click to Read More at Oracle Linux Kernel Development

The post Reasons to install Unbreakable Enterprise Kernel release 7 (UEK7) on Oracle Linux appeared first on Linux.com.

Finding System Information in Linux

Posted on July 9, 2022 by Michael G
Many people at some point may need to find specific information about their system. There are many ways to get specific information about your system, but some may take a while to remember or look up the command.

In this article, I want to cover a program called ‘inxi’, which helps get all the system information in one place.

Installation

Installation is a simple process from a command line for Ubuntu:

sudo apt install inxi -y

For any distro of Linux, use the proper…

https://www.linux.org/threads/finding-system-information-in-linux.40455/

  • Previous
  • 1
  • …
  • 1,521
  • 1,522
  • 1,523
  • 1,524
  • 1,525
  • 1,526
  • 1,527
  • …
  • 1,529
  • Next

Recent Posts

  • 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]
  • Mercado aguarda Powell e olha Trump, dados e Haddad | MINUTO TOURO DE OURO – 11/02/25

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