Tootfinder

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

As in many US resort areas,
the suicide rates in the Tahoe region,
including the city of Truckee,
are far higher than the state average
– and these communities don’t have enough resources to deal with the issue.
Since 2022, there have been nearly 40 confirmed suicide deaths in Truckee,
South Lake Tahoe and four lakeside counties,
an area with a combined population of about 73,000,
according to an analysis by the Tahoe Daily Tribune.
Nearl…

@johl@mastodon.xyz
2026-09-13 15:46:49

Towards a practice of knowledge commoning: academics’ ethical duties to defend Wikipedia in the age of generative AI
link.springer.com/article/10.1

@fanf@mendeddrum.org
2026-08-12 08:42:02

from my link log —
A list of LD_PRELOAD hacks.
github.com/gaul/awesome-ld-pre
saved 2020-01-27 dotat.at/:/K9MQB.h…

@CubitOom@social.linux.pizza
2026-07-11 16:38:32

Pro Se Guide for Motion to Change Hearing to WebEx
nipnlg.org/work/resources/pro-
The regime keeps arresting people that follow legal immigration processes, they have been racially profiling and abduct an…

@relcfp@mastodon.social
2026-07-13 18:00:58

CfP "Matter, Materials, and (Un)Natural Resources in Science Fiction" - Enthymema Dec 2027
ift.tt/AFhqM2P
updated: Friday, July 10, 2026 - 4:16amfull name / name of organization: Valentina Romanzi,…
via Input 4 RELCFP

@Dragofix@veganism.social
2026-09-11 23:28:37

New digital tool shows exactly where California's water goes—and how climate change might disrupt it phys.org/news/2026-09-digital-

@Techmeme@techhub.social
2026-08-11 09:55:46

A look at London-based AI startup Cosine, which is building a frontier model with UK government backing, as some question if it has the talent and resources (Financial Times)
ft.com/content/02e29d7f-9e3e-4

@memeorandum@universeodon.com
2026-08-14 12:15:57

Top Trump official asked for more resources to fight a small fire near his Idaho ranch (Washington Post)
washingtonpost.com/weather/202
memeorandum.com/260814/p14#a26

@ErikUden@mastodon.de
2026-08-10 15:10:13

every app became a website, and now websites take ages to load and insane resources to run

@aral@mastodon.ar.al
2026-07-10 09:59:09

Oh, look, it’s a dickhead.
Hey, dickhead, how goes?
Being a dickhead, you probably don’t care that Palestinians are blocked from setting up fundraisers for themselves as part of the West’s complicity in Israel’s ongoing genocide. But hey, facts don’t care that you’re a dickhead so it’s still true.
If I could GoFundMe you a fucking conscience, I would.
Dickhead. @npub1k06ctulq8rcaen067tt6z3y6gxrqtsuje5em5lcn009zfpp0t7gqf0zyu9@momostr.pink

kat donegan (she/her) • -
1d
@kathimmel@mstdn.social
is there a sort of group on mastodon for people who are running fundraisers for people in gaza so that we can support each other & create resources for staying in touch if someone disappears for a while? if not, i think it'd be a huge help to get one going. #gaza #palestine #solidarity #support
7
口28大13刀
...
Vyram Kraven
@npub1k06ctulq8rcaen067tt6z
t7gqf0zyu9@momostr.pink
09/07/2026, 15:47
I think it would be huge if they figured it out thems…
@lpryszcz@genomic.social
2026-09-11 08:34:20

An impressive resources trying to uncover what and why #bigtech is using to train LLMs
AI Watchdog: The Atlantic’s ongoing investigation of the books, videos, and other media used by the world’s most powerful tech companies to train their AI models.

@johl@mastodon.xyz
2026-09-10 10:18:51

“delightful off grid open tech delightful”
A curated list of technology, Open hardware and Open Source software resources for use off-grid, for power outages and other emergency situations.
codeberg.org/lmemsm/delightful

@rasterweb@mastodon.social
2026-06-27 04:00:02

➡️ Wisconsin Bike Fed - eBike Resources
#bookmarks

@profcarroll@federate.social
2026-09-09 02:59:04

Patient Computing: Virtuous Waiting because the output is free as in libre, free as in beer, and free as in it didn't consume more resources than this post.

@cheryanne@aus.social
2026-08-10 12:17:01

What If We Were Taught..
A podcast developed to bring a collective amount of resources, wisdom and knowledge to couples surrounding pregnancy, birth, the postpartum and parenting...
Great Australian Pods Podcast Directory: greataustralianpods.com/what-i

