Tootfinder

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

@Techmeme@techhub.social
2026-02-15 21:10:36

Sources: OpenAI is in advanced talks to hire OpenClaw founder Peter Steinberger and several team members; Steinberger would likely work on personal agents (Nick Wingfield/The Information)
theinformation.com/briefings/o

@shriramk@mastodon.social
2026-04-15 16:09:52

This is NOT a formal job posting, just testing waters. I have a year of post-doc money. Esp. int'd in formal methods applied cogsci diagramming. If you do work tied to my research, reach out (see my page). Must have US work auth, sorry. Please feel free to share/boost!

@pavelasamsonov@mastodon.social
2026-04-15 13:47:43

Stories of AI "accelerating" work describe problems as though they were solutions. "This PM had an LLM generate their product strategy." "This designer shipped a prototype with a backend running in Google Sheets." "This engineer no longer reads the code they release."
Releasing things is not an unalloyed good. "Build to learn" only works if you can learn something - and overwhelming your org's ability to absorb information is NOT th…

@hex@kolektiva.social
2026-03-14 18:27:14

The existence of Israel is a manifestation of European antisemitism, both historically justifying the project of Zionism and European governments continuing to fund Israel instead of addressing the core role of antisemitism in maintaining (at least) the conservative elements of the neoliberal order.
If antisemitism props up Israel, then a core part of dismantling Israel (and thus saving the lives of Palestinians) is addressing European antisemitism. There are Israeli Jews who would leave if they felt safe to do so. There are Jews demanding Israel be armed, because they don't feel safe anywhere else.
Protest, boycott, take whatever action you feel is appropriate. There is a limit to your ability to convince governments to stop funding genocide, but you can learn about antisemitism and you can work to fight it, especially within "The Left." You can learn to distinguish between legitimate critiques of Israel, and antisemitic ones, and you can stand and call out antisemitic ones.
Honestly, this is some of the easy work that I think a lot of people don't consider even doing, don't even realize it is a thing that can be done.
I'm talking to Israeli folks who identify as being on the Left. It's hard because they've been through a lot of propaganda. Israel is a cult that terrorizes its members. This is important work that can have a huge impact, because it focuses on dismantling the networks of support that reinforce what's happening now.
Meanwhile, I still run into wild things like "Rothschild" conspiracy theories among people who identify with the idea of supporting Palestinians.
Not only can you support the liberation of Palestine and the Palestinian people while opposing antisemitism, but you must actually do both in order to do either. They are exactly the same fight, and anything short of both is thrashing against oneself.

@aredridel@kolektiva.social
2026-04-14 14:22:42

