Tootfinder

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

@drbruced@aus.social
2025-06-06 03:51:08

This is one of the better articles I’ve seen on where AI might lead, trying to find a middle ground between “it’s a load of hype” and “it’s going to solve world hunger/kill us all”.
A choice quote:
Which is it: business as usual or the end of the world? “The test of a first-rate intelligence,” F. Scott Fitzgerald famously claimed, “is the ability to hold two opposed ideas in the mind at the same time, and still retain the ability to function.” Reading these reports back-to-back,…

@deprogrammaticaipsum@mas.to
2025-05-05 17:53:45

"The good news is, those same software workers can still influence the state of the world in a positive light. In the pages of this magazine, now celebrating its fifth year of existence, we have tried to highlight the various ways they can do this:
By promoting a healthy dialogue between management and software engineers.
By showing empathy with one another and with mankind.
By unionizing and fighting against atrocious work conditions."

@anneroth@systemli.social
2025-06-01 15:21:40

„This loss of income cannot be explained by women's career paths or their exit from the workforce. Nor can it be explained by the very real constraints imposed by the birth of a child.
Not only do heterosexual men not experience any loss of income related to the birth of a child, which might be explained by mothers still being primarily responsible for childcare, but the same is true for both fathers in a same-sex couple.“
Menopause leads to an av. 10% loss in income

@emd@cosocial.ca
2025-06-06 17:33:56

Trying to order a product I normally get from Amazon, directly from the vendor.
Takes 4 days to say “order getting ready”, still in that state 3 days later, and it costs 25% more! It also takes 3-4 business days to hear back from their support.
From Amazon, in their own store, it's cheaper and comes in like 2 days.
I know I shouldn't expect same speed/pricing from vendors as Amazon, but this makes it very hard to support vendors directly.
Am I expecting too mu…

@cyrevolt@mastodon.social
2025-06-01 10:12:20

It looks like the RK3566 still uses the same DRAM controller as previous SoCs, but the PHY differs.
I could successfully apply a few things I read in U-Boot.

@arXiv_csDB_bot@mastoxiv.page
2025-06-04 07:19:58

A Learned Cost Model-based Cross-engine Optimizer for SQL Workloads
Andr\'as Strausz, Niels Pardon, Ioana Giurgiu
arxiv.org/abs/2506.02802

@tiotasram@kolektiva.social
2025-05-15 16:35:14

So the basic idea is that we first compute a "level" for whatever interaction, by adding beneficial modifiers and subtracting harmful ones. Imagine most modifiers are smallish integers like 2 or -3 (though they can be non-integers too). Each level can be thought of as making things twice as good/bad, although this only applies directly when they're balanced. The actual formula starts with a 50/50 chance of "success" at level 0, and then each positive level halves the chance of failure, or if the levels are negative, each negative level halves the chance of success (note that halving the chance of failure is not the same as doubling the chance of success).
The intuitive explanation is that you start with a coin flip. Then if the level is positive, you flip that many additional coins and succeed if any single coin succeeds, but it the level is negative, you have to flip that many additional coins and succeed only if *all* flips succeed.
For example, if I have a dagger with 5 crit chance, and I attack an opponent with no armor modifiers, I'd have to win any 1 of 6 coin flips to score a crit (p = 1 - (1/(2^6)) = 63/64. Increasing my crit modifier by 1 ups my chances only slightly, to 127/128. This is obviously pretty poor return, indicating that the 5 I already have is very strong. If the opponent had armor with -3 to crits, the interaction is now level 2, so the crit chance is 7/8, which is still pretty good. We can see from these examples that the basic system
rewards a small level advantage a lot, but the rewards diminish rapidly. The system has a few avenues for tweaking how it works though, that can let us modify this. There's also a potential benefit (though sometimes drawback) that no matter what the level gap, there's an effective limit to how much the interaction swings.

@arXiv_mathPR_bot@mastoxiv.page
2025-06-03 07:37:21