What If We Were Taught..  
Screenshot of the podcast listing on the Great Australian Pods website
@dcm@social.sunet.se
2026-09-10 14:03:55

When discussing scientific achievements made mostly or partly by AI systems, especially the headline-making ones, it's good to think about the resources being allotted to such projects, which are plausibly incomparable to previous investment. For instance, I suspect that no one had previously invested several millions of dollars to hire a team of mathematicians exclusively to tackle a single millennium problem.

@grist@fosstodon.org
2026-09-10 22:21:53

Multi-table updates, AI automations, scheduled changes, and more with Grist's n8n integration. getgrist.com/blog/how-to-use-n

@arXiv_csAR_bot@mastoxiv.page
2026-08-14 07:35:14

ROLoad-PMP: Securing Sensitive Operations for Kernels and Bare-Metal Firmware
Wende Tan, Chenyang Li, Yangyu Chen, Yuan Li, Chao Zhang, Jianping Wu
arxiv.org/abs/2608.13287 arxiv.org/pdf/2608.13287 arxiv.org/html/2608.13287
arXiv:2608.13287v1 Announce Type: new
Abstract: A common way for attackers to compromise victim systems is hijacking sensitive operations (e.g., control-flow transfers) with attacker-controlled inputs. Existing solutions in general only protect parts of these targets and have high performance overheads, which are impractical and hard to deploy on systems with limited resources (e.g., IoT devices) or for low-level software like kernels and bare-metal firmware. In this paper, we present a lightweight hardware-software co-design solution ROLoad-PMP to protect sensitive operations from being hijacked for low-level software. First, we propose new instructions, which only load data from read-only memory regions with specific keys, to guarantee the integrity of pointees pointed by (potentially corrupted) data pointers. Then, we provide a program hardening mechanism to protect sensitive operations, by classifying and placing their operands into read-only memory with different keys at compile-time and loading them with ROLoad-PMP-family instructions at runtime. We have implemented an FPGA-based prototype of ROLoad-PMP based on RISC-V, and demonstrated an important defense application, i.e., forward-edge control-flow integrity. Results showed that ROLoad-PMP only costs few extra hardware resources (< 1.40%). Moreover, it enables many lightweight (e.g., with negligible overheads < 0.853%) defenses, and provides broader and stronger security guarantees than existing hardware solutions, e.g., ARM BTI and Intel CET.
toXiv_bot_toot

@YaleDivinitySchool@mstdn.social
2026-07-10 19:27:58

“As a YDS alum, I am so proud of Dean Sterling's leadership and his message of environmental stewardship. It exemplifies what’s possible when institutions and communities commit to honoring Earth's resources.” - Rev. Luis Perez ’01 MDiv

Yale alums and Dean Sterling
@PaulWermer@sfba.social
2026-08-10 12:23:21

"Like US presidents before him, Trump has found that Netanyahu can be a difficult ally."
Ally? With allies like that, who needs enemies? Manipulating Trump into a pointless war that squanders the US defense budget and depletes our military's resources? That's an ally?
Netanyahu rejects US-led 15-point Gaza peace plan in rare public break with Trump

@paulwermer@sfba.social
2026-08-10 12:23:21

"Like US presidents before him, Trump has found that Netanyahu can be a difficult ally."
Ally? With allies like that, who needs enemies? Manipulating Trump into a pointless war that squanders the US defense budget and depletes our military's resources? That's an ally?
Netanyahu rejects US-led 15-point Gaza peace plan in rare public break with Trump

@aardrian@toot.cafe
2026-06-25 12:06:39

I recalled a G183 discussion on a TPGuy post from a few years ago.
Vispero memory-holed it all when it subsumed TPGuy:
vispero.com/resources/well-col
Thankfully, there’s Way…

@LaChasseuse@mastodon.scot
2026-07-08 15:18:32

Wrong priorities, reckless waste of resources
businessgreen.com/news/4532454

@markhburton@mstdn.social
2026-09-02 09:26:33

Limiting Overshoot - Navigating exceedance of 1.5°C and pathways towards return | UNEP - UN Environment Programme unep.org/resources/limiting-ov

