can

@can@mstdn.social
141 Followers
304 Following
3.1K Posts
Co-founder of Ravioli (@ravioli). If you wish to make an apple pie from scratch, you must first invent the universe.
Bloghttps://canolcer.eu
Fugu (privacy-friendly analytics)https://fugu.lol
Raviolihttps://getravioli.de

The European Accessibility Act is now in force, making life easier for millions of people living with a disability or reduced mobility.

This means:

✔️ More accessible products and services across the EU
✔️ Easier access to transport, education, and job opportunities
✔️ Better prices through fairer competition
✔️ More jobs for accessibility experts

Together, we’re building a more inclusive Europe where accessibility is a reality, not an option.

Find out more: https://europa.eu/!97xKPR

Interesting observation.
@MarkHoltom Good effort chipping in and helping everyone! I'm sure if there's clients looking for a freelance pedant, they'll be in touch.

Great! A bunch of us here wanted it. Now it exists. 👍

It's a "dark archive" of the arXiv - a non-public backup to save the data in case of attack by hackers or the US government. The arXiv, I hope you know, is the biggest source of modern math and physics papers.

Who got the job done? The TIB: the Technische Informationsbibliothek, run by the Leibniz Information Centre for Science and Technology, in Hannover, Germany.

They write:

"The TIB has now set up a so-called dark archive for the arXiv content in order to be able to make the backed-up data accessible if the data stored in the USA is lost. The archive functions as a silent reserve: the complete copy of the content is stored decentrally at the TIB, but is not publicly accessible. This means that the data stock – almost 10 terabytes – is protected against potential outages and can be activated in an emergency.

The TIB is currently working on processes to keep the archive up to date: new submissions and updated versions must be backed up regularly in order to preserve the state of research as completely as possible.

“Building a Dark Archive is an expression of our longstanding commitment for a reliable, international academic provision, and as a partner of arXiv. Even though the Dark Archive today only works in the background, it is a key element in safeguarding digital research contents in the long term, because in case of a crisis, we could open the archive,” explains Dr Irina Sens, Deputy Director of the TIB."

We should call it the darXiv.

More details here:

https://blog.tib.eu/2025/05/14/protecting-science-tib-builds-dark-archive-for-arxiv/

Protecting Science: TIB builds Dark Archive for arXiv - TIB-Blog

Research and science are international; it is not for nothing that we speak of international specialist communities. Although a service such as arXiv is operated by an institution based in the USA, namely Cornell University, it is used by researchers worldwide. Part of arXiv‘s funding has also been internationalised since 2010 with the introduction of arXiv membership. The TIB finances the German contribution together with the Helmholtz Association of German Research Centres (HGF) and the Max Planck Society (MPG). The TIB has now set up a so-called dark archive for the arXiv content in order to make the backed-up data accessible in the event that the data located in the USA is lost.

TIB-Blog
Trotz vollmundiger Versprechen der Regierung, mit #Sondervermögen-Milliarden die #Bahn wieder fit zu machen, passiert das Gegenteil: Die Bahn plant laut internem Papier massive Kürzungen im Fernverkehr – über 20000 Sitzplätze sollen wegfallen. Statt Ausbau folgt Rückbau. Das ist kein Aufbruch, sondern ein Armutszeugnis für Verkehrswende und Glaubwürdigkeit der Regierung.
https://www.berliner-zeitung.de/news/deutsche-bahn-internes-papier-zeigt-kahlschlag-im-fernverkehr-li.2336939
Deutsche Bahn: Internes Papier zeigt Kahlschlag im Fernverkehr

Der Konzern steckt in einer tiefen Krise. Einem Medienbericht zufolge sollen drastische Sparmaßnahmen ergriffen werden.

Berliner Zeitung

just a completely normal thing for a republican member of Congress to do apparently

no one with any power or authority will despise out against it, the media won’t cover it as racist or xenophobic they do if you dare show empathy for Muslim people

Awesome shout-out in the Ruby Weekly newsletter for one of my least-known, but best gems. Chaotic Job will literally 10x the quality and utility of your tests for background jobs. I positively love it, and I know for a fact that you will too.

Check it out: https://github.com/fractaledmind/chaotic_job

Warum krähen Hähne bei Sonnenaufgang?

Der Hahnenschrei am Morgen ist typisch. Warum kräht er zum Sonnenaufgang? Von Gábor Paál | Text und Audio dieses Beitrags stehen unter der Creative-Commons-Lizenz CC BY-NC-ND 4.0.

SWR

#AI coding tools can be time-saving automation at the hands of an already-senior developer, but that’s only because it utterly relies on the motivation and depth of experience already found in the HUMAN that’s using it to shape it into something worthwhile. Like a seasoned musician toying with analog synthesizers and sequencers, finding serendipity in the semi-random stream of patterns that are suitable to be molded into actual works requires a human editor. AI itself cannot offer that wisdom.

AI will never be a replacement for expertise. It does not compensate for a lack of skill. It offers nothing to replace an understanding of the fundamental principles of the craft. It will not turn a junior engineer into a senior one.

And it will not create a complex product, at least not one that won’t crumble the moment you have to maintain it.

#softwareEngineering #softwareDevelopment

One reason I think that complex #AI software projects are never going to happen is that the code it generates has no *intent* behind it.

Senior software devs spend an extraordinarily large amount of time reading existing code and asking not just HOW they work, but WHY they were written that way. Reading long-maintained, complex source code is more than mere reading comprehension; it’s LITERARY CRITIQUE. You’re constantly trying to understand the thought process and motivation of whoever wrote that code, in the hopes of gaining insight into their frame of mind.

Well, AI code has no motivation, thought process, nor frame of mind. While the code it generates MIGHT work correctly (a big assumption) at the point it was extruded, there is no plausible way of maintaining that code, and at some point of complexity (sooner than you think!) maintainability becomes critical.

#softwareEngineering #softwareDevelopment