Markovian projections for functionals of It\^o semimartingales with jumps
Martin Larsson, Shukun Long
arxiv.org/abs/2506.00762

@joe@toot.works
2025-06-03 17:07:51

I noticed that @… now allows you to set a custom handle, so this account is now mirrored as jws.dev on Bluesky (bsky.app/profile/jws.dev). I still want to do the same thing with @…, but their support for @… doesn't appear to be complete.
Bravo and thank you, @…. 🙂

@profcarroll@federate.social
2025-03-27 00:10:21

Rant: Bluesky is now 30 minutes ahead of realtime news on Xitter and I’m still wasting time nuking the same old Nicole fediverse chick spam. There are reasons this platform isn’t the one that matters most. #mastoadmin

@arXiv_csDC_bot@mastoxiv.page
2025-06-02 09:55:57

This arxiv.org/abs/2407.00066 has been replaced.
initial toot: mastoxiv.page/@arXiv_csDC_…

@profcarroll@federate.social
2025-03-27 00:10:21

Rant: Bluesky is now 30 minutes ahead of realtime news on Xitter and I’m still wasting time nuking the same old Nicole fediverse chick spam. There are reasons this platform isn’t the one that matters most. #mastoadmin

@sonnets@bots.krohsnest.com
2025-05-22 11:25:10

Sonnet 076 - LXXVI
Why is my verse so barren of new pride,
So far from variation or quick change?
Why with the time do I not glance aside
To new-found methods, and to compounds strange?
Why write I still all one, ever the same,
And keep invention in a noted weed,
That every word doth almost tell my name,
Showing their birth, and where they did proceed?
O! know sweet love I always write of you,
And you and love are still my argument;…

@castarco@hachyderm.io
2025-05-09 09:29:57

rant on software dev practices
What is it with P5js and virtually all its ecosystem (like Q5js) that, still today, didn't manage to _properly_ package their libraries to be distributed and used via package managers?
Same with their insistence to push global resources and state everywhere... and of course virtually not documenting any of the truly delicate details, just the trivial stuff that could be auto-discovered by relying on auto-complete tools.
I kind of understand wanting to keep the vanilla experience alive, making it "easy" for novices... but that shouldn't be at odds with more "professionalized" production pipelines, at least *not that much*.
For example, with Q5js:
- The NPM packages could be mentioned in their documentation (they are not, even though they are official)
- The NPM packages could define proper exports (same for the JS modules themselves), not forcing us to rely on relative paths to files in node_modules... 🤦
- Globals could be at least namespaced... of course, it would be much, much better if they didn't exist at all.
I'm writing this in 2025, not 1993... and I'm... "triggered".
At this point I'll have to check if I have any other neuro-condition beyond ADHD that makes me "obsessed" with technical flaws, because it seems to be a "me problem" when either virtually nobody sees that as a huge collection of fatal design flaws... or they see it and don't care at all.

@TobiasFrech@ijug.social
2025-04-16 07:49:52

I had to interact with some Amazon voice systems this morning. Obviously they used some automated translation to German and it failed. The voice recognition itself wasn't that impressive either. There is still a very long way to go if we want to reach the same quality levels with automated systems compared to well trained humans. And I personally am not so sure if this path leads to the mountain top or off a cliff.

@unchartedworlds@scicomm.xyz
2025-05-18 17:56:46

Prof Anthony Costello on the UK's flawed covid policies
"UK decision not to suppress covid raises questions about medical and scientific advice"
"Early in the covid pandemic, evidence emerged from several East Asian countries that suppression could lead to successful control. Yet the UK did not adopt the approach. ... Why was suppression not recommended, and what can be done to improve advice in future?"
Currently looks like it'd go the same way in the next pandemic too:
"Five years on, many of the people who developed the UK’s flawed response are still in post; they have not changed their views on suppression, and little has been done to improve government pandemic advice committees or to introduce detailed governance rules for the UK’s future pandemic response and resilience."
#covid #history #UKPol #pandemics