For both images: This is an illustrative depiction of temperature overshoot and the actions and challenges associated
with limiting its magnitude, duration and consequences. The visual features in the top panel are indicative and do not
represent precise warming magnitudes, rates or probabilities. The black dashed line represents an overshoot pathway
adapted from an SSP2-4.5 pathway based on IPCC (2021), while the light grey dashed line represents a high-overshoot
pathway adapted from Reisinger…
For both images: This is an illustrative depiction of temperature overshoot and the actions and challenges associated
with limiting its magnitude, duration and consequences. The visual features in the top panel are indicative and do not
represent precise warming magnitudes, rates or probabilities. The black dashed line represents an overshoot pathway
adapted from an SSP2-4.5 pathway based on IPCC (2021), while the light grey dashed line represents a high-overshoot
pathway adapted from Reisinger…
@brian_gettler@mas.to
2026-08-07 19:25:47

University admin at some point cleary thought to themselves, "human resources is insufficiently dystopian, we really ought to come up with something better." After years of meetings, they congratulated themselves on a job well done. "Yes," they purred, "'people strategy' is so much worse."

@ErikJonker@mastodon.social
2026-07-06 07:38:42

The World Resources Institute’s (WRI) Electric School Bus Initiative reports that a number of fully deployed vehicle-to-grid (V2G) projects involving some 230 electric school buses are now able to supply 8 MWh of power back to the grid at any given time – enough electricity to power about 1,600 typical US homes for up to four hours and significantly shave peak load demand for the utilities they serve.

@Techmeme@techhub.social
2026-09-10 16:11:03

Interview with mathematician Tristan Buckmaster on being drawn into the OpenAI-Anthropic fight; OpenAI says it made progress on another Millennium Prize problem (Kenneth Chang/New York Times)
nytimes.co…

@burger_jaap@mastodon.social
2026-07-01 18:02:25

Stronger Together
Distributed Energy Resources (solar, wind, battery) providing grid support together benefit more: “resulting in both improved power system dynamics and DER economics, as shown by the cooperative gain of 16% compared to standalone operation.”
arxiv.org/abs/2606.31728

@buercher@tooting.ch
2026-07-13 19:31:52

Mr. Rubio now effectively controls Venezuela’s finances, the distribution of its natural resources and its government, according to interviews with more than a dozen officials and people close to both governments in Washington and Caracas, who provided details about his involvement in steering the country’s policies
nytimes.com/2026/07/11/us/poli

@Mediagazer@mstdn.social
2026-07-16 03:50:54

Microsoft adds funding to the AP Fund for Journalism, enabling APFJ to provide 10 local newsrooms in Washington state with AP elections coverage and resources (The Associated Press)
ap.org/media-center/press-rele

@cyrevolt@mastodon.social
2026-08-06 12:32:58

It's been more than 60 years of forking.
archive.computerhistory.org/re

@darkrat@chaosfurs.social
2026-08-20 19:29:45

Finally something useful for my linkedin profile
nc3rs.org.uk/3rs-resources/rat

@cosmos4u@scicomm.xyz
2026-06-29 15:39:39

The brand-new 360-or-so-page book "Testing Einstein: One Hundred Years of Experimental #Relativity" is completely open access as a series of PDF files at direct.mit.edu/books/oa-edited (and talking about OA science & tech books: at nasa.gov/history/history-publi NASA has countless more).

@Dragofix@veganism.social
2026-06-23 03:38:09

Argentine mining threatens scarce water resources in the Andes #Argentina

In partnership with California Native American tribes,
the California Natural Resources Agency has developed a goal of expanding tribal stewardship over at least 7.5 million acres of lands and coastal waters.
The Tribal Stewardship Policy and Toolkit will provide policy and resources to institutionalize durable tribal-state partnerships
and to advance durable tribal access, collaboration, and ancestral land return across California.
The Tribal Stewardship Policy will…

@blackknight95857669@social.linux.pizza
2026-09-08 13:34:42

Free game alert: State Of Mind on GoG.
When mind and machine become one – what will remain of humanity?
Berlin, 2048 – The world is on the brink. Lack of resources, illnesses caused by polluted air and water, crime on the rise, war. Governments and companies promise remedies through technological progress. Drones and humanoid robots replace humans in the public sector, everything is interconnected, surveillance has become omnipresent.

@brichapman@mastodon.social
2026-07-08 19:01:04

Climate solutions in action this week:
California Resources Corp is opening the state's first CO2 storage site in a depleted oil field—creating permanent geologic storage for industrial emissions.
Recife, Brazil launched a public-private initiative financing collection, sorting, and recycled-content markets to build a circular plastics economy.
Real progress, happening now.
Sign up for the For People And Planet climate solutions digest:

@netzschleuder@social.skewed.de
2026-09-08 01:00:04

