an SE Radio 636: Sriram Panyam on SaaS Control Planes By se-radio.net Published On :: Wed, 02 Oct 2024 07:36:00 +0000 Sriram Panyam, CTO at DagKnows, discusses SaaS Control Planes with SE Radio host Brijesh Ammanath. The discussion starts off with the basics, examining what control planes are and why they're important. Sriram then discusses reasons for building a control plane and the challenges in designing one. They explore design and architectural considerations when building a SaaS control plane, as well as the key differences between a control plane and a data plane. This episode is sponsored by QA Wolf. Full Article
an SE Radio 638: Nick Tune and Jean-Georges Perrin on Architecture Modernization By se-radio.net Published On :: Thu, 17 Oct 2024 20:51:00 +0000 Nick Tune and Jean-Georges Perrin join host Giovanni Asproni to talk about their proposed approach to modernizing legacy systems. The episode starts with some high-level perspective to set context for the approach described in their book, Architecture Modernization (Manning, 2024). From there, the discussion turns to important details, including criteria for deciding which aspects to revisit; some of the activities, processes, and tools; and the importance of data engineering in modernization efforts. Nick and Jean-Georges describe how to successfully implement an architecture-modernization effort, and how to fit that work with the teams' other priorities. The episode finishes with some warnings about the typical risks associated with modernizing a legacy system, and suggestions on how to mitigate them. This episode is sponsored by QA Wolf. Full Article
an SE Radio 640: Jonathan Horvath on Physical Security By se-radio.net Published On :: Wed, 30 Oct 2024 21:41:00 +0000 Jonathan Horvath of Z-bit discusses physical access control systems (PACS) with host Jeremy Jung. They start with an overview of PACS components and discuss the proprietary nature of the industry, the slow pace of migration to open standards, and why Windows is commonly used. Jonathan describes the security implications of moving from isolated networks to the cloud, as well as credential vulnerabilities, encryption using symmetric keys versus asymmetric keys, and the risks related to cloning credentials. They also consider several standards, including moving from Wiegand to the Open Supervised Device Protocol (OSDP), as well as the Public Key Open Credential (PKOC) standard, and the open source OSDP implementation that Jonathan authored. Brought to you by IEEE Computer Society and IEEE Software magazine. Full Article
an Tales of the Nobel Prize announcement By physicstoday.scitation.org Published On :: Fri, 23 Sep 2022 23:31:09 GMT -- Delivered by Feed43 service Full Article
an Professional societies and you By physicstoday.scitation.org Published On :: Fri, 30 Sep 2022 00:27:49 GMT -- Delivered by Feed43 service Full Article
an Plant up By www.usingenglish.com Published On :: Thu, 07 Oct 2021 10:43:56 +0000 Fill an area with plants or seeds Full Article
an Philips Performance Wireless TAPH805BK Bluetooth Headset Review By www.pcstats.com Published On :: Fri, 06 Mar 2020 15:09:56 The Philips Performance Wireless TAPH805BK are wireless headphones with battery life that will knock your socks off, but the sound quality has a lot of room for improvement.... [PCSTATS] Full Article Audio / Sound
an AMD 5nm Zen 4 EPYC CPUs And Radeon Instinct GPUs To Power El Capitan Supercomput By www.pcstats.com Published On :: Fri, 06 Mar 2020 15:37:18 AMD just announced today a design win in conjunction with the Lawrence Livermore National Laboratory (LLNL) and Hewlett-Packard Enterprise (HPE), win which it will be providing the hardware powering the El Capitan exascale-class supercomputer. What caught our eye about this announcement was not the compute performance -- which will be enormous ... [PCSTATS] Full Article CPU / Processors
an SteelSeries Apex 3 Water Resistant Gaming Keyboard Review By www.pcstats.com Published On :: Sat, 07 Mar 2020 09:03:00 " Writing an entire article on the Apex 3 was a really easy task thanks to the higher actuation point and we did not make any mistakes like on the regular high-speed gaming-only keyboards. This is a good point to recommend when using the keyboard in corporate offices as well: the new SteelSeries domes are silent, while the full-size layout allows ... [PCSTATS] Full Article Peripherals
an ASRock X570 Phantom Gaming-ITX/TB3 Motherboard Review By www.pcstats.com Published On :: Wed, 11 Mar 2020 18:39:24 "When it comes to mini-ITX AMD X570 motherboards there are only a handful to choose from. Today we are checking out ASRock�s offering which comes in the form of the X570 Phantom Gaming-ITX/TB3. We first saw the Phantom Gaming Series from ASRock with their Z390 Phantom Gaming X and we are hoping to see the same quality in the X570 Phantom Gaming-ITX... [PCSTATS] Full Article Motherboards
an Galax GeForce RTX 2070 Super HOF 10 Year Anniversary By www.pcstats.com Published On :: Wed, 11 Mar 2020 18:41:29 The Galax RTX 2070 Super HOF 10 Year comes with a large overclock on both GPU and memory, it's actually the fastest RTX 2070 we ever tested, almost matching RTX 2080. Thanks to a large power limit increase and 16 Gbps memory chips from Samsung, manual overclocking works great, too.... [PCSTATS] Full Article Video Cards
an Every Mastodon User Has an RSS Feed By www.rssboard.org Published On :: Sat, 24 Jun 2023 08:34:48 -0400 The distributed social network Mastodon has grown to 12.8 million user accounts, supporting itself through user donations and a lot of effort by the volunteers running servers. There's no CEO changing the network at whim, no ads and no algorithms that manipulate what you see to increase engagement. Just a scroll of posts by the people you follow pulled from all over the world.Every Mastodon account has an RSS feed that can be found by going to the user's Mastodon page and adding ".rss" to the URL of that page. For example, the RSS feed for Bonaventure Software is at this address:https://mastodon.online/@bonaventuresoft.rssThe feeds are valid RSS and use the Media-RSS and Webfeeds namespaces.The Media-RSS content element contains the photo, audio or video included in the Mastodon post, if one is present:<media:content url="https://files.mastodon.online/media_attachments/files/109/326/769/636/254/303/original/552ebb9fd3f30171.png" type="image/png" fileSize="49052" medium="image"> <media:rating scheme="urn:simple">nonadult</media:rating> <media:description type="plain">Eli Lilly & Co stock performance graph over the last month, showing lower valuations than the one caused by the bogus announcement of free insulin.</media:description></media:content>The Webfeeds icon element holds the URL of the user's avatar:<webfeeds:icon>https://files.mastodon.online/accounts/avatars/109/298/336/948/075/673/original/e76dfce4df4bef76.gif</webfeeds:icon>One potential improvement to the feed would be to add a link element from the Atom namespace to identify the URL of the RSS feed, as in this example:<atom:link href="https://mastodon.online/@bonaventuresoft.rss" rel="self" type="application/rss+xml" />That might not happen anytime soon. Mastodon is a frenetic open source project with 61 open issues and suggestions involving RSS. Full Article announcements
an How to Read an RSS Feed with PHP Using SimplePie By www.rssboard.org Published On :: Mon, 26 Jun 2023 15:08:40 -0400 If you need to load an RSS feed with the PHP programming language, the open source library SimplePie greatly simplifies the process of pulling in items from a feed to present on a website, store in a database or do something else coooool with the data. There's a full installation guide for SimplePie but you can skip it with just three steps:Download SimplePie 1.5.Copy the file autoloader.php and the folder library to a folder that's accessible from your PHP code.Make note of this folder; you'll be using require_once() to load autoloader.php from that location.SimplePie has been designed to work the same regardless a feed's format. It supports RSS 2.0, RSS 1.0, Atom and the earlier versions of RSS. Additionally it can read feed elements from nine namespaces.Here's PHP code that loads feed items from the news site Techdirt and displays them in HTML:// load the SimplePie libraryrequire_once('/var/www/libraries/simplepie-1.5/autoloader.php');// load the feed$feed = new SimplePie();$feed->set_feed_url('https://www.techdirt.com/feed/');$feed->init();$feed->handle_content_type();// create the output$html_output = '';foreach ($feed->get_items() as $item) {ÃÂ ÃÂ $html_output .= '<p><a href="' . $item->get_link() . '">' . $item->get_title() . '</a></p>';ÃÂ ÃÂ $html_output .= $item->get_description();ÃÂ ÃÂ $html_output .= '<p>By ' . $item->get_author(0)->get_name() . ', ' . $item->get_date();}// display the outputECHO <<<END$html_outputEND;The API documentation for SimplePie_Item lists the functions that can extract data from each feed item. The versatility of the library is demonstrated by get_authors(), which can retrieve an item's authorship information whether it was in the RSS author element, Dublin Core creator, iTunes author, or Atom author.SimplePie supports caching so that a feed isn't downloaded every time code is executed. The addition of these lines turns on caching, specifies the location of a cache folder and sets the time to use a cached version to four hours (14,400 seconds):$feed->set_cache_location('/var/www/cache/');$feed->set_cache_duration(14400);$feed->enable_cache();SimplePie was created by RSS Advisory Board member Ryan Parman, Geoffrey Sneddon and Ryan McCue. The project is currently maintained on GitHub by Malcom Blaney. Full Article announcements
an Be Unique And Use RSS Guid Like Everybody Else By www.rssboard.org Published On :: Mon, 10 Jul 2023 22:30:01 -0400 Winter scenes: Snowflakes by Theodor HorydczakIf you publish an RSS feed, you should do a solid for the developers of RSS readers by including a guid in each item. The guid's job is to be a unique identifier that helps software downloading your feed decide whether it has seen that item before. Here's the guid for an item on the arts and technology blog Laughing Squid:<guid isPermaLink="false">https://laughingsquid.com/?p=914660</guid>No other item on Laughing Squid will ever have this guid value. It's a URL that loads a blog post with the title Playful Elephant Pretends to Eat Woman's Hat. If you load the guid's URL https://laughingsquid.com/?p=914660, it redirects to the permanent link of the post. Because the guid is not the permanent link, there's an isPermaLink attribute with a value of false.Most guid values in RSS feeds are the permanent link of the item, as in this example from the world news site Semafor:<guid>https://www.semafor.com/article/07/07/2023/us-jobs-data-what-experts-make-of-the-new-numbers</guid>A drawback of using the permalink is that if any part of the URL changes -- such as the title text or the domain name -- the guid changes and RSS readers will think this is a new item to show the feed's subscribers, when it's actually a repeat.A guid doesn't have to be a URL. It can be any string that the feed publisher has chosen to be unique. Here's the guid from the RSS Advisory Board's feed for this blog post:<guid isPermaLink="false">tag:rssboard.org,2006:weblog.217</guid>Our guid follows the TAG URI scheme, a simple way to assure uniqueness by putting these five components together in this order:The text "tag"A domain owned by the feed providerA year the provider owned that domainA short name for the feed different from any other feed on the siteThe internal ID number of the post There's different punctuation between each component. The year 2006 was when the board began using the domain rssboard.org. No one else used that domain that year, so any feed reader that stores "tag:rssboard.org,2006:weblog.217" as this item's guid should never encounter that value in any other item on any other feed.To see how RSS 2.0 feeds are using guid, several thousand feeds were downloaded this evening from an RSS aggregator that publicly shares the OPML subscription lists of its users.CategoryTotalPercentageTotal number of feeds4,954--Feed using guid4,77796.4%Feeds using non-permalinks in guid75215.2%The term guid means "globally unique identifier," but RSS 2.0 does not require global uniqueness in guids. Because the TAG URI scheme does a good job of serving that purpose, Blogger, Flickr, MetaFilter, SoundCloud and The Register are among the sites using it in their feeds. Full Article announcements
an Downloading 50,000 Podcast Feeds to Analyze Their RSS By www.rssboard.org Published On :: Fri, 14 Jul 2023 10:38:42 -0400 The software developer Niko Abeler has crawled 51,165 podcast feeds to study what RSS elements they contain. His comprehensive Podcast Feed Standard report looks at the usage of core RSS elements and namespace elements from Apple iTunes, Atom, Content, Podcast 2.0 and Simple Chapters. He writes:In the world of podcasting, there is a great deal of freedom when it comes to the format and content of a podcast. Creators are free to choose their own audio format and feed content, giving them the flexibility to create something truly unique. However, when it comes to distributing a podcast, certain standards must be followed in order to be added to an aggregator such as Apple Podcasts. Additionally, the podcasting community has come to agree upon certain conventions that can be used to add additional features to a podcast, such as chapters, enhanced audio, and more. These conventions allow for a more immersive and engaging listening experience for the audience.This website is dedicated to providing guidance and information on the conventions and standards used in podcasting.There's a lot of interesting data in the RSS 2.0 report, which finds that these are the six least popular elements in an RSS feed's channel: Element Usage docs 8.3% cloud 0.0% rating 0.0% skipDays 0.0% skipHours 0.0% textInput 0.0% Over 99 percent of feeds contain the optional channel element language and the optional item elements enclosure, guid, pubDate and title. Only 0.2% of feeds contain a source element in an item.The iTunes namespace report shows a lot of variation in support. The required element itunes:explicit is only present in 18 percent of feeds and four optional elements have less than 20 percent: itunes:new-feed-url, itunes:block, itunes:complete and itunes:title. One namespace in the report, Podcast 2.0, has been proposed by Podcastindex "to provide a solution for problems which previously have been solved by multiple competing standards" and is still under development.The report also analyzes the audio files enclosed in the podcast feeds to determine their format, bitrate, channel and loudness. The report finds that 95.6 percent use MP3 and 4.4 percent AAC/M4A. People who like an alternative open source format will be oggravated that its sliver of the pie graph is so small it can't be seen.If Abeler isn't tired of crunching numbers, one thing that would be useful for the RSS Advisory Board to learn is how many of the feeds contain more than one enclosure element within a single item. Full Article announcements
an How to Read an RSS Feed with Java Using XOM By www.rssboard.org Published On :: Tue, 01 Aug 2023 23:25:57 -0400 There are a lot of libraries for processing XML data with Java that can be used to read RSS feeds. One of the best is the open source library XOM created by the computer book author Elliotte Rusty Harold.As he wrote one of his 20 books about Java and XML, Harold got so frustrated with the available Java libraries for XML that he created his own. XOM, which stands for XML Object Model, was designed to be easy to learn while still being strict about XML, requiring documents that are well-formed and utilize namespaces in complete adherence to the specification. (At the RSS Advisory Board, talk of following a spec is our love language.)XOM was introduced in 2002 and is currently up to version 1.3.9, though all versions have remained compatible since 1.0. To use XOM, download the class library in one of the packages available on the XOM homepage. You can avoid needing any further configuration by choosing one of the options that includes third-party JAR files in the download. This allows XOM to use an included SAX parser under the hood to process XML.Here's Java code that loads items from The Guardian's RSS 2.0 feed containing articles by Ben Hammersley, displaying them as HTML output:// create an XML builder and load the feed using a URLBuilder bob = new Builder();Document doc = bob.build("https://www.theguardian.com/profile/benhammersley/rss");// load the root element and channelElement rss = doc.getRootElement();Element channel = rss.getFirstChildElement("channel");// load all items in the channelElements items = channel.getChildElements("item");for (Element item : items) { // load elements of the item String title = item.getFirstChildElement("title").getValue(); String author = item.getFirstChildElement("creator", "http://purl.org/dc/elements/1.1/").getValue(); String description = item.getFirstChildElement("description").getValue(); // display the output System.out.println(">h2>" + title + ">/h2>"); System.out.println(">p>>b>By " + author + ">/b>>/p>"); System.out.println(">p>" + description + ">/p>");All of the classes used in this code are in the top-level package nu.xom, which has comprehensive JavaDoc describing their use. Like all Java code this is a little long-winded, but Harold's class names do a good job of explaining what they do. A Builder uses its build() method with a URL as the argument to load a feed into a Document over the web. There are also other build methods to load a feed from a file, reader, input stream, or string.Elements can be retrieved by their names such as "title", "link" or "description". An element with only one child of a specific type can be retrieved using the getFirstChildElement() method with the name as the argument:Element linkElement = item.getFirstChildElement("link");An element containing multiple children of the same type uses getChildElements() instead:Elements enclosures = item.getChildElements("enclosure");if (enclosures.size() > 1) {ÃÂ ÃÂ System.out.println("I'm pretty sure an item should only include one enclosure");}If an element is in a namespace, there must be a second argument providing the namespace URI. Like many RSS feeds, the ones from The Guardian use a dc:creator element from Dublin Core to credit the item's author. That namespace has the URI "http://purl.org/dc/elements/1.1/".If the element specified in getFirstChildElement() or getChild Elements() is not present, those methods return null. You may need to check for this when adapting the code to load other RSS feeds.If the name Ben Hammersley sounds familiar, he coined the term "podcasting" in his February 2004 article for The Guardian about the new phenomenon of delivering audio files in RSS feeds. Full Article announcements
an Family Planning in a Changing Climate By www.yesmagazine.org Published On :: Fri, 16 Feb 2024 15:00:00 +0000 Meghan Elizabeth Kallman and Josephine Ferorelli discuss the politics of pregnancy and childbirth in an era of environmental challenges. Full Article Environment Social Justice Reproductive rights Climate Climate Change YES! Presents: Rising Up with Sonali The Concievable Future
an Surprising Solidarity in the Fight for Clean Water and Justice on O’ahu By www.yesmagazine.org Published On :: Mon, 19 Feb 2024 22:06:52 +0000 After a 2021 leak at the U.S. military’s Red Hill fuel storage facility poisoned thousands, activists, Native Hawaiians, and affected military families have become unlikely allies in the fight for accountability. Full Article Environment Social Justice Native rights Activism Indigenous lands Pollution Water Mutual Aid Progress 2025: Colonialism and Sovereignty Hawai'i Water Protectors red Hill U.S. Military O'ahu native hawaiians Kānaka Maoli pearl harbor Fossil Fuels superfund site
an More Than a Marble By www.yesmagazine.org Published On :: Mon, 01 Apr 2024 12:50:00 +0000 Propelled by a discerning non-verbal child, a craft gets elevated to an act of devotion. Full Article Environment Climate climate solutions Climate Fiction cli fi grist
an How Folklore Can Shape Our Climate Futures By www.yesmagazine.org Published On :: Fri, 12 Apr 2024 14:00:00 +0000 It’s not just our homes that are at risk from climate change; it’s our customs, songs, and stories. Full Article Climate Environment Water Climate Change Louisiana Native land Appalachia
an A Land Back Victory on Haida Gwaii By www.yesmagazine.org Published On :: Thu, 25 Apr 2024 23:29:22 +0000 British Columbia affirms Indigenous ownership of the 200 islands the Haida have stewarded for millennia, marking a new path toward reconciliation. Full Article Indigenous lands Social Justice Native rights Canada Land Back Haida Gwaii First Nations
an Rewilding the American Serengeti By www.yesmagazine.org Published On :: Tue, 21 May 2024 22:53:18 +0000 A tribal college internship aims to train the next generation of stewards for a recovering prairie ecosystem—its land, animals, and people. Full Article Environment Native rights Indigenous lands Dawes Act Fort Belknap Tribes black-footed ferret swift fox Montana colonialism Buffalo Bison rewilding Buffalo Center
an Sacred Sustenance By www.yesmagazine.org Published On :: Thu, 23 May 2024 18:36:24 +0000 Fifty years ago, the Boldt decision reaffirmed Indigenous fishing rights and recognized tribes as equal partners in resource management. Full Article Indigenous lands Food Indigenous food sovereignty salmon Boldt Decision Progress 2025: Colonialism and Sovereignty Progress 2025
an Why This Vegan Restaurant Introduced Meat By www.yesmagazine.org Published On :: Fri, 14 Jun 2024 14:00:00 +0000 Sage Regenerative Kitchen’s executive chef explains why she added meat to the menu—and why she believes so deeply in regenerative farming. Full Article Environment Sustainable food and farming Climate regenerative farming YES! Presents: Rising Up with Sonali Sage Regenerative Kitchen Sage Vegan Bistro California
an As Summer Swelters, Can Workers Get Heat Protections? By www.yesmagazine.org Published On :: Mon, 01 Jul 2024 14:00:00 +0000 As temperatures continue to rise, California workers, worker protection groups, and state regulators are making progress on implementing heat regulations. Full Article Social Justice Climate Environment Progress 2025: Climate and Environment California Climate Change worker rights Cal/OSHA Heat Standards
an The Movement to Ban Plastic Production By www.yesmagazine.org Published On :: Mon, 22 Jul 2024 20:26:11 +0000 Frontline communities continue to pay for plastics—from production to pollution. Now advocates are trying to reach consensus on a global plastics treaty before it’s too late. Full Article Environment Pollution Climate Chispa Texas San Patricio County plastic manufacturing Progress 2025: Climate and Environment Progress 2025 Texas recycling plastic plastics treaty Cancer Alley
an Mutual Aid in the Aftermath of Hurricane Helene By www.yesmagazine.org Published On :: Fri, 11 Oct 2024 14:00:00 +0000 A self-described "climate refugee" deals with the devastation of Hurricane Helene in Asheville, North Carolina. Full Article Environment Climate Asheville North Carolina Hurricane Helene Mutual Aid Climate Change YES! Presents: Rising Up with Sonali
an Understanding Project 2025’s Threat to Democracy By www.yesmagazine.org Published On :: Thu, 18 Jul 2024 18:38:36 +0000 The Heritage Foundation has a plan to rewrite the rules of government under a second Trump term, and they’ve helpfully laid it all out for public viewing. Full Article Democracy Voter suppression Local power 2024 Election YES! Presents: Rising Up with Sonali Project 2025 Democrat Heritage Foundation
an Political Violence Is Not Violence Against Politicians By www.yesmagazine.org Published On :: Fri, 19 Jul 2024 01:53:17 +0000 Indigenous communities have long resisted the false narratives of imperialist nations and are experts at countering the political violence of white supremacy. Full Article Democracy Native rights Activism Native Rights Election 2024 NDN Collective political violence Trump Assassination Progress 2025: Colonialism and Sovereignty White Supremacy Progress 2025 Gun Violence Donald Trump Indigenous rights
an What Kamala Harris’ Candidacy Means By www.yesmagazine.org Published On :: Wed, 24 Jul 2024 21:20:54 +0000 The Vice President becomes the presumptive Democratic presidential nominee in a game-changing political moment. Full Article Democracy She the People Aimee Allison 2024 Election YES! Presents: Rising Up with Sonali Joe Biden Kamala Harris
an Youth Take J.D. Vance to Task on Climate By www.yesmagazine.org Published On :: Thu, 01 Aug 2024 20:22:57 +0000 Community organizers with the Sunrise Movement explain why they protested outside the GOP Vice Presidential hopeful’s office. Full Article Climate Democracy Environment Activism Climate Change Sunrise Movement Ohio 2024 Election YES! Presents: Rising Up with Sonali JD Vance
an What Is (and Is Not) Political Violence? By www.yesmagazine.org Published On :: Fri, 02 Aug 2024 14:00:00 +0000 Violence against communities of color has always been political, but American elites have avoided that framing, says NDN Collective’s Janene Yazzie. Full Article Democracy Donald Trump Native Sovereignty 2024 Election YES! Presents: Rising Up with Sonali Assassination NDN Collective political violence
an Progress 2025: Protecting Voting Rights and Democracy By www.yesmagazine.org Published On :: Thu, 26 Sep 2024 14:00:00 +0000 Instead of Project 2025's white supremacist vision for voting rights, Progress 2025 envisions universal early voting, a national federal holiday and more. Full Article Clean elections Local power Democracy Progress 2025 Cliff Albright Donald Trump Voter Suppression voting rights YES! Presents: Rising Up with Sonali Project 2025 Progress 2025: Voting Rights
an The Contentious Role of Third-Party Candidates By www.yesmagazine.org Published On :: Wed, 16 Oct 2024 23:29:19 +0000 In a high-stakes election, left-leaning third party candidates are receiving Republican support, and may be wooing disaffected progressive voters. Former Green Party vice presidential candidate Rosa Clemente shares her take on this year’s race. Full Article Democracy Clean elections 2024 Election YES! Presents: Rising Up with Sonali
an Can Massive Election Turnout Save Democracy? By www.yesmagazine.org Published On :: Wed, 23 Oct 2024 20:27:50 +0000 An extremely tight race for the presidency is sparking a last-minute, Black-led GOTV effort aimed at Black voters in swing states. Full Article Democracy Clean elections voter turnout Black Futures Lab 2024 Election YES! Presents: Rising Up with Sonali Black Power Voters Alliance Kamala Harris
an Rewriting Fantasy Tropes on Race and Economy By www.yesmagazine.org Published On :: Fri, 16 Aug 2024 14:00:00 +0000 Young adult author Jordan Ifueko has created new worlds with her best-selling series Raybearer, centering Black characters and workers. Full Article Culture Books Racial Justice YES! Presents: Rising Up with Sonali Raybearer Jodan Ifueko Afrofantasy Afrofuturism
an What’s Next for Bangladesh’s Student-Led Revolution? By www.yesmagazine.org Published On :: Wed, 21 Aug 2024 21:25:27 +0000 A Bangladesh-born labor explores the South Asian nation’s prospects to transition to a stable democracy now that the dust has settled from Prime Minister Sheikh Hasina’s ouster. Full Article Democracy Social Justice Activism YES! Presents: Rising Up with Sonali Student Activism Bangladesh
an Meet the Librarian Battling Book Bans By www.yesmagazine.org Published On :: Thu, 05 Sep 2024 14:00:00 +0000 Librarian Amanda Jones refused to stay silent in the face of vicious attacks by a right-wing book-banning campaign. She tells all in a new book. Full Article Social Justice Activism Books Book Banning Librarians YES! Presents: Rising Up with Sonali Book Bans Amanda Jones
an An Abolitionist Response to Project 2025 By www.yesmagazine.org Published On :: Thu, 03 Oct 2024 17:36:06 +0000 Project 2025, created by the extremist right-wing Heritage Foundation, fortifies the racist impact of policing by empowering the Department of Justice to focus on violent crime, despite the fact that Full Article Social Justice Democrats Republicans policing YES! Presents: Rising Up with Sonali Progress 2025: Race and Policing Progress 2025
an Post-Election Organizing to End the Gaza Genocide By www.yesmagazine.org Published On :: Wed, 06 Nov 2024 23:40:18 +0000 How will Donald Trump’s re-election impact the Gaza genocide? And did Kamala Harris fail to win over Arab American votes? Full Article Democracy Social Justice Racial Justice 2024 Election YES! Presents: Rising Up with Sonali Khury Peterson-Smith Donald Trump Kamala Harris Israel Gaza
an After the Election: Combatting Attacks on Immigrants By www.yesmagazine.org Published On :: Thu, 07 Nov 2024 21:48:48 +0000 Immigrants faced repeated dehumanization on a vast scale during the 2024 election. An organizer reflects on what happened and how to move forward. Full Article Social Justice Racial Justice Immigration Election 2024 Immigrants Donald Trump YES! Presents: Rising Up with Sonali
an Can U.S. Voters End the Gaza Genocide? By www.yesmagazine.org Published On :: Mon, 16 Sep 2024 22:44:35 +0000 Votes are power, and many protestors are declaring that without an arms embargo on Israel, no candidate will get their vote. Full Article Native rights Activism Democracy Social Justice 2024 Election Progress 2025: Colonialism and Sovereignty Progress 2025 DNC Donald Trump Kamala Harris Israel Palestine Gaza
an Reviving Asian American Solidarity By www.yesmagazine.org Published On :: Tue, 17 Sep 2024 22:14:10 +0000 Right-wing forces are recruiting Asian Americans. Here’s how community members are countering this growing extremism. Full Article Racial Justice Activism Social Justice Extremism Israel Gaza Right-Wing Zionism Asian American
an What Do Young Voters Want From Kamala Harris? By www.yesmagazine.org Published On :: Wed, 18 Sep 2024 14:00:00 +0000 Gen Z voters are cautiously optimistic about the vice president. But they want her to end the Gaza genocide. Full Article Democracy Genocide 2024 Election ceasefire Voting Progress 2025: Colonialism and Sovereignty Kamala Harris Progress 2025 Arms Embargo Palestine Gaza Gen Z
an Meet the Haitian Immigrants Endangered By Trump’s Racist Lies By www.yesmagazine.org Published On :: Fri, 20 Sep 2024 14:02:00 +0000 Donald Trump’s debunked claims tap into a centuries-long racist narrative that has real impact on Haitian immigrants and Haitian Americans, in Ohio and beyond. Full Article Social Justice Racial Justice Immigration Donald Trump Haiti Ohio 2024 Election Immigrants Haitian Immigrants Debate Springfield
an Where Fire Back Means Land Back By www.yesmagazine.org Published On :: Mon, 23 Sep 2024 17:50:57 +0000 After a 19th-century treaty left them landless, the Cow Creek Band of Umpqua Tribe of Indians are reclaiming their ancestral lands—and their traditional wildfire management practices. Full Article Environment Native rights Indigenous lands Oregon Land Management U.S. Forest Service Land Back cultural burning Cow Creek Band of Umpqua Tribe of Indians fire suppression
an My Innate Connection to Stolen Land By www.yesmagazine.org Published On :: Thu, 26 Sep 2024 14:00:00 +0000 From the U.S. to Palestine, Indigenous people have been pushed off their land in the name of conservation. It’s time we decolonize our relationships—with the Earth and each other. Full Article Environment Indigenous lands Conservation Palestine Jewish decolonization nature connection stewardship
an Cop Cities Meet Growing Resistance Nationwide By www.yesmagazine.org Published On :: Fri, 04 Oct 2024 14:00:00 +0000 Faced with the spread of militarized police training facilities known as "cop cities," grassroots activists are taking the call to #DefundPolice to cities nationwide. Full Article Racial Justice Activism Social Justice Stop Cop City Free Gaza Encampments Bay Area California Chicago Texas Palestine Defunding Police
an Modern Climate Solutions From an Ancient Sea Goddess By www.yesmagazine.org Published On :: Tue, 08 Oct 2024 21:27:19 +0000 In the Netherlands, where most people are non-religious, a scientist is using neopaganism to shift the dialogue around climate adaptation. Full Article Climate Environment Water Climate Change Spirituality sea level rise droughts neopaganism Nehalennia Holland
an Organizers Brace for Resurrection of “Zombie” Abortion Laws By www.yesmagazine.org Published On :: Wed, 09 Oct 2024 16:57:50 +0000 Despite conservative efforts to criminalize medication abortion using the 1873 Comstock Act, organizers continue to expand access to this necessary health care. Full Article Social Justice Reproductive rights Progress 2025: Reproductive Justice Progress 2025 The Comstock Act Reproductive Justice abortion rights reproductive rights Abortion