logo
Coinbase adds former top Obama and Harris adviser Plouffe as it broadens its political reach

Coinbase adds former top Obama and Harris adviser Plouffe as it broadens its political reach

Independenta day ago

A senior adviser to Kamala Harris' 2024 presidential campaign is joining Coinbase's global advisory council, which already includes several former U.S. senators and Donald Trump's ex-campaign manager, as the cryptocurrency exchange broadens its political reach.
David Plouffe, a top Democratic strategist best known as an architect of Barack Obama's successful 2008 presidential campaign, is the latest addition to the council, joining as the cryptocurrency industry plays an increasingly prominent role in shaping fast-moving legislation in Congress.
The legislation aims to create a comprehensive framework for the regulation of digital assets and comes amid a shift in Washington. President Trump, a Republican, has pledged to make the U.S. the global capital of cryptocurrency, contrasting with what industry leaders viewed as a stifling regulatory approach under the previous Democratic administration.
Trump and his family have also been aggressively expanding their personal business into almost every part of the cryptocurrency ecosystem, including raising billions of dollars to buy bitcoin, creating a new stablecoin and launching and promoting a Trump-themed meme coin.
Chris LaCivita, the former co-campaign manager of Trump's successful 2024 presidential bid, joined Coinbase 's advisory council in January. Former U.S. Sen. Kyrsten Sinema, a Democrat-turned-independent from Arizona, also joined the council, which consists of a number of other high-profile figures from both major political parties.
Plouffe previously served on the global advisory board for Binance, the world's largest cryptocurrency exchange, before joining Harris' presidential campaign as a senior adviser in August.
Faryar Shirzad, Coinbase's chief policy officer, described the role of the advisers as being a 'sound board' to discuss policy efforts and business strategy.
In Congress, legislation is advancing far more quickly than usual for a new industry — a pace that some involved in shaping the bills say comes amid an all-out pressure campaign from the cryptocurrency sector.
On Wednesday, a group of Democrats joined the Republican majority to advance legislation regulating stablecoins, a type of cryptocurrency typically pegged to the U.S. dollar. Final passage through the Senate could come next week.
Meanwhile, a more sweeping bill to implement cryptocurrency market structure has begun moving through House committees.

Orange background

Try Our AI Features

Explore what Daily8 AI can do for you:

Comments

No comments yet...

Related Articles

Excel's Ultimate FILTER Hack : Multiple Columns Multiple Values
Excel's Ultimate FILTER Hack : Multiple Columns Multiple Values

Geeky Gadgets

time25 minutes ago

  • Geeky Gadgets

Excel's Ultimate FILTER Hack : Multiple Columns Multiple Values

