Mary Cosby allegedly called Lisa Barlow’s 12-year-old son, Henry, the R-word in a heated argument…

One insider claims that the offensive remark was made during a “crazy fight” that took place between the women earlier this month, noting that Barlow’s castmates — including returning stars Heather Gay, Whitney Rose, Meredith Marks and Angie Katsanevas — were perturbed by Cosby’s part in the exchange.

“The entire cast … was beyond grossed out” by Cosby’s alleged use of the slur, the source explains.

A separate insider emphasizes that the Vida Tequila businesswoman, 49 — who shares Henry, affectionately nicknamed “Baby Gorgeous,” and his older sibling, Jack, 19, with husband John Barlow — was “very upset” with Cosby, 51, for the alleged affront on her son.

Talking Drupal: Skills Upgrade #8

Welcome back to “Skills Upgrade” a Talking Drupal mini-series following the journey of a D7 developer learning D10. This is episode 8.

Topics

Resources

Chad’s Drupal 10 Learning Curriclum & Journal Chad’s Drupal 10 Learning Notes

The Linux Foundation is offering a discount of 30% off e-learning courses, certifications and bundles with the code, all uppercase DRUPAL24 and that is good until June 5th https://training.linuxfoundation.org/certification-catalog/

Hosts

AmyJune Hineline – @volkswagenchick

Guests

Chad Hester – chadkhester.com @chadkhest Mike Anello – DrupalEasy.com @ultimike

Ruby 3.3.1 Released

Ruby 3.3.1 has been released.

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

See the GitHub releases for further details.

Download

  • https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.1.tar.gz

    SIZE: 22074535
    SHA1: affd82947d7cd84bd586f7f487a1da0c0bd8b1fd
    SHA256: 8dc2af2802cc700cd182d5430726388ccf885b3f0a14fcd6a0f21ff249c9aa99
    SHA512: 0c8ea922a79152ac7adbfb2541320565bce6a631692fd39d499a06f53ad6339c16fad8374d171351ed63f7bda3312b26d4f8c058c5b6df3d7548fde372c718f1
    
  • https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.1.tar.xz

    SIZE: 16350792
    SHA1: 88ef585faece4ed76f4330bce52903664d4fbfe0
    SHA256: 0686941a3ec395a15ae2a852487b2a88e5fb8a5518e188df00d8d1bb71a6349b
    SHA512: c58e9be9b5ab48191fbf7d67e13f0ec42ee71ed338170e0f7b246708e9cfc617ce65098f5ce7ab32d4305e785642d3e44253462104d5b9c4abcb1a4113f48347
    
  • https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.1.zip

    SIZE: 26953741
    SHA1: 98b9858e3c125cfe6ca838ac4e4e269fa34bcaaa
    SHA256: d81c99dd03d095f116361c9d097145666f7bb2512cd856ee086545b1c3e54c55
    SHA512: 200bfcc1cc11282c64b03fe529287509684e01266d248ec85f51f6b382beebd8324321c2db59f52185f42c49fdde84aaa42cb59f0048faca389985431224564d
    

Release Comment

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

Posted by naruse on 23 Apr 2024

Game of Trees 0.98 released

The version control system gameoftrees 0.98 has been released and should soon show up in OpenBSD -current packages. An update for the -portable version will follow as well.

The main improvements in the new release are listed in the release notes as

- speed up got tag -l by caching timestamps in got_ref_cmp_tags()
- provide a macro for vi(1) path for use by -portable at compile time
- avoid a rename/stat race when gotd installs a new pack and then uses it
- make 'got ref -l' output consistent when packed references exist
- make 'got ref -l' work consistently when a reference argument is given
- add initial support for notifications to gotd(8), via email and http/json

Read more…

OpenBSD as a daily driver

I always like it when I can link to an article written by an OSNews, and this time it’s even relevant to me as I’m exploring OpenBSD myself. OSNews reader and silver Patreon supporter Morgan has written an article about using OpenBSD as a daily driver. OpenBSD is forever tied in first place with Void Linux as my favorite desktop OS. This is particularly funny because OpenBSD isn’t “just a desktop OS”; in its purest form, the base installation without any installed packages, it makes for an excellent Ethernet router, firewall, or web server. It even ships with its own fork of X11 called Xenocara, along with fvwm2 and its own calm window manager, so there’s a rudimentary desktop OS in there too. With that said, in 2024 there is no such thing as a fully functioning desktop computer or workstation without at least a web browser of some kind, and if you’re adding packages you may as well build a full desktop system to suit your needs. So how do you go from the amazing but unfortunately limited base install to a “daily driver” workstation operating system? There are many ways to do this, and I will present a couple of paths I take depending on the hardware and use case involved. Before I do that, a bit of prep is necessary to get OpenBSD into more of a desktop OS mode. ↫ Morgan I’ll be using this guide over the coming days to make sure I end up with something usable. I still haven’t decided on what desktop environment I want to go for – I’m not interested in running GNOME or KDE, so Xfce is probably the most likely option. I’d also love to try out LXQt, but it seems the version OpenBSD has in its repositories is very, very outdated (1.0.0 from years ago, when 2.0.0 was just released). There’s a small chance I might suck it up and use one of those “build your own desktop environment” options, but I have no idea which one I should go for.