Tootfinder

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

@Techmeme@techhub.social
2026-08-13 20:50:52

Anthropic details multiagent experiments showing Claude agents can wage a "turf war" over incompatible goals, fail to coordinate, collude on prices, and more (Rebecca Bellan/TechCrunch)
techcrunch.com/2026/08/13/anth

@michabbb@social.vivaldi.net
2026-08-17 02:56:02

📝 8 post types: Text, Link, Question, Task, Synthesis, Debate, Code Review & Alert, each with dedicated UI and per-community templates
🔍 Hybrid search combines full-text tsvector with pg_trgm trigram similarity, fused via Reciprocal Rank Fusion

@stsquad@mastodon.org.uk
2026-08-17 14:54:15

Getting unicorns from #github again so I assume they are moving towards their famed Four Eights reliability. Time to find a non-github dependent task for the rest of the day.

Tennessee authorities are investigating the 👉 second fatal shooting in four days by a member of the federal task force dedicated to confronting crime in Memphis.
The shootings are likely to further exacerbate tensions within the city, which has been torn over the presence of hundreds of federal agents since October and their aggressive approach to targeting crime.
The Tennessee Bureau of Investigation said on Wednesday that the shooting involved a Drug Enforcement Administration …

@cyrevolt@mastodon.social
2026-07-16 10:05:53

I really like #Rust for making it easy to compose functions and write tests.
My current task involves migrating logic from another language, and the testability makes it super nice to develop.
10/10 #DX 🧡🦀

@cowboys@darktundra.xyz
2026-09-10 16:08:27

Science Lab: Christian Parker’s task is tall, Cowboys' window is small dallascowboys.com/news/science

@cosmos4u@scicomm.xyz
2026-07-15 23:30:44

New Constraints on the Spatial and Temporal Evolution of the Lunar Surface Regolith: #lunar explorers, depending on the task at hand.

@michabbb@social.vivaldi.net
2026-08-17 02:10:44

⚡ Code base instead of CLI base: browser capabilities are exposed as JavaScript functions the agent calls directly, composing a multi-step task into a single snippet instead of a "call, look, call again" loop
🚀 Benchmarked against Vercel's agent-browser on four complex automation tasks: up to 2.5× faster with substantially fewer tokens and far fewer tool calls

@Techmeme@techhub.social
2026-09-15 16:16:42

Factory, whose AI coding agents, called Droids, switch between models depending on a task's complexity, raised $200M at a $5B valuation, up from $1.5B in April (Angel Au-Yeung/Wall Street Journal)
wsj.co…

@mszll@datasci.social
2026-08-14 16:10:13

Algorithmics for Safe Bicycle Network Design with
Bounded Detours in Rural Areas
arxiv.org/abs/2608.09472

@jonippolito@digipres.club
2026-09-15 13:12:24

The Public AI Summit starting Wednesday has something for every educator, from scaffolding AI-aware assignments to learning about agents without accidentally deleting your hard drive. Thursday at 1 EDT I’ll share updated tools to discover your AI environmental footprint.
publicaisummit.…

Public AI Summit workshop slide for “AI Climate Reality Check,” led by Jon Ippolito of the University of Maine. The session examines misleading claims about AI’s environmental impact and includes a hands-on app showing how AI footprints vary by task and context. Day 2, Breakout Room 1, Sept. 16–17, 2026.
@shaun@mastodon.xyz
2026-07-15 04:31:10

#Memphis unsafe task force unsafing Memphis yet again.
This time, dozens of #Tennessee state #troopers stormed a South Memphis house looking for … stolen lawn mowers? Naturally, they appear to have end…

@michabbb@social.vivaldi.net
2026-09-17 19:51:10

⏰ "Remind me in 20m" or "check every 2h" turns into a real cron entry that wakes up the exact same Codex session later and delivers the message as a continuation of the original task.
🐑 HerdR does the hard part: it resolves the pane that currently runs that session ID, so the reminder lands back in the original conversation instead of some fresh context.

@arXiv_csHC_bot@mastoxiv.page
2026-08-12 08:19:29

Divided Attention Amplifies the Importance of Expectation-Aligned Visualization Design
Jiho Kim, Anna L. Chinni, Karen B. Schloss, Michael Gleicher
arxiv.org/abs/2608.10320 arxiv.org/pdf/2608.10320 arxiv.org/html/2608.10320
arXiv:2608.10320v1 Announce Type: new
Abstract: Studies have shown that visualization design affects interpretability when visualization interpretation is the user's sole task. However, in real-world settings, users often engage with visualizations while performing concurrent tasks, such as when users simultaneously monitor alerts or respond to messages. Such divided attention may alter how users interpret visualizations, potentially increasing the importance of designs that align with viewer expectations. We investigated this possibility through two experiments comparing visualization interpretation under single-task and dual-task conditions. Specifically, we examined how well-established inferred mappings between color, spatial position, and semantic concepts affect interpretation when users perform a concurrent task, both with unlimited viewing time (Exp. 1) and under limited viewing time (Exp. 2). Our results show that divided attention amplifies the performance gap between expectation-aligned and expectation-violating designs, affecting response time, interpretation accuracy, and the ability to produce a judgment under time constraints. To explain these results, we model the user's decision-making process using a Linear Ballistic Accumulator (LBA) framework. Our findings highlight the increased importance of aligning visualization designs with viewer expectations under divided attention and introduce a process-oriented modeling approach to understanding how expectation and multitasking shape visualization interpretation.
toXiv_bot_toot

