Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

#programming

Uncategorized
1 1 0
Feed RSS

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    1 Views
    cross-posted from: https://lemmy.dbzer0.com/post/55628224 I’ve been thinking about discovering underappreciated Lemmy instances. GitHub’s awesome-lemmy-instances used to serve a similar purpose, but it hasn’t been updated in a long time, and I haven’t found anything else like it. I got the idea from this post about finding decentralized communities in the Fediverse. I’m thinking of a Lemmy bot that tracks Lemmy instances, calculates the average number of active users and standard deviation, and identifies instances with activity below the average plus two standard deviations. It would then rank these underutilized instances by performance metrics like uptime and response time, and periodically update a curated list on Lemmy to guide users toward instances that could use more participation. I'd love feedback on how you would go about doing something like this. And specifically how to rank by performance.
  • 0 Votes
    1 Posts
    5 Views
    Have you heard of @nlnet? They financially support organisations & people that contribute to an open internet for all since 1997 (& they historically contributed to the early internet in Europe in the 1980s!).If you're working on a project that "helps fix the internet through open hardware, open software, open standards, open science and open data", you can apply for a grant on their website:https://nlnet.nl/#opensource #foss #oss #tech #technology #programming #coding #openinternet
  • 0 Votes
    3 Posts
    17 Views
    @suetanvil @rperezrosario I Voted 41+ and am
  • It's that time of year again!

    Uncategorized programming unix apue
    40
    0 Votes
    40 Posts
    0 Views
    Advanced Programming in the Unix EnvironmentTool Tip: ed(1) is the standard text editorAs part of our discussion of unix development tools, we take a short detour to provide a quick walkthrough of ed(1), the standard text editor. This is not done merely to up your geek creds, but understanding ed(1) will also helps us better understand other tools like vi(1), sed(1), and ultimately even things like diff(1) and patch(1) better.https://youtu.be/mRZsV7aMK0I#apue #unix #programming #ed