Huawei releases an open weight model Pangu Pro 72B A16B. Weights are on HF. It's competitive with Qwen3 32B and it was trained entirely on Huawei Ascend NPUs.
IntervitensInc/pangu-pro-moe-model · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.huggingface.co
Reuse non-prefix KV Cache and speed up RAG by 3X with LMCache.
In modern LLM applications like RAG and Agents, the model is constantly fed new context. For example, in RAG, we retrieve relevant documents and stuff them into the prompt.
The issue is that this dynamically retrieved context doesn't always appear at the beginning of the input sequence. Traditional KV caching only reuses a "common prefix," so if the new information isn't at the very start, the cache hit rate plummets, and your GPU ends up recomputing the same things over and over.
CacheBlend changes the game by allowing for the reuse of pre-computed KV caches regardless of their position in the input sequence.
This makes it possible to achieve a 100% KV Cache hit rate in applications like RAG. The performance gains are significant:
- Faster Time-To-First-Token (TTFT): Get your initial response much quicker.
- More Throughput: Serve significantly more users with the same hardware.
- Almost lossless Output Quality: All of this is achieved with little degradation in the model's generation quality.
CacheBlend works by intelligently handling the two main challenges of reusing non-prefix caches:
- Positional Encoding Update: It efficiently updates positional encodings to ensure the model always knows the correct position of each token, even when we're stitching together cached and new data.
- Selective Attention Recalculation: Instead of recomputing everything, it strategically recalculates only the minimal cross-attention needed between the new and cached chunks to maintain perfect generation quality.
An interactive CacheBlend demo is available at: github.com/LMCache/LMCache-Exa…
LMCache-Examples/demo-rag-blending at main · LMCache/LMCache-Examples
Contribute to LMCache/LMCache-Examples development by creating an account on GitHub.GitHub
Technology reshared this.
In an Attack at Sunset, Israelis Set a Palestinian Village Ablaze
The violence last week in Kafr Malik, in the West Bank, comes amid a surge in assaults by Israeli settlers. It also set off a chain of violence in the area.By Fatima AbdulKarim
July 1, 2025 Updated 1:56 p.m. ET"The attackers threw another firebomb into the bedroom where Mr. Afeef’s newborn nephew was being lulled to sleep, scorching furniture and leaving blackened marks on the floor and walls, the family said. The damage was visible when Times reporters visited on Friday.
[...]
Soon after, Israeli forces arrived and opened fired at Palestinians instead of stopping the rioters, according to multiple witnesses.The soldiers killed three people, according to the Palestinian health ministry. [...]Nine others were injured, some gravely..."
https://www.nytimes.com/2025/07/01/world/middleeast/israel-west-bank-palestinians-attack.html
Laptop Mag is shutting down
Laptop Mag is shutting down
Laptop Mag, the publication that shared in-depth information about laptops and other devices, is shutting down after almost 35 years.Emma Roth (The Verge)
BrikoX likes this.
In an Attack at Sunset, Israelis Set a Palestinian Village Ablaze
The violence last week in Kafr Malik, in the West Bank, comes amid a surge in assaults by Israeli settlers. It also set off a chain of violence in the area.
By Fatima AbdulKarim
July 1, 2025 Updated 1:56 p.m. ET
"The attackers threw another firebomb into the bedroom where Mr. Afeef’s newborn nephew was being lulled to sleep, scorching furniture and leaving blackened marks on the floor and walls, the family said. The damage was visible when Times reporters visited on Friday.
[...]
Soon after, Israeli forces arrived and opened fired at Palestinians instead of stopping the rioters, according to multiple witnesses.
The soldiers killed three people, according to the Palestinian health ministry. [...]Nine others were injured, some gravely..."
https://www.nytimes.com/2025/07/01/world/middleeast/israel-west-bank-palestinians-attack.html
Anthropic, tasked an AI with running a vending machine in its offices, sold at big loss while inventing people, meetings, and experiencing a bizarre identity crisis
Anthropic tasked an AI with running a vending machine in its offices, and it not only sold some products at a big loss but it invented people, meetings, and experienced a bizarre identity crisis
It's all funny to watch an AI have an existential moment in a little experiment, but it's a stark reminder of the limitations that LLMs have.Nick Evanson (PC Gamer)
adhocfungus likes this.
Republican Senator tells House not to vote on bill she just voted for
Republican Alaskan Senator Lisa Murkowski said Tuesday that despite voting in favor of the sweeping tax and spending package, she wants the House to return the "One Big Beautiful Bill" to the Senate for further work.
"My hope is that the House is gonna look at this and recognize that we're not there yet," Murkowski told reporters today.
Murkowski's vote was pivotal in the Senate's razor-thin 51–50 passage of the bill. The Alaska senator had been the focus of intense lobbying by GOP leaders, including Senate Majority Leader John Thune, to secure her support amid concerns over Medicaid cuts and food assistance reductions. The bill now heads to the House, where its future remains uncertain.
Big, Beautiful Bill: Republican Lisa Murkowski Urges House Not to Vote on Bill She Just Approved
Sen. Lisa Murkowski backs Trump's megabill but urges House to return it for fixes, citing Medicaid cuts and tax impacts on Alaska.Amanda Castro (Newsweek)
adhocfungus likes this.
Reuse non-prefix KV Cache and speed up RAG by 3X with LMCache.
In modern LLM applications like RAG and Agents, the model is constantly fed new context. For example, in RAG, we retrieve relevant documents and stuff them into the prompt.The issue is that this dynamically retrieved context doesn't always appear at the beginning of the input sequence. Traditional KV caching only reuses a "common prefix," so if the new information isn't at the very start, the cache hit rate plummets, and your GPU ends up recomputing the same things over and over.
CacheBlend changes the game by allowing for the reuse of pre-computed KV caches regardless of their position in the input sequence.
This makes it possible to achieve a 100% KV Cache hit rate in applications like RAG. The performance gains are significant:
- Faster Time-To-First-Token (TTFT): Get your initial response much quicker.
- More Throughput: Serve significantly more users with the same hardware.
- Almost lossless Output Quality: All of this is achieved with little degradation in the model's generation quality.
CacheBlend works by intelligently handling the two main challenges of reusing non-prefix caches:
- Positional Encoding Update: It efficiently updates positional encodings to ensure the model always knows the correct position of each token, even when we're stitching together cached and new data.
- Selective Attention Recalculation: Instead of recomputing everything, it strategically recalculates only the minimal cross-attention needed between the new and cached chunks to maintain perfect generation quality.
An interactive CacheBlend demo is available at: github.com/LMCache/LMCache-Exa…
LMCache-Examples/demo-rag-blending at main · LMCache/LMCache-Examples
Contribute to LMCache/LMCache-Examples development by creating an account on GitHub.GitHub
Huawei releases an open weight model Pangu Pro 72B A16B. Weights are on HF. It's competitive with Qwen3 32B and it was trained entirely on Huawei Ascend NPUs.
IntervitensInc/pangu-pro-moe-model · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.huggingface.co
Technology reshared this.
Obscure But Painful Reconciliation Package Cuts You May Have Missed
Obscure But Painful Reconciliation Package Cuts You May Have Missed
There are a lot of well-documented ways the alliterative Senate reconciliation package, passed Tuesday with a tie-breaking vote from Vice President JD Vance…Layla A. Jones (TPM - Talking Points Memo)
I finally decided to break out of Bambu’s increasingly-closed walled garden.
I’ve had the Bambu X1C for a couple of years already, and it is a really, really great 3D printer. There’s no question whatsoever that Bambu has transformed the 3D printing space for consumers, and has done so while also creating some very high-quality premium hardware.
I’ve been meaning to write about the various mods I’ve made over time, but at this point it’s a bit far down the line to go into each one in detail 😁
- riser with LED strip, remote controlled via a Raspberry Pi Pico with a simple MicroPython HTTP-to-RF API that can dim the strip
- IKEA SKADIS mounted on the side with tools
- boxes to hold desiccant beads in the AMS, and a hygrometer
- after-market high flow nozzle (obviously)
- Garolite plate
- third party nozzle wiper
- etc etc
The printer has been very reliable, and straightforward to maintain as well.
So why hack it? Well… I own it, I think it can be made better, and… because.
When the X1Plus Expander launched on Crowd Supply I went ahead and backed the project, as I was interested in ways I could potentially add extra sensors and a better camera; as well as finally being able to connect over a LAN socket rather than having to be on wifi (the studio network can be a bit flaky from time to time).
The X1Plus Expander depends on third-party firmware (X1Plus), which requires the printer itself to be jailbroken / rooted.
Long story short, I’ve finally done that.
I was extremely impressed with how smooth and clear the project contributors have made the process. I went through the official process with Bambu to switch my printer into the unsupported third party program, downgraded to a rootable version of the firmware, rooted it, then ran through the remote install process (via wifi from my Framework) to install the firmware. I’d already printed the case for the X1Plus Expander. Then it was simply a case of following the exciting and dramatic installation video.
I now have VNC access to drive the controls on the printer’s touchscreen remotely; SSH access; the ability to network mount storage; etc etc. Lots of options to explore here. I was even able to upgrade the firmware of components like the AMS from within the third party X1Plus firmware.
You’ll also spot the OpenSpool sitting off to the side in the image above. That’s another third-party addon that I’ve barely started to use, but it extends the ability for the printer to recognise RFID-tagged spools from Bambu themselves, to having it recognise “any” spool that I happen to tag and configure.
All of this is background tinkering and admin… apart from the case for the X1Plus Expander, I’ve not been using the printer itself quite so much lately, due to travels.
Open source (and open source hardware!) FTW!
Share this post from your fediverse server
https:// Share
This server does not support sharing. Please visit .
andypiper.co.uk/2025/07/01/ope…
#100DaysToOffload #3dPrinting #Bambu #crowdSupply #electronics #hardware #Linux #openSource #openSourceHardware #openspool #Technology
Fixing my Bambu X1C
A couple of weeks ago I was attempting to use a “glow in the dark” filament in my 3D printer for the first time. It was a bit tricky to manage, and in end I had an unfortunate situation…The lost outpost
Twitter opens up to Community Notes written by AI bots
X opens up to Community Notes written by AI bots
X is going to let developers make “AI Note Writers” that can write Community Notes that can potentially appear on posts.Jay Peters (The Verge)
Even Quantum is Bigger in Texas: Texas House Passes Bill to Launch Quantum Initiative
Even Quantum is Bigger in Texas: Texas House Passes Bill to Launch Quantum Initiative
The Texas House of Representatives passed a bill to establish the Texas Quantum Initiative, aiming to position the state as a national leader.Matt Swayne (The Quantum Insider)
Folks not buying PCs from US vendors 'tariff' stockpiles
Folks aren’t buying the PCs that US vendors stockpiled to dodge tariffs
World War Fee: Plus: Consumers respond to imminent Win 10 cutoff date with collective 'Meh'Dan Robinson (The Register)
Ahead of 2026, Georgia Republicans Are Quietly Installing Election Conspiracy Theorists on Local Boards
Ahead of 2026, Georgia Republicans Are Quietly Installing Election Conspiracy Theorists on Local Boards - Democracy Docket
Republicans are already laying the foundation to undermine a fair 2026 midterm election in Georgia, where they’re working to install voting skeptics on local election boards.Democracy Docket
Hoodoos trail Yoho National Park, BC
Moderate 3.8 mi out and back
1,332 ft elevation gain
Hiked 6/3/25
Beginning at the former Yoho NP campground, this short but steep trail takes you to one of the many great hoodoos found along the Canadian Rockies. As the trail crosses multiple washout areas, the trail degrades in places but remains manageable. A split towards the end takes you to different views which are both pretty cool, but both washed out a lot/steep.
The view up at the hoodoos from the lower trail terminus. Trees grow in the more stable sections of the hill.
An upstream view of Hoodoo creek taken from the walking bridge. Mountains may be seen in the distance.
This section of the lower hoodoos trail was very degraded, with atleast one foothold wedged into the slide.
PauseAI presents: The Google DeepMind Protest
PauseAI presents: The Google DeepMind Protest
We are organising a protest to hold Google DeepMind to account for their broken promises.PauseAI
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Attorney General Pam Bondi said she was looking into the app’s creator.The New Republic
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Attorney General Pam Bondi said she was looking into the app’s creator.The New Republic
Feddit Un'istanza italiana Lemmy reshared this.
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Attorney General Pam Bondi said she was looking into the app’s creator.The New Republic
Feddit Un'istanza italiana Lemmy reshared this.
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Attorney General Pam Bondi said she was looking into the app’s creator.The New Republic
like this
Feddit Un'istanza italiana Lemmy reshared this.
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Attorney General Pam Bondi said she was looking into the app’s creator.The New Republic
Feddit Un'istanza italiana Lemmy reshared this.
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Attorney General Pam Bondi said she was looking into the app’s creator.The New Republic
like this
reshared this
Can the clickbates stop using "meltdown?" Do we really think these fucking snakes even more then snicker at this investigative reporting? what are these papers threshold for claiming a meltdown?
I like how I can't even read this article with an ad blocker enabled.
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Trump Team Has Full Meltdown Over CNN Story on ICE-Tracking App
Attorney General Pam Bondi said she was looking into the app’s creator.The New Republic
Feddit Un'istanza italiana Lemmy reshared this.
Lionel Messi has been linked with a move away from Inter Miami.
Odds slashed on Lionel Messi's next club after huge news drops on Inter Miami star's future
Lionel Messi has been linked with a move away from Inter Miami.Marcus Chan (sportbible)
“Barcelona - 9/2
Newell's Old Boys - 7/1
Any Saudi team - 15/2
Bayern Munich - 17/2
PSG - 11/1
Man City - 16/1
Chelsea - 20/1
Arsenal - 22/1”
People really think there’s a 1 in 12 chance Messi moves back to PSG?
(Apart from that, him moving back to barca is about the dumbest financial decision the club could make, but given the way they are dealing with finances in the present… wouldn’t be massively suprising if they favoured such a move)
GAZA: Starvation or Gunfire – This is Not a Humanitarian Response
GAZA: Starvation or Gunfire - This is Not a Humanitarian Response
NGOs call for immediate action to end the deadly Israeli distribution scheme (including the so-called Gaza Humanitarian Foundation) in Gaza, revert to the existing UN-led coordination mechanisms, and lift the Israeli government’s blockade on aid and …Amnesty International
Cursor’s Browser App Lets AI Agents Fix Code From Anywhere
Cursor’s Browser App Lets AI Agents Fix Code From Anywhere
Cursor, the breakout AI coding editor, is making another move — this time straight into your browser. The newly launched web app expands access to Cursor’s background agents and brings task automation closer to where teams actually work.GazeOn Team (GazeOn)
Technology reshared this.
Amazon deploys its one millionth robot, releases generative AI model
Amazon deploys its 1 millionth robot, releases generative AI model | TechCrunch
As Amazon's fleet of robots has reaches a milestone, the company is also releasing a new AI model to make them more efficient.Rebecca Szkutak (TechCrunch)
Zohran Mamdani on Affordability, Billionaires, and Fighting Hate | Morning Edition | NPR
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
How Every Senator Voted on the G.O.P. Megabill
How Every Senator Voted on the G.O.P. Megabill
The Senate voted 51 to 50 to pass President Trump’s sweeping domestic policy package.Alicia Parlapiano (The New York Times)
adhocfungus likes this.
Secure Your Gmail Now As Google Warns Of Password Attacks
Secure Your Gmail Now As Google Warns Of Password Attacks
As the Google Threat Intelligence Group confirms that hackers are targeting passwords — here’s how to secure your Gmail account now.Forbes
Free agent center Brook Lopez has agreed to a two-year, $18M Deal with The Clippers
Free agent center Brook Lopez has agreed to a two-year, $18... - ESPN
Read the breaking news story from the ESPN contributor Shams CharaniaESPN
Peter Link
in reply to Peter Link • • •