@aardrian@toot.cafe
2026-08-12 18:03:29

“Should a Dialog Close When Clicked Outside?”
adrianroselli.com/2026/08/shou
This post is not exactly a shrug emoji (because I offer reasoning), but really, it’s probably not as clear-cut as …

@seeingwithsound@mas.to
2026-09-08 14:56:51

Learning induces activation-mechanism–dependent neural plasticity in an intracortical microstimulation task #ICMS task reshape…

@Kingu@sakurajima.moe
2026-07-06 17:57:56

There are no problems that Idol Ska cannot solve!
Task have Fun"背徳的カタオモイ"-Haitokuteki Kataomoi-(MV)

@scott@carfree.city
2026-09-11 23:16:52

I'm shocked that the mayor who hollowed out our Sunshine Task Force to avoid providing details on his Trump call, has endorsed a sexual predator.
Who could have seen that coming? #sfpol

@NFL@darktundra.xyz
2026-09-14 10:06:11

John Harbaugh used his father to motivate the Giants. It was his best call of the week nytimes.com/athletic/7593084/2

@michabbb@social.vivaldi.net
2026-08-16 20:57:59

🧠 Lazy discovery is the core trick: instead of dumping every tool definition into context on each request, the gateway advertises 3 meta-tools (toolport_status, toolport_search_tools, toolport_call_tool) and the agent searches on demand.
📊 3 servers with 62 tools cost ~24,000 tokens of definitions up front; via meta-tools it drops to ~660. Benchmarked at up to 91% fewer total tokens at equal task success, 97% less tool-definition overhead per request, 99.6% on a 415-tool catalog.

@roland@devdilettante.com
2026-07-11 23:55:40

"The boy said, "Dad they're going to take me to task
But I'll be back by Christmas"
It's just a rumor that was spread around town
Somebody said that someone got filled in
For saying that people get killed in
The result of this shipbuilding"
c.im/@msbellows/116904…

@khalidabuhakmeh@mastodon.social
2026-09-16 19:45:47

Starting a side-business called "Unc Support". If you're overwhelmed by a task because of Unc Brain, I'll jump in and help you get back on track.

The U.S. Department of Justice and the Pentagon ‌
have created a joint task force to identify and prosecute what Defense Secretary ⁠Pete Hegseth described as
unauthorized disclosure of sensitive information to news media.
"I have delegated tasking authority to the War Department's ‌Office ⁠of General Counsel,
empowering OGC to request and receive all information, ⁠records,
and support across the department concerning media ⁠leak investigations,"

@lornajane@indieweb.social
2026-08-18 12:01:39

This post about API Context Engineering captures a lot of things I have been thinking about API descriptions, pipelines, and task-scoped interfaces "The surface you hand an agent is the surface it will use" #linkTuesday

@pixelpusher220@dmv.community
2026-09-18 05:10:04

#Tech #Google #Chrome
I installed a windows Task Mgr replacement a few weeks ago and it just now pops up this fun dialog of an unsigned setup.exe running. Immediately after that it reports that the GoogleChromeElevationService was installed (and notably signed by Google).
JFC Google. SIGN YOUR SHIT

@stsquad@mastodon.org.uk
2026-08-03 13:51:18

I like #bruceschneir's work Vs gym metaphor here: Should You Use AI for a Task?
schneier.com/blog/archives/202

@servelan@newsie.social
2026-07-13 19:39:48

Hegseth Launches Task Force To Prosecute "Leakers" - Joe.My.God.
joemygod.com/2026/07/hegseth-l

@Techmeme@techhub.social
2026-07-09 20:45:53

Federal Reserve Chair Kevin Warsh names Marc Andreessen and Xbox CEO Asha Sharma to lead a task force on the economic impact of new technologies, including AI (Andrew Ackerman/Washington Post)
washingtonpost.com/business/20

@memeorandum@universeodon.com
2026-07-13 16:50:37

US creates task force to prosecute leaks to news media, Hegseth says (Ismail Shakil/Reuters)
reuters.com/legal/government/u
memeorandum.com/260713/p69#a26

@davidaugust@mastodon.online
2026-07-06 03:40:17

