Tootfinder

Opt-in global Mastodon full text search. Join the index!

@Mediagazer@mstdn.social
2026-07-02 22:55:48

Lee Enterprises, which owns the St. Louis Post-Dispatch and more, told its newspapers to run a three-story package on new chairman David Hoffmann on front pages (Angela Fu/Poynter)
poynter.org/rep…

'Everybody is profiting':
Trump dismisses questions about more than $1 billion in crypto earnings
While fielding questions from reporters ahead of his flight to North Dakota today,
Donald Trump rejected questions about the
$1.2 billion he earned from crypto businesses, according to his latest annual financial disclosure.
“We have funds that run my money well. I’ve made a lot of money before I became president,” Trump said.
“They’re big institutions…

@memeorandum@universeodon.com
2026-05-01 20:50:57

Billionaire Illinois Gov. JB Pritzker would not fully self-finance a 2028 run (Natasha Korecki/NBC News)
nbcnews.com/politics/2028-elec
memeorandum.com/260501/p85#a26

@cowboys@darktundra.xyz
2026-07-02 21:27:29

Caleb Downs' Projected 2026 Stats Set Table For Defensive Rookie of the Year Run si.com/nfl/cowboys/onsi/caleb-

@ErikUden@mastodon.de
2026-04-03 05:56:41

“A shrewd observer remarked, one day, that fascist Italy was being run like a large newspaper and, moreover, by a great journalist: one idea per day, with sidelights and sensations, and with an adroit and insistent orientation of the reader toward certain inordinately enlarged aspects of social life — a systematic deformation of the understanding of the reader for certain practical ends. The long and the short of it is that fascist regimes are publicity regimes.”

@luca@social.luca.run
2026-05-01 07:33:40

Zum Arbeitskampf gehört auch über Lohn zu sprechen. Im Unternehmen mache ich das bereits, aber öffentlich noch nicht.
Ich habe das Glück, dass die Geschäftsführung sich Mühe gibt ein transparentes und nachvollziehbares Gehaltsmodell zu haben: Es gibt ein Basisgehalt, das für alle gleich ist. Über drei Erfahrungsstufen erhöht es sich jeweils um 10%. Zusatzverantwortung bringt ebenfalls eine prozentuale Erhöhung. Somit ist das Gehalt nur minimal vom persönlichen Verhandlungsgeschick abhä…

@jake4480@c.im
2026-06-03 05:30:52

Yo, Microsoft. NOBODY WANTS THIS SHIT geekwire.com/2026/inside-micro

@aredridel@kolektiva.social
2026-04-03 00:23:07

My moment of clarity in the last few weeks was coming back to “Oh right, copyright is a hack, and one that is not serving us, particularly us on the margins”
The moral rights of authorship and the way we situate our legal process of ownership are, actually, kinda at odds. And it entirely misses the idea of a commons, both as community and as a cultural base to draw from.
I've long believed that we, collectively, should own our culture — to have modern myths be Copyright 1972 LucasFilm, the traditional songs we sing Copyright 1922, now owned by Warner/Chappell Music is one of the things I find repugnant about the situation we find ourselves in.
That said, reconciling that with the behavior of the AI companies, _particularly_ the American ones? It's hard. Google abuses its monopoly position; Microsoft has forced harmful and terrible tooling on people at every turn; OpenAI is run by someone who actively despises art and does not understand it; and Anthropic is run by a guy who is trying to make sure the apocalypse has a pleasant demeanor and doesn't offend any corporations on the way. All of the above have scraped the web with no active consent — and that's largely fine, that's what putting things in common _is_, that's the beauty of the open information world we have the remnants of — but also actively evading measures people put in place to stop it and with absolutely no willingness to engage with the process. Extracting from the commons _is_ the tragedy of the commons.
It does not mean that enlarging the commons with the resulting tools is bad. The doctrine of original sin is a Christian concept I do not subscribe to. The concept of 'fruit of the poisonous tree' is a legal tool to fix power relations not a moral stance. They're worth understanding, but they are not absolute moral stances that are self-evident.
These are not harmless tools, but so too putting hard regulation and corporate, legalistic scrutiny on everything has a vastly negative impact: it is a yoke on human creativity and community to the reins of capital.
And, so too, disruption has huge costs. We are, apparently, committed to doing things the worst possible way. One can just hope that we capture the good too, because the ride has started and it's rather late to get off.