november17: November17 members (2009)
A network representing connections among members of the November 17 (N17) Greek terrorist group. Nodes are members, and an edge exists if two members have some connection in the past. Metadata include role, function, resources. Some attributes are missing.
This network has 22 nodes and 66 edges.
Tags: Social, Offline, Unweighted, Metadata

november17: November17 members (2009). 22 nodes, 66 edges. https://networks.skewed.de/net/november17
@simon_brooke@mastodon.scot
2026-07-03 22:04:00

Modern industrial fertilisers are made from fossil hydrocarbons. In future we can't use that. But, although I am prejudiced in favour of #organic agriculture, I'd be interested to know whether it would be possible to synthesise fertiliser from widely available resources without using fossil hydrocarbon.
Anyone got any pointers?

@rasterweb@mastodon.social
2026-07-23 04:00:03

➡️ Songlink (Odesli): The Smart Link Tool Explained
#bookmarks

@jerome@jasette.facil.services
2026-07-02 03:36:41

Due to Thursday’s extreme heat forecast and the resources required to safely manage large crowds at fan marches, Toronto Stadium and FIFA Fan Festival™ Toronto, all FIFA World Cup 2026™ match broadcasts at Nathan Phillips Square have been cancelled for Thursday, July 2.
#toronto

@arXiv_physicssocph_bot@mastoxiv.page
2026-07-09 08:56:16

Replaced article(s) found for physics.soc-ph. arxiv.org/list/physics.soc-ph/
[1/1]:
- Involution game with migration and spatial heterogeneity of social resources
Bo Li, Qiwen Ge, Yong Shi

@markrsmith@smithtodon.org
2026-07-02 21:41:26

PJM has issued a “Transmission Security - Deploy All Resources Action” for BGE, Dominion, and PEPCO in the MD, DC, VA area.
This requires all electricity generators to be brought online ASAP.
#HeatWave #power #utility

@grist@fosstodon.org
2026-09-09 14:36:51

See how to set up Grist automations with n8n, step-by-step. getgrist.com/blog/how-to-use-n

The Venezuelan opposition leader,
María Corina Machado,
has questioned Donald Trump’s oil deal with Venezuela’s interim government,
declaring that the country’s natural resources do not belong to “an illegitimate regime”.
In her first public comments since Trump announced what he called “the biggest oil deal in world history” with Venezuela last Friday,
Machado walked a diplomatic tightrope between challenging the controversial agreement and trying not to rile t…

@aral@mastodon.ar.al
2026-06-30 16:27:52

It’s ok, it’s not like we’re all going to die or anything (only billions, not everyone). @… slrpnk.net/post/39707961

@pixel@mastodon.online
2026-08-04 15:08:07
Content warning: Codeberg, AI

I disagree with some parts of Theo's video, but still wanted to share it. Bc wtf is the direction that this implies Codeberg is heading? It's fine if you want to do the GitHub thing and email people that use way too much of your resources for free. But "informal guidelines" that directly discourage "specific tools and custom scripts that would be unlikely to find a community anyway, even if they were not LLM-generated"? So ig have a big community or gtfo??

@edintone@mastodon.green
2026-06-30 12:56:44

Doesn't "No 10 North" sound like 'working from home'? theguardian.com/politics/2026/

@tschfflr@fediscience.org
2026-06-26 07:32:52

Kühle-Orte-Karte der Stadt: geoportal.bochum.de/mapapps/re
Edit: Da steht leider nicht viel drin, nicht sehr nützlich. Die ganze Ruhr-Uni als ein ("gekühlter") Ort? Ich denke nicht. Mein Gebäude hat 0 Klima und in meinem Büro war schon die ganze Woche über 30 Grad.

@arXiv_csAR_bot@mastoxiv.page
2026-08-13 07:39:50

NITRO: High-Performance 3D NAND Flash-Based In-Storage Computing with Enhanced Activation Dataflow
Sanghun Shin, Sangyeon Kim, Gisan Ji, Sungju Ryu
arxiv.org/abs/2608.11920 arxiv.org/pdf/2608.11920 arxiv.org/html/2608.11920
arXiv:2608.11920v1 Announce Type: new
Abstract: In-storage computing (ISC) is considered a next-generation memory architecture for its ability to relieve the data bottleneck between the host and the memory. While the required resources of large language models (LLMs) have increased significantly in recent years, the memory density has not scaled accordingly. Recently, several works have studied NAND flash-based processing-in-memory (NAND-PIM) schemes to exploit the high density of the memory. However, they do not address the dataflow/buffer for the intermediate values, so a simple method is to deal with the values in the slow flash memory array. To overcome such a limitation, we propose a high-performance NAND flash-based ISC architecture with enhanced activation buffering. Instead of using the very slow flash memory array for the intermediate values, our architecture buffers the values in a fast DRAM subsystem. This approach effectively handles the high-latency penalties when activations are programmed into slower TLC NAND flash. We also introduce a distributed dataflow approach for the NAND-PIM array. This approach maximizes computational parallelism by employing efficient intra-plane data mapping. The results show that our proposed architecture achieves significant performance improvements, reducing the inference latency by up to 85% compared to the baseline.
toXiv_bot_toot

