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

Dear Fediverse, thank you for being a safe haven from AI slop.

Uncategorized
60 25 110

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    9 Views
    When people are told about Lemmy and look for it in a search engine, join-lemmy.org is one of the first pages that comes up. Here they should be able to find out what Lemmy is, and be able to register an account to start posting. At the moment this still seems too complicated, so I'm looking for your suggestions to improve it: On the main page, is the text relevant and up to date or should anything be changed? How about the instance selection wizard (click "join a server" on the homepage), which lets you select topics and languages to select instances. Do the current options make sense? The instance list itself, is there any information missing, or potential design improvements? And the list of apps, what can be done here? For one thing the data is rarely updated, so we would appreciate pull requests. Any other suggestions you may have. Since yesterday I already made a couple of improvements: Use biased random for instance list, so large instances are always near the top Rename Join to Sign Up in instance list Fix icon overflows by using inline-flex (by @dessalines) Add button to visit random instance (not merged yet) Edit: Here is a draft for some changes to the frontpage: [image: image_proxy?url=https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2Fa6ce3ca1-7da1-4f67-aefb-8de4026ed250] https://github.com/LemmyNet/joinlemmy-site/pull/524
  • hello fellow artists.

    Uncategorized noai humanartists
    1
    0 Votes
    1 Posts
    7 Views
    hello fellow artists. google has fallen. pinterest/duckduckgo AI filters don't work. do not despair; here is a list i made of places to find reference images without having to sift through piles of worthless garbage: http://doodlemancy.dreamwidth.org/20757.html🚯 #NoAI #HumanArtists
  • 0 Votes
    1 Posts
    12 Views
    ⚠️ Do not be HACKED !! 😱Software updates include not only new features but also critical security fixes. To keep your site secure and stable, ensure you always use the latest version.We frequently observe numerous sites across the Fediverse running very outdated versions of Mastodon or Misskey. Some sites are even using versions over a year old.Be the smart administrator and keep your site up to date.#Mastodon #Misskey #Fediverse #ActivityPub #PixelFed #PeerTube #InfoSec #Security
  • 0 Votes
    26 Posts
    111 Views
    @julian that might be it, yeah. languages outside of javascript generally don't make a distinction between null and undefined, and even in javascript these are used inconsistently. for example localStorage.getItem will return null for a missing key. practically speaking, the "intentionally" distinction is a distinction without a difference in most processing contexts.