National Guard, working within a federal task force, have now shot and killed a civilian in Tennessee.
Military under federal guidance killing Americans on the streets: where we now are in the democracy backslide/authoritarian takeover attempt we all now face.

@primonatura@mstdn.social
2026-07-20 11:00:29

"Water pollution has long been a threat to the Great Barrier Reef – plans to fix it aren’t up to the task"
#GreatBarrierReef #Environment #Oceans

@aardrian@toot.cafe
2026-08-13 12:39:20

If you have a dialog on your page / screen and are trying to figure out whether it should close when a user clicks / taps outside (or hits Esc), I tried for some guidance:
adrianroselli.com/2026/08/shou

@adulau@infosec.exchange
2026-07-07 15:02:25

Working on tempolocus, a tool that analyses time-series activity patterns to infer a user’s likely location.
In @…, we work with a large volume of social-network time series. Estimating users’ locations from these patterns is often a manual task.
I prototyped a Python module that combines potential locations with yearly activity …

adulau@blakley:~/git/tempolocus$ python3 -m tempolocus samples/weekfull-chan1.json --format text  -n 10 --holiday-profile public-worker 
input_type: weekly_timeseries
confidence: 0.220
activity_type: mixed-time (0.009)
assumptions:
  - Hourly buckets are interpreted as UTC; timezone candidates are offsets that make the activity look locally human.
  - Weekly data cannot distinguish all IANA zones sharing the same offset, and daylight saving time is not inferable without dates.
probable_countrie…
@simon_brooke@mastodon.scot
2026-08-07 08:17:48

These are human children, damn you, not units of production for your grey and soulless mills and offices. They should be playing, not being assessed, psychologically profiled and assigned to the optimal task to extract the maximum profit from them for your #kleptocrat masters.
This is a monstrous, abhorrent, inhuman proposal.

@ripienaar@devco.social
2026-07-06 15:08:03

Neat looking TUI markdown/task/wiki style app
github.com/boolean-maybe/tiki

@publicvoit@graz.social
2026-08-05 12:16:03

Please, let it be Type C (or at least G):
ecb.europa.eu/euro/banknotes/f
Decide yourself and help with the selection process:

@cowboys@darktundra.xyz
2026-08-27 16:29:35

Jonathan Mingo understands task at hand in preseason finale: 'Just make plays' dallascowboys.com/news/jonatha

@datascience@genomic.social
2026-06-20 10:00:01

Primer to get you started with Optimization and Mathematical Programming in R #rstats

