med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

347
active users

#computerscience

19 posts16 participants1 post today

#AI #AlanTuring #TuringInstitute #Turing #Computing #ArtificialIntelligence #UK #Technology #ComputerScience #Science
It’s quite ironic that an organisation established in commemoration of one of our greatest geniuses may fail because its leaders appear to be too incompetent to run it…

Staff fear UK's Turing AI Institute at risk of collapse bbc.com/news/articles/c24zz2vd

British Secretary of State for Science, Innovation and Technology Peter Kyle departs a cabinet meeting at Downing Street in London. He has short, sharp grey hair and is wearing a smart suit.
www.bbc.comStaff fear UK's Turing AI Institute at risk of collapseA complaint raises concerns about the funding risks and a "toxic" culture at the Alan Turing Institute.

The new algorithm for directed cheapest routes "slices the graph into layers, moving outward from the source like Dijkstra’s. But rather than deal with the whole frontier at each step, it uses the Bellman-Ford algorithm to pinpoint influential nodes, moves forward from these nodes to find the shortest paths to others, and later comes back to other frontier nodes. It doesn’t always find the nodes within each layer in order of increasing distance, so the sorting barrier doesn’t apply. And if you chop up the graph in the right way, it runs slightly faster than the best version of Dijkstra’s algorithm. It’s considerably more intricate, relying on many pieces that need to fit together just right. But curiously, none of the pieces use fancy mathematics."

quantamagazine.org/new-method-

A still from a video of nodes being connected by a white line
Quanta Magazine · New Method Is the Fastest Way To Find the Best Routes | Quanta MagazineA canonical problem in computer science is to find the shortest route to every point in a network. A new approach beats the classic algorithm taught in textbooks.

"Choreographic programming is a paradigm for concurrent and distributed software, whereby descriptions of the intended communications (choreographies) are automatically compiled into [decentralized code.
It is difficult to combine w/higher-order functions]: compilation is not modular (editing a part might require recompiling everything) and the generated code can perform unexpected global synchronisations."
portal.findresearcher.sdu.dk/e

University of Southern DenmarkModular Compilation for Higher-Order Functional Choreographies

I think we should consider changing up the CS degree to incorporate more hands on stuff with tech.

Before I got my CS I got an associates in Network and System Administration. To this day I think that two year degree was more beneficial to my career than the CS. And that kind of knowledge now is needed. A.I. can't run cables, install servers, design and deploy wireless infrastructure in the oil field, etc. And I made six figures doing that just like the programmers with only a CS.

We just need to adjust. Either change the CS or start pushing a different degree to the kids.

The NYT is behind a gimme your email wall so here is the other way: archive.ph/13ras

#computerscience #degree #college #tech #job

nytimes.com/2025/08/10/technol

In the late 1990s, the Dot-Com Bubble jacked up the demand for deaf, dumb, and blind kid coders—the Java Wizards, as it were (JavaScript next, then Python). The US higher education system duly obliged, and stamped out droves of kid coders. Thus began a rapid decay in quality of the #ComputerScience curriculum at a typical college.

A quarter century later, an average #CS graduate working in #IT can no longer be distinguished from a Data Science graduate or a Coding Camp alum—the lot of them have become “code first, think never” Code Warriors. This coder class will be the first to be eradicated by the LLMs or their more-potent spawns.

If CS is to coexist with AI code generators, resist being swallowed head-first by DS, and survive as a proper field of science (as opposed to a mere vocation), an average undergraduate CS curriculum must reinstate the teaching of CS’s #mathematical foundations: Computability Theory, Type Theory, Abstract Algebra, Category Theory, Formal Languages, Complexity Theory, Algorithm Analysis, PDEs, etc.

Clearly, four years of undergraduate schooling is insufficient to turn an average college student into a practising theoretical computer scientist; after all, that is the province of graduate education—many more years thereof. But anyone who was granted a BSCS from an accredited US university must have been taught the basic reading skills, the fundamental mathematical skills, the essential lifelong learning habits, and the rough mental map of the further studies.

youtu.be/aOUqRZkR8dE?si=H56COi

XY Problem - Wikipedia
"The XY problem is a communication problem encountered in help desk, technical support, software engineering, or customer service situations where the question is about an end user's attempted solution (X) rather than the root problem itself (Y or Why?).
The XY problem obscures the real issues and may even introduce secondary problems that lead to miscommunication, resource mismanagement, and sub-par solutions. The solution for the support personnel is to ask probing questions as to why the information is needed in order to identify the root problem Y and redirect the end user away from an unproductive path of inquiry."

en.wikipedia.orgXY problem - Wikipedia