@brichapman@mastodon.social
2026-07-08 19:01:04

Climate solutions in action this week:
California Resources Corp is opening the state's first CO2 storage site in a depleted oil field—creating permanent geologic storage for industrial emissions.
Recife, Brazil launched a public-private initiative financing collection, sorting, and recycled-content markets to build a circular plastics economy.
Real progress, happening now.
Sign up for the For People And Planet climate solutions digest:

@seeingwithsound@mas.to
2026-06-28 15:53:50

There is still a huge gap between contemporary academic research on mental imagery and research on the kind of top-down mental imagery needed for restoring vision to the blind. Lack of incentives? Credibility? Resources? What's missing?

@cdonat@hostsharing.coop
2026-07-02 16:40:00

This week on #ProFed: I fixed the bug in the message bus.
Finding the bug was less of a problem. But the solution, that meets all the requirements at this foundational level, was the real challenge.
As a bonus, the message bus is now slightly more efficient and uses fewer resources in most situations. Not a game changer, but still good.

@Techmeme@techhub.social
2026-07-28 11:20:47

Sources: Amazon overhauls its AI strategy, deprecating several flagship Nova AI models, as it shifts resources to its Frontier Model Research initiative (Eugene Kim/Business Insider)
businessinsider.com/amazon-ove

@relcfp@mastodon.social
2026-06-30 16:50:31

CfP: Interreligious and Intercultural Perspectives on Resources and Sacred Boundaries
ift.tt/YDpvm5P
Post-Migration Discussion Dear Suscribers,The listserv-to-Commons transition is complete,…
via Input 4 RELCFP

The focus of the GOP’s first ever midterm convention in September
won’t be Trump’s dismal approval rating, how to end the war on Iran, or the stagnant economy.
They will be spending their time, resources, and funds focusing on
⚠️democratic socialism.
Axios reported Friday that the GOP has spent months pulling together an
👉 “endless” video trove of attack ads targeted at progressive commentators like Hasan Piker, and Democratic Senate nominees Abdul El-Sayed and J…

@PaulWermer@sfba.social
2026-08-04 21:04:30

Maybe, instead of spending so much time, thought, debate and money to find ways to keep people from arriving, we should put the resources into figuring out how to make it attractive to stay in the country of origin?
Education, local industry, strengthening the local economies seem like things worth fostering everywhere.
Not a simple problem to solve, but the status quo seems to be remarkably unsuccessful.
EU chief criticises Spain’s migrant plan after Ceuta crisis meeting

@paulwermer@sfba.social
2026-08-04 21:04:30

Maybe, instead of spending so much time, thought, debate and money to find ways to keep people from arriving, we should put the resources into figuring out how to make it attractive to stay in the country of origin?
Education, local industry, strengthening the local economies seem like things worth fostering everywhere.
Not a simple problem to solve, but the status quo seems to be remarkably unsuccessful.
EU chief criticises Spain’s migrant plan after Ceuta crisis meeting

@arXiv_csAR_bot@mastoxiv.page
2026-08-14 07:37:50

