Tootfinder

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

@jaygooby@mastodon.social
2025-08-15 17:07:14

Puts a "Deploy" button in Strapi so rather than webhooks triggering builds on every change, you can decide when to publish. Supports self-hosted Gitlab instances and pipeline variables.
Built from a fork-of-a-fork plus some retracted PRs.
All I really did was swear at `npm` until I figured out that I was missing a "prepare" step in package.json

@mela@zusammenkunft.net
2025-08-12 19:24:17

Ich habe ein Mega-Update mit einer Tonne neuer @… -Snippets und verbesserten Snippets online gestellt:
gitlab.kit.edu/uhrhr/zettlr-re

@guerda@ruhr.social
2025-07-17 13:20:54

Heute habe ich 24 Fehlversuche gebraucht, eine #GitLab Pipeline zu bauen. Wenn es beim 25. Mal funktioniert, weiß man: das war ein erfolgreicher Tag.
#devops #developer

@heiseonline@social.heise.de
2025-10-06 05:15:10

Noch einige der zuletzt hier besonders häufig geteilten #News:
Attacke auf Red-Hat-GitLab-Instanz, Kundendaten kopiert

@mgorny@social.treehouse.systems
2025-08-12 18:12:44

I was trying to package #FlexiBLAS for #Gentoo, and to be honest, it doesn't look that good.
The first red flag is lack of an open bug tracker. Apparently, there is the tracker on GitLab that's limited to "members of their group and selected external contributors", but it doesn't seem to be used much. So it's "send us an email", and wonder how many people sent us the same bug report before.
The git repository is currently at something tagged 3.4.80 that seems to be prerelease, and its build system is quite broken. Not exactly the best path to verify that the bugs you are hitting are still there.
Now, upstream seems to insist on either using vendored netlib #LAPACK, or statically linking to the system library (we don't install the static libraries). Apparently I can specify the shared libraries instead, but it doesn't work — and it's unclear to me whether it doesn't work because I'm using the shared libraries, or because it doesn't support my LAPACK version. If I build LAPACK without deprecated symbols, it refuses to load it at runtime because of missing symbols. And if I build it with deprecated symbols, it fails to find some symbols at CMake time.
Honestly, I feel like I've spent too much time on this project already, especially given that its future is entirely unclear to me — the current git is quite broken, I have no clue how many issues were reported already and whether my bug reports will receive any reply. It definitely doesn't fare well for a package that we might start to rely heavily on. We don't want a cathedral there.
mpi-magdeburg.mpg.de/projects/
gitlab.mpi-magdeburg.mpg.de/so

@domm@social.linux.pizza
2025-09-07 14:51:42

Installing DarkPAN #Perl modules via the #GitLab generic packages repository #devops

@adulau@infosec.exchange
2025-08-10 09:26:38

Anyone having issues with Tor for the past few days?
It seems one of the Snowflake bridge is down (but should not impact obfs4):
gitlab.torproject.org/tpo/anti

"This graph shows the fraction of timeouts and failures when downloading static files of different sizes over Tor, either from a server on the public internet or from an onion server. A timeout occurs when a download does not complete within the scheduled time, in which case it is aborted in order not to overlap with the next scheduled download. A failure occurs when the download completes, but the response is smaller than expected." There is an increase from one source for some failures and ti…
@penguin42@mastodon.org.uk
2025-09-27 23:46:12

Right, that's my Epson HX-20 cassette decoder working and successfully decoded the file I wanted to capture from the monitor.
I posted the code on Gitlab, but it's only VERY lightly tested, so you're probably best to check more widely known sutff like HXTape first.
gitlab.com/penguin42/demod

@esoriano@social.linux.pizza
2025-09-29 09:06:29

Do you want to use append-only WORM (Write Once Read Many) files for logging?
For ~ $100, you can use a Raspberry Pi as an external USB hard disk with an ext4/exFAT filesystem providing some preconfigured append-only WORM files. Try Socarrat:
gitlab.eif.urjc.es/publication

@whitequark@mastodon.social
2025-08-12 13:26:25

personally i'm not planning to migrate from github any time soon. the people who i'd've lost on ethical grounds have self-selected out long ago, i have basically no lock-in besides very heavy reliance GH Actions (which have no viable replacement besides gitlab maybe) and i'm counting on the process of corporate death to take a few years until it starts to cause actual immediate problems

@Stomata@social.linux.pizza
2025-07-30 12:58:47

Finally a good looking android app for Screen time monitoring. I won't use the proprietary #digitalwellbeing one.
gitlab.com/Atharok/ScreenTime

@lukasweidinger@gruene.social
2025-09-10 08:31:05

The #gnome #bug reporter still wants to push reports onto bugzilla that has been replaced by their #gitlab instance.
Is that a known issue?
Couldn't find any reference online, how that will change in…

@mgorny@pol.social
2025-08-12 18:19:16

Próbowałem dodać #FlexiBLAS do #Gentoo, i szczerze mówiąc, nie wygląda to dobrze.
Na dobry początek niepokoi brak otwartego systemu zgłaszania błędów. Jest GitLab, ale ograniczony do "członków ich grupy i wybranych osób z zewnątrz", ale nie wygląda na to, żeby go za bardzo używano. Jest tylko…

@kubikpixel@chaos.social
2025-10-03 13:00:14

»Red Hat erleidet möglicherweise massiven Breach:
Das Unternehmen untersucht einen Vorfall in seiner Gitlab-Instanz. Cyberkriminelle behaupten, 28'000 Repositories mit Kundendaten gehackt zu haben.«
Nimmt mich wunder wie "unsicher" Rad Hat von IBM nun ist. Ich wünsche keinen deren Kunden, dass dies Auswirkungen hat. Bin aber gespannt ob es indirekt auch @…

