Search
1000 results for “ferki”
-
I accept a few new clients in the coming weeks.
I specialize in making IT infrastructure and software delivery solutions faster and cheaper in the cloud and on-premises.
My clients hire me because of my no-nonsense approach: transparent, pragmatic, and holistic.
I often work with well-known #opensource projects such as #perl, #gentoo #linux, #postgresql and #sqlite, as well as niche ones like #laminar #cicd and #rex.
Please DM if interested, and boost for reach!
-
@musicmatze Yeah, I only tolerate an npm-based solution for this is because GitHub Actions completely hides it from me (and from all contributors).
I would prefer #gitlint too, so now I'm looking at options to solve
https://github.com/jorisroovers/gitlint/issues/270
in a proper way, and packaging the latest version for Gentoo ^^
-
@musicmatze After reviewing several tools, I currently find #commitlint the most useful for checking commit messages.
➕: flexible enough configuration that allows me to tune it to my preferences, instead of following someone else's opinions
➖: it needs npm which doesn't fit any of my projects
I use it as a GitHub Action for PRs, and locally I let vim highlight/autoformat my own commit messages.
#gitlint is pretty close too, it only misses a "subject must start uppercase" rule I care about.
-
@musicmatze After reviewing several tools, I currently find #commitlint the most useful for checking commit messages.
➕: flexible enough configuration that allows me to tune it to my preferences, instead of following someone else's opinions
➖: it needs npm which doesn't fit any of my projects
I use it as a GitHub Action for PRs, and locally I let vim highlight/autoformat my own commit messages.
#gitlint is pretty close too, it only misses a "subject must start uppercase" rule I care about.
-
@musicmatze After reviewing several tools, I currently find #commitlint the most useful for checking commit messages.
➕: flexible enough configuration that allows me to tune it to my preferences, instead of following someone else's opinions
➖: it needs npm which doesn't fit any of my projects
I use it as a GitHub Action for PRs, and locally I let vim highlight/autoformat my own commit messages.
#gitlint is pretty close too, it only misses a "subject must start uppercase" rule I care about.
-
@musicmatze After reviewing several tools, I currently find #commitlint the most useful for checking commit messages.
➕: flexible enough configuration that allows me to tune it to my preferences, instead of following someone else's opinions
➖: it needs npm which doesn't fit any of my projects
I use it as a GitHub Action for PRs, and locally I let vim highlight/autoformat my own commit messages.
#gitlint is pretty close too, it only misses a "subject must start uppercase" rule I care about.
-
@musicmatze After reviewing several tools, I currently find #commitlint the most useful for checking commit messages.
➕: flexible enough configuration that allows me to tune it to my preferences, instead of following someone else's opinions
➖: it needs npm which doesn't fit any of my projects
I use it as a GitHub Action for PRs, and locally I let vim highlight/autoformat my own commit messages.
#gitlint is pretty close too, it only misses a "subject must start uppercase" rule I care about.
-
I am now a GURU contributor \o/
GURU is an official package repository maintained collaboratively by #Gentoo users: https://wiki.gentoo.org/wiki/Project:GURU
I maintain several unofficial packages in my overlay, like #Laminar, #Proselint, #Clight, #Vale, #OfflineIMAP3, #actionlint, #dive.
Having direct access to GURU allows me to publish these into an official source for the greater benefit of the wider #community.
-
I am now a GURU contributor \o/
GURU is an official package repository maintained collaboratively by #Gentoo users: https://wiki.gentoo.org/wiki/Project:GURU
I maintain several unofficial packages in my overlay, like #Laminar, #Proselint, #Clight, #Vale, #OfflineIMAP3, #actionlint, #dive.
Having direct access to GURU allows me to publish these into an official source for the greater benefit of the wider #community.
-
I am now a GURU contributor \o/
GURU is an official package repository maintained collaboratively by #Gentoo users: https://wiki.gentoo.org/wiki/Project:GURU
I maintain several unofficial packages in my overlay, like #Laminar, #Proselint, #Clight, #Vale, #OfflineIMAP3, #actionlint, #dive.
Having direct access to GURU allows me to publish these into an official source for the greater benefit of the wider #community.
-
I am now a GURU contributor \o/
GURU is an official package repository maintained collaboratively by #Gentoo users: https://wiki.gentoo.org/wiki/Project:GURU
I maintain several unofficial packages in my overlay, like #Laminar, #Proselint, #Clight, #Vale, #OfflineIMAP3, #actionlint, #dive.
Having direct access to GURU allows me to publish these into an official source for the greater benefit of the wider #community.
-
I am now a GURU contributor \o/
GURU is an official package repository maintained collaboratively by #Gentoo users: https://wiki.gentoo.org/wiki/Project:GURU
I maintain several unofficial packages in my overlay, like #Laminar, #Proselint, #Clight, #Vale, #OfflineIMAP3, #actionlint, #dive.
Having direct access to GURU allows me to publish these into an official source for the greater benefit of the wider #community.
-
@ahnlak For a GitHub-like experience, I would recommend #Gitea like others did.
In my home infra I am happy with a much more minimal #gitolite.
It also might be that #git itself would be enough without any "repo managers" by using it directly to push over ssh to a remote bare repository. In this case I would also look into adding #cgit as a lightweight frontend.
Happy hacking!
-
@ahnlak For a GitHub-like experience, I would recommend #Gitea like others did.
In my home infra I am happy with a much more minimal #gitolite.
It also might be that #git itself would be enough without any "repo managers" by using it directly to push over ssh to a remote bare repository. In this case I would also look into adding #cgit as a lightweight frontend.
Happy hacking!
-
@ahnlak For a GitHub-like experience, I would recommend #Gitea like others did.
In my home infra I am happy with a much more minimal #gitolite.
It also might be that #git itself would be enough without any "repo managers" by using it directly to push over ssh to a remote bare repository. In this case I would also look into adding #cgit as a lightweight frontend.
Happy hacking!
-
@tyil @icedquinn I maintain #Laminar ebuilds in my #Gentoo overlay: https://gpo.zugaina.org/www-apps/laminar
Hope this helps!
-
@DrHyde Oh, I think I know that feeling; my sympathies.
I am much happier with using #Laminar for my personal #CICD needs on a home server.
I usually describe it as a DIY CI: it allows one to build the CI solution they need, instead of fitting their needs to their CI solution.
Sure, it is a different kind of tinkering, but I thought it might be of interest for you too.
-
@serge The Litestream website has a nice overview of similar alternatives: https://litestream.io/alternatives/
Quite nice selection for various priorities and trade-offs.
TL;DR:
- #Litestream is primarily for disaster recovery
- #LiteFS is a distributed file system from the same authors for "high availability and low global latency"
- #rqlite (and #dqlite) "trades higher durability for lower write throughput" -
@serge The Litestream website has a nice overview of similar alternatives: https://litestream.io/alternatives/
Quite nice selection for various priorities and trade-offs.
TL;DR:
- #Litestream is primarily for disaster recovery
- #LiteFS is a distributed file system from the same authors for "high availability and low global latency"
- #rqlite (and #dqlite) "trades higher durability for lower write throughput" -
@serge The Litestream website has a nice overview of similar alternatives: https://litestream.io/alternatives/
Quite nice selection for various priorities and trade-offs.
TL;DR:
- #Litestream is primarily for disaster recovery
- #LiteFS is a distributed file system from the same authors for "high availability and low global latency"
- #rqlite (and #dqlite) " trades higher durability for lower write throughput" -
@serge The Litestream website has a nice overview of similar alternatives: https://litestream.io/alternatives/
Quite nice selection for various priorities and trade-offs.
TL;DR:
- #Litestream is primarily for disaster recovery
- #LiteFS is a distributed file system from the same authors for "high availability and low global latency"
- #rqlite (and #dqlite) " trades higher durability for lower write throughput" -
@serge The Litestream website has a nice overview of similar alternatives: https://litestream.io/alternatives/
Quite nice selection for various priorities and trade-offs.
TL;DR:
- #Litestream is primarily for disaster recovery
- #LiteFS is a distributed file system from the same authors for "high availability and low global latency"
- #rqlite (and #dqlite) " trades higher durability for lower write throughput" -
@jamiefdhurst I use #Laminar in my #homelab for my personal #cicd needs, and I can recommend it 👍
"Laminar was created to scratch an itch - that existing continuous integration platforms try to do far too much."
-
Ferdinand urges Man Utd to sign ‘wonderful, humble’ ex-Barcelona star
Rio Ferdinand has told former club Manchester United to sign the “wonderful, humble” Robert Lewandowski this summer, along…
#Spain #ES #Europe #Europa #EU #Barcelona #FrontPage #ManchesterUnited #News #RioFerdinand #RobertLewandowski #Uncategorized
https://www.europesays.com/spain/29564/ -
@ferdinand_soethe @leyrer Ich nutze #Mastodon hauptsächlich als kurze Austauschplattform. Für längere #Diskussionen, Austausch und Infos nutze ich #lemmy: https://join-lemmy.org/
-
https://www.alojapan.com/1488225/marcos-to-push-for-energy-security-in-japan-visit/ Marcos to push for energy security in Japan visit #FerdinandBongbongMarcosJr #Japan #PHJapanRelations #PHJapanTies #TakaichiSanae #VisitJapan Published May 19, 2026 12:07pm Add GMA on Google Make this your preferred source to get more updates from this publisher on Google. President Ferdinand “Bongbong” Marcos Jr. said he would discuss matters pertaining to ensuring energy security during his state visit to Japan next week. In an interview wi
-
Ferdig med 17. mai? Er du i Göteborg, skal innom, på vei til? Sjekk Centrum för fotografi, utstillingen med fotografiske postkort - for der er jeg med!
#Allheimen #fotografi #postkort #vykort
#CFF #CentrumFörFotografi #HälsningarFrån #GreetingsFromhttps://centrumforfotografi.se/utstallningar/halsningar-fran-greetings-from/
-
Ferdig med 17. mai? Er du i Göteborg, skal innom, på vei til? Sjekk Centrum för fotografi, utstillingen med fotografiske postkort - for der er jeg med!
#Allheimen #fotografi #postkort #vykort
#CFF #CentrumFörFotografi #HälsningarFrån #GreetingsFromhttps://centrumforfotografi.se/utstallningar/halsningar-fran-greetings-from/
-
Ferdig med 17. mai? Er du i Göteborg, skal innom, på vei til? Sjekk Centrum för fotografi, utstillingen med fotografiske postkort - for der er jeg med!
#Allheimen #fotografi #postkort #vykort
#CFF #CentrumFörFotografi #HälsningarFrån #GreetingsFromhttps://centrumforfotografi.se/utstallningar/halsningar-fran-greetings-from/