What if you could take the chaos of a sprawling Excel spreadsheet and distill it into exactly the information you need—no fluff, no manual sifting, just precision? For anyone who's ever wrestled with filtering data across multiple columns or criteria, the struggle is real. The typical tools often fall short, leaving you stuck with clunky workarounds or hours of manual effort. But here's the fantastic option: Excel's FILTER function isn't just a tool—it's a powerhouse. When used strategically, it can cut through complex datasets like a scalpel, delivering results that are both dynamic and razor-sharp. If you've ever thought, 'There has to be a better way,' you're absolutely right. Excel Off The Grid reveal the full potential of the FILTER function, showing you how to tackle even the most intricate filtering tasks with confidence. You'll discover how to use logical expressions like AND, OR, and NOT to refine your data, extract rows based on multiple criteria, and even optimize performance for massive datasets. Whether you're managing sales reports, analyzing regional trends, or working with text-heavy data, these techniques will transform how you approach Excel. By the end, you'll not only save time but also gain a newfound mastery over your spreadsheets—proof that even the most overwhelming data can be tamed with the right tools and strategies. Excel FILTER Function Explained Understanding the Excel FILTER Function The FILTER function is a dynamic tool in Excel that allows you to extract rows of data based on specific criteria. Unlike static filtering methods, it automatically updates the results whenever the source data or criteria are modified. This dynamic nature makes it an essential feature for managing large datasets or frequently updated information. By using the FILTER function, you can significantly reduce manual errors and save time, making it a valuable asset for data analysis and reporting. Filtering Data Across Multiple Columns and Criteria When filtering data across multiple columns with multiple criteria, a structured approach is essential. Simple filters may not suffice for complex datasets, but logical expressions can help refine your results. For instance, you might need to extract rows where one column meets a condition (e.g., 'Region = North') and another column satisfies a different condition (e.g., 'Sales > 5000'). Combining these criteria ensures that your filtered data is both relevant and accurate. To achieve this, the FILTER function can be combined with logical operators such as AND, OR, and NOT. These operators allow you to define relationships between conditions, allowing you to create tailored filtering rules that adapt to your specific needs. Excel's Ultimate FILTER Hack Watch this video on YouTube. Discover other guides from our vast content that could be of interest on Excel functions. Building Logical Expressions for Advanced Filtering Logical expressions form the backbone of advanced filtering in Excel. They allow you to define complex conditions and apply them seamlessly within the FILTER function. Here's how the key logical operators work: AND: Ensures all specified conditions are true. For example, 'Region = North AND Sales > 5000' will only include rows where both conditions are met. Ensures all specified conditions are true. For example, 'Region = North AND Sales > 5000' will only include rows where both conditions are met. OR: Allows any of the specified conditions to be true. For example, 'Region = North OR Region = South' will include rows where either condition is satisfied. Allows any of the specified conditions to be true. For example, 'Region = North OR Region = South' will include rows where either condition is satisfied. NOT: Excludes specific data. For example, 'NOT Region = West' will filter out rows where the region is 'West.' By embedding these logical expressions within the FILTER function, you can handle even the most intricate filtering tasks with ease. This approach is particularly useful when working with datasets that require multiple layers of criteria. Practical Examples of Advanced Filtering To better understand how to apply these techniques, consider the following examples: Example 1: Imagine a dataset with columns for 'Region,' 'Sales,' and 'Product.' To extract rows where the region is either 'North' or 'South' and sales exceed 5000, you can use a combination of AND and OR operators within the FILTER function. This ensures that only rows meeting all specified conditions are displayed, providing a focused view of your data. Imagine a dataset with columns for 'Region,' 'Sales,' and 'Product.' To extract rows where the region is either 'North' or 'South' and sales exceed 5000, you can use a combination of AND and OR operators within the FILTER function. This ensures that only rows meeting all specified conditions are displayed, providing a focused view of your data. Example 2: For text-based filtering, such as extracting rows where the product name contains specific keywords, you can combine the FILTER function with text functions like SEARCH or FIND. This method is particularly effective for datasets with extensive text fields, allowing you to pinpoint relevant information quickly. These examples illustrate how logical expressions and the FILTER function can simplify complex filtering requirements, making it easier to analyze and interpret your data. Optimizing Performance for Large Datasets When working with extensive datasets, performance optimization becomes a critical consideration. The following techniques can help ensure that your FILTER function operates efficiently: Limit the data range: Narrow down the range being filtered to minimize processing time and improve responsiveness. Narrow down the range being filtered to minimize processing time and improve responsiveness. Use helper columns: Break down complex criteria into simpler components by creating additional columns. This approach not only enhances performance but also improves the readability of your formulas. Break down complex criteria into simpler components by creating additional columns. This approach not only enhances performance but also improves the readability of your formulas. Use structured references: Use Excel's structured references to create dynamic and scalable filtering solutions. Structured references adapt automatically to changes in your dataset, reducing the need for manual adjustments. By implementing these strategies, you can maintain optimal performance even when dealing with large and complex datasets. Troubleshooting Common FILTER Function Challenges Despite its versatility, the FILTER function can occasionally produce unexpected results or errors. Here are some common issues and their solutions: Empty results: Verify that your criteria are correctly defined and match the dataset. Double-check for typos or mismatched data formats. Verify that your criteria are correctly defined and match the dataset. Double-check for typos or mismatched data formats. #CALC! errors: Ensure that the ranges and dimensions used in your FILTER function are valid and properly aligned. Mismatched ranges can lead to calculation errors. Ensure that the ranges and dimensions used in your FILTER function are valid and properly aligned. Mismatched ranges can lead to calculation errors. Performance lags: Optimize your dataset and formulas using the techniques outlined earlier, such as limiting the data range and using helper columns. By addressing these challenges proactively, you can ensure smooth and error-free filtering, allowing you to focus on analyzing your data rather than troubleshooting issues. Mastering the FILTER Function for Advanced Data Analysis The FILTER function in Excel is a powerful tool for advanced data extraction and analysis. By mastering logical expressions, handling multiple columns and criteria, and optimizing your approach, you can tackle even the most complex filtering tasks with ease. Use the techniques and examples outlined in this guide to enhance your Excel skills, streamline your workflows, and unlock new possibilities for data analysis. With practice and attention to detail, you'll be able to use the full potential of the FILTER function to transform the way you work with data. Media Credit: Excel Off The Grid Filed Under: Guides Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.

US stock futures fall after Israel attacks Iran
US stock futures fall after Israel attacks Iran

Reuters

time30 minutes ago

  • Reuters

US stock futures fall after Israel attacks Iran

