bolha.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a Brazilian IT Community. We love IT/DevOps/Cloud, but we also love to talk about life, the universe, and more. | Nós somos uma comunidade de TI Brasileira, gostamos de Dev/DevOps/Cloud e mais!

Server stats:

256
active users

#repository

4 posts4 participants1 post today

In an interdisciplinary Masters-level class at RWTH Aachen, I taught construction, architecture, mechanical and other students how to clone and run Python/NodeJS repositories from GitHub.

One of the projects was based on using a music visualiser to create music animations. At this link, you can find what the students created: diraneyya.github.io/deep-music

Deep Music Visualizer ShowdownDeep Music Visualizer ShowdownWhat is this all about This website was setup in under 30 minutes using the HUGO project template on GitLab. The website provides a showdown of all the visualizations created by the DSSIPD WiSe 2021/2022 students in the CR-Masters program in the RWTH Aachen university.
Replied in thread

Update. Bad news from the #NEH for #KnowledgeCommons (and the rest of us).
about.hcommons.org/2025/04/17/

"On April 2, 2025, we received notification that our NEH Infrastructure and Capacity Building Challenge Grant, awarded in 2020, was terminated effective immediately…On April 10, 2025, we received further…notification that our contract to provide the NEH’s Designated Public-Access #Repository was also being terminated…This loss is devastating…both for the financial impact it represents…but also for the unceremonious end to a goal we’d set for ourselves years ago…Not to mention the bigger picture here: that designated public-access repository is no longer needed, because it is assumed that the NEH will no longer be funding research, and thus there will be no results of research to make publicly accessible."

PS: All the agencies covered by the #OSTP #NelsonMemo must designate #OpenAccess repositories for their OA content. NEH was the only agency to designate a repo not hosted by the govt. All the other agency repos will be hosted by the govt, where they will be subject to political censorship or takedowns.

Die ersten Schritte mit Git auf der Bash: Ein Leitfaden für Anfänger

heute möchte ich Dir in die faszinierende Welt von Git einführen und Dir zeigen, wie Du die ersten Schritte mit Git auf der Bash machen kannst. Git ist ein leistungsstolles Versionskontrollsystem, das Dir dabei hilft, deine Projekte effizient zu v...

techniverse.net/blog/2025/03/d
#Linux #bash #git #github #learning #linux #repository

Interesting... In a #git repository, I found a directory called .history that replicates the structure of the repository but with backups of all the files, ending with a timestamp before the file extension. E.g., backend/device.py is replicated as .history/backend/device_20250126172553.py. And there are many more files like this. Surely this was created in an automated fashion. But with which software? Does anybody know?

Ich habe jetzt endlich die notwendige mentale Ruhe mich auch mal wieder mit meinem #Linux zu befassen. Installiert ist ja aktuell ein #Fedora 41.
Generell gefällt mir das gut. Aber der strenge Ansatz von Fedora strikt nur auf #FOSS zu setzen hat auch Schwächen. Es gibt halt doch immer wieder mal Software, die nicht FOSS ist, die man benötigt. Und da habe ich keine Lust jedesmal mit #rpm Archiven zu hantieren, die ich dann manuell aktuell halten muss. Sowas läuft halt über ein #Repository (1/2)

DVD-RAM media can be used to back up bare git repositories and store them for a long time. Because DVD-RAM media behave like USB-Sticks, updating the repositories is possible at any time.

You could create a local archive of software with it so that in case something terrible happens with your internet access or your source code platform, you would still be able to build and develop software offline.

1/3