Tootfinder

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

@benb@osintua.eu
2025-08-19 16:12:45

Ukrainian war masters: repair units and the “Flamingo” missile changing the course of the war: benborges.xyz/2025/08/19/ukrai

@hex@kolektiva.social
2025-08-21 08:21:31

I was going to drop this into a group chat, but I decided to make it your problem instead. You're welcome.
Now I'm going to disable mastodon on my phone for a few days and let this simmer. Nothing could go wrong.
Something something "all gods, no masters."
Edit: I lied. :P

@sauer_lauwarm@mastodon.social
2025-07-18 20:49:44

"Masters of Unorthodox Jazz", 1970 (Belvedere 21, Wien)

@crell@phpc.social
2025-07-18 16:19:44

There's plenty of money. It's all about priorities.

A post from Stacey Sobelman:

ICE is offering a $45,000 SIGNING BONUS
plus $100,000 starting salary.

I make $55,000 as a teacher in my 8th year
with a Masters.

It was never true that wg dOn’T hAVE
eNoUgH mOnEy to pay teachers more. It was
always intentional. Education has been
INTENTIONALLY defunded for decades
because an educated populous is a threat to
power. Read the books. Do the work. They are
TERRIFIED of education.
@kubikpixel@chaos.social
2025-07-16 13:45:07

Satisfies in TypeScript
This is a post about one of TypeScript’s less common features: the satisfies keyword. It’s occasionally incredibly useful, and knowing how to properly wield it is a valuable trick to have up your sleeve. Let’s take a look!
🧑‍💻 frontendmasters.com/blog/satis

@cheryanne@aus.social
2025-07-02 22:00:03

Brand Masters
Great Australian Pods Podcast Directory: #GreatAusPods

Brand Masters
Screenshot of the podcast listing on the Great Australian Pods website
@BBC6MusicBot@mastodonapp.uk
2025-07-20 17:27:35

🇺🇦 #NowPlaying on #BBC6Music's #MaryAnneHobbs
Alex Reece:
🎵 Pulp Fiction
#AlexReece
metalheadz.bandcamp.com/album/
open.spotify.com/track/4bsF2ZJ

@kexpmusicbot@mastodonapp.uk
2025-07-13 20:25:51

🇺🇦 #NowPlaying on KEXP's #VarietyMix
Saint Etienne:
🎵 Only Love Can Break Your Heart
#SaintEtienne
housemusic3.bandcamp.com/track
open.spotify.com/track/2l2JonC

@EarthOrgUK@mastodon.energy
2025-09-09 09:51:03

Eco Puzzlers For Masters of Engineering - For those on their way to mastering engineering... A set of thought experiments to help fix the real world. #ecoEngineering - earth.org.uk/MEng-Eco-Puzzlers

@nitpicking@mstdn.party
2025-07-27 12:58:24

Wow, some #AISlop going on here.gradschools.com/masters/medica

@aardrian@toot.cafe
2025-08-11 20:49:45

