Progressive effort to primary Sen. John Fetterman ramps up
Posted on r/politics |
Score: 20625 |
Comments: 649
The progressive Working Families Party has launched a formal effort to primary Senator John Fetterman (D-PA) in 2028, despite his next election being years away. The group, which previously supported him, cites his overtures to the right and breaks with the party on key issues as reasons for seeking new leadership.
Key Points:
The Working Families Party launched PrimaryFetterman.com to organize opposition, including recruiting volunteers and helping donors request refunds.
The effort has already generated over 425 sign-ups from potential candidates, volunteers, and donors interested in a primary challenge.
Fetterman has alienated progressive allies by making overtures to the right and breaking with his party on issues like the government shutdown and foreign policy.
Many Pennsylvania Democrats across the ideological spectrum are believed to be interested in challenging him in 2028.
The group criticizes Fetterman for voting against progressive interests despite largely voting with his party.
""People across Pennsylvania did not put time, money and energy into supporting his campaign just to elect a Democrat who votes against our interests time and time again. We need new leadership.""
Trump Aides Panic After Finding Out How Much Americans Hate ICE Carnage
Posted on r/politics |
Score: 18487 |
Comments: 1169
Internal polling showing public backlash against aggressive ICE raids has caused panic among Trump aides, who fear it could cost them moderate and independent voters. The fatal shooting of a mother during a Minneapolis protest intensified negative public opinion, with polls showing declining support for Trump's immigration agenda. Despite this, Trump's public response has been to escalate the crackdown, threatening to use the Insurrection Act in Minnesota.
Key Points:
Internal GOP polling revealed declining support for Trump's deportation agenda, alarming his advisers.
The fatal shooting of mother Renee Good by an ICE agent during a Minneapolis protest fueled public backlash.
Multiple public polls show a majority of Americans believe ICE raids make cities less safe and nearly half favor abolishing ICE.
Trump aides discuss 'recalibrating' tactics but the public response has been to escalate, threatening martial law in Minnesota.
Key architects like Stephen Miller and Kristi Noem continue to drive the crackdown despite the political fallout.
"One senior adviser was quoted as saying of Trump, 'He wants deportations. He wants mass deportations. What he doesn’t want is what people are seeing. He doesn’t like the way it looks. It looks bad, so he’s expressed some discomfort at that.'"
We’re Nearing the Day When ICE Thugs Just Open Fire on Crowds - The United States is now closer to Assad’s Syria than to anything we recognize as fitting within the understood norms of American history.
Posted on r/politics |
Score: 7519 |
Comments: 446
The article argues that under the Trump administration, federal immigration enforcement has become an unapologetic source of state-sponsored violence, targeting immigrant communities like Somalis in Minnesota and Maine. It contends that the government now operates beyond accountability, dismissing criticism and evidence, which represents a radical departure from American democratic norms toward authoritarian tactics.
Key Points:
The Trump administration is escalating ICE raids and rhetoric against immigrant communities, specifically targeting Somali populations in states like Minnesota and Maine.
The author asserts a fundamental shift where the federal government is now the unapologetic perpetrator of violence, rejecting accountability and dismissing all criticism as fake.
This represents a break from historical American norms, where investigations and gestures of accountability typically followed state violence.
The psychological and political climate is compared to authoritarian regimes like Assad's Syria, marking a dangerous erosion of democratic safeguards.
Targeted communities live in fear, as evidenced by Somali residents in Maine avoiding public rallies due to safety concerns.
"All that’s out the window now. Now the federal government is the unapologetic bringer of violence. And it’s further important to understand: No amount of criticism, no amount of forensic or video evidence, no poll expressing mass public disapproval will change this."
Trump is sending funds from Venezuela oil to a bank in Qatar: report
Posted on r/politics |
Score: 5117 |
Comments: 270
The Trump administration is reportedly storing proceeds from the sale of seized Venezuelan oil in bank accounts, with the largest account located in Qatar. Officials justify this by citing Qatar as a neutral location to move funds safely without seizure risk, while critics like Senator Elizabeth Warren condemn the move as legally baseless and akin to corruption.
Key Points:
The U.S. completed its first $500 million sale of Venezuelan oil seized after military operations.
Proceeds are being held in multiple bank accounts, with the largest located in Qatar.
Officials claim Qatar provides a neutral, safe location to move funds without seizure risk.
Senator Elizabeth Warren criticized the strategy as having no legal basis and resembling corrupt practices.
The U.S. took control of Venezuela's resources after abducting President Nicolás Maduro, whom it plans to run the country until elections.
""There is no basis in law for a president to set up an offshore account that he controls so that he can sell assets seized by the American military. That is precisely a move that a corrupt politician would be attracted to.""
Pritzker likens Trump’s America to the early days of Nazi Germany
Posted on r/politics |
Score: 5066 |
Comments: 216
Illinois Governor JB Pritzker has compared the Trump administration's immigration enforcement actions to the early days of Nazi Germany, citing indiscriminate arrests targeting people of color and U.S. citizens. The state of Illinois and Chicago have filed a lawsuit against the administration, alleging lawless conduct by federal agents, while the White House defends the actions as lawful enforcement.
Key Points:
Governor JB Pritzker likened Trump's America to early Nazi Germany, citing indiscriminate targeting of people.
A lawsuit alleges federal agents 'lawlessly' stopped, interrogated, arrested, and used chemical weapons on Chicago-area residents.
Over 4,300 individuals were arrested in Illinois under Operation Midway Blitz in the prior year.
The White House dismissed the lawsuit as unserious rhetoric meant to smear law enforcement.
Pritzker claims only 2.5% of those arrested in Illinois were accused or convicted of a serious crime.
""They are going after people for being brown and Black. They’re going after people who are U.S. citizens. They’re going after people who’ve done nothing wrong. They do it under the guise of saying that this is about the worst of the worst, but it isn’t.""
Newer AI Coding Assistants Are Failing in Insidious Ways
Posted on r/programming |
Score: 401 |
Comments: 168
The article discusses a concerning decline in the quality of AI coding assistants, particularly newer models like GPT-5. The author, a data scientist, observes that these models have shifted from producing obvious syntax errors to generating code with subtle, silent failures that appear to run successfully but produce incorrect results. This degradation increases debugging time and reduces productivity.
Key Points:
AI coding assistants have plateaued and are now declining in quality after years of improvement.
Newer models like GPT-5 fail in more insidious ways, producing code that runs without syntax errors but performs incorrectly.
These 'silent failures' are harder to detect and debug than previous obvious errors like faulty syntax.
The author's practical experience shows tasks now take longer with AI assistance than they did previously.
The trend has led some practitioners to revert to using older, more reliable model versions.
"However, recently released LLMs, such as GPT-5, have a much more insidious method of failure. They often generate code that fails to perform as intended, but which on the surface seems to run successfully, avoiding syntax errors or obvious crashes."
Cursor Implied Success Without Evidence | Not one of 100 selected commits even built
Posted on r/programming |
Score: 219 |
Comments: 23
The article critiques a blog post by Cursor, an AI coding tool, which described an experiment where autonomous agents attempted to build a web browser from scratch. The author argues that Cursor implied the experiment was a success by showcasing a large codebase and a screenshot, but provides no evidence that the browser actually compiles or functions, as independent attempts to build it fail.
Key Points:
Cursor's blog post described an agentic coding experiment that produced over 1 million lines of code for a web browser but did not explicitly state the browser was functional.
Independent analysis of the provided GitHub repository shows the code does not compile, with numerous errors and failing CI checks.
The article accuses Cursor of creating the impression of a working prototype through suggestive language and a screenshot, while omitting basic reproducibility markers.
The author concludes that the experiment fails to meet a reasonable minimum bar of producing compilable code that can render a trivial HTML file.
The core claim that agents can make 'real progress' on ambitious projects is presented as an extraordinary claim lacking evidence.
"Regardless of intent, Cursor's blog post creates the impression of a functioning prototype while leaving out the basic reproducibility markers one would expect from such claim."
🌊 Announcing Claude Flow v3: A full rebuild with a focus on extending Claude Max usage by up to 2.5x
Posted on r/ClaudeAI |
Score: 147 |
Comments: 36
Claude-Flow is an enterprise-grade AI agent orchestration platform designed for deploying and coordinating multi-agent swarms using Claude. It enables teams to build complex conversational AI systems and autonomous workflows with features like distributed swarm intelligence, RAG integration, and native Claude Code support via MCP. The platform is ranked #1 in agent-based frameworks and supports over 54 specialized agents with self-learning and fault-tolerant consensus.
Key Points:
Enterprise-grade multi-agent orchestration platform for Claude
Deploys intelligent agent swarms with self-learning and fault-tolerant consensus
Integrates RAG and native Claude Code support via MCP protocol
Ranked #1 in agent-based frameworks
Features distributed swarm intelligence and enterprise security architecture
"Claude-Flow is a comprehensive AI agent orchestration framework that transforms Claude Code into a powerful multi-agent development platform. It enables teams to deploy, coordinate, and optimize specialized AI agents working together on complex software engineering tasks."
The Astro Technology Company joins Cloudflare | Astro
Posted on r/programming |
Score: 120 |
Comments: 31
The Astro Technology Company, creator of the Astro web framework, is being acquired by Cloudflare. The acquisition will provide Astro with more resources to focus on its open-source framework while maintaining its independence, licensing, and roadmap. The move unites Cloudflare's infrastructure expertise with Astro's framework design to advance content-driven web development.
Key Points:
Astro's parent company is joining Cloudflare, but the Astro framework remains open-source, MIT-licensed, and independently maintained.
The acquisition allows the Astro team to stop focusing on building a business and instead concentrate 100% on developing the framework.
The union aligns Cloudflare's global infrastructure with Astro's 'fast by default' framework philosophy for content-driven websites.
Astro's adoption has grown significantly, now downloaded nearly 1,000,000 times per week and used by hundreds of thousands of developers.
All full-time employees of The Astro Technology Company will become Cloudflare employees and continue working on Astro full-time.
"Now we can stop spending cycles worrying about building a business on top of Astro, and start focusing 100% on the code, with a shared vision to move the web forward."
MusicGrabber - A self-hosted app for grabbing singles without the Lidarr drama
Posted on r/selfhosted |
Score: 79 |
Comments: 48
MusicGrabber is a project designed to automatically download singles and add them to the Navidrome music server. It complements Lidarr, which focuses on managing albums, by handling individual tracks. The project is built with Python and Docker, and is available under The Unlicense.
Key Points:
Automates the downloading of music singles.
Integrates with Navidrome for music library management.
Complements Lidarr's album-focused functionality.
Built using Python, Docker, HTML, and CSS.
Released under The Unlicense, indicating permissive use.
"Lidarr keeps that Album set full, but what about all those singles you want? Well, this will help you grab them and stuff them into Navidrome :)"
I built a dedicated “Emergency KVM” for my homelab that turns BIOS into SSH text and keeps my recovery tools immutable
Posted on r/selfhosted |
Score: 23 |
Comments: 14
The author built a dedicated hardware device for headless server maintenance that converts a host's BIOS video output into a navigable ANSI text stream over SSH. It also provides immutable recovery media storage via Btrfs snapshots. The device is designed as a last-resort recovery tool for when standard management interfaces fail.
Key Points:
Converts BIOS/HDMI video output into a pure ANSI text stream accessible via SSH.
Provides immutable, read-only Btrfs snapshots for storing recovery ISOs and scripts.
Designed for headless maintenance of servers lacking BMC or for last-resort recovery.
Operates independently of the host's OS, network, or health.
Aims to solve the inefficiency of treating text-based firmware screens as video.
"The goal wasn’t to replace existing KVMs or BMCs, but to have a reliable last-resort device that works without agents on the host, without relying on the OS, and without assuming the network or firmware stack is in a healthy state. It’s the thing I reach for when everything else has already failed and I just want my weekend back."
Docker Releases Hardened Images For Free - What Does It Do Differently?
Posted on r/programming |
Score: 19 |
Comments: 2
Docker has made its Hardened Images (DHI) free and open-source, providing a secure-by-default foundation for containerized applications. These images are minimal, reduce attack surfaces and vulnerabilities, and come with verifiable SBOMs and provenance. The article contrasts Docker's broad, general-purpose approach with BellSoft's more specialized, Java-focused hardened images.
Key Points:
Docker Hardened Images (DHI) are now free and open-source under Apache 2.0, moving high-level security from a premium feature to a default foundation.
DHI features include a minimalist distroless design, up to 95% size reduction, reduced CVE surface, verifiable SBOMs, and regulatory compliance.
DHI is built on familiar OS foundations (Alpine and Debian) for broad adoption, unlike BellSoft's images which are specialized for Java on Alpaquita Linux.
Docker's approach is general-purpose, securing the 'universal path to production,' while BellSoft's is specialized for Java workloads with features like CRaC.
Docker retains a commercial Enterprise tier for guaranteed SLAs and extended support, whereas BellSoft offers a 'single accountability' support model.
"This is important because it means that a secure-by-default foundation for the entire software ecosystem is now established, ensuring that high-level security is no longer a 'premium feature' reserved for large enterprises; every developer and every application should use DHI without restrictions"
Explaining why rent is so damn high with this simple small paragraph.
Posted on r/georgism |
Score: 16 |
Comments: 13
The article argues that high rents are caused by housing regulations and land speculation constraining supply in desirable areas. This forces demand into lower-quality locations, driving up rents there and allowing landlords in high-quality areas to raise rents without losing tenants.
Key Points:
Housing regulations and land speculation restrict housing supply in high-income, high-quality locations.
Unmet demand shifts to lower-income, lower-quality locations, driving up rents there.
High rents in low-quality areas make them less competitive and unattractive for tenants.
Landlords in high-quality areas can then raise rents without fear of tenants leaving (Ricardo's Law of Rent).
The result is expensive rents in both high-quality and low-quality locations.
"Landlords of higher-quality locations can now raise the rent they charge without fear of their tenants moving, since the low-quality, cheaper, locations have become so unattractive(this is ricardo's law of rent)."
Is it possible to approximate a land value tax while using harberger taxes?
Posted on r/georgism |
Score: 7 |
Comments: 24
The article proposes a hybrid tax system that combines elements of a Harberger tax and a land value tax to mitigate their respective drawbacks. It suggests using a regressive Harberger tax rate based on land value per square foot to reduce the harm of taxing property improvements while retaining self-assessment to avoid centralized valuation and corruption.
Key Points:
A land value tax has economic benefits but requires centralized assessment, which risks abuse and corruption.
A Harberger tax uses self-assessment to avoid central authority but taxes land and improvements together, which is a downside.
The proposed solution is a regressive Harberger tax where the rate decreases as land value per square foot rises above the regional median.
This design aims to preserve self-assessment while reducing the distortion of taxing property improvements.
The author seeks feedback on potential flaws or if this hybrid approach is worse than alternatives.
"My idea is that we could use Harberger taxes, but have it be regressive according to the value of your land per square foot. So, if your land is worth less than the median price of land in your region, you pay the highest tax rate. If your land is worth more than the median price of land, you start paying a repressively lower tax rate, (but of course, the rate stays positive. Your bill gets higher as your land is worth more.)"
Here is the 15 sec coding test to instantly filter out 50% of unqualified applicants by JOSE ZARAZUA
Posted on r/programming |
Score: 7 |
Comments: 14
A former CTO describes a 15-second coding test used to filter out unqualified job applicants. The test presents a simple Python loop, but uses an HTML trick to hide an equal sign in the conditional, causing candidates who copy-paste the code into an interpreter or AI to get a different answer than those who read and mentally execute it. The author claims this instantly filtered out 50% of applicants, primarily identifying those who relied on tools instead of their own understanding.
Key Points:
The test uses a simple Python loop with a conditional (if x > 3 vs. if x >= 3) to assess a candidate's ability to read and interpret code mentally.
An HTML trick hides an equal sign in the conditional, so copying and pasting the code into an interpreter or AI yields a different answer (-11) than mentally executing it (1).
The author's data showed 50% of candidates got the AI/Interpreter answer, 47% answered correctly, and 3% answered incorrectly.
The method is framed as a way to double recruitment efficiency by quickly filtering out applicants who rely on tools for trivial problems.
The article notes the method isn't perfect and can produce false negatives, and advises making it accessible for screen readers.
"The trick is that there’s a hidden equal sign in the conditional “if x > 3” The logic of course is that for a good programmer it would be more of a hassle to copy, open an interpreter or ChatGPT, paste it, run it, then answer, than just run the code in their head."