@kornel@mastodon.social
2025-08-26 12:21:39

I have to use #Gitlab CI at $work, and I'm surprised how clunky it is.
CI Components are not real components, they just dump YAML into a global namespace, needing hacks to customize them.
There's no reusability at the granularity of Github Actions (other than concatenation of bash scripts).
I keep running into dead ends. I check Gitlab's own bug tracker to see if an…

@nobodyinperson@fosstodon.org
2025-09-24 12:43:41

I finally tried out a new cool feature of :gitannex: #gitAnnex: compute special remotes²!
Git annex is a ridiculously powerful git extension to manage large files. It remembers which file is stored on which remote. Compute special remotes now take this to another level by computing files on the fly. It's a bit like a

@guerda@ruhr.social
2025-07-29 06:54:39

Frage an alle #GitLab Admins: gibt es eine Möglichkeit, einen User automatisch auf alle Projekte Instanz-weit in GitLab self hosted zuzulassen?
Für eine Überprüfung reicht ein Audit User nicht aus und ich möchte das so weit wir möglich automatisieren, auch für neue Projekte.

@domm@social.linux.pizza
2025-09-10 15:06:28

Today I fought with Containerfiles, Makefiles and GitLab (mostly GitLab...).

@arXiv_csCR_bot@mastoxiv.page
2025-09-12 09:39:29

On the Security of SSH Client Signatures
Fabian B\"aumer, Marcus Brinkmann, Maximilian Radoy, J\"org Schwenk, Juraj Somorovsky
arxiv.org/abs/2509.09331

@veit@mastodon.social
2025-08-09 08:02:52

A malicious Jira ticket can cause Cursor to exfiltrate secrets from the repository or local file system. But this is not just a problem with Cursor: GitHub MCP connections can also be exploited to expose private repository data, and a vulnerability in GitLab Duo allowed private information to be exposed through automatically rendered HTML code.

@lil5@social.linux.pizza
2025-09-26 07:21:38

gitlab.gnome.org/GNOME/gnome-s
Donation notifications are not worth setting as critical:

CS2 fullscreen with a gnome notification asking the user to donate
@rene_mobile@infosec.exchange
2025-08-18 11:16:56

I have now also converted my remaining personal open source Git repositories (those which we don't already host at the institute's #Gitlab instance and which are not forked from or contribution to others) from #Github to

@mcdanlj@social.makerforums.info
2025-09-01 02:13:34

I have #HamRadio single-paddle #Morse key.
I added optional stabilizer bars for which I recommend 3mm stainless rod…

FreeCAD screen shot with transparent view of key body showing relationship of hardware including new stabilizer bars to counteract key torque.
@nobodyinperson@fosstodon.org
2025-10-01 11:53:09

Is there sandbox weirdness going on with :nixos: #nix fixed-output-derivations (i.e. when you specify outputHash) that some tcp connections are disallowed? I can git clone in runCommand, but down the line a 'git annex get' (which internally just downloads another file via http) fails with this weird message 'no such protocol name: tcp'. With `--option sanbox false` everything is fine, …

@AntoninDanalet@datasci.social
2025-08-19 11:12:04

At SBB, we habe MOBi.
In New Zealand 🇳🇿, they habe Monty!
New Zealand has developed a national transport model that is very similar in structure to our multimodal model:
👉 synthetic population,
👉 activity-based modelling,
👉 traffic simulation with #MATSim.

Several documents are available online:

@arXiv_csSE_bot@mastoxiv.page
2025-10-07 11:29:12

RevMine: An LLM-Assisted Tool for Code Review Mining and Analysis Across Git Platforms
Samah Kansab, Francis Bordeleau, Ali Tizghadam
arxiv.org/abs/2510.04796

@nobodyinperson@fosstodon.org
2025-10-01 13:13:30

I finally beefed up my :nix: #nix derivation for the :gitannex: #gitAnnex standalone builds so the download process of the non-predictable version url is automated. It now uses git annex itself to retrieve the tarball from a matching commit in @…

@publicvoit@graz.social
2025-08-29 07:08:15

Users of #GNOME #Evolution mail client: in #Debian13 #Trixie, the Message-ID search (via command line) is broken. 😔

@fanf@mendeddrum.org
2025-09-18 20:42:04

from my link log —
On the security of SSH client signatures.
arxiv.org/abs/2509.09331
saved 2025-09-15 dotat.at/:/GW6BK.html

@domm@social.linux.pizza
2025-09-04 20:50:37

Today we managed to find a nice way to install our darkpan modules from gitlab into our app containers. Detailed blog post upcoming! #Perl

@arXiv_csSE_bot@mastoxiv.page
2025-08-01 09:22:01

An Empirical Study on the Amount of Changes Required for Merge Request Acceptance
Samah Kansab, Mohammed Sayagh, Francis Bordeleau, Ali Tizghadam
arxiv.org/abs/2507.23640

@castarco@hachyderm.io
2025-09-02 21:13:59

Would you be interested on a European #coop alternative to #Github for your private/for-profit projects (paid service)?
I welcome comments elaborating on why you said "yes", "maybe" or "no" :blobfoxcofe: .
Note: I'm aware of other alternatives like Gitlab, Bitbucket, Gitea, Codeberg... None of those match what I'm asking about for one or more reasons.
#EU #SovereignTech #SovereignCloud #privacy #GDPR #cooperatives
No
Maybe
Yes