YAVIN: A Unified Architecture for Secure Edge Processing in Memory
Shouzhi Fang, William C. Tegge, Md Omar Faruque, Peipei Zhou, Endadul Hoque, Alex K. Jones
arxiv.org/abs/2608.13496 arxiv.org/pdf/2608.13496 arxiv.org/html/2608.13496
arXiv:2608.13496v1 Announce Type: new
Abstract: Secure, private multi-tenant execution spanning processors, memory, and accelerators remains one of the most significant challenges in modern edge computing systems. Simultaneously, processing-in-memory (PIM) has emerged as an effective approach for reducing the Von Neumann bottleneck by moving computation closer to data. Existing trusted execution environments (TEEs) establish trust only within the processor, protecting data while it traverses untrusted resources such as the memory bus. Consequently, trusted computation cannot be performed directly within memory. We present YAVIN, a unified trusted computing base (TCB) that extends the TEE beyond the processor to encompass both processor execution and a dedicated memory region supporting trusted processing-in-memory execution while treating the memory bus as untrusted. Leveraging the dedicated protected memory regions already established by conventional TEE architectures, YAVIN enables data to be decrypted, processed, and re-encrypted by either processor or PIM execution while remaining within the TEE. To realize this unified TCB, YAVIN presents the first PIM implementations of the LightSaber KEM post-quantum cryptosystem and ASCON-128 authenticated encryption, co-designing both algorithms for efficient DRAM execution to establish and maintain shared cryptographic state. Finally, we demonstrate how cryptography-PIM co-design for tensor-based workloads reorganizes computation to satisfy the ordering constraints imposed by authenticated encryption with minimal performance overhead while simultaneously enabling bit-sliced ordering that limits temporary plaintext exposure. Compared to the latest PIM AES implementation, YAVIN achieves more than a 20x speedup while incurring only 34% and 9.3% overhead when executing INT8 and INT32 quantized edge-class LLMs, respectively, relative to plaintext execution.
toXiv_bot_toot

@grist@fosstodon.org
2026-09-08 13:49:53

How to use n8n automations with Grist – walkthroughs and examples getgrist.com/blog/how-to-use-n

@LaChasseuse@mastodon.scot
2026-09-02 15:57:49

RE: mstdn.social/@noelreports/1172
€90 billion euros. Imagine what we could do with those kind of resources if we didn't live in a patriarchy.

As midterms loom, voters who rightly blame Trump’s war-mongering and indifference for high prices are only going to get angrier. Republican operatives are reportedly panicking.
Trump as usual pretended he had a solution.
Ever since American forces kidnapped Venezuela’s dictator Nicholas Maduro in January, Trump had been trying to arrange for US seizure of the country’s oil.
Last week the White House claimed Trump had succeeded and “secured the biggest oil deal in world hi…

@relcfp@mastodon.social
2026-06-30 16:50:34

CFP (ONLINE SEMINAR / PUBLICATION OPPORTUNITY): Borders and Sustainability: Human, Natural, and Textual Resources — Entangled Histories Seminar Series 2026–2027
ift.tt/7mhbZ5p
Post-Migration Discussion Dear Suscribers,The listserv-to-Commons transition is complete,…
via Input 4 RELCFP

@netzschleuder@social.skewed.de
2026-07-04 17:01:31

november17: November17 members (2009)
A network representing connections among members of the November 17 (N17) Greek terrorist group. Nodes are members, and an edge exists if two members have some connection in the past. Metadata include role, function, resources. Some attributes are missing.
This network has 22 nodes and 66 edges.
Tags: Social, Offline, Unweighted, Metadata

november17: November17 members (2009). 22 nodes, 66 edges. https://networks.skewed.de/net/november17
@markhburton@mstdn.social
2026-07-30 08:35:33

A comfortable Labour win is my reading too.
It is incredibly quiet here. About the same number of poster boards for Green (we have one) and Labour, around here, but nothing like the density in the Gorton-Denton by-election. I suspect Greens, with a lot of resources going in to the campaign and a strong candidate, will do well, but most 2nd pref votes will go to Labour.
Polls open in Greater Manchester mayoral byelection overshadowed by new PM and Farage’s antics.

@aardrian@toot.cafe
2026-07-27 16:39:47