I think we should use CSS logical properties wherever we can. Chris Coyier has outlined some cases where we cannot:
frontendmasters.com/blog/shoul
I made a traditional to logical mapping in [checks wat…

@tante@tldr.nettime.org
2025-08-07 23:00:05

(Original title: How to not build the Torment Nexus)
buttondown.com/monteiro/archiv

@BBC6MusicBot@mastodonapp.uk
2025-07-20 17:16:36

🇺🇦 #NowPlaying on #BBC6Music's #MaryAnneHobbs
Alex Reece:
🎵 Pulp Fiction
#AlexReece
metalheadz.bandcamp.com/album/
open.spotify.com/track/4bsF2ZJ

@arXiv_qbiobm_bot@mastoxiv.page
2025-09-17 08:03:39

Synthetic Protein-Ligand Complex Generation for Deep Molecular Docking
Sofiene Khiari, Matthew R. Masters, Amr H. Mahmoud, Markus A. Lill
arxiv.org/abs/2509.12915

@tiotasram@kolektiva.social
2025-08-04 15:49:00

Should we teach vibe coding? Here's why not.
Should AI coding be taught in undergrad CS education?
1/2
I teach undergraduate computer science labs, including for intro and more-advanced core courses. I don't publish (non-negligible) scholarly work in the area, but I've got years of craft expertise in course design, and I do follow the academic literature to some degree. In other words, In not the world's leading expert, but I have spent a lot of time thinking about course design, and consider myself competent at it, with plenty of direct experience in what knowledge & skills I can expect from students as they move through the curriculum.
I'm also strongly against most uses of what's called "AI" these days (specifically, generative deep neutral networks as supplied by our current cadre of techbro). There are a surprising number of completely orthogonal reasons to oppose the use of these systems, and a very limited number of reasonable exceptions (overcoming accessibility barriers is an example). On the grounds of environmental and digital-commons-pollution costs alone, using specifically the largest/newest models is unethical in most cases.
But as any good teacher should, I constantly question these evaluations, because I worry about the impact on my students should I eschew teaching relevant tech for bad reasons (and even for his reasons). I also want to make my reasoning clear to students, who should absolutely question me on this. That inspired me to ask a simple question: ignoring for one moment the ethical objections (which we shouldn't, of course; they're very stark), at what level in the CS major could I expect to teach a course about programming with AI assistance, and expect students to succeed at a more technically demanding final project than a course at the same level where students were banned from using AI? In other words, at what level would I expect students to actually benefit from AI coding "assistance?"
To be clear, I'm assuming that students aren't using AI in other aspects of coursework: the topic of using AI to "help you study" is a separate one (TL;DR it's gross value is not negative, but it's mostly not worth the harm to your metacognitive abilities, which AI-induced changes to the digital commons are making more important than ever).
So what's my answer to this question?
If I'm being incredibly optimistic, senior year. Slightly less optimistic, second year of a masters program. Realistic? Maybe never.
The interesting bit for you-the-reader is: why is this my answer? (Especially given that students would probably self-report significant gains at lower levels.) To start with, [this paper where experienced developers thought that AI assistance sped up their work on real tasks when in fact it slowed it down] (arxiv.org/abs/2507.09089) is informative. There are a lot of differences in task between experienced devs solving real bugs and students working on a class project, but it's important to understand that we shouldn't have a baseline expectation that AI coding "assistants" will speed things up in the best of circumstances, and we shouldn't trust self-reports of productivity (or the AI hype machine in general).
Now we might imagine that coding assistants will be better at helping with a student project than at helping with fixing bugs in open-source software, since it's a much easier task. For many programming assignments that have a fixed answer, we know that many AI assistants can just spit out a solution based on prompting them with the problem description (there's another elephant in the room here to do with learning outcomes regardless of project success, but we'll ignore this over too, my focus here is on project complexity reach, not learning outcomes). My question is about more open-ended projects, not assignments with an expected answer. Here's a second study (by one of my colleagues) about novices using AI assistance for programming tasks. It showcases how difficult it is to use AI tools well, and some of these stumbling blocks that novices in particular face.
But what about intermediate students? Might there be some level where the AI is helpful because the task is still relatively simple and the students are good enough to handle it? The problem with this is that as task complexity increases, so does the likelihood of the AI generating (or copying) code that uses more complex constructs which a student doesn't understand. Let's say I have second year students writing interactive websites with JavaScript. Without a lot of care that those students don't know how to deploy, the AI is likely to suggest code that depends on several different frameworks, from React to JQuery, without actually setting up or including those frameworks, and of course three students would be way out of their depth trying to do that. This is a general problem: each programming class carefully limits the specific code frameworks and constructs it expects students to know based on the material it covers. There is no feasible way to limit an AI assistant to a fixed set of constructs or frameworks, using current designs. There are alternate designs where this would be possible (like AI search through adaptation from a controlled library of snippets) but those would be entirely different tools.
So what happens on a sizeable class project where the AI has dropped in buggy code, especially if it uses code constructs the students don't understand? Best case, they understand that they don't understand and re-prompt, or ask for help from an instructor or TA quickly who helps them get rid of the stuff they don't understand and re-prompt or manually add stuff they do. Average case: they waste several hours and/or sweep the bugs partly under the rug, resulting in a project with significant defects. Students in their second and even third years of a CS major still have a lot to learn about debugging, and usually have significant gaps in their knowledge of even their most comfortable programming language. I do think regardless of AI we as teachers need to get better at teaching debugging skills, but the knowledge gaps are inevitable because there's just too much to know. In Python, for example, the LLM is going to spit out yields, async functions, try/finally, maybe even something like a while/else, or with recent training data, the walrus operator. I can't expect even a fraction of 3rd year students who have worked with Python since their first year to know about all these things, and based on how students approach projects where they have studied all the relevant constructs but have forgotten some, I'm not optimistic seeing these things will magically become learning opportunities. Student projects are better off working with a limited subset of full programming languages that the students have actually learned, and using AI coding assistants as currently designed makes this impossible. Beyond that, even when the "assistant" just introduces bugs using syntax the students understand, even through their 4th year many students struggle to understand the operation of moderately complex code they've written themselves, let alone written by someone else. Having access to an AI that will confidently offer incorrect explanations for bugs will make this worse.
To be sure a small minority of students will be able to overcome these problems, but that minority is the group that has a good grasp of the fundamentals and has broadened their knowledge through self-study, which earlier AI-reliant classes would make less likely to happen. In any case, I care about the average student, since we already have plenty of stuff about our institutions that makes life easier for a favored few while being worse for the average student (note that our construction of that favored few as the "good" students is a large part of this problem).
To summarize: because AI assistants introduce excess code complexity and difficult-to-debug bugs, they'll slow down rather than speed up project progress for the average student on moderately complex projects. On a fixed deadline, they'll result in worse projects, or necessitate less ambitious project scoping to ensure adequate completion, and I expect this remains broadly true through 4-6 years of study in most programs (don't take this as an endorsement of AI "assistants" for masters students; we've ignored a lot of other problems along the way).
There's a related problem: solving open-ended project assignments well ultimately depends on deeply understanding the problem, and AI "assistants" allow students to put a lot of code in their file without spending much time thinking about the problem or building an understanding of it. This is awful for learning outcomes, but also bad for project success. Getting students to see the value of thinking deeply about a problem is a thorny pedagogical puzzle at the best of times, and allowing the use of AI "assistants" makes the problem much much worse. This is another area I hope to see (or even drive) pedagogical improvement in, for what it's worth.
1/2

@radioeinsmusicbot@mastodonapp.uk
2025-08-02 06:48:52

🇺🇦 Auf radioeins läuft...
Saint Etienne:
🎵 Only Love Can Break Your Heart
#NowPlaying #SaintEtienne
housemusic3.bandcamp.com/track
open.spotify.com/track/2l2JonC

@midtsveen@social.linux.pizza
2025-07-06 01:40:22

I'm burned out, good night! No gods, no masters! Anarchy always!

@cjust@infosec.exchange
2025-08-07 18:25:50

#ShamelesslyStolenFromTheOtherSite
xcancel.com/ChrisJBakke/status

@Chris/Bakke Aug 4
Food trucks used to sell you 3 of the best tacos you've had in your life for $5 cash only and then people with Masters degrees started buying them and now it's 3 of the worst tacos you've had in your life for $18.50 plus a recommended 20% tip
@chiraag@mastodon.online
2025-09-03 17:45:30

Hey y'all. My wife recently graduated with a masters in CS (main focus areas being data science and AI/ML) and is still looking for a job as the market is utter shit. We're in the Bay Area for the foreseeable future, so she's currently looking for job opportunities either in the area or fully remote!
#GetFediHired

@kexpmusicbot@mastodonapp.uk
2025-06-29 00:22:35

🇺🇦 #NowPlaying on KEXP's #VarietyMix
Funk Masters:
🎵 Love Money
#FunkMasters
djbacksongs.bandcamp.com/track
open.spotify.com/track/07aBBTW

@BBC3MusicBot@mastodonapp.uk
2025-08-18 22:39:56

🇺🇦 #NowPlaying on BBCRadio3's #RoundMidnight
Brian Jackson, Masters at Work & Rahsaan Patterson:
🎵 Is That Jazz?
#BrianJackson #MastersatWork #RahsaanPatterson

@UP8@mastodon.social
2025-07-02 19:47:37

⭐ Organized crime & gold trade are increasingly connected, report shows
news.mongabay.com/2025/06/orga

@Dragofix@veganism.social
2025-06-29 12:36:50

Organized crime & gold trade are increasingly connected, report shows news.mongabay.com/2025/06/orga

@Aschniedermann@fediscience.org
2025-07-01 14:52:33

I am slowly but surely enjoying Reiner Keller's "Sociology of knowledge approach to discourse". I highly appreciate the level of care towards what is identified/extracted and taken for real. However, as with any other sociological framework, the position of the analyst remains problematic.
Even if one masters the analytical practice, communicating it remains problematic, as language must be used to do so. Traditionally, sociologists attempt to find a new form of language, which often becomes increasingly abstract and incomprehensible.
I wonder what the alternative would be: expressing analytical insights in every possible language or discursive logic (which is practically impossible), or at least in those connected to the analysis. Language translation or 'elif' could be examples of this. However, I also consider 'speaking in your terms' when communicating with individuals from different backgrounds.
#ADSK #Sociology #DiscourseAnalysis

@smashtie@mas.to
2025-08-26 08:29:14

Of the top 20 UK albums right now, 11 are "best of", collections or re-masters. If you need any evidence of the state that the music sector is in right now, here it is. The algorithm is only making money for the incumbents.

@midtsveen@social.linux.pizza
2025-09-05 21:20:51

Reversing what was undisputable knowledge
Branded as false-factual information
A game of sovereigns
Masters of deceit
Weapons of art
Tables turn on the overpowering
Balance to be restored
Force fed fabricated quandaries of diplomatic myth, untruths
Consequences of pride, and misplaced malice
The dialogues fall through
Oh, but they ingest it
Undoing from the inside begins as a seed
Until it grows
Lies form
Blind and targ…

@arXiv_physicsplasmph_bot@mastoxiv.page
2025-09-10 08:43:01

Modulated deuteron spectra observed with the Magnetic Recoil neutron Spectrometer at the National Ignition Facility
Bao Nguyen, Yousef Lawrence, Christopher Wink, Timothy Mark Johnson, Niels Vanderloo, Benjamin Reichelt, Amber Hennessy, Daniel Thomas Casey, Dave Schlossberg, Nathan Masters, Jose Milovich, Ari Le, Stephen Craxton, Maria Gatu Johnson, Johan Frenje

@arXiv_astrophCO_bot@mastoxiv.page
2025-08-06 08:18:00

EUCLID: Photometric redshift calibration with self-organising maps
W. Roster, A. H. Wright, H. Hildebrandt, R. Reischke, O. Ilbert, W. d'Assignies D., M. Manera, M. Bolzonella, D. C. Masters, S. Paltani, W. G. Hartley, Y. Kang, H. Hoekstra, B. Altieri, A. Amara, S. Andreon, N. Auricchio, C. Baccigalupi, M. Baldi, A. Balestra, S. Bardelli, P. Battaglia, R. Bender, A. Biviano, E. Branchini, M. Brescia, S. Camera, G. Ca\~nas-Herrera, V. Capobianco, C. Carbone, V. F. Cardone, J. Carret…

@arXiv_csHC_bot@mastoxiv.page
2025-07-30 08:22:41

Empowering Educators in the Age of AI: An Empirical Study on Creating custom GPTs in Qualitative Research Method education
Qian Huang, Thijs Willems
arxiv.org/abs/2507.21074

@burningbecks@social.tchncs.de
2025-07-25 11:40:07

I decree
Bow before my badge
Get on the ground
Hands behind your neck
Cuffed up tightly
Disarray I don’t take lightly
Dislocated shoulder
Anarchists getting bolder
Go!
Our knees in their backs
“Non-lethal” fire cracks
Taze the bastards
Answer to your masters
Under my surveillance, no one stands a chance
I’ll break you bones and bring you in at first glance
You can't fend off my figure
I’ll pull up my gun a…

@kexpmusicbot@mastodonapp.uk
2025-06-28 22:48:04

🇺🇦 #NowPlaying on KEXP's #VarietyMix
Masters at Work:
🎵 The Ha Dance (Ken/Lou mixx)
#MastersatWork
ruffkaval.bandcamp.com/track/m

@avalon@jazztodon.com
2025-07-23 23:57:37

#ArtEnsembleOfChicago
#CecilTaylor
#TheloniousSphereMonk
what else did you need to know?
Dreaming of the Masters Vol. 2

@BBC6MusicBot@mastodonapp.uk
2025-07-19 21:50:29

🇺🇦 #NowPlaying on #BBC6Music's #DonLettsCultureClashRadio
Brian Jackson & Masters at Work:
🎵 The Revolution Will Not Be Televised (feat. Black Thought)
#BrianJackson #MastersatWork
#newRelease 🆕 single
thebrianjackson.bandcamp.com/a
open.spotify.com/track/6Va9lgz

@arXiv_csDC_bot@mastoxiv.page
2025-08-28 08:11:41

Beyond the Bermuda Triangle of Contention: IOMMU Interference in Mixed Criticality Systems
Diogo Costa, Jose Martins, Sandro Pinto
arxiv.org/abs/2508.19670

@Josh@federated.press
2025-06-24 15:56:36

IRANIAN PROGRAM DEBATED AT M.I.T.
nytimes.com/1975/04/27/archive

@arXiv_econGN_bot@mastoxiv.page
2025-07-01 08:13:03

Tracking the affordability of least-cost healthy diets helps guide intervention for food security and improved nutrition
William A. Masters
arxiv.org/abs/2506.22965

@chris@mstdn.chrisalemany.ca
2025-07-04 13:18:52

I feel weird saying “Happy July 4” to my American friends, because I don’t think many Americans are very happy with where the country is headed. Independence Day? From what? Tyrannical Kings? Colonial masters?
Seems #theAmericanFascist is headed back there as quickly as he can.
You gotta fight it, friends. You have to stop what you are doing today and really think about how to force Trump and his backers to reverse course now, hopefully peacefully, but maybe not.
So Happy Independence Day to my good hearted American friends. I know you are there, from both parties.
I wish for you the strength to stand up for that Independence and Freedom for all within your borders so you can again become a beacon. Remember that you have friends in the world willing to help, but the first step has to be yours.
#usa #july4 #independenceday

@kexpmusicbot@mastodonapp.uk
2025-08-14 07:44:00

🇺🇦 #NowPlaying on KEXP's #VarietyMix
Brian Jackson & Masters at Work feat. Omar:
🎵 The Bottle
#BrianJackson #MastersatWork #Omar
thebrianjackson.bandcamp.com/t

@lilmikesf@c.im
2025-07-06 14:40:33

Where I wuz at #OTD 41 yrs ago...
$5 #AllAges Punk/ Funk Spectacular at #Georgetown University Hall of Nations
#GoGo Beat Masters

Punk / Funk Spectacular at Georgetown University Hall of Nations
@kexpmusicbot@mastodonapp.uk
2025-06-30 08:39:49

🇺🇦 #NowPlaying on KEXP's #JazzTheatre
Art Ensemble of Chicago:
🎵 Dreaming of the Masters / Excerpt Part 15 & 3A
#ArtEnsembleofChicago
open.spotify.com/track/7tHXpiO

@arXiv_econGN_bot@mastoxiv.page
2025-07-29 15:34:17

Replaced article(s) found for econ.GN. arxiv.org/list/econ.GN/new
[1/1]:
- Retail prices, environmental footprints, and nutritional profiles of commonly sold retail food it...
Elena M. Martinez, Nicole Tichenor Blackstone, Parke E. Wilde, Anna W. Herforth, William A. Masters

@kexpmusicbot@mastodonapp.uk
2025-09-09 21:09:55

🇺🇦 #NowPlaying on KEXP's #AfternoonShow
Brian Jackson & Masters at Work feat. Omar:
🎵 The Bottle
#BrianJackson #MastersatWork #Omar
thebrianjackson.bandcamp.com/t

@chris@mstdn.chrisalemany.ca
2025-07-25 12:35:28

The average undergrad tuition fee in the 1974/75 academic year in Canada, across all disciplines, was $547 ($3445 adjusted to 2025)
Fees 50 years later in 2024/25 were $7360 ($7496 adjusted)
That is more than double. 117%.
And I *know* from personal experience this is a low ball average. If I could find a breakdown by discipline or by length of study for today, some would be even more obscene.
What has changed? Any occupation outside a minimum wage paying job demands a 2-4yr undergraduate diploma or degree, if not more.
Think about the 1970s and how common it was for people to get good paying jobs, leading to careers, without even high school education. Our free education stops with high school.
My family is a good example.
Mom and Step Dad: teacher college/degree. One got a Masters mid career.
Dad: didn’t complete HS
Father in law: didn’t complete HS
Mother in law: completed HS mid-career
Leadership positions and full careers demand a Masters or PhD requiring 5-10 years of study after HS!
Add in the cost of food and housing and the massive cuts happening at all colleges and universities because of the loss of international student tuition and I am going to go out on a limb and say our students today are going to pay double the price for a far worse experience than possibly any time since the Second World War.
Public education should be free.
Food and Housing should be controlled.
If the only thing government cares about is the economy, then they are setting us up for failure, and have been for decades.
(Don’t get me started on the kinds of “values” Canadian governments demonstrate when International student tuitions are 5x more than domestic students, let alone the inherent revenue risk in that funding strategy that has now come home to roost)
#canpoli #cdnpoli #education #university #college #canada
(
74/75 Source Stats Can: www150.statcan.gc.ca/t1/tbl1/e
24/25 source stats can: www150.statcan.gc.ca/t1/tbl1/e
cc: @… @…

@kexpmusicbot@mastodonapp.uk
2025-08-08 21:47:02

🇺🇦 #NowPlaying on KEXP's #AfternoonShow
Brian Jackson & Masters at Work feat. Omar:
🎵 The Bottle
#BrianJackson #MastersatWork #Omar
thebrianjackson.bandcamp.com/t

@kexpmusicbot@mastodonapp.uk
2025-09-04 08:29:05

🇺🇦 #NowPlaying on KEXP's #VarietyMix
Brian Jackson & Masters At Work feat. Omar:
🎵 The Bottle
#BrianJackson #MastersAtWork #Omar
thebrianjackson.bandcamp.com/t

@kexpmusicbot@mastodonapp.uk
2025-08-09 01:26:02

🇺🇦 #NowPlaying on KEXP's #DriveTime
Brian Jackson & Masters At Work feat. Black Thought:
🎵 The Revolution Will Not Be Televised
#BrianJackson #MastersAtWork #BlackThought
thebrianjackson.bandcamp.com/a
open.spotify.com/track/6Va9lgz

@kexpmusicbot@mastodonapp.uk
2025-08-05 16:53:03

🇺🇦 #NowPlaying on #KEXP's #MorningShow
Brian Jackson & Masters At Work feat. Black Thought:
🎵 The Revolution Will Not Be Televised
#BrianJackson #MastersAtWork #BlackThought
thebrianjackson.bandcamp.com/a
open.spotify.com/track/6Va9lgz

@kexpmusicbot@mastodonapp.uk
2025-07-30 11:53:40

🇺🇦 #NowPlaying on KEXP's #VarietyMix
Brian Jackson & Masters At Work feat. Black Thought:
🎵 The Revolution Will Not Be Televised
#BrianJackson #MastersAtWork #BlackThought
thebrianjackson.bandcamp.com/a
open.spotify.com/track/6Va9lgz