ow Episode 373: Joel Spolsky on Startups Growth, and Valuation By traffic.libsyn.com Published On :: Thu, 18 Jul 2019 20:10:02 +0000 Joel Spolsky on founding Stack Overflow, land grabs vs. bootstrapping with profitability, raising more money using proof points, what developers and companies get massively wrong, choosing your next job, and how to ask and answer on Stack Over Full Article
ow Episode 377: Heidi Howard on Distributed Consensus By traffic.libsyn.com Published On :: Tue, 20 Aug 2019 20:29:28 +0000 Heidi Howard, a researcher in the field of distributed systems, discusses distributed consensus. Heidi explains when we need it, when we don't need and the algorithms we use to achieve it. Full Article
ow Episode 386: Building Low Latency Applications with WebRTC By traffic.libsyn.com Published On :: Wed, 30 Oct 2019 00:37:50 +0000 WebRTC provides real time video and audio streaming capabilities to applications. Spencer Dixon explains the different parts of WebRTC and how they used it to build a pair programming application. Full Article
ow Episode 391: Jeremy Howard on Deep Learning and fast.ai By traffic.libsyn.com Published On :: Thu, 05 Dec 2019 19:17:57 +0000 Jeremy Howard from fast.ai explains deep learning from concept to implementation. Thanks to transfer learning, individuals and small organizations can get state-of-the-art results on machine learning problems using the open source fastai library... Full Article
ow Episode 407: Juval Lowy on Righting Software By traffic.libsyn.com Published On :: Fri, 24 Apr 2020 01:30:58 +0000 Juval Löwy, Software Legend and Founder of IDesign discusses his recently published book, Righting Software, with host Jeff Doolittle. This episode focuses on Löwy’s belief that the software industry is in a deep crisis, evident from the numerous... Full Article
ow Episode 424: Sean Knapp on Dataflow Pipeline Automation By traffic.libsyn.com Published On :: Wed, 02 Sep 2020 18:47:42 +0000 Sean Knapp of Ascend.io talks to Robert Blume about data pipeline automation with an orchestration layer. Full Article
ow Episode 438: Andy Powell on Lessons Learned from a Major Cyber Attack By traffic.libsyn.com Published On :: Sat, 12 Dec 2020 02:39:05 +0000 Andy Powell is the CISO of AP Moller Maersk and discusses the 2017 cyber attack that hit the company and the lessons learned for preventing and recovering from future attacks. Full Article
ow Episode 442: Arin Bhowmick on UX Design for Enterprise Applications By traffic.libsyn.com Published On :: Thu, 14 Jan 2021 21:52:52 +0000 Arin Bhowmick, Global Vice President and Chief Design Officer at IBM, discusses why and how UX design for enterprise applications is different than for consumer applications. Full Article
ow Episode 448: Matt Arbesfeld Starting Your Own Software Company By traffic.libsyn.com Published On :: Sat, 27 Feb 2021 02:56:04 +0000 Matt Arbesfeld, cofounder of LogRocket, discusses the benefits and drawbacks of starting a software company as a software engineer, including finding cofounders, fundraising, and determining what ideas are worth pursuing. Full Article
ow Episode 451: Luke Kysow on Service Mesh By se-radio.net Published On :: Tue, 16 Mar 2021 20:01:16 +0000 Luke Kysow from Hashicorp does a deep dive into the key features of Consul with host Priyanka Raghavan. Full Article
ow Episode 464: Rowland Savage on Getting Acquired By traffic.libsyn.com Published On :: Wed, 16 Jun 2021 17:25:33 +0000 Rowland Savage, author of How to Stick the Landing: The M&A Handbook for Startups, discusses how company acquisitions work, the three types, and why it is so important for software engineering startups to know the details to make an acquisition happen. Full Article
ow Episode 465: Kevlin Henney and Trisha Gee on 97 Things Every Java Programmer Should Know By traffic.libsyn.com Published On :: Tue, 22 Jun 2021 23:29:10 +0000 Trisha Gee and Kevlin Henney of 97 things every Java developer should know discusses their book, which is a collection of essays by different developers covering the most important things to know. Host Felienne spoke withGee and Henney about all things... Full Article
ow Episode 485: Howard Chu on B+tree Data Structure in Depth By traffic.libsyn.com Published On :: Tue, 09 Nov 2021 17:03:50 +0000 Howard Chu, CTO of Symas Corp and chief architect of the OpenLDAP project, discusses the key features of B+Tree Data Structures which make it the default selection for efficient and predictable storage of sorted data. Full Article
ow Episode 510: Deepthi Sigireddi on How Vitess Scales MySQL By se-radio.net Published On :: Wed, 04 May 2022 16:19:59 +0000 In this episode, Deepthi Sigireddi of the Cloud Native Computing Foundation (CNCF) spoke with SE Radio host Nikhil Krishna about how Vitess scales MySQL. They discuss the design and architecture of the product; how Vitess impacts modern data problems;... Full Article
ow Episode 514: Vandana Verma on the Owasp Top 10 By se-radio.net Published On :: Tue, 31 May 2022 18:02:14 +0000 Vandana Verma, Security Leader at Snyk and vice-chairperson of the OWASP Global Board of directors, discusses the "OWASP top 10" with host Priyanka Raghavan. The discussion explores various subtopics such as the history behind OWASP, the OWASP top 10 security risks, example of common vulnerabilities and ends with information on top projects in OWASP and how can contribute to it. Full Article
ow Episode 523: Jessi Ashdown and Uri Gilad on Data Governance By se-radio.net Published On :: Wed, 03 Aug 2022 22:55:41 +0000 Jessi Ashdown and Uri Gilad, authors of the book "Data Governance: The Definitive Guide," discuss what data governance entails, why it's important, and how it can be implemented. Host Akshay Manchale speaks with them about why data governance... Full Article
ow SE Radio 552: Matt Frisbie on Browser Extensions By se-radio.net Published On :: Thu, 23 Feb 2023 18:39:00 +0000 Matt Frisbie, author of Building Browser Extensions, speaks with host Kanchan Shringi about browser extensions, including key areas where they've been successful. Based on Matt’s experience as a developer working for Google, Doordash, and a startup he founded, they examine tools for building extensions, as well as APIs they have access to. The conversation presents detailed issues such as cross-browser compatibilities to keep in mind when developing extensions and mechanisms in the browser to prevent security vulnerabilities, and finally examines how emerging platforms can help developers take advantage of exciting new possibilities with web extensions. Full Article
ow SE Radio 568: Simon Bennetts on OWASP Dynamic Application Security Testing Tool ZAP By se-radio.net Published On :: Wed, 14 Jun 2023 20:29:00 +0000 Simon Bennetts, a distinguished engineer at Jit, discusses one of the flagship projects of OWASP: the Zed Attack Proxy (ZAP) open source security testing tool. As ZAP’s primary maintainer, Simon traces the tool's origins and shares some anecdotes with SE Radio host Priyanka Raghavan on why there was a need for it. They take a deep dive into ZAP’s features and its ability to integrate with CI/CD, as well as shift security left. Bennetts also considers what it takes to build a successful open source project before spending time on ZAP’s ability to script to provide richer results. Finally, the conversation ends with some questions on ZAP’s future in this AI-powered world of bots. Full Article
ow SE Radio 570: Stanisław Barzowski on the jsonnet Language By se-radio.net Published On :: Tue, 27 Jun 2023 22:15:00 +0000 Stanisław Barzowski of XTX Markets and a committer on the jsonnet project joins SE Radio's Robert Blumen for a conversation about the jsonnet programming language. A superset of JSON, jsonnet adds programming language capabilities, particularly to address the need to handle large but mostly repetitive JSON configurations. They discuss the project’s history, use cases for Grafana and Kubernetes config, and interoperability with YAML. They examine jsonnet details, including the command line, constrained capabilities of the language, and objects and inheritance, and then consider the toolchain: compiler, formatter, and linter, as well as test frameworks and testing, package management, and the language’s performance. Barzowski describes four implementations -- go, C++, Rust, and Scala -- as well as popular libraries and the standard library. Full Article
ow Polariton condensates show their nonequilibrium side By physicstoday.scitation.org Published On :: Fri, 23 Sep 2022 23:31:08 GMT -- Delivered by Feed43 service Full Article
ow Glow down By www.usingenglish.com Published On :: Thu, 25 Nov 2021 13:12:16 +0000 Become less attractive Full Article
ow Dig down By www.usingenglish.com Published On :: Tue, 08 Feb 2022 09:08:12 +0000 Spend your own money Full Article
ow Acer bracing for PC market slowdown By www.pcstats.com Published On :: Fri, 06 Mar 2020 15:16:07 "With demand for notebooks continuing sliding, Acer is pushing to enhance its PC offerings, and remains aggressive in developing new businesses, according to company chairman Jason Chen. For the PC business, Acer is now primarily focusing on improving its existing competitiveness and cooling technologies. The company earlier terminated its mo... [PCSTATS] Full Article Business / Industry
ow 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
ow OWC Mercury Elite Pro Dock Review By www.pcstats.com Published On :: Tue, 10 Mar 2020 09:00:00 OWC channels the Mercury Elite lineup with the Elite Pro to offer its storage driven dock solution. Here's our review."... [PCSTATS] Full Article Hard Drives/SSD
ow Silicon Power P34A60 PCIe 3x4 M.2 2280 512GB SSD Review By www.pcstats.com Published On :: Tue, 10 Mar 2020 09:02:00 " The mainstream PCIe Gen 3x4 P34A60 mainstream SSD from Silicon Power does offer good all-around performance and does not drop to very slow speeds when the cache fills up completely, as we could notice from the HD Tune Pro write test. When copying large files continuously to the drive, we haven�t seen drops of under 90MB/s, which is great for a TL... [PCSTATS] Full Article Hard Drives/SSD
ow Gryphon Tower Mesh WiFi System By www.pcstats.com Published On :: Wed, 11 Mar 2020 18:40:03 Gryphon is a relatively new company aiming to challenge the establishment of consumer-grade networking. We check out the Gryphon Tower today, which aims to combine extensive network security features with excellent performance, mesh network compatibility, and ease of installation and monitoring!... [PCSTATS] Full Article Networking
ow Gamerstorm Macube 310P Mid-Tower Chassis Review By www.pcstats.com Published On :: Wed, 11 Mar 2020 18:40:25 "Gamerstorm's Macube 310P mid-tower computer case offers great value for money with just a few issues here and there."... [PCSTATS] Full Article Cases
ow 15+ Titles Every PC Gamer Should Own By www.pcstats.com Published On :: Thu, 12 Mar 2020 09:02:00 There are thousands upon thousands of PC games out there, and hundreds of good ones. However, some have stood out over the years, and cemented themselves as absolute must-haves in their respective genres. These are 15 titles we feel every PC gamer should have in their digital library.... [PCSTATS] Full Article Games
ow 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
ow Has the RSS Advisory Board Followed the Roadmap? By www.rssboard.org Published On :: Wed, 05 Jul 2023 14:52:11 -0400 There has been recent discussion about the roadmap that was added to the RSS 2.0 specification in August 2002 announcing that there would be no new additions to RSS, freezing its set of elements and attributes forever and ever amen. The roadmap stated, "We anticipate possible 2.0.2 or 2.0.3 versions, etc. only for the purpose of clarifying the specification, not for adding new features to the format."The RSS Advisory Board was formed 20 years ago to publish the specification and "make minor changes to the spec per the roadmap," as stated in the launch announcement on July 18, 2003.If you're wondering whether the board has followed the roadmap, this timeline of RSS elements answers that question. There are 44 elements in RSS. This table shows when each element was introduced, the group that added it, and the version in which it first appeared.There were 33 elements added to RSS by Netscape in 1999 and 11 by UserLand from 2000 to 2002. No elements have been added by the RSS Advisory Board.ElementDate AddedPublisherVersionchannel03/1999NetscapeRSS 0.90channel-description03/1999NetscapeRSS 0.90channel-link03/1999NetscapeRSS 0.90channel-title03/1999NetscapeRSS 0.90channel-image03/1999NetscapeRSS 0.90channel-image-link03/1999NetscapeRSS 0.90channel-image-title03/1999NetscapeRSS 0.90channel-image-url03/1999NetscapeRSS 0.90channel-textInput03/1999NetscapeRSS 0.90channel-textInput-description03/1999NetscapeRSS 0.90channel-textInput-link03/1999NetscapeRSS 0.90channel-textInput-name03/1999NetscapeRSS 0.90channel-textInput-title03/1999NetscapeRSS 0.90channel-item03/1999NetscapeRSS 0.90channel-item-link03/1999NetscapeRSS 0.90channel-item-title03/1999NetscapeRSS 0.90rss07/1999NetscapeRSS 0.91channel-copyright07/1999NetscapeRSS 0.91channel-docs07/1999NetscapeRSS 0.91channel-image-description07/1999NetscapeRSS 0.91channel-image-height07/1999NetscapeRSS 0.91channel-image-width07/1999NetscapeRSS 0.91channel-language07/1999NetscapeRSS 0.91channel-lastBuildDate07/1999NetscapeRSS 0.91channel-managingEditor07/1999NetscapeRSS 0.91channel-pubDate07/1999NetscapeRSS 0.91channel-rating07/1999NetscapeRSS 0.91channel-skipDays07/1999NetscapeRSS 0.91channel-skipDays-day07/1999NetscapeRSS 0.91channel-skipHours07/1999NetscapeRSS 0.91channel-skipHours-hour07/1999NetscapeRSS 0.91channel-webMaster07/1999NetscapeRSS 0.91channel-item-description07/1999NetscapeRSS 0.91channel-cloud12/2000UserLandRSS 0.92channel-item-category12/2000UserLandRSS 0.92channel-item-enclosure12/2000UserLandRSS 0.92channel-item-source12/2000UserLandRSS 0.92channel-category08/2002UserLandRSS 2.0channel-generator08/2002UserLandRSS 2.0channel-ttl08/2002UserLandRSS 2.0channel-item-author08/2002UserLandRSS 2.0channel-item-comments08/2002UserLandRSS 2.0channel-item-guid08/2002UserLandRSS 2.0channel-item-pubdate08/2002UserLandRSS 2.0A few judgment calls had to be made compiling this list. The image and textInput elements were originally placed under the top-level element of the feed, but that is counted as their introduction even though they later moved inside channel. The rss element wasn't in the first version of RSS created by Netscape. Instead the top-level element was rdf:RDF until it was changed by Netscape to rss four months later. Full Article announcements
ow 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
ow 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
ow 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
ow Photo Essay: The Healing Power of Matriarchs By www.yesmagazine.org Published On :: Mon, 22 Apr 2024 14:00:00 +0000 A photographer’s connections with eight Indigenous women have helped her come to terms with her own Native ancestry and colonial trauma. Full Article Social Justice Native rights Activism Pipeline resistance Indigenous lands Pollution Water water protector MMIW Missing Murdered Indigenous Women assimilation colonial trauma Native Rights
ow How to Defeat the Far-Right: Lessons From the French Left By www.yesmagazine.org Published On :: Thu, 11 Jul 2024 21:04:15 +0000 Analyst Jean Bricmont offers a deep analysis of how France's left-leaning coalition swept a plurality of seats in the recent snap elections. Full Article Democracy YES! Presents: Rising Up with Sonali France National Popular Front Marine Le Pen Emmanuel Macron National Rally Jean Bricmont
ow Here’s How to Respond to Crime, Not React to It By www.yesmagazine.org Published On :: Fri, 04 Oct 2024 14:40:00 +0000 A new ballot measure in California would reverse progress on reducing mass incarceration. Here's what our regular correspondent Dortell Williams has to say about it. Full Article Democracy California Incarceration YES! Presents: Rising Up with Sonali
ow How Zionism Wove Itself Into U.S. Politics By www.yesmagazine.org Published On :: Thu, 05 Sep 2024 19:38:32 +0000 In the wake of AIPAC’s ouster of two pro-Palestine congressional Democrats, a Jewish American digs into the reality of Zionist influence in American politics. Full Article Democracy Israel Palestine Gaza Jamaal Bowman Zionism Cori Bush AIPAC
ow Democrats Embrace the Power of Nontoxic Masculinity By www.yesmagazine.org Published On :: Fri, 06 Sep 2024 14:00:00 +0000 To show their support of a future Madame President, Gov. Tim Walz and others in the party are publicly relinquishing male power and privilege. Full Article Democracy Kamala Harris Masculinity Toxic Masculinity Election 2024 Tim Walz Democratic National Convention DNC
ow 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
ow How to Become a Good Relative By www.yesmagazine.org Published On :: Wed, 09 Oct 2024 18:56:38 +0000 “We need more white relatives to face their own truth, though doing so may bring immense discomfort,” says Edgar Villanueva. Full Article Books Native rights Culture Hilary Giovale White Supremacy colonialism Edgar Villanueva
ow Our Power Goes Beyond the Ballot Box By www.yesmagazine.org Published On :: Thu, 07 Nov 2024 21:05:25 +0000 There’s no denying the terror of this moment. But we will get through it with a love-filled movement focused on safety, security, and stability. Full Article Democracy Donald Trump Kamala Harris Election 2024
ow How to Defeat “Wealth Supremacy” and Build a Democratic Economy By www.yesmagazine.org Published On :: Fri, 20 Oct 2023 15:00:00 +0000 Marjorie Kelly's new book critiques the U.S. economy's embrace of "wealth supremacy," and explores alternate models of democratic economies. Full Article Economy Wealth Inequality YES! Presents: Rising Up with Sonali Marjorie Kelly
ow How U.S. Military Aid Emboldens Israel By www.yesmagazine.org Published On :: Thu, 26 Oct 2023 23:26:45 +0000 Analyst Lindsay Koshgarian counters President Biden’s claim that American interests require funding Israeli militarism. Full Article Economy Social Justice Joe Biden Israel Palestine Gaza YES! Presents: Rising Up with Sonali Military Aid Militarism
ow The Rainbow Connection By www.yesmagazine.org Published On :: Thu, 30 Nov 2023 19:12:21 +0000 Intergenerational housing for LGBTQ elders and youth can relieve isolation and housing instability for both groups. Full Article LGBTQ+ Health & Happiness Affordable housing Aging and dying Affordable Housing Los Angeles Los Angeles LGBT Center Senior Housing Homeless Youth LGBTQ Seniors Progress 2025: LGBTQ Rights Progress 2025
ow Union-Busting Is Rampant. Here’s How to Fight Back. By www.yesmagazine.org Published On :: Wed, 01 May 2024 07:05:00 +0000 A two-step card check process is efficient, making it easier for workers to unionize with a simple majority. Full Article Economy Jobs labor unions Organized Labor Starbucks Union-Busting Unions Amazon Unionization
ow Cultivating Dragon Fruit’s Political Power in Ecuador By www.yesmagazine.org Published On :: Tue, 16 Jul 2024 21:01:50 +0000 Amid ongoing colonization, the Indigenous Shuar people are taking back control of their economic and political futures. Full Article Native rights Local economies Local power Sustainable food and farming Indigenous lands Democracy Economy Social Justice Shuar Indigenous representation dragon fruit pitahaya Progress 2025: Colonialism and Sovereignty Indigenous rights Ecuador sovereignty
ow Rooting for Black Land Ownership By www.yesmagazine.org Published On :: Tue, 23 Jul 2024 20:24:50 +0000 Exploring the history of land theft in the U.S., Brea Baker argues that the Black reparations and Indigenous Landback movements are stronger together. Full Article Racial Justice Wealth and inequality Economy Social Justice Reparations LandBack land
ow How to End Childhood Poverty By www.yesmagazine.org Published On :: Wed, 04 Sep 2024 14:00:00 +0000 Childhood poverty continues to plague the U.S., though simple solutions exist to address it. Will the next administration implement them? Full Article Economy Wealth and inequality Childhood Poverty Poverty Election 2024 Progress 2025: Labor and Capital Progress 2025
ow How Three Young Women of Color Took on Power By www.yesmagazine.org Published On :: Wed, 26 Jun 2024 14:00:00 +0000 Journalist Sonali Kohli’s new book centers the life and work of three young women of color who refused to let powerful elites shape their lives and communities. Full Article Health & Happiness Social Justice Activism Gender justice Women YES! Presents: Rising Up with Sonali Sonali Kohli