So to follow up on this, I've caught it in action. Models, when quantized a bit, just do a bit more poorly with short contexts. Even going from f32 (as trained) to bf16 (as usually run) to q8 tends to do okay for "normal" context windows. And q4 you start feeling like "this model is a little stupid and gets stuck sometimes” (it is! It's just that it's still mostly careening about in the space of "plausible" most of the time. Not good guesswork, but still in the zone). With long contexts, the probability of parameters collapsing to zero are higher, so the more context the more likelihood you are to see brokenness.
And then at Q2 (2 bits per parameter) or Q1, the model falls apart completely. Parameters collapse to zero easily. You start seeing "all work and no play makes jack a dull boy” sorts of behavior, with intense and unscrutinized repetition, followed by a hard stop when it just stops working.
And quantization is a parameter that a model vendor can turn relatively easily. (they have to regenerate the model from the base with more quantization, but it's a data transformation on the order of running a terabyte through a straightforward and fast process, not like training).
If you have 1000 customers and enough equipment to handle the requests of 700, going from bf16 to q8 is a no-brainer. Suddenly you can handle the load and have a little spare capacity. They get worse results, probably pay the same per token (or they're on a subscription that hides the cost anyway so you are even freer to make trade-offs. There's a reason that subscription products are kinda poorly described.)
It's also possible for them to vary this across a day: use models during quieter periods? Maybe you get an instance running a bf16 quantization. If you use it during a high use period? You get a Q4 model.
Or intelligent routing is possible. No idea if anyone is doing this, but if they monitor what you send a bit, and you generally shoot for an expensive model for simple requests? They could totally substitute a highly quantized version of the model to answer the question.
There are •so many tricks• that can be pulled here. Some of them very reasonable to make, some of them treading into outright misleading or fraudulent, and it's weirdly hard to draw the line between them.

@thomasfuchs@hachyderm.io
2026-02-13 15:00:14

"LLMs work (somewhat) for coding computer programs. As everyone knows this is the highest form of human endeavor—unsurpassed by any other lesser activity such as project management, design, art or writing. Therefore LLMs will excel in every other field."
I really believe this is the crux understanding why so many programmers (including good programmers) fall for it in a way that can only be described as a cult, were any criticism is not only not allowed but reflexively is seen as either laughable or belligerent.
Anyway, LLMs are good* at writing code because writing code is easy and highly repetitive and doesn't actually take a lot of skill; unless it's novel ways to write code which LLMs cannot do.
Taking this as a sign LLMs can do other "lesser" activities is saying a lot about the hubris of programmers and not a lot of the capabilities of LLMs.
*for some definitions of "good"

@ErikUden@mastodon.de
2026-03-12 06:10:10

For those who have been hearing of a Fly Brain being uploaded, the work you've been hearing of is impressive, yet as always the pop science media has warped what happened a bit:
„The Fly Brain Breakthrough Is Real. The “First Brain Upload” Narrative Is Not.”

@rasterweb@mastodon.social
2026-02-15 18:45:34

Does the Bandwagon.fm player not work on iOS?
#bandwagonfm #music #indie

@kazys@mastodon.social
2026-02-14 04:14:39

How is there no space for people in the humanities who actually work with *and* interrogate AI? not knee-jerk condemnation and not fanboy acceptance, but using the tools and thinking through their consequences. so strange.

@davidaugust@mastodon.online
2026-04-14 20:26:26

Only work-product of 45’s DoJ task force about weaponization of DoJ by Biden is a report with thesis Biden DoJ enforced the FACE Act (meant to stop attacks or blocking health clinics) unevenly, focusing mainly on anti-choice people/orgs.
On page 17 it points out how the Biden DoJ enforced evenly, and intended to keep the law in place. They unmake their thesis (and the Task Force’s purpose). The current DoJ has convinced me Biden’s DoJ was not weaponized.

screenshot of a page of the PDF with a quote highlighted: “…recognizing that if we don’t
enforce the statute even-handedly, we’ll likely lose it.”
@hanno@mastodon.social
2026-02-13 09:47:27

Advice if you build websites: Use the W3C HTML *and* CSS validator. Not because I want to tell you that "you're bad if your HTML isn't valid", but because it'll help you find trivial bugs that can make your life hard.
Especially also use the CSS validator. I found 3 issues that made things not work as they should in recent days. I had a bug where it took me a while to figure out why it didn't work til I found some stackoverflow post, and the css validator would…

@aardrian@toot.cafe
2026-04-14 14:31:55

RE: indieweb.social/@web3isgreat/1
“Highly curated” is hilarious given we know Apple’s app store is not thanks to work from CMA under DMA.
I hope Apple makes those people whole after its failure to honor its promise to cu…

@Mediagazer@mstdn.social
2026-04-13 17:25:35

Paramount responds to Hollywood creatives' letter against its WBD acquisition, reiterating its commitment for 30 theatrical feature films annually, and more (Ted Johnson/Deadline)
deadline.com/2026/04/paramount

@penguin42@mastodon.org.uk
2026-02-14 14:53:38

I do love it when I come across people online who I've not seen in AGES - reporting a bug and it getting fixed by someone you used to work with decades ago, in an unrelated job.

@frankel@mastodon.top
2026-03-15 19:25:09

Most developers now use coding assistants. I do too—#Copilot at work, #ClaudeCode at home. As a developer, I prefer not to repeat myself. This post explains why and how to avoid repetition with skills.
#DRY

@shriramk@mastodon.social
2026-04-14 13:31:27

CS researchers: NSDI 2027 explicitly declines to include work in some topics that are technically in scope (search for "Moreover, NSDI does not include work in…"). Are there other elite conferences that are also doing this? Pointers welcome, thanks!
usenix.org/conference/nsdi27/c

@sherold@mastodon.online
2026-04-13 10:46:38

I’m a stationery fetishist, just not a calendar guy. Maybe that’s because of my tendency to consistently struggle with categories. 😶‍🌫
thegoodwork.blog/posts/i-love-

@kurt@nelson.fun
2026-04-15 16:40:41

The 22 is really not built as a cross-town commuter line, but so much of the RT office work is now in Mission Bay, creating a really slow and packed ride.

@rberger@hachyderm.io
2026-03-13 05:05:13

This looks like an interesting take on the whole “AI" (IMHO its not AI and its not leading directly to AGI).
I've only watched this preview but it looks like it covers things from many points of view. The creator of the film
The AI Documentary: Or How I Becamean APOCALOPTIMIST.
#AIHype

@scott@carfree.city
2026-02-14 00:06:01

This is why I don't fully trust 48hills, even though they're on "my side" in being pro-labor and anti-billionaire. Tim Redmond thinks it's a good thing that a 100% affordable housing development was forced to lop a floor off to preserve views 😫
"The staff reached out to the neighbors,[...]took feedback, and as a result made some changes that lowered the height of the new buildings. That, in a reasonable world, is how this should work" No it's not!!…

@theodric@social.linux.pizza
2026-03-15 11:12:22

One of the best features of GrapheneOS is that the Twitter app does not work at all: fails attestation, won't log in, and softblocks your account for suspicious activity. More folks should switch!

@mgorny@social.treehouse.systems
2026-03-13 05:53:09

I've been wondering lately if my job is #bullshit.
I've given it a lot of thought, and I think it's not directly bullshit. I'm doing stuff that's meaningful, at least in a narrow scope, both in my dayjob and my #FreeSoftware / #Gentoo work.
That said, with the arrival of all the bullshit CEOs, CTOs, all their bootlickers, wannabe bootlickers, and all the CEO/CTO/bootlicker cosplayers, the whole software industry is becoming filled with bullshit to the brim.
Even if my work is meaningful, it contributes more and more to software that's either scam in itself, used to scam people or pure unadulterated bullshit. Even if the tools used to be useful, they either gain bullshit parts or bullshit dependencies.
I hate this, and it's making me hate what I'm doing.

@lornajane@indieweb.social
2026-02-12 08:43:21

This week's career limiting accessibility regression from @… is to not show comments in pull request diff any more. There's a separate comment panel which you can look at (but not at the same time as the diff) where there are indications of content replies but these cannot be interacted with using standard accessibility tools.
I review very long pull requests for work and as a volunteer maintainer and I am not sure why we're okay with this constant march of degraded experience. #a11y

The Senate returns to work today, while the House will hold a brief procedural session before getting back to regular business on Tuesday.
Lawmakers have still not passed a funding bill to reopen the Department of Homeland Security (DHS) subagencies affected by the record-breaking partial government shutdown, now in its ninth week.
During the two-week recess, House Republican speaker Mike Johnson took no action to advance a Senate-passed measure that would reopen agencies like th…

@inthehands@hachyderm.io
2026-02-10 03:54:35

This is exactly the groundwork we need to be laying right now, and I’m delighted to hear it coming from a US Senator (!):
If Trump tries to prevent a fair election from happening, then we need “a true national strike in the sense that, if they do this, if they try to overthrow our democracy, if you are allied with democracy, do not go to work . If you’re a pilot, do not show up. If you drive a train, do not show up. If you’re a teacher, do not show up. We grind the country to a halt.”
theguardian.com/us-news/2026/f
1/

@davidaugust@mastodon.online
2026-04-15 13:16:52

Fresh out of the shower (ew) staffer stands in front of mirror at 5:30am, almost chanting, “I’m good enough, maga enough, have had enough work done, he likes me, he really likes me. He let me destroy evidence and didn’t deport me when I was a witness. I got this. Just brush my teeth with Ivermectin, spray hydrochloroquine behind the ears. Tough on crime, not our crimes. Who’s the best staffer, I am.”
Then, full chant, “we’re winning the war we’re losing, we’ve lost the war we’ve won.”

@kubikpixel@chaos.social
2026-02-13 18:35:08

AI Fails at 96% of Jobs (New Study)
Artificial intelligence has been hailed as one of the most transformative technologies of the century. That may be so, but just not yet. In this episode, we take a look at a study that pits humans directly against AI for paid work. The results were surprising.
📺 youtube.com/watch…

@raiders@darktundra.xyz
2026-02-10 23:34:28

Graney: Klint Kubiak wins people over with hard work, not words reviewjournal.com/sports/sport

@candide@vis.social
2026-04-09 21:07:51

The other day, my friend shared this video on consulting collectives, which is when "a small group of independent consultants or freelancers share clients, resources, and revenue on specific projects while maintaining their independence on others" :
instagram.com/p/DUDtOqGkTmY/

@saraislet@infosec.exchange
2026-02-13 22:42:49

“So I guess what I’m trying to say is, the new workday should be three to four hours.“
Yup! That's what every worker knows and should have been fighting for with solidarity for decades. Every neurodivergent person knows that we can't do concentrated work for more than 3 hours, and that extended hyperfocus blocks drain our energy for the next day. It's not sustainable.
Steve Yegge writes about how AI Capitalism creates an energy vampire

@idbrii@mastodon.gamedev.place
2026-03-15 22:47:59

I connected my Samsung TV to the internet to try for wireless display and casting from Android working and I regret it instantly.
Worse, there's gamepads ads and Ramsey giving me the middle finger on my home screen. It split my 4 inputs into two different tabs: one's a new games tab to push me into using their cloud gaming apps. No option to move consoles back to the main tab.
Wireless display to play videos from PC is nice, but casting doesn't work. Not worth it and …

@kctipton@mas.to
2026-02-12 08:12:21

Want a Masterclass in How Not to Work With Artists? Ask Google

@tezoatlipoca@mas.to
2026-03-11 14:58:21

Every now and then, Vivaldi.. on my work computer - and only on my work computer - flashes and rebuilds its whole UI. Like the whole window goes blank for a second then its back.
Which _totally_ doesn't make me think they have something watching / scraping what Im doing. :/
edit: and not Vivaldi I mean, Im willing to bet its something work has installed on here.

@elduvelle@neuromatch.social
2026-03-12 10:17:48

#Researchers or other professions who read articles for your work - which do you find better for focus, information processing and memorisation: reading on an electronic medium (computer, tablet, phone...) or on actual paper?
I thought I liked the electronic format but I'm wondering if it makes it harder to focus or remember things..
(This is only for work-based and not leisure…

@Techmeme@techhub.social
2026-04-13 08:30:48

For the first time, 50% of employed US adults say they use AI at work a few times per year or more; leaders are more likely to see AI's impact as positive (Andy Kemp/Gallup)
gallup.com/workplace/704225/ri

@darius@social.linux.pizza
2026-04-15 08:39:16

Work in progress website mockup. Not sure if I'll ever get to finishing this or turning it into code, but I always enjoy working on web design stuff :)

A screenshot of a website mockup for a personal website. ASCII art aesthetic, monospace font, one main panel in the middle with text and small box to the left and right.
@UP8@mastodon.social
2026-03-11 15:05:15

🧺 Device that can extract 1,000 liters of clean water a day from desert air revealed by 2025 Nobel Prize winner

@ruth_mottram@fediscience.org
2026-03-09 11:37:16

Machine Learning techniques are upending multiple scientific fields. Operational 5-day forecasting of air quality in 1 minute in this paper from Chinese researchers.
This is awesome work with very clear public health implications.
EDIT for clarity: I am.not suggesting LLMs have anything to do with this work, but many people hear AI and imagine LLMs. And many of them.are perhaps rightly sceptical of AI as a result.
But AI or ML techniques can be useful for lots of things, not just chatbots. And we should probably invest more in those.

nature.com/articles/s41586-026

@metacurity@infosec.exchange
2026-03-12 12:38:18

Please, for the love of all that is holy in this world, Microsoft, please fix Defender so that it is not constantly running, or constantly running when I turn on my machine, or whatever. I could handle a 15-minute suck of all my system resources once per day, ideally outside a primetime window, but whatever you're doing is ridiculous. I can't work.

@thomastraynor@social.linux.pizza
2026-02-13 15:16:00

Still too damned many not showing up. Left work at 15:30 should be at home at just after 16:00. Arrived at home at almost 17:00!
ctvnews.ca/ottawa/article/oc-t

@azonenberg@ioc.exchange
2026-04-12 03:09:26

Hey @… any idea why nvidia-kernel-dkms (on trixie at least) does not depend on linux-headers-$arch?
The end result of installing it without kernel headers is that the driver doesn't work, because it can't compile without the headers. I can't think of any situation in which this is a desirable state

@benb@osintua.eu
2026-02-01 19:51:16

'Not enough' work being done in Kyiv as city faces heating emergency, Zelensky says: benborges.xyz/2026/02/01/not-e

@hynek@mastodon.social
2026-02-12 12:01:19

I’m at a spa trying to get my shit together in a 90ºC (~194ºF) sauna after my 2025 was beautiful madness but madness no less.
I’ve finally started to write a new newsletter & if you wanna know more about the madness or what’s coming up or a cute dog photo, sign up at buttondown.com/hynek

@penguin42@mastodon.org.uk
2026-02-13 14:18:23

Helion has just announced they got D-T fusion working in their reactor; this is pretty big; they're not claiming break even yet - but Helion is one of the odder (non-tokamak) designs which is much further along than most others, but weird enough that no one is too sure if they'll get it to work - the next important thing is to see if they get their direct energy recovery to work;

@aral@mastodon.ar.al
2026-02-10 14:25:33

I’m actually shocked that folks I speak to here in Ireland are still planning holidays in the USA.
Here’s a testimonial you might not find on Tripadvisor:
“like a concentration camp, absolute hell” – Seamus Culleton
theguardian.com/us-news/2026/f

@jom@social.kontrollapparat.de
2026-04-12 16:57:19

Fiber broadband tariffs work as cross-subsidies. Every higher plan helps fund the smaller, more affordable ones. So if you can, just click that upgrade. To my knowledge, not a single end customer provider is currently profitable with fiber. Definitely true for Germany, but probably for other countries as well.
#Internet

@finlaydag33k@social.linux.pizza
2026-04-12 21:06:13

So, something from my car's buildlog made it into Google's AI summary (yes, it links my buildlog as the source and and only source for this)...
Problem for me isn't that Google uses it (that debate can go on for ages, not worth my time), the problem is that this "fix", isn't actually a fix.
It was a band-aid fix to make something work "alright-ish" for me to get certain usable data but isn't actually a proper fix.
It's incorrect in…

@simon_brooke@mastodon.scot
2026-04-04 10:32:41

SO!
I can fix my code so that the arguments to FEXPRs are not evaluated, by deferring the call to EVLIS into APPLY; but this is not what the code given on pages 70-71 does, and so my code will then not directly follow the specification in the #Lisp 1.5 Programmer's Manual;
OR,
I can not do this, in which case FEXPRs will not work as specified on pages 18 and 19.
(Note that…

@mapto@qoto.org
2026-04-12 04:29:36

This is the part that commentators need to understand down does not work when you're dealing with narcissists:
"Maybe you could have just asked your husband to get that done, Melania? I hear he’s pretty high up in politics."
theguardian.com/commentisfr…

@cowboys@darktundra.xyz
2026-02-13 15:28:46

Mailbag: Players' involvement in contract talks? dallascowboys.com/news/mailbag

@v_i_o_l_a@openbiblio.social
2026-02-02 10:51:29

"Personal Knowledge Management is for Life, Not Just for Work"
#PKM

@grahamperrin@bsd.cafe
2026-03-07 21:23:04

Not reproducible, however I have a VirtualBox snapshot of the bugged installation.
I can restart SDDM and login, again I get a black screen. Xorg.0.log has one error:
open /dev/dri/card0: No such file or directory
Maybe negligible. The same error occurs when I successfully startx and use twm instead of Plasma (X11).
'reboot -r' is not enough to work around the issue.
Plasma did work, once, after 'shutdown -r now', however this is not a consis…

@primonatura@mstdn.social
2026-04-07 10:00:27

"Reducing aircraft soot might not actually reduce the climate effects of contrails"
#Aviation #Emissions #Climate

@thomasfuchs@hachyderm.io
2026-03-12 22:19:32

For anyone who has the 2026 2nd gen Apple Studio Display (not XDR), does it work with macOS Sequoia (15.7.4)?
Please only reply if you can directly confirm that it works (or doesn’t).
(The specs say it requires macOS 26 but who knows if that’s true.)

@Techmeme@techhub.social
2026-02-09 20:55:44

An eight-month study at a US tech company finds AI tools didn't reduce work but intensified it, as employees worked faster and took on a broader range of tasks (Harvard Business Review)
hbr.org/2026/02/ai-doesnt-redu

@kurtsh@mastodon.social
2026-04-12 02:37:07

Cats & dogs aren't the only animals that nice to be pet.
Not saying you should go out and do it but look at this zebra shark revel!
▶️ A Zebra Shark Wont' Let This Diver Work
youtube.com/watch?v=OtwGVf2CeN

@GroupNebula563@mastodon.social
2026-03-11 17:49:34
Content warning:

CW: not safe for work art

An illustrated stock photo of a male-presenting figure riding on the back of a green office chair, in an unsafe manner.
@groupnebula563@mastodon.social
2026-03-11 17:49:34
Content warning:

CW: not safe for work art

An illustrated stock photo of a male-presenting figure riding on the back of a green office chair, in an unsafe manner.
@newsie@darktundra.xyz
2026-03-13 12:46:48

People Hate Datacenters, Survey Finds 404media.co/people-hate-datace

@inthehands@hachyderm.io
2026-04-10 20:11:38

1. This post is an incisive critique.
2. I’ve said before and I’ll say again that the only alternative to widespread popular violence is widespread empowerment through nonviolent mechanisms — not robbing people of power, that’s not an alternative, that’s a cause! — and if the oligarchs persist in their aggressive capture of power, Luigi Mangione is going to be not a curious aberration but a harbinger, and I don’t want that, I don’t actually want to live in a world where assassinations are a regular part of how things work, that’s miserable, that’s no way to live, and that’s exactly where we’re heading right now, and it’s grim and driving me to write egregious run-on sentences, please make it stop, thank you. wandering.shop/@aesthr/1163818

@bthalpin@mastodon.social
2026-02-09 14:15:40

I've just finished a modestly onerous administrative task.
It lead me to think about effort and the 3 legs of my job: research, teaching and admin: While there are intrinsic reasons to do research and teaching to the best of your ability, for admin "good enough" is enough. Focus on efficiency not excellence, where efficiency includes making things work, not causing extra hassle in the medium term.

@pavelasamsonov@mastodon.social
2026-03-09 13:21:57

People tell me that #AI code is fine, because you can run automatic tests. But tests can only tell you if code is doing the thing you want it to do.
To know what it SHOULD do, we used to have requirements. But now requirements are themselves vibe-coded slopotypes.
People were hoping that this would get them higher velocity, but testing the requirements in production only produces waste an…

@gwire@mastodon.social
2026-03-10 09:48:39

One thing I've noticed in recent years, not solely from government, is the assumption that processes are naturally parallelizable - ie they can be scaled with resources - whereas in reality this can take significant amounts of work to make true.
There's a lot of pre-cloud business processes - and licensing arrangements - that still work with the assumption of "one big computer".

@elduvelle@neuromatch.social
2026-03-10 11:52:56

I've been trying to use #LibreOffice as a replacement for #MSOffice but it's really not the same, lots of small things that do not work in the same way or that do not exist at all, whether in word/ writer or PowerPoint/ pages.
Is there another MSOffice-equivalent out there that is mor…

@Don_kun@nerdculture.de
2026-03-11 18:11:30

A well-executed video by B1M channel about the state of traffic infrastructure in Germany, how it should get better and why this still may not work out. With some impressive (for Germans probably well-known) examples. #traffic #infrastructure

@sonnets@bots.krohsnest.com
2026-03-11 11:25:04

Sonnet 005 - V
Those hours, that with gentle work did frame
The lovely gaze where every eye doth dwell,
Will play the tyrants to the very same
And that unfair which fairly doth excel;
For never-resting time leads summer on
To hideous winter, and confounds him there;
Sap checked with frost, and lusty leaves quite gone,
Beauty o'er-snowed and bareness every where:
Then were not summer's distillation left,
A liquid prisoner pen…

@mia@hcommons.social
2026-02-07 11:45:46

I'm with the auditors on this one! Companies deploying AI need more expert human auditing, not less, at least until fundamental flaws in 'AI' are addressed and it's reliably accurate
'KPMG gets money off its own audit by arguing AI makes accounting cheaper'

Screenshot with the text:
KPMG gets money off its own audit by arguing Al makes accounting cheaper
Financial Times UK
STEPHEN FOLEY — NEW YORK
7 Feb 2026
KPMG has negotiated lower fees from its own accountant by arguing that AI will make it cheaper to do the work, according to people familiar with the matter.
The Big Four firm told its auditor, Grant Thornton UK, it should pass on cost savings from the rollout of Al and threatened to find a new accountant if it
did not agree to cut fees,…
Screenshot with the text:

Figures from Ideagen Audit Analytics, which tracks public company disclosures, have shown audit fees continuing to climb as accounting firms ploughed money into Al investments in recent years. Its European survey found average audit fees rose in every country bar one in the previous year.
KPMG's behind-the-scenes argument that new tech could justify a fee cut for its own audit could embolden companies to press their accountants for similar reductions.
Grant Thornt…
@mxp@mastodon.acm.org
2026-04-10 17:00:51

Reviewing applications for career funding is already hard, because you know the applicants’ situation all too well, and you’d like to reward their hard work.
But people really need to understand the goals of these programs! They’re intended to help you obtain a permanent position, not to simply continue what you’ve been doing, or to become even more specialized and to thus effectively reduce your chances of obtaining a permanent position.

@mxp@mastodon.acm.org‬
2026-04-10 17:00:51

Reviewing applications for career funding is already hard, because you know the applicants’ situation all too well, and you’d like to reward their hard work.
But people really need to understand the goals of these programs! They’re intended to help you obtain a permanent position, not to simply continue what you’ve been doing, or to become even more specialized and to thus effectively reduce your chances of obtaining a permanent position.

@hex@kolektiva.social
2026-04-11 11:52:02

Related, do you know if anyone is currently working on such a project? I haven't followed @… closely for a while, but I'm not aware of anything beyond the blog and I'm not aware of other groups doing similar work.

@davidaugust@mastodon.online
2026-03-13 16:41:27

In October, ice agents “smashed the car windows and detained all seven occupants” of a van that they thought suspicious because people in it were going to work together. Carpooling. Carpooling is foreign and unintelligible to the brilliant and diligent ice agent who testified as JB. The concept of carpooling is beyond JB’s comprehension. 🤦‍♂️
The intellect on JB could be studied (but might make anyone studying it dumber).

JB said the team decided to follow the van once it departed, even though officers didn’t confirm whether the driver of the van was, in fact, the registered owner of the vehicle. JB found it suspicious that the driver was making multiple stops for passengers, saying: “You don’t know if it’s human trafficking or smuggling.” The fact that the occupants were “only speaking Spanish” during the stop seemed to “confirm” there was smuggling or “harboring people that are not supposed to be here in the U…
@mgorny@social.treehouse.systems
2026-03-10 10:54:24

"The Rise of the Voluntariat" by Geoff Shullenberger (found via D. Graeber's "Bullshit Jobs").
"""
The voluntariat performs skilled work that might still command a wage without compensation, allegedly for the sake of the public good, regardless of the fact that it also contributes directly and unambiguously to the profitability of a corporation. Like the proletariat, then, the voluntariat permits the extraction of surplus value through its labor.
But unlike the proletariat’s labor, the voluntariat’s has become untethered from wages. The voluntariat’s labor is every bit as alienable as the proletariat’s — Coursera’s Translator Contract leaves no doubt about that — but it must be experienced by the voluntariat as a spontaneous, non-alienated gift.
And the voluntariat is not, like the proletariat, the instrument of its own dispossession. Rather, its contribution of uncompensated work accelerates deskilling and undermines the livelihood of those who do not have the luxury of working for free — in this case, professional translators who cannot afford to give away their labor.
"""
#AntiCapitalism

@Mediagazer@mstdn.social
2026-02-12 20:36:03

The Virginia State Bar rejects a disciplinary complaint from a press freedom group against a DOJ lawyer over the raid of WaPo reporter Hannah Natanson's home (Charlie Savage/New York Times)
nytimes.com/2026/02/12/us/poli

@tezoatlipoca@mas.to
2026-03-12 18:39:05

The GF and I share our locations with each other via Google maps. Because a) we're grossly cute like that b) its easier than asking "where the fuck ARE you?" all the time.
I didn't recall the GF going to work, but she could have slipped out and me not notice so...
Instead of walking 10' to look out the window to see if the car is still here, i just checked Google maps to see where her avatar was. Yep, still home.
Im such a

@rasterweb@mastodon.social
2026-02-11 22:28:03

As usual the cats are not impressed with my work...
#cats #catsOfMastodon #FediCats

Two cats, sort of napping.
@theodric@social.linux.pizza
2026-03-12 11:38:03

Finally got my messaging apps transferred over to the GrapheneOS device!
For Signal, I had to restore a backup file: device-to-device sync failed.
For WhatsApp, I had to use a 5GHz 802.11ac network for the device-to-device transfer; 2.4GHz 802.11ax and 802.11n did not work, resulting in the very helpful error message "something went wrong." Due to GrapheneOS's sandboxing, restoring data from Google Drive didn't work, either, even with ALL permissions granted to …

@thomasfuchs@hachyderm.io
2026-04-06 14:29:47

“How may the compulsive programmer be distinguished from a merely dedicated, hard-working professional programmer? First, by the fact that the ordinary professional programmer addresses himself to the problem to be solved, whereas the compulsive programmer sees the problem mainly as an opportunity to interact with the computer. The ordinary computer programmer will usually discuss both his substantive and his technical programming problem with others. He will generally do lengthy preparatory work, such as writing and flow diagramming, before beginning work with the computer itself. His sessions with the computer may be comparatively short. He may even let others do the actual console work. He develops his program slowly and systematically. When something doesn't work, he may spend considerable time away from the computer, framing careful hypotheses to account for the malfunction and designing crucial experiments to test them. Again, he may leave the actual running of the computer to others. He is able, while waiting for results from the computer, to attend to other aspects of his work, such as documenting what he has already done. When he has finally composed the program he set out to produce, he is able to complete a sensible description of it and to turn his attention to other things. The professional regards programming as a means toward an end, not as an end in itself. His satisfaction comes from having solved a substantive problem, not from having bent a computer to his will.”
—Joseph Weizenbaum, Computer Power and Human Reason, 1976

@azonenberg@ioc.exchange
2026-02-11 20:43:07

And another nice shader speedup. Not quite the massive boost of the vector frequency/phase filters, but it's next in line after them.
I'm gonna use this random-access LFSR trick on so many filters that work with scrambled data lol.
v0.1.1 (20M point memory depth)
* PRBS31 generation: 65 ms
* PRBS31 verification: 360 ms
Latest (20M point depth)
* PRBS31 generation: 3 ms (21.6x)
* PRBS31 verification: 1.7 ms (211x)

@ruth_mottram@fediscience.org
2026-03-07 08:36:40

Watched a couple of episodes of #DeArktiskeReddere on DR (public broadcaster on Denmark) yesterday (series about #Greenland's search and rescue team - though they do a lot of emergency air ambulance type work too).
It's a really gripping and well filmed piece of work, sensitive on the difficult topics too and shows really well how different authorities work together.
I imagine it would be uncomfortable watching for USians who seem to imagine some kind of stone age society seeing healthcare emergencies dealt with so professionally with such excellent equipment (and for free at point of delivery).
I also find it hard to explain that the categories and separation between "Danes" and "Greenlanders" isn't always so clear cut and I think the programme got that over well.
It's filmed mostly in Danish but with Swedish, Norwegian and quite a bit of English, so may not travel easily but it's a really well done piece of TV and if you are at all interested in Greenland, it's worth seeking out.
De arktiske reddere dr.dk/drtv/serie/de-arktiske-r

@cowboys@darktundra.xyz
2026-02-13 15:19:16

Mailbag: Players' involvement in contract talks? dallascowboys.com/news/mailbag

@primonatura@mstdn.social
2026-03-11 17:00:51

"Study finds biodiversity credits could boost rewilding, but fall far short"
#Environment #Biodiversity #Nature

@aral@mastodon.ar.al
2026-03-06 10:51:06

Thanks to a work-in-progress Homebrew cask by Andi Péter (codeberg.org/GramEditor/gram/i), I was just able to quickly install and play with the new Gram code editor (

Screenshot of opening screen of the Gram editor with a simple frog illustration and the tagline “What cannot be mended must be transcended.”

It shows a Get Started section with New File, Open Project, Clone Repository, Open Command Palette, and Open Documentation links and a Configure section with Open Settings and Explore Extensions options.
Screenshot of Gram code editor in Helix mode showing two lines selected (using “x”) and a search active within the selection (using “s”) and the word “well” being searched for and highlighted in the text.

The full text in the document reads: This is a little demo of gram...
I'm using Helix mode
And it seems to work quite well :)
(For some reason my custom QMK keymaps are not working, • though.)

An Irish man who has been held by US Immigration and Customs Enforcement for five months
despite having a valid work permit and no criminal record
says he fears for his life and has appealed for help from Ireland’s government.
Seamus Culleton said conditions at his detention centre in Texas were akin to “torture”
and that the atmosphere was volatile.
“I’m not in fear of the other inmates. I’m afraid of the staff.
They’re capable of anything.”
Speakin…

@davidaugust@mastodon.online
2026-03-12 04:16:06

"The hardest part of acting is not being guaranteed work. Every job could be your last."
—Henry Cavill
#acting #coaching #inspiration

@Techmeme@techhub.social
2026-04-04 21:55:52

Apple reportedly signed a 3rd-party driver, by Tiny Corp, for AMD or Nvidia eGPUs for Apple Silicon Macs; it's meant for AI research, not accelerating graphics (AppleInsider)
appleinsider.com/articles/26/0

@rasterweb@mastodon.social
2026-02-11 20:39:33

Milwaukee & Madison DSA have endorsed Hong for Governor of Wisconsin.
“Working people have seen that the system doesn’t work for them. Time and again, the establishment has failed us so as not to upset their billionaire donors. As ICE threatens to terrorize our communities and kidnap our neighbors, Francesca Hong stands committed to fight back as the only candidate calling for their abolition.”

@thomasfuchs@hachyderm.io
2026-03-11 14:20:10

“You should be ashamed of where you work. Not just Grammarly or Superhuman or whatever comically dumb name you come up with next. Almost everyone running tech firms, most people in positions of responsibility, pretty much every C-suite type — congrats, you’re all making the world a worse place. People used to be excited about tech, now they dread what data you're going to steal next, they dread what violation of privacy or the environment will turn up next.”
moryan.com/an-open-letter-to-g

@inthehands@hachyderm.io
2026-03-08 17:58:45

A favorite dental assistant who long worked on my teeth once mentioned that she’d also had Pete Docter in her care at an orthodontia clinic when he was young, and she still vividly remembered his teeth — not in a good way or a bad way, just in a “she’s a professional and every set of teeth is unique” kind of way.
I thus feel a bizarre kinship with him, and cringe extra hard every time he puts his foot in his mouth like this, thus presumably undermining not only his reputation but also his orthodontic work.

@davidaugust@mastodon.online
2026-04-12 04:16:10

"If you always put limits on everything you do, physical or anything else. It will spread into your work and into your life. There are no limits. There are only plateaus, and you must not stay there, you must go beyond them."
—Bruce Lee
#acting #coaching

Sunny Naqvi, a 28-year-old U.S. citizen, is now back at home
after her family says she spent about 43 hours in Department of Homeland Security custody.
Customs and Border Patrol officials are now disputing her relatives' claims.
Naqvi was born in Evanston and raised in the Chicago suburbs.
A few weeks ago, she was set to travel overseas on a work trip with five other people. That group included three U.S. citizens and three green card holders, all in the U.S. legal…

@thomasfuchs@hachyderm.io
2026-03-11 13:42:57

Imagine you had the blueprints for all car motors ever made. Some are joke blueprints or bad photocopies or missing sections. Some use metric units, some use imperial, and often it’s not specified. There’s any number of cylinders. Various cooling approaches. Different basic materials.
Now you make a new motor by taking the average of all these blueprints.
That’s how LLMs work.

@hex@kolektiva.social
2026-03-05 07:51:02

There's a whole dystopian sci-fi plot prompt hidden here about a world that mirrors company stores, where everyone is paid partially in LLM tokens which they have to use for everything including work... Work, where they basically gamble the tokens away, always ending up in debt, needing to take out loans to buy tokens to then work for more tokens.
The story would be called "Sixteen Tons." Maybe I'll write it, but not unless it can be written as solarpunk instead of cyberpunk because the new rule is "don't write 'The Torment Nexus' because someone will think it's a good idea and implement it."

@davidaugust@mastodon.online
2026-04-13 02:19:32

"The Holy See affirms its unwavering conviction that efforts to control, limit, reduce, and eventually eliminate nuclear weapons are not an unrealistic prospect, but a possibility and an urgent moral imperative." - Archbishop Gabriele Caccia, the Holy See’s Permanent Observer to UN, Oct. 21, 2025.

@inthehands@hachyderm.io
2026-03-10 19:09:19

I’ve just had occasion to use Svelte / SvelteKit on a web project, and…
…it’s quite good. The core features are well chosen, and they work. The learning curve pays dividends. The resulting code is reasonably pleasant to read. As often as not, the surprises have sensible decisions behind them. It feels like it •is• the thing that React is •trying to be•.
There are gaps and quirks and barriers — it is a tool, after all — but if you’re writing a highly interactive SPA-style site, it gets the Paul Seal of Approval.

@davidaugust@mastodon.online
2026-02-11 04:16:07

"The hardest part of acting is not being guaranteed work. Every job could be your last."
—Henry Cavill
#acting #coaching #inspiration

@davidaugust@mastodon.online
2026-02-09 02:34:46

A story of courage and tenacity.
#strength