home.social

Search

1000 results for “ferki”

  1. @ferki @verzulli If I understand your requirements correctly, you could install a #perl version with #perlbrew on your local machine, install your required modules with #cpanm and provided libraries match between your dev and prod machines you can just copy the perl directory and run the perl with full path in the new location.
    If there is a library mismatch you are in a bit of pain to get it to work no matter what you do.
    May I suggest you build the restapi with #mojolicious?

  2. describes itself as a "C daemon that turns your webcam into a light sensor".

    My overlay has the latest v4.11 release available for fellow users.

    See my post for links: blog.ferki.it/2024/05/01/packa

    If you liked similar software such as Calise and Redshift, and you are looking for an actively maintained solution, setting up Clight may be a good weekend project :)

    Happy hacking!

  3. describes itself as a fast, lightweight, and modular Continuous Integration service for Linux.

    The official overlay now makes the latest 1.3 release available for the wider community.

    See my post for links: blog.ferki.it/2023/07/25/gento

    I contributed the ebuild earlier, but my above post remained in a draft status – now I finally published that too!

    Setting up Laminar might be a good weekend project, if you want to give it a try :)

    Happy hacking!

  4. works great to “manipulate the X selection”. Last week I stepped up as proxied maintainer to help bring already merged improvements to users despite lack of new releases since 2008.

    Thanks to support from soap during the past week, upstream has merged all ebuild patches, tagged 1.2.1, and Gentoo already ships the latest version — among the first distros, according to repology.

    blog.ferki.it/2023/04/26/gento

  5. is a static checker for Actions workflow files.

    actionlint-1.6.24 has been released today, and it is already available for fellow users in my overlay at:

    github.com/ferki/gentoo-overla

    Happy linting!

  6. At the German #Perl Workshop, I had the privilege to organize a panel about #OpenSource #Sustainability on #CPAN and it's related communities.

    Together with Ferenc Erki (@ferki), Julien Fiegehenn (simbabque), and Sören M. Laird Sörries (@relais), we talked about meet-ups, volunteering, mental health, funding, and much more. It was great!

    youtube.com/watch?v=3R6uhTCUWi

    (With apologies for the annoying apple emojis that pop up during the session)

    #ossustainability #sustainoss

  7. So I've got this blood pressure monitor on my arm.
    It was supposed to be a 24 hour monitor according to the GP but the pharmacy are happy for me to take it back at 5:30 this afternoon - 24 hours or 6½ hours, not much difference really?
    Having said that, I'd probably rip it off and nuke it if it were on overnight. It's inflating about every 10 minutes, although it occasionally seems to be random.
    In summary: it's ferkin' annoying.

    #ABPM #Hypertension #BloodPressure #BloodPressureMonitor

  8. So I've got this blood pressure monitor on my arm.
    It was supposed to be a 24 hour monitor according to the GP but the pharmacy are happy for me to take it back at 5:30 this afternoon - 24 hours or 6½ hours, not much difference really?
    Having said that, I'd probably rip it off and nuke it if it were on overnight. It's inflating about every 10 minutes, although it occasionally seems to be random.
    In summary: it's ferkin' annoying.

    #ABPM #Hypertension #BloodPressure #BloodPressureMonitor

  9. So I've got this blood pressure monitor on my arm.
    It was supposed to be a 24 hour monitor according to the GP but the pharmacy are happy for me to take it back at 5:30 this afternoon - 24 hours or 6½ hours, not much difference really?
    Having said that, I'd probably rip it off and nuke it if it were on overnight. It's inflating about every 10 minutes, although it occasionally seems to be random.
    In summary: it's ferkin' annoying.

    #ABPM #Hypertension #BloodPressure #BloodPressureMonitor

  10. So I've got this blood pressure monitor on my arm.
    It was supposed to be a 24 hour monitor according to the GP but the pharmacy are happy for me to take it back at 5:30 this afternoon - 24 hours or 6½ hours, not much difference really?
    Having said that, I'd probably rip it off and nuke it if it were on overnight. It's inflating about every 10 minutes, although it occasionally seems to be random.
    In summary: it's ferkin' annoying.

    #ABPM #Hypertension #BloodPressure #BloodPressureMonitor

  11. So I've got this blood pressure monitor on my arm.
    It was supposed to be a 24 hour monitor according to the GP but the pharmacy are happy for me to take it back at 5:30 this afternoon - 24 hours or 6½ hours, not much difference really?
    Having said that, I'd probably rip it off and nuke it if it were on overnight. It's inflating about every 10 minutes, although it occasionally seems to be random.
    In summary: it's ferkin' annoying.

    #ABPM #Hypertension #BloodPressure #BloodPressureMonitor

  12. Today CPAN turns 30! 🥳

    The Comprehensive Archive Network () has been online publicly since 1995-10-26, and keeps growing ever since.

    According to cpan.org, it

    > currently has 224,722 Perl modules in 46,095 distributions, written by 14,621 authors, mirrored on 1 servers.

    Join the celebration by registering your account, uploading your first module, or releasing a new version of your distribution!

  13. @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.

  14. @musicmatze After reviewing several tools, I currently find 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.

    is pretty close too, it only misses a "subject must start uppercase" rule I care about.

  15. @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.

  16. @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.

  17. @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.

  18. @serge The Litestream website has a nice overview of similar alternatives: litestream.io/alternatives/

    Quite nice selection for various priorities and trade-offs.

    TL;DR:
    - is primarily for disaster recovery
    - is a distributed file system from the same authors for "high availability and low global latency"
    - (and ) "trades higher durability for lower write throughput"

  19. I am now a GURU contributor \o/

    GURU is an official package repository maintained collaboratively by users: wiki.gentoo.org/wiki/Project:G

    I maintain several unofficial packages in my overlay, like , , , , , , .

    Having direct access to GURU allows me to publish these into an official source for the greater benefit of the wider .

  20. @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 too, so now I'm looking at options to solve

    github.com/jorisroovers/gitlin

    in a proper way, and packaging the latest version for Gentoo ^^

  21. I accept a few new customers in the coming weeks. Contact me when your:

    - systems getting too slow or old
    - IT solutions are getting too expensive
    - software and infra takes too long to change
    - customers face too many bugs or outages

    I often work with projects like:

    I offer 50% discount when publishing our work results under free/libre/open source terms.

    See my profile & DM me for details!

  22. Hey folks, I'm looking for a new role.

    I specialize in software delivery, reliability, and performance for growing organizations.

    Contact me when your:

    - systems getting too slow or old
    - IT solutions are getting too expensive
    - software and infra takes too long to change
    - customers face too many bugs or outages

    I often work with projects like:

    See my profile & DM me for details!

  23. I accept a few new customers in the coming weeks.

    I'm on a mission to enable high performance IT systems and software delivery for growing organizations.

    Contact me when your:

    - systems getting too slow or old
    - IT solutions are getting too expensive
    - software and infra takes too long to change
    - customers face too many bugs or outages

    I often work with projects like:

    See my profile & DM me for details!

  24. @wilson While I approach as a practice (instead of a system), I like how allows me to build the approach my tasks at hand need, instead of fitting my tasks to whatever opinion the available tool has about it:

    laminar.ohwg.net