@datascience@genomic.social
2026-05-01 10:00:01

Easier debugging of piped analyses in R: github.com/MilesMcBain/breaker by @…

@azonenberg@ioc.exchange
2026-06-30 17:07:48

And another open FPGA debug IP joins my rapidly growing suite.
These are all portable systemverilog and will run on anything, but the immediate motivation is making up for Efinix's rather lackluster debug tools.
The general concept is basically "CoreSight / ADIv5 for FPGAs". You have a generic transport (so far only UART is implemented) that provides read/write access to an internal APB bus with debug IPs hanging off it.
The debug bridge points to a ROM table …

APB_VIO #(
        .OUT0_NAME("led"),
        .OUT0_WIDTH(6),
        .OUT0_INIT(0),

        .IN0_NAME("sfp_a_tx_fault"),
        .IN0_WIDTH(1),
        .IN1_NAME("sfp_a_rx_los"),
        .IN1_WIDTH(1),
        .IN2_NAME("sfp_a_mod_abs"),
        .IN2_WIDTH(1),
        .IN3_NAME("deadbeef"),
        .IN3_WIDTH(32),
        .IN4_NAME("count"),
        .IN4_WIDTH(32)

) vio (
        .apb(apbLevel1[2]),

        .probe_out0(led),

        .probe_in0(sfp_a_tx_fault),
        .probe_in1(sfp_a_rx_l…
DebugROM #(
        .DEVICE_0_TYPE("GPIO"),
        .DEVICE_0_ADDR(32'h4000_0400),

        .DEVICE_1_TYPE("VIO_"),
        .DEVICE_1_ADDR(32'h4000_0800)
) rom (
        .apb(apbLevel1[0])
);
ngscopeclient showing a bunch of filter graph blocks representing internal signals on the FPGA
@lornajane@indieweb.social
2026-05-02 10:55:36

For people who think users should be able to choose what software to run on the hardware they own: Google are stopping unofficial apps being used on Android later this year. If you have an Android phone, install and use F-droid f-droid.org/ , if we want app stores to exist then we need to use them!
I switched back from iPhone to Android recently, partly for a device small enough for a pocket in ladies clothing, partly because I missed being able to make/run apps.

@NFL@darktundra.xyz
2026-06-01 17:46:51

Myles Garrett traded from Browns to Rams as Los Angeles goes all in for Super Bowl run

cbssports.com/nfl/news/myles-g

@Techmeme@techhub.social
2026-06-02 20:01:48

Microsoft releases ASSERT, an open-source framework that lets developers generate and run AI behavior tests using natural-language descriptions (Ram Iyer/TechCrunch)
techcrunch.com/2026/06/02/new-

@zachleat@zachleat.com
2026-06-02 20:51:16

run for political office in the midwest without wearing a carhartt jacket on the campaign trail challenge (impossible)

@thomasfuchs@hachyderm.io
2026-06-01 14:47:58

RE: hachyderm.io/@thomasfuchs/1166
I’m not sure if they will be able to make this work, for two reasons:
1. “AI” craze inflating prices will lead to low demand
2. While Windows runs natively, practically no apps do and many will never get ported because it’s a tiny market.
This will lead to most consumers and businesses to choose a x86-64 computer so apps and games run smoothly.
The crux why Apple could pull this off is tight integration of hardware and software, an extremely good transparent emulation layer for older software, control over the development tools that most apps are made with, and most importantly discontinuation of their Intel-based machines.
Additionally, they’ve had the same underlying OS and apps that share code running for over a decade on that architecture already on their mobile platforms, and they had the experience from another architecture migration in the mid 2000s.

@metacurity@infosec.exchange
2026-05-02 12:44:20

Each week, Metacurity offers our subscribers a run-down of the best infosec-related long reads.
This week's selection reflects a common theme of how infosec is increasingly defined by the targeting, manipulation, and surveillance of people, and includes pieces that cover
--Journalist surveillance is a global industry,
--China retaliated against reporters through surveillance,
--AI jailbreaking takes a toll on the soul,
--Fraudsters targeted vulnerable immigr…

@lpryszcz@genomic.social
2026-06-01 14:26:04

“Most economists will acknowledge that technological progress can cause some adjustment problems in the short run. What is rarely noted is that the short run can be a lifetime.”
owenmcgrann.com/p/the-dead-eco

@AimeeMaroux@mastodon.social
2026-05-01 18:00:27
Content warning:

I finally got Hades II to run on #Linux 🥳 🎉 🎊 🍾
I only succeeded on Steam after I bought it again. The Epic Store version still fails. Maybe I can return it because it ran for zero seconds, even though I bought it when the early access version came out.
But if I can't, at least the extra money is going to a cool indie games studio 🙂
I'm a little sad I didn't get to j…

Promotional image of Hades II protagonist Melinoë. She has shoulder-length blond hair and wears a short, orange tunic, wielding a dagger and a sickle by floating them in front of her via magic. She stands against a dark background illuminated by a green magic circle and a lunar crescent.
@khalidabuhakmeh@mastodon.social
2026-05-01 23:18:06

The PC hardware market is all kinds of FUBAR.
The only option is to run into the woods.

@aardrian@toot.cafe
2026-05-01 14:21:51

I may have opinions about this.
#a11y #accessibility

She has kindly offered to run a competition to see who can best improve this year’s app (freshly built with the help of Claude). We have put up a prize of a ticket to iOSDevUK with 3 nights accommodation.
@simon_brooke@mastodon.scot
2026-07-02 16:09:25

The BBC and the Grauniad are both suggesting that Josh Simons may be a major player in Andy #Burnham's new regime. If so, that sounds like very bad news indeed.
Simons is the man who used to run Labour Together, the pro #Israel thinktank which pushed the

@mxp@mastodon.acm.org‬
2026-06-02 08:25:47

Now it’s supposed to run normally again. We’ll see what the situation looks like when I arrive in Basel…
#dhbenelux2026

‪@mxp@mastodon.acm.org‬
2026-06-02 08:25:47

Now it’s supposed to run normally again. We’ll see what the situation looks like when I arrive in Basel…
#dhbenelux2026

@primonatura@mstdn.social
2026-06-01 18:00:47

"Rare British Plant Makes Extraordinary Comeback from Brink of Extinction"
#UK #UnitedKingdom #Plants

@YaleDivinitySchool@mstdn.social
2026-05-01 17:18:05

In the run-up to Commencement on May 18, YDS is sharing profiles of some of our graduating students. We continue today with Sergio Lopez Palacio '26 M.A.R.! divinity.yale.edu/news/2026-04

A graduate
@ripienaar@devco.social
2026-05-02 13:07:10

Backup Qnap finally packed it up.
15 or 16 years. Had a good run. Not many cheap 4 bays NAS around now - I don’t use it for anything just sync data to it for off site backup.

@peterhoneyman@a2mi.social
2026-07-02 18:19:57

i am not enjoying the book i’m reading and am picking fights with the author
whoever read this book before me had similar outbursts 😂 gonna run out of margin!

@callunavulgaris@mastodon.scot
2026-06-02 12:06:01

This Dimbeby-presented podcast looks at how we went from a state run economy post war to free market capitalism in the 80s and is totally fascinating. I'm not too well-informed about economics despite spending years with a Cambridge economics graduate who went on to work in the City - perhaps that's why - so took it all for granted. This is an education.
The History Podcast: Invisible Hands: 1. The Chicken Farmer
Episode webpage:

@EarthOrgUK@mastodon.energy
2026-07-02 15:41:09

87gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@seeingwithsound@mas.to
2026-06-02 07:50:00

(YouTube) Science Corporation is moving in the direction of smartglasses. Perhaps a next version can run The vOICe for Android? youtube.com/watch?v=mzYYaZjOfE4 Project Next-gen Glasses; "PRIMA glasses — smaller, lighter, and designed to be worn all day";

@emd@cosocial.ca
2026-05-01 18:26:18

If I ever ran for office, I'd run on a single issue, government transparency.
Unless it was super duper top secret, every single gov't decision must be automatically and immediately posted to public page/site that had a RSS/Fediverse feed.
Governments are FOR the people BY the people, give us the info!
Let us deal w/ the firehose of information, we can take it!
#CanPoli

@davej@dice.camp
2026-05-02 07:44:39

The other day, I noticed a media interview with an old high school friend I’ve not seen in over 30 years. She’s on a disability pension and struggles to pay her rent, but at least she’s not been murdered or sent to prison—not like a handful of other people I’ve run with over the years. 🤷🏻‍♂️ mastodon.social/@fessho…

@matzekult@chaos.social
2026-06-02 12:00:29

Speaking of starships: sometimes they needed to help each other out in #StarTrek. And a rather prominent case is the subject of today's #TrekTriviaTuesday question.
As always no googling and no spoiling the answer for others. Please boost after voting! :BoostOK:
Vote will run fo…

@al3x@hachyderm.io
2026-05-01 10:12:12

First experience with uv tool has been a disaster. I couldn't achieve anything I planned to (create an isolated environment for a project, pull in dependencies using pip, etc.). For every command I have spent a lot more time trying to figure out what command to run. It seems like I came to uv with my baggages and uv's take is rather different.

@michabbb@social.vivaldi.net
2026-07-01 23:08:13

⚡ Get started fast: run openwiki --init to configure your model and API key, then generate documentation. Add the provided GitHub Action to auto-open a PR once a day with documentation updates.

@kexpmusicbot@mastodonapp.uk
2026-06-01 18:52:47

🇺🇦 #NowPlaying on KEXP's #MiddayShow
Brandi Carlile:
🎵 Life on the Run
#BrandiCarlile
open.spotify.com/track/0hQCfLs

@scottmiller42@mstdn.social
2026-05-01 22:35:32

Github Copilot is changing their pricing.
Currently, you are given a fixed number of free tokens per month (with a fallback when you run out). The new scheme gives you your base fee as monthly credits to buy tokens, with you paying for every token after that.
g…

@portaloffreedom@social.linux.pizza
2026-05-01 13:20:19

I would actually love to get a vision pro and run linux on it.

@luca@social.luca.run
2026-06-27 11:12:29

I initially bought the thermal camera to identify insulation issues during winter, now I'm hunting for heat bridges and appliances that produce too much warmth.
Fridge heats up the whole wall, AC sucks in air through the extractor hood exhaust, the dishwasher distributes heat evenly and the surround receiver is 40°C hot while in standby.

Black and white thermal image.  White area on the wall and the ceiling with a red indicator that the area is 33 °C. Blue indicator at the front of the fridge shows 26 °C.
Area around the extractor hood exhaust says 31.6 °C, while the coldest point in the area is 27.8 °C.
Front of dishwasher is 30.8 to 31.6 °C. A wet rag hanging on a cabinet is 24.7 °C.
Surround receiver shows 37.6 °C through the mesh on top.
@radioeinsmusicbot@mastodonapp.uk
2026-05-02 07:19:41

🇺🇦 Auf radioeins läuft...
Dawa:
🎵 On The Run (Stefan Seelenwald Remix)
#NowPlaying #Dawa
open.spotify.com/track/0Ug5tsF

@aral@mastodon.ar.al
2026-05-01 07:10:10

RE: infosec.exchange/@patrickcmill
“The realistic threat chain looks like this. An attacker exploits a known WordPress plugin vulnerability and gets shell access as www-data. They run the copy.fail PoC. They are now roo…

@thesaigoneer@social.linux.pizza
2026-06-01 23:50:38

Dream scenario. Whilst everyone is gloating over the new Nvidia RTX laptop, everyone also forgets the previous flop of the Arm powered laptops was not on the hardware, but bcs of the lack of decent software to run on it.
It's close to 2028 now and I pick one up for around 500 bucks.
And put Slackware ARM on it 😝
#slackware

@Techmeme@techhub.social
2026-04-03 00:25:43

Source: Anthropic has acquired Coefficient Bio, which was developing a platform that enables AI to run biotech tasks such as planning drug research, for ~$400M (The Information)
theinformation.com/articles/an

Rob Sand, the best-known Democrat in Iowa,
appears on podcasts to discuss his love of hunting, begins rallies by having the audience sing America the Beautiful and has a tendency to criticize the country’s two-party political system.
Now, Sand is running to lead a state that Republicans have come to dominate under Donald Trump,
and Democrats believe his candidacy for governor could be the breakthrough needed to win key Iowa offices in the November midterm elections.
W…

@metacurity@infosec.exchange
2026-06-01 09:34:31

One thing this amazing piece points out is that a slew of White House websites run by this DOGE-originated company called National Design Studio sends every bit of user data to an analytics company called PostHog, which, although not mentioned in the piece, got, um, hacked late last week.

@AimeeMaroux@mastodon.social
2026-05-02 08:42:32
Content warning:

Now that I got Hades II to run on #Linux, the only important software I need to figure out is #Affinity Photo. Not the free version Canva is using as a sales funnel, the paid version 1.8.
Oh, and my tax software because I don't want to use their cloud service with AI chatbot.
I'm v…

@azonenberg@ioc.exchange
2026-07-02 11:30:36

Starting to bring up the PicOS switch.
Interesting findings so far... changing port breakout mode requires a reboot (not uncommon, so do most of my other switches).
More annoying is that breakout ports all have to run at the same speed, you can't mix 1G and 10G subinterfaces on a QSFP breakout, or 10G and 25G on a QSFP28.
Not a HUGE deal, I can just pick one quad to break out in 1G mode for those ports, but it does mean for a lab environment switching speeds back and fo…

@jake4480@c.im
2026-05-03 08:23:58

Took this screenshot of two of the better rings I've ever found in one run in Rogue, because OF COURSE I died seconds after this from some stupid trap or falling somewhere (I don't always know, sometimes the deaths are super chaotic and fast) 😂
Also, has anyone ever found a use for the monster bit bag? Is it just if you get to town, to trade or craft, or something? Bragging rights? Anyway.
#Rogue

A screenshot from Rogue-FP showing some catacombs, my inventory with two rings etc
@primonatura@mstdn.social
2026-07-02 17:00:15

"Bangladesh unveils sweeping EV incentives to cut emissions and pollution"
#Bangladesh #EV #ElectricVehicles

@EarthOrgUK@mastodon.energy
2026-07-02 12:21:14

89gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@cowboys@darktundra.xyz
2026-06-02 14:14:10

This blockbuster trade might have just opened the door for the Cowboys’ playoff run sportingnews.com/ca/nfl/dallas

@Techmeme@techhub.social
2026-07-01 16:21:00

Venice AI, which offers access to 200 AI models while allowing users to retain their privacy, raised a $65M Series A led by Dragonfly at a $1B valuation (Ram Iyer/TechCrunch)
techcrunch.com/2026/07/01/veni

@kexpmusicbot@mastodonapp.uk
2026-05-02 23:27:13

🇺🇦 #NowPlaying on KEXP's #VarietyMix
Babebee:
🎵 runner, run
#Babebee

@lpryszcz@genomic.social
2026-06-02 06:12:25

"J.P. Morgan, modeling what the buildout would need to earn to clear a ten percent return on current capital expenditure, arrived at roughly six hundred fifty billion dollars per year in AI-sector revenue — the equivalent of thirty-five dollars per month, in perpetuity, from every iPhone user on earth. The current run-rate is about twenty-five billion. The gap is twenty-six-fold. "

@michabbb@social.vivaldi.net
2026-07-01 23:08:13

🎯 Interactive or one-shot: launch with openwiki, pass an initial request like openwiki "generate documentation for this repository", or run non-interactively with openwiki -p for a single command that prints and exits.

@scottmiller42@mstdn.social
2026-05-01 17:11:56

A lot of the analytical work I do really adapts well to #Jupyter Notebooks. It's very helpful to organize the code into logical chunks, one chunk per cell.
However, now I want to re-run the entire workbook, changing only one parameter.
Is there an easy way to do that without merging all the cells together?
ETA: My notebook has a parameter section at the top, but now I want to …

Tech billionaires have shelled out hundreds of millions of dollars ahead of the 2 June primary election in California,
in an unrivaled attempt to influence who gets to run the state that Silicon Valley calls home.
The industry has used a cover-all-bases approach,
funding candidates and ballot measures big and small,
contributing to what looks to be the most expensive primary season in California history.
The goal, experts say, is to gain both political and regu…

@NFL@darktundra.xyz
2026-04-29 15:10:31

Five teams that could make a Seahawks-like surprise run to Super Bowl LXI nfl.com/news/five-teams-that-c

@azonenberg@ioc.exchange
2026-06-03 06:23:17

Cursed networking things I recently learned:
1) There are two, mutually incompatible, standards for running 40GbE over a single multimode fiber pair.
One uses CWDM with four wavelengths (850/880/910/940 nm) mapping each 10G serdes lane to a wavelength. This also supports 100G.
The other uses only two wavelengths (850 and 900), gearboxing two serdes lanes onto each, with an optical data rate of 20 Gbps per wavelength. Since the lasers/gearboxes can't run at 50 Gbps NRZ i…

@radioeinsmusicbot@mastodonapp.uk
2026-05-01 19:56:33

🇺🇦 Auf radioeins läuft...
Hiss Golden Messenger:
🎵 08 Hiss Golden Messenger - Who You Gonna Run To
#NowPlaying #HissGoldenMessenger

@Techmeme@techhub.social
2026-06-02 17:26:03

Microsoft unveils Project Solara, an Android-based platform for agent-first devices, with concept hardware and pilots planned at Best Buy, Target, and others (Todd Bishop/GeekWire)
geekwire.com/2026/inside-micro

@EarthOrgUK@mastodon.energy
2026-07-01 20:31:08

199gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@luca@social.luca.run
2026-06-27 19:38:14

If you have a @… account that is connected to a payment service (CC, PayPal, bank transfer), you can contact support to cancel and request a refund. #VPN #dontSupportAFascist

Now, inevitably, half of my Bluesky timeline is like:
oh, we need a service that’s resistant to this sort of shit,
something that’s not beholden to capitalist pressure,
something that’s queer-friendly and furry-friendly
-- quickly followed by "but don’t say Mastodon!"
Sorry, I’m saying it.
Mastodon. We want fucking Mastodon.
It’s run by an actual non-profit foundation,
none of this “public benefit corporation” bullshit.
It’s not s…

@azonenberg@ioc.exchange
2026-05-01 19:20:18

So it turns out that NSight Systems still runs on my box sans nvidia GPU as long as I uncheck the boxes for GPU metrics.
But it'll give me CPU and NIC side profiling including, critically, all of the NVTX annotations so I know which filters are running concurrently with which others, how long they're taking, etc.
It's certainly not as good as something that integrates properly with the GPU but with careful use of NVTX I can probably at least get dispatch-level run tim…

@Techmeme@techhub.social
2026-07-02 13:15:41

Microsoft establishes an organization with 6,000 staff specializing in engineering, corporate training, and management to support businesses with AI deployments (Todd Bishop/GeekWire)
geekwire.com/2026/microsoft-an

@EarthOrgUK@mastodon.energy
2026-07-02 05:21:08

111gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@luca@social.luca.run
2026-06-28 19:43:37

Excess mortality. This time because of the heat wave.

@EarthOrgUK@mastodon.energy
2026-07-02 21:41:08

116gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@Techmeme@techhub.social
2026-04-30 02:51:12

Visa says its stablecoin settlement pilot supports nine networks, including Base, Polygon, Canton Network, Arc, and Tempo, and has hit a $7B annualized run rate (Krisztian Sandor/CoinDesk)
coindesk.com/business/2026/04/

@EarthOrgUK@mastodon.energy
2026-06-01 15:01:09

149gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-06-02 20:01:08

214gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-06-02 17:31:08

214gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-06-02 14:01:08

188gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-06-02 09:11:08

208gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-06-02 06:11:08

207gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-06-01 21:21:08

204gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-06-03 04:56:08

142gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-07-02 17:11:09

121gCO2/kWh National Grid CO2 intensity is HIGH wrt last 24h so don't run anything that can wait! #CO2

@EarthOrgUK@mastodon.energy
2026-07-02 13:21:08

86gCO2/kWh National Grid CO2 intensity is LOW wrt last 24h so you can run your wash etc now! #green #energy

@EarthOrgUK@mastodon.energy
2026-06-01 17:11:08

208gCO2/kWh National Grid CO2 intensity is HIGH wrt last 24h so don't run anything that can wait! #CO2

@EarthOrgUK@mastodon.energy
2026-06-02 18:31:09

223gCO2/kWh National Grid CO2 intensity is HIGH wrt last 24h so don't run anything that can wait! #CO2

@EarthOrgUK@mastodon.energy
2026-06-02 16:31:08

216gCO2/kWh National Grid CO2 intensity is HIGH wrt last 24h so don't run anything that can wait! #CO2

@EarthOrgUK@mastodon.energy
2026-06-02 08:11:08

215gCO2/kWh National Grid CO2 intensity is HIGH wrt last 24h so don't run anything that can wait! #CO2

@EarthOrgUK@mastodon.energy
2026-06-02 02:31:08

203gCO2/kWh National Grid CO2 intensity is HIGH wrt last 24h so don't run anything that can wait! #CO2

@EarthOrgUK@mastodon.energy
2026-07-01 21:31:08

192gCO2/kWh National Grid CO2 intensity is LOW wrt last 24h so you can run your wash etc now! #green #energy

@EarthOrgUK@mastodon.energy
2026-07-02 06:21:16

106gCO2/kWh National Grid CO2 intensity is LOW wrt last 24h so you can run your wash etc now! #green #energy

@EarthOrgUK@mastodon.energy
2026-06-01 10:01:08

147gCO2/kWh National Grid CO2 intensity is LOW wrt last 24h so you can run your wash etc now! #green #energy

@EarthOrgUK@mastodon.energy
2026-06-02 22:11:08

167gCO2/kWh National Grid CO2 intensity is LOW wrt last 24h so you can run your wash etc now! #green #energy

@EarthOrgUK@mastodon.energy
2026-06-02 10:31:08

181gCO2/kWh National Grid CO2 intensity is LOW wrt last 24h so you can run your wash etc now! #green #energy

@EarthOrgUK@mastodon.energy
2026-06-03 07:21:07

139gCO2/kWh National Grid CO2 intensity is LOW wrt last 24h so you can run your wash etc now! #green #energy

@EarthOrgUK@mastodon.energy
2026-05-01 13:41:17

97gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-05-01 22:11:08

133gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-05-02 12:51:07

108gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-05-02 10:41:09

106gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-05-02 21:51:09

172gCO2/kWh National Grid CO2 intensity so-so wrt last 24h so don't run big appliances now if you can wait. #CO2

@EarthOrgUK@mastodon.energy
2026-05-01 14:41:07

101gCO2/kWh National Grid CO2 intensity is HIGH wrt last 24h so don't run anything that can wait! #CO2

@EarthOrgUK@mastodon.energy
2026-05-02 15:01:08

138gCO2/kWh National Grid CO2 intensity is HIGH wrt last 24h so don't run anything that can wait! #CO2

@EarthOrgUK@mastodon.energy
2026-05-02 11:51:09

105gCO2/kWh National Grid CO2 intensity is LOW wrt last 24h so you can run your wash etc now! #green #energy

@EarthOrgUK@mastodon.energy
2026-05-02 09:41:08

104gCO2/kWh National Grid CO2 intensity is LOW wrt last 24h so you can run your wash etc now! #green #energy