RE: mastodon.social/@firefoxwebdev
I appreciate this both acknowledges the error and credits the resources. Something I’d like to see more of from browsers (looks askance at Chrome).
Key takeaways:
• `aria-labe…

@arXiv_csAR_bot@mastoxiv.page
2026-08-14 07:31:47

Dryas: A Reprogrammable Engine for High-Speed Interconnect Tracing and Analysis
Manuel Br\"ochin, Tom Kuchler, Michael Giardino, David Cock, Timothy Roscoe
arxiv.org/abs/2608.12934 arxiv.org/pdf/2608.12934 arxiv.org/html/2608.12934
arXiv:2608.12934v1 Announce Type: new
Abstract: The proliferation of heterogeneous components in modern computing systems has been accompanied by new higher bandwidth and lower latency interconnects. These interfaces and protocols are enormously complex and the process of developing, debugging, and analyzing FPGA-based implementations requires significant engineering work. Moreover, once a functional implementation is completed, optimization of the controller and associated software requires processing potentially hundreds of gigabytes of trace data.
In this paper, we present Dryas, an open source tool for analyzing such an interconnect. We developed our tool, using minimal hardware resources, alongside an FPGA implementation of a very high speed, low latency (30~GiB/s, 200~ns) interconnect. With our run-time reprogrammable overlay engine we can inspect this interconnect to find rare, complex, or transient events even at full operation. This filtering engine is based on non-deterministic finite automata (NFAs), efficiently implemented using state transition elements (STEs), allowing us to trace events at a cache-line granularity. Moreover we can change the filters in less than a second, without reprogramming the FPGA or interfering with the running application. This data enables not only debugging the implementation of the interconnect itself, but analyzing the behavior of accelerated applications.
We examine the mathematical basis for using NFAs and describe their implementation on a real coherent CPU-FPGA research platform. We then evaluate the scalability of Dryas for various size NFAs, followed by two different use cases: debugging FPGA implementation of the interconnect and analyzing cache behavior.
toXiv_bot_toot

@memeorandum@universeodon.com
2026-07-09 07:10:44

The Ankara Summit Declaration (NATO)
nato.int/en/about-us/official-
memeorandum.com/260709/p2#a260

@cheryanne@aus.social
2026-06-27 06:33:34

The Sustainable Minerals Institute Podcast
Committed to developing the transformative people, technologies and approaches to address global sustainability challenges through the responsible supply of mineral resources...
Great Australian Pods Podcast Directory: greataustralia…

The Sustainable Minerals Institute Podcast   
Screenshot of the podcast listing on the Great Australian Pods website
@PaulWermer@sfba.social
2026-09-03 14:02:29

Very helpful comparison and explanation of the 2 laws. Thanks, @…
Wonder why the San Francisco bill does not require "recovery housing" as required by Haney's state bill ("Recovery housing means tenants have access to on-site case management and other resources needed to address substance use disorder; it is a costlier and more robust form of…

@paulwermer@sfba.social
2026-09-03 14:02:29

Very helpful comparison and explanation of the 2 laws. Thanks, @…
Wonder why the San Francisco bill does not require "recovery housing" as required by Haney's state bill ("Recovery housing means tenants have access to on-site case management and other resources needed to address substance use disorder; it is a costlier and more robust form of…

@Techmeme@techhub.social
2026-06-30 15:15:53

AWS launches an internal organization for AI-focused forward-deployed engineers, backed by $1B in resources, following OpenAI and others in launching FDE teams (Russell Brandom/TechCrunch)
techcrunch.com/2026/06/30/amaz

@brichapman@mastodon.social
2026-09-12 20:36:03

Thriving begins as you read the system, learn from emotion, choose a direction, and protect your effort.
Read the system:
Every workplace has formal rules and informal power. Notice who controls information, resources, access, and decisions.

California wants to list 'Jewish' as an ethnicity.
Jews are divided over the idea
California is poised to become the first state to treat Jewish identity as an ethnicity on official forms,
with a new optional checkbox heading to Gov. Gavin Newsom’s desk.
Supporters say the change could reveal gaps in healthcare, education and hate-crime response for the state’s 1.2 million Jews,
giving officials better data to direct resources.
Opponents warn a s…

$5.
It’s Beto O’Rourke.
$5 is what I’m asking you to donate to Gina Hinojosa’s campaign today.
$5 because Gina is within 1 point of Greg Abbott in the latest polls.
$5 because Gina needs resources to overcome Abbott’s massive war chest.
$5 because Gina has the momentum to take back Texas
— with your help.
If it makes sense for you today, donate $5 to Gina today:

Content warning: If you or someone you know needs help, here are a few resources: 🔸Call the National Suicide Prevention Lifeline: 988 🔸Text the Crisis Text Line from anywhere in the U.S. to reach a crisis counselor: 741741

Guards at an immigration detention center in El Paso, Texas, could see a detainee in his cell
with one end of a bedsheet wrapped around his neck
and the other tied to the door handle.
If they opened the door, the sheet would tighten and strangle him. 
The detainee, Geraldo Lunas Campos, had been in detention at Camp East Montana for a month by then.
The facility itself was still relatively new and had been opened as part of the Trump administration’s plans to …

Materials in lithium-ion battery cathodes have continuously evolved since the 1990s,
but anodes have stubbornly remained graphite.
Now, finally, there’s some innovation on that side: silicon anodes,
which engineers have struggled to master for a decade,
are finally coming into wide commercialization.
They enable up to five times the energy density of graphite anodes,
charge many times faster,
and are poised to revolutionize the battery market

@Techmeme@techhub.social
2026-07-23 01:41:00

Meta's infrastructure teams have become bloated, leading to poor decisions like troubled Rivos acquisition, loss of supplier trust due to hardware pivots, more (SemiAnalysis)
newsletter.semianalysis.com/p/

Frequent readers know that I often think about LLM-“AI”,
and that I think, um, poorly of it.
Most of my objections are systemic in nature, relating to climate, resources, extractive capitalism, job displacement, tool of the oppressor
-- you know what I mean.
But I can see how one could get a similar kind of joy to successfully guiding a deeply flawed program with a conversational interface, until it produced a program sort of like what one had in mind...
So I see …

Nearly 39,000 Acres of Land Returned to California Tribes
The California Natural Resources Agency,
in partnership with the CAL FIRE and the Ocean Protection Council
awarded $107.7 million to fund 33 projects
and support the return of approximately 38,950 acres of land to California Native American tribes
through the Tribal Nature-Based Solutions grant program.
Funding will support the return of ancestral lands to tribal ownership and stewardship,
pla…

For generations, Saudi Arabia exported oil.
Now it wants to export one of the digital era’s most coveted resources:
computing power.
Crown Prince Mohammed bin Salman is seizing a chance to turn Saudi Arabia’s oil wealth into tech influence.
Few nations can match the kingdom’s cheap energy, deep pockets and open land
— the ingredients that tech firms need to operate the vast, power-hungry data centers that run modern A.I.
Already, Saudi Arabia has been neg…

@Techmeme@techhub.social
2026-07-23 20:50:43

Trump says 200 additional stakeholders, including major utilities, joined a voluntary pledge to protect consumers from high energy bills from AI data centers (Josh Boak/Associated Press)
apnews.com/article/trump-ai-da

Pope Leo XIV said Monday that
wars are being sustained more easily than people are fed,
urging governments to strengthen resources to combat hunger
after a severe funding shortfall by the United States and other countries.
apnews.com/article/italy-vatic

@Techmeme@techhub.social
2026-08-19 17:46:32

The FTC says businesses must disclose when they use personalized pricing and it will "deploy enforcement resources" against companies that do not disclose it (Dave Michaels/Wall Street Journal)
ws…

A federal judge on Monday struck down the Trump administration’s changes to a $4 billion federal homelessness program
that would limit resources for permanent housing
and shift the focus to temporary housing and services.
The Department of Housing and Urban Development’s efforts to modify the so-called
"Continuum of Care Program"
have been tied up in litigation since November,
with plaintiffs citing concerns with policy changes that place new con…

the U.S. war against Iran passes the six-month mark,
the conflict’s disastrous impacts are being compounded by
the inability of the United States to negotiate or implement a resolution,
with the two sides trading attacksagain as of today.
The war’s “triple illegality,”
the tremendous cost to human lives and civilian infrastructure,
the immense and mounting economic costs,
the dangerous drain on military resources and readiness,
and the sheer m…

How Santa Barbara County Made Strong Progress on Addressing the Unmet Need for Child Care
Strategy 1: Building Cross-Sector Relationships
Strategy 2: Creating a Data-Informed Plan for Addressing Santa Barbara County’s Needs
Strategy 3: Focusing on Child Care Facilities
Strategy 4: Prioritizing Child Care Provider Recruitment & Retention to Maximize Family Choice
Lessons Learned

Over the past year or two, companies have started using so-called artificial intelligence agents as bona fide “employees,”
even including them in their organizational charts.
Emma Wiles, a Boston University professor who studies how A.I. affects workers, stumbled onto this phenomenon in October,
at a conference where two human resources executives said that treating A.I. agents like real employees was a way to increase productivity and to put their companies on the cutting …

It’s Arizona Senator Mark Kelly.
AZ-06 is a dogfight we can’t afford to lose. That’s why I’m stepping up
to help
Jo Mendoza and her team launch Mendoza Victory fund
so she has the resources she needs to win.
I’m not exaggerating when I say this is a tight race.
Polling shows this race as a dead-heat again, but I know Jo is ready to step up and win in a race this close.
She’s a retired U.S. Marine Corps Drill Instructor who served 3 combat tours in…

The Democratic Congressional Campaign Committee announced five additions to its “Red to Blue” program on Thursday,
giving candidates access to strategic guidance, staff resources and more robust fundraising help.
Details of the additions were shared first with MS NOW. 
Three of the new members are military veterans:
🔸Leela Gray, a retired Army brigadier general who is challenging Rep. Anna Paulina Luna in Florida;
🔸Zach Dembo, a former Navy judge advocate general…