June 13 (Reuters) - U.S. stock index futures dropped on Friday after Israel's military strike on Iran escalated tensions in the oil-rich Middle East and battered risk sentiment across global markets. Israel's widescale strikes against Iran's nuclear facilities were aimed at preventing Tehran from building an atomic weapon. Iran has promised a harsh response and retaliated by launching 100 drones. The escalation of tensions in the Middle East - a major oil-producing region - sent oil prices surging more than 6% and U.S. energy stocks rose in tandem, with Chevron (CVX.N), opens new tab and Exxon (XOM.N), opens new tab advancing nearly 3% in premarket trading. The strikes come just days ahead of a planned sixth round of nuclear talks between Iran and the United States. Tensions had been building as U.S. President Donald Trump's efforts to reach a nuclear deal with Iran appeared to be deadlocked. U.S. Secretary of State Marco Rubio called the Israeli offensive a "unilateral action" and said Washington was not involved. At 04:32 a.m. ET, Dow E-minis were down 505 points, or 1.17%, S&P 500 E-minis were down 70.5 points, or 1.17%, and Nasdaq 100 E-minis were down 309.25 points, or 1.41%. A 1.6% slump in Russell futures pointed to sharp declines for domestically focused stocks. Airline stocks dipped as the surge in crude prices raised concerns about higher fuel costs. Delta Air Lines (DAL.N), opens new tab was down 3.9%, United Airlines (UAL.O), opens new tab dropped 4.8%, Southwest Airlines (LUV.N), opens new tab lost 2.5% and American Airlines (AAL.O), opens new tab declined 3.9%. Defense stocks rose, with Lockheed Martin (LMT.N), opens new tab up 4.7%, RTX Corporation (RTX.N), opens new tab up 5.5%, Northrop Grumman (NOC.N), opens new tab up 4.2% and L3harris Technologies (LHX.N), opens new tab up 4.3%. The S&P 500 (.SPX), opens new tab still remains just 1.8% below its record high reached earlier this year, following stellar monthly gains in May driven by upbeat corporate earnings and a softening in Trump's trade stance. The tech-heavy Nasdaq (.IXIC), opens new tab is about 2.8% off its record closing high reached in December last year. Investors are now focused on the Federal Reserve's meeting scheduled next week where policymakers are expected to keep interest rates unchanged.

HHS Enforcement Letter on DEI and ACA Section 1557 Compliance  Practical Law The Journal
HHS Enforcement Letter on DEI and ACA Section 1557 Compliance  Practical Law The Journal

Reuters

time35 minutes ago

  • Reuters

HHS Enforcement Letter on DEI and ACA Section 1557 Compliance Practical Law The Journal

On May 6, 2025, HHS issued a 'Dear Colleague' letter addressing nondiscrimination requirements under: Title VI of the Civil Rights Act of 1964 (Title VI). Section 1557 of the Affordable Care Act (ACA) (for more information, see ACA Section 1557 Compliance for Health Coverage Toolkit on Practical Law). The Equal Protection Clause of the US Constitution. Directed at medical schools that receive federal funding from HHS, the letter focuses on the schools' use of race-based criteria in admissions and hiring (including under some DEI programs). (HHS, Dear Colleague Letter (May 6, 2025); HHS, Press Release (May 6, 2025).) ACA Section 1557 ACA Section 1557 prohibits individuals from being excluded from participation in, denied the benefits of, or subject to discrimination under a health program or activity that receives federal financial assistance on specified grounds. Section 1557 incorporates the grounds for prohibited discrimination under four civil rights laws. One of these laws, as HHS notes in the May 2025 letter, is Title VI, which bars discrimination on the basis of race, color, and national origin (42 U.S.C. §§ 2000d to 2000d-7; for more information, see June 2020 Final Regulations Under ACA Section 1557: Nondiscrimination in Health Programs and Activities on Practical Law). The second Trump administration has expressly referenced ACA Section 1557 in recent investigatory announcements of race-based criteria and DEI programs, suggesting that these issues may eventually be addressed in additional proposed regulations under Section 1557 (for more information, see Trump Administration Investigates Hospitals' DEI Programs Using ACA Section 1557 on Practical Law). If so, the substantive scope of the next set of Section 1557 regulations will likely differ significantly from the version of these regulations finalized under the Biden administration one year ago (for more information, see ACA Section 1557 Compliance for Health Coverage Toolkit on Practical Law). Counsel should monitor Section 1557 guidance from the Trump administration and settlement agreements involving the administration's investigatory efforts in this space.

DOWNLOAD THE APP

Get Started Now: Download the App

Ready to dive into the world of global news and events? Download our app today from your preferred app store and start exploring.
app-storeplay-store