Trump and his appointees have gutted election-related teams at federal law enforcement agencies.
FBI Director Kash Patel dismantled the agency’s public corruption team,
which had previously been deployed to help monitor possible criminal activity on Election Day.
The Foreign Influence Task Force, which aimed to combat foreign influence in U.S. politics, was also disbanded.
(An FBI spokesperson said the bureau “remains committed to detecting and countering foreign inf…

@NuclearDisorder@mastodon.social
2026-07-10 06:03:21

Heute vor 70 Jahren: Am 10. Juli 1956 kam es zum #Atomtest "Navajo". Die Operation #Redwing war eine US-Serie von 17 Atomtestdetonationen von Mai bis Juli 1956. Sie wurden von der Joint Task Force 7 (JTF7) auf den Atollen

Kartierung aller Koordinaten von "Operation Redwing (Atomtest)" im Testgebiet Bikini- und Eniwetok-Atoll
Quelle: OpenStreetMap
Lizenz: Open Data Commons Open Database-Lizenz (ODbL)
@cheryanne@aus.social
2026-08-03 22:28:55

We're up to the stage in the Kinship Carers assessments where we have to ask 4 of our friends to give us references (2 each) when CYF calls them. That's my task for this afternoon.
It's a difficult choice because:
1. No one I know likes to answer unknown numbers.
2. My closest friends are also friends with husband but he has no others.
3. I hate asking.
#Grandparenting

@toxi@mastodon.thi.ng
2026-09-01 11:31:12

A small #ThingUmbrella code snippet for a current shop admin task, to help me with preparing different print size options in both inches and centimeters, grouped by landscape, portrait or square format.
The script illustrates how to functionally iterate over all possible sizes in a min/max range, converting & formatting units and grouping sizes based on their aspect ratio. All mo…

Syntax colored TypeScript source code. Full version here: https://gist.github.com/postspectacular/a122ab9c1cd52934b8093461231c6044
Resulting text output of print sizes grouped by aspect ratio. Full source: https://gist.github.com/postspectacular/a122ab9c1cd52934b8093461231c6044

Excerpt:

square:
4 × 4 inch (10 × 10 cm)
5 × 5 inch (13 × 13 cm)
6 × 6 inch (15 × 15 cm)
...

landscape:
5 × 4 inch (13 × 10 cm)
6 × 4 inch (15 × 10 cm)
7 × 4 inch (18 × 10 cm)
...

portrait:
4 × 5 inch (10 × 13 cm)
4 × 6 inch (10 × 15 cm)
5 × 6 inch (13 × 15 cm)
...
‪@Richard@worklifepsych.social‬
2026-07-06 12:33:43

Lots on my task list today, but the number one priority has to be keeping cool in the office! Very grateful for my fans (electric, not the other kind 🤪) and total and utter lack of a dress code at work. Being your own boss has to come with some perks, right?
#PsychologistAtWork #OfficeLife

@arXiv_csHC_bot@mastoxiv.page
2026-08-12 08:29:02

Playable Pressure: Affective Dramaturgy and Selective Realism in the Design of a VR Emergency-Response Serious Game
Jan K. Argasi\'nski
arxiv.org/abs/2608.10763 arxiv.org/pdf/2608.10763 arxiv.org/html/2608.10763
arXiv:2608.10763v1 Announce Type: new
Abstract: Professional simulations stage not only procedures but models of what should command attention, which emotions belong in competent practice, and whose distress becomes part of the task. This article develops affective dramaturgy through critical design-document analysis of a virtual-reality emergency-response project. The corpus comprises two non-public production records. We identify six families of specified pressure and examine how sensory staging, proximity, trigger authority, task conflict, and response allocation imply a selectively receptive triage professional. The documented design can make emergency work morally and socially crowded, yet it can also turn grief, vulnerability, and mental-health-coded behavior into adjustable difficulty. We propose answerability at two levels-in-play response and post-play debriefability-and derive case-based questions about occupational purpose, representation, adaptation, and accountability. These questions are sensitizing propositions, not a validated framework for user effects or emergency practice.
toXiv_bot_toot

@seeingwithsound@mas.to
2026-07-09 07:04:30

Perhaps The vOICe exercise video should be reframed as a white bear task: try not to think of a white bear, and you fail to not think of one. Here: try not to see a rectangle and a line in your mind's eye while hearing the soundscapes youtube.com/watch?v=nVugtxWmW4E mental imagery, …

@cowboys@darktundra.xyz
2026-08-27 16:03:38

Jonathan Mingo understands task at hand in preseason finale: 'Just make plays' dallascowboys.com/news/jonatha

@NFL@darktundra.xyz
2026-08-10 21:35:43

NFL to allow head coaches to designate assistant to throw challenge flag in games nfl.com/news/nfl-to-allow-head

@aral@mastodon.ar.al
2026-06-19 10:55:42

“MSI prices its latest handheld at $1,800 as exec says ‘it will be a tough year for us and the gamers’”
Those poor souls will have to hand over their money and we’ll have the unenviable task of taking it.
videogam…

@adlerweb@social.adlerweb.info
2026-06-27 14:50:14

A bike path is the ultimate litmus test for whether a person is capable of self-governing.
To not park on a bike path is an easy, convenient task and one which we all recognize as the correct, appropriate thing to do. To not park on a bike path is objectively right. There are no situations other than dire emergencies, in which a person is not able to not park on a bike path. Simultaneously, parking on bike path is not prosecuted. Therefore the bike path presents itself as the apex exam…

@tschfflr@fediscience.org
2026-06-25 16:06:49

The advantage of the endless to-do list from hell is that you can pick and choose any task to procrastinate all the others

@mcdanlj@social.makerforums.info
2026-08-31 00:52:00

I've been asked a bunch of times to write up my "QSO in a Kilo(gram)" ham radio kit that is light enough to just drop into my computer bag and have with me to deploy at a moment's notice.
I kept not writing it up because I haven't taken all the opportunities to make it even lighter and wanted to try just one more thing — which was silly. I can always make another blog post, or edit this one.
Everything (beyond what I already carry with me) that I need to work 60…

@zudn@theres.life
2026-07-02 21:17:41

Not *real*. But I still ate one.
#blogging #Now

@paulwermer@sfba.social
2026-07-29 16:08:53

What should replace the American-led world order?
theguardian.com/commentisfree/

@PaulWermer@sfba.social
2026-07-29 16:08:53

What should replace the American-led world order?
theguardian.com/commentisfree/

@kcase@mastodon.social
2026-09-14 18:46:46

Here are several screenshots of Siri interacting with OmniFocus on an iPhone:
1. Siri using Visual Intelligence to scan a hand-written list from a sheet of paper and add the remaining items to OmniFocus.
2. Siri reviewing the remaining tasks in OmniFocus that need to get done today, and suggesting some other high priority tasks to consider.
3. Siri adding some book club suggestions to the note on an OmniFocus task.
4. Siri marking complete the tasks that are currently selected in OmniFocus.

@Techmeme@techhub.social
2026-07-09 15:25:59

Bun creator says he rewrote Bun from Zig to Rust using a pre-release version of Claude Fable 5 in 11 days; the task would've taken three engineers about a year (Jarred Sumner/bun.com)
bun.com/blog/bun-in-rust

@veit@mastodon.social
2026-06-22 05:57:30

We have added a section on @…’s Library Skills to our agent-based software engineering tutorial: agentic-software-engineerin…

@donelias@mastodon.cr
2026-07-25 05:40:41

How Los Angeles, California, USA, hides thousands of oil wells in plain sight
youtube.com/watch?v=wPL4mNxY3Tw
LA is filled with thousands of oil wells, many of them still active and leaking toxic gas. After years of legal battles, the city is starting to plug them, a task that could…

@haayman@todon.nl
2026-07-24 06:20:04

Ik geloof dat ik design G het mooist vind. Of ben ik nu ouderwets?
ecb.europa.eu/euro/banknotes/f

@arXiv_csHC_bot@mastoxiv.page
2026-08-12 08:26:35

ProtoGIB-Workload: Learning Workload-Specific Neural Topology Prototypes across Subjects
Yuzhe Zhang, Yixi Zhang, Shengdian Jiang, Chengxi Xie, Jihong Wang, Huan Liu, Man Yao, Minnan Luo, Chao Shen
arxiv.org/abs/2608.10647 arxiv.org/pdf/2608.10647 arxiv.org/html/2608.10647
arXiv:2608.10647v1 Announce Type: new
Abstract: Reliable electroencephalography (EEG)-based mental workload recognition is crucial for adaptive human-centered systems, yet practical deployment requires models to generalize to users unseen during training. Although functional connectivity graphs are widely adopted to capture workload-related neural interactions, they inherently entangle task-relevant structures with subject-specific physiological traits and sample-level noise. This entanglement often leads models to learn structural shortcuts, severely degrading cross-subject generalization. To address this, we propose ProtoGIB-Workload, a novel framework that explicitly regularizes and aligns graph structures for subject-independent workload recognition. Our approach introduces a Stochastic Graph Information Bottleneck (SGIB) to compress dense correlation priors into compact, task-relevant subgraphs, filtering out input-related redundancy. Crucially, to prevent the retention of subject-specific spurious edges, we propose a Class-Conditional Topology Stabilizer (CTS). Leveraging the fixed electrode coordinates of EEG data, CTS operates directly on graph-generation probabilities to encourage consistent edge-generation statistics across different subjects sharing the same workload class. Extensive experiments on two public EEG workload datasets and one in-house EEG cognitive load dataset of air traffic controllers under strict leave-one-subject-out (LOSO) protocols demonstrate that ProtoGIB-Workload significantly outperforms state-of-the-art temporal and graph-based baselines, improving the cross-subject Macro-F1 score by an average of 5.15% (up to 6.34%). Further analyses confirm that our method successfully extracts stable, cross-subject consistent neural connectivity patterns.
toXiv_bot_toot

@hex@kolektiva.social
2026-06-27 04:05:41

Now, I don't especially like the term "church" so I may use something else... like "coven." You can do what you want. But I happen to have already mapped out an example. (It is exactly that, just an example, so take if it's useful, change if you need, and don't stick to anything too closely.) Oh, this mapping also means that you would, for religious reasons, only be allowed to work under capitalism 4 days a week instead of 5.
Given the increases in productivity over the last 100 years, a 4 day work week is a completely reasonable expectation. If we have to annex Monday for the weekend by force of religion, so be it. It is rightfully ours anyway. If enough people try it, this will probably work. If it doesn't work, it just needs more people.
The Practice of Worship:
It is recommended to break down worship in to three sections: the functional, the communal, and the spiritual. It is also recommended to break these across multiple days. A common structure for some Christian churches is to take 10-15 minutes for announcements (Functional), an hour or two for services (Spiritual), followed by (Communal) coffee, tea, and cookies for an unspecified time up to two hours after. When starting or working with limited time a single compressed model like this may work, but it's not optimal.
- The Functional
The purpose of this section is to address the functional needs of the coven. Block out time (less than 90 minute blocks is recommended) to go through reports and updates from those involved in the Dispensary, Library, Works Committee (infrastructure), and Services Committee (providing services internally and, potentially, externally). Talk through any additional announcements, including those from other covens you may be federated with.
It is helpful to include unstructured communal time, such as shared meals, during or after functional meetings. As the federation grows, more time will be needed. It is recommended to break functional meetings, work parties, and such across multiple days. When a federation becomes sufficiently large, it is recommended to take every Monday, on top of Saturday and Sunday, as a third day of community and worship.
The scope of the functional spans 3 realms (which may be more-or-less fluid): the personal or family, the coven and federation, and humanity itself. It is up to each coven and individual to negotiate how to allocate the three days of the weekend once we have liberated Monday from the work week, but it is important to reserve it for one of these three. However, some people must work on weekends. Medical personnel, for example, cannot conform to a standard work week. While the work week should be universally restricted, which specific days are used will be up to the specific coven and their members.
A functional meeting can start with an agenda like the following:
Functional Invocation
Announcements
Report Backs
Dispensary
Inventory Check
What is low
What is empty
What is expiring
What is needed
Funds status
Library
Inventory Check and Items needing return
Library acquisition requests
Funds status and budget check
Works Committee
Upcoming projects
Subcommittee updates (Following the Works Committee agenda)
New committee formations
Funds status
Services Committee
New capabilities announcements
New needs requests
Subcommittee updates (Following the Works Committee agenda)
New committee formations
Funds status
Task Check
Breaking the Circle
This agenda is a suggestion for those who don't know where to start. It can be adapted or ignored as appropriate.
- The Spiritual
Spirituality is necessarily an undefined space. It is deeply personal. Each individual taking time to share their own personal spiritual experiences can help each connect with each other. This experience of connection can itself be a spiritual experience. It may also be useful to read esoteric, mystical, or philosophical texts together as type of "book club" and share thoughts. Others may draw from their own knowledge or traditions. This is something that must be defined together within a group.
- The Communal
The communal aspect of the practice of worship bind the coven and federation together. Within the community we find joy and release, connection and comfort. The coven is where we turn in times of need, and where we share our hopes and dreams.

@thomasfuchs@hachyderm.io
2026-09-10 14:01:27

If a machine does harm it’s always, without exception, ultimately a human decision to make or use a tool that’s unsuitable for a given task* in a given situation.
If I use a chainsaw to cut my toenails it’s not the chainsaw deciding to “go rogue” and make foot carvings.
*the definition of the task itself is also the result of human decisions which can be just as flawed

@jochenlingelba1@h-net.social
2026-06-23 06:52:18

University of Leiden @… will soon have their #africa maps collection online
"(re)Mapping Africa: Colonial cartography collection soon ready for search"

@NFL@darktundra.xyz
2026-09-02 11:16:39

Jayden Daniels is ready for a new offense. His first task: Learn how to huddle nytimes.com/athletic/7555561/2

@Techmeme@techhub.social
2026-07-08 21:10:53

OpenAI says it found widespread task issues in SWE-Bench Pro, estimates ~30% of tasks are broken, and retracts its earlier recommendation to adopt the benchmark (OpenAI)
openai.com/index/separating-si

@datascience@genomic.social
2026-07-03 10:00:01

Do you have a long running calculation freezing up your shiny app? {callr} or {crew} might help: discindo.org/post/asynchronous

@cowboys@darktundra.xyz
2026-09-12 18:06:32

Cowboys Newcomer Thrust Into Week 1 Spotlight After Surprise Injury heavy.com/sports/nfl/dallas-co

@arXiv_hepth_bot@mastoxiv.page
2026-08-14 08:05:08

Type III von Neumann Algebras are Magical
Mudassir Moosa
arxiv.org/abs/2608.12512 arxiv.org/pdf/2608.12512 arxiv.org/html/2608.12512
arXiv:2608.12512v1 Announce Type: new
Abstract: The number of non-Clifford gates needed to perform a task, or simply \textit{magic}, is a resource for fault-tolerant quantum computation. Von Neumann algebras provide a formal mathematical structure to describe infinite-dimensional quantum systems, such as those in quantum field theory or quantum statistical mechanics. A particularly important class of von Neumann algebras is called Type III algebras, for which the standard notions of finite-dimensional systems such as density matrices and traces break down. In this work, we argue that Type III von Neumann algebras fundamentally require an infinite amount of magic. Specifically, we consider the thermodynamic limit of finite-dimensional quantum systems, such as lattice systems, and show that if the states in the thermodynamic limit possess only a bounded amount of magic, the resulting local von Neumann algebra cannot be of Type III. Our result has direct implications for the quantum simulations of quantum field theories, for which the algebra of a local subregion is known to be of Type III.
toXiv_bot_toot

@shaun@mastodon.xyz
2026-08-05 02:35:22

Today in #Memphis we turned the tables at another #Buycott establishment, Da Sammich Spot on Park Ave. It was a pleasure being there, where we enjoyed good company and good food. The owner, Rob (front row), wants to thank everyone who showed up to support his business and take a stand against

Activists stand outside Da Sammich Spot on Park Avenue in historic Orange Mound, Memphis, Tennessee. They're holding signs with slogans like
"ICE OUT" "No UNsafe Task Force" and "We Stand With Da Sammich Spot"
@NuclearDisorder@mastodon.social
2026-07-08 06:06:51

Heute vor 70 Jahren: Am 8. Juli 1956 kam es zum #Atomtest "Apache". Die Operation #Redwing war eine US-Serie von 17 Atomtestdetonationen von Mai bis Juli 1956. Sie wurden von der Joint Task Force 7 (JTF7) auf den Atollen

Kartierung aller Koordinaten von "Operation Redwing (Atomtest)" im Testgebiet Bikini- und Eniwetok-Atoll
Quelle: OpenStreetMap
Lizenz: Open Data Commons Open Database-Lizenz (ODbL)
@michabbb@social.vivaldi.net
2026-09-12 22:45:54

🖥️ Three interfaces: browser WebUI, terminal TUI and a macOS desktop floating orb with two visual styles
🧠 Local user profile and cross-session memory in ~/.config/qwaudio: USER.md for preferences, separate files for remembered facts and task state

@memeorandum@universeodon.com
2026-08-13 13:10:42

WNBA denounces 'bad-faith' transgender debate and says league has no eligibility issues (Doug Feinberg/Associated Press)
apnews.com/article/wnba-transg
memeorandum.com/260813/p30#a26

Ryan Fournier,
a MAGA activist and co-founder of Students for Trump,
was arrested Thursday morning on a cocaine charge, his third arrest since May.
A joint D.C. police and FBI task force executed a search warrant at Fournier's luxury Washington apartment.
They found a bag of white powder that field-tested positive for cocaine, according to court records. He was charged with misdemeanor cocaine possession.
The arrest came as Fournier was already facing a dome…

@NFL@darktundra.xyz
2026-07-31 09:36:10

Kevin Stefanski’s task with the Falcons is tall. Those who know him say he’s built for it nytimes.com/athletic/7475183/2

@paulwermer@sfba.social
2026-08-29 14:51:56

"It was a lack of leadership from the [Democratic] campaign to not engage at the level of the candidate when the other guy was showing up to have meals with people,” Berry said. It “was a night-and-day difference”.
One more example of how #Democratic "leaders" - the "moderates" and their highly paid consultants - failed at the fundamental task of engaging with the v…

@PaulWermer@sfba.social
2026-08-29 14:51:56

"It was a lack of leadership from the [Democratic] campaign to not engage at the level of the candidate when the other guy was showing up to have meals with people,” Berry said. It “was a night-and-day difference”.
One more example of how #Democratic "leaders" - the "moderates" and their highly paid consultants - failed at the fundamental task of engaging with the v…

@seeingwithsound@mas.to
2026-07-01 20:04:39

Visual uncertainty and task demands shape active sensing strategies in mice cell.com/current-biology/fullt "Although mice have relatively low-acuity vision, they still rely on sight for critical behaviors including navigation…

@memeorandum@universeodon.com
2026-07-09 16:15:48

Second Person in a Week Killed by Federal Task Force in Memphis (Emily Cochrane/New York Times)
nytimes.com/2026/07/08/us/shoo
memeorandum.com/260709/p56#a26

@cowboys@darktundra.xyz
2026-09-10 17:34:03

NFL Week 1 Betting Report: Books, Bettors Still Navigating 49ers-Rams Tilt foxsports.com/stories/nfl/2026

@NFL@darktundra.xyz
2026-07-09 11:55:10

Ty Simpson: Learning Rams offense like 'drinking from a fire hydrant' nfl.com/news/ty-simpson-learni

@Techmeme@techhub.social
2026-09-04 02:10:47

Vals analysis: open-weight models performing multi-stage tasks, like building a web app, can have an environmental impact 10K times greater than simple queries (Bloomberg)

@arXiv_csHC_bot@mastoxiv.page
2026-08-12 08:23:23

Automatic Field-of-View Adjustment for a View-Expansive Microscope via LSTM-Based Gaze and Pipette Motion Interpretation
Kenta Yokoe, Takuya Hara, Tadayoshi Aoyama
arxiv.org/abs/2608.10401 arxiv.org/pdf/2608.10401 arxiv.org/html/2608.10401
arXiv:2608.10401v1 Announce Type: new
Abstract: Intracytoplasmic sperm injection (ICSI) operators frequently adjust the field-of-view (FOV) during procedures, which interrupts workflow and increases procedure time. Conventional microscopes require manual objective lens switching and illumination adjustments to achieve different FOV sizes. We propose an AI-based automatic FOV adjustment method integrated with a view-expansive microscope. This microscope enables the simultaneous acquisition of a large FOV and high-resolution images using a single objective lens through multiview imaging with galvanometer mirrors and high-speed vision, thereby eliminating the need for physical lens exchanges. Our method utilizes a long short-term memory (LSTM) model to predict the appropriate FOV size based on real-time analysis of the pipette's position and velocity, combined with the operator's gaze position. The AI model is trained using ICSI procedure data from an expert with over five years of micromanipulation experience. Experimental evaluation with novice operators reveals that the proposed automatic FOV adjustment system significantly improves the ICSI procedure speed, reducing the average task completion time from 60.5 to 48.0 s (p < 0.001). The experiments also demonstrate that this improvement enables novice operators to achieve ICSI working speeds equivalent to those of expert operators.
toXiv_bot_toot

@michabbb@social.vivaldi.net
2026-08-08 17:02:48

#GPT Sol High as my orchestrator on
DeepSeek (which also watches Terra):
🎯 #DeepSeek is useful for clearly scoped tasks — the test fix passed with no follow-up rounds. A more complex task needed one causal correction round.
💰 Verdict: inexpensive and productive, but weaker than …

@cowboys@darktundra.xyz
2026-07-09 23:04:30

New defensive coordinator could unlock Cowboys corner or expose him as another draft miss sportingnews.com/us/nfl/dallas

In 2023, presidential candidate Donald Trump, seemingly out of nowhere, promised to hold a contest that would lead to the creation of 10 “freedom cities” on federal lands.
The trial balloon barely registered at the time, lost in the daily deluge of outrageous claims.
Since the new administration took office, however, would-be country starters have been on a lobbying blitz, determined to turn Trump’s pledge into reality.
“The energy in DC is absolutely electric,”
Tre…

@memeorandum@universeodon.com
2026-07-09 02:50:46

Second person in 4 days is fatally shot in Memphis by federal task force member (Travis Loller/Associated Press)
apnews.com/article/memphis-sho
memeorandum.com/260708/p147#a2

The Department of Justice has tapped two prosecutors with expertise in organized crime and terrorism prosecutions
to implement a White House directive to crack down on its political opponents,
a department spokesperson confirmed to TPM. 
The department told TPM in a statement that the initiative they are leading,
called Joint Task Force Vanguard,
began in March 2026 in response to NSPM-7,
a national security memorandum ordering federal law enforcement and …

@michabbb@social.vivaldi.net
2026-07-05 10:14:14

🆕 v2.5 adds task cancellation from the UI, user-input delivery on permission prompts, persistent session resume across Bridge restarts & follow-up files for all providers. Licensed under Elastic License 2.0
🌐 github.com/ctrlnode-ai/ctrlnode

@seeingwithsound@mas.to
2026-08-25 10:44:54

Content-specific and raw occipital alpha oscillations serve distinct functional role in predictive visual perception ecvp2026.uk/posters_programme. "The shape identification task involved auditory cues predicting which shape was likely to appear."

@Techmeme@techhub.social
2026-08-25 19:56:16

Skild AI unveils S1, a robotics foundation model that it says can learn tasks never seen during pretraining, using a single video demo, without fine-tuning (Skild AI)
skild.ai/blogs/s1

@memeorandum@universeodon.com
2026-07-13 18:15:39

Hegseth announces joint task force to identify and prosecute leakers (Filip Timotija/The Hill)
thehill.com/policy/defense/596
memeorandum.com/260713/p78#a26

Stephen Miller has figured out a way to use Donald Trump’s new favorite aide to push his own agenda.
It seems the White House’s resident ghoul is well-aware that
Natalie Harp has become the true gatekeeper to Trump.
As his “human printer,” she has taken up the task of printing out flattering news coverage and positive social media posts to show to the president for his approval to share on his social media accounts.
Miller, White House deputy chief of staff, has rea…

@michabbb@social.vivaldi.net
2026-07-04 01:55:57

🧩 Rich plugin ecosystem: hundreds of plugins run tasks anywhere — local, SSH, #Docker, #Kubernetes or serverless task runners — and code in any language including #Python, Node.js, R, Go and S…

@memeorandum@universeodon.com
2026-08-06 10:35:47

C.I.A. Sets Up Secret Cuba Task Force as Trump Pressures Havana (Adam Entous/New York Times)
nytimes.com/2026/08/05/us/poli
memeorandum.com/260806/p18#a26

@michabbb@social.vivaldi.net
2026-08-30 04:17:53

🔀 An orchestration board takes tasks with dependencies. Each started task gets an isolated git worktree plus path leases, so overlapping edits are never assigned, and a quality gate must pass before merge
↺ Session resume locates each agent's own session store on disk and runs its resume command, no flags to paste. Fork a pane to branch a session while the original keeps running

@michabbb@social.vivaldi.net
2026-08-31 10:10:38

🔁 #CompoundEngineering is an #opensource plugin of 33 skills for AI coding agents that turns each task into stored knowledge, so the next unit of work gets easier instead of harder #ClaudeCode

@michabbb@social.vivaldi.net
2026-08-26 13:01:02

🌳 The Depth Tree method splits a task N layers deep via "tree N" — leaves are real units of work with one deliverable each, branches handle decomposition and integration
📝 Acceptance gates are written to a file before work starts: every gate carries a CHECK command, an EXPECT value and an EVIDENCE line, and a checked box whose evidence is still pending counts as unmet