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

Quote posts have almost arrived in #Ktistec!

Uncategorized
7 5 11

Gli ultimi otto messaggi ricevuti dalla Federazione
  • This post did not contain any content.
    read more

  • C'è per caso da qualche parte una lista delle palestre popolari a Milano?

    Sto cercando, ma trovo poche informazioni (o siti non più aggiornati).

    read more

  • @francommit perfetto, inizio a capire qualcosa. Grazie @snow @lgsp @andre123 @gecco

    read more

  • @ilarioq

    Sì, puoi fare così

    Il nodo sul tetto sarà un dispositivo autonomo, con un suo ID.

    Non ha bisogno del Bluetooth una volta configurato.
    Il Bluetooth serve solo per la configurazione iniziale.

    Procedura corretta:

    1️⃣ Lo configuri da vicino con il telefono (Bluetooth).
    2️⃣ Imposti modalità (client o router), parametri, canale ecc.
    3️⃣ Lo installi sul tetto.
    4️⃣ Da quel momento lavora da solo.

    I messaggi del tuo nodo “mobile” arriveranno al tetto via radio, non via Bluetooth.

    Il Bluetooth non c’entra nulla con il funzionamento mesh, serve solo per configurare.

    Puoi usare la stessa app per configurare entrambi i nodi, uno alla volta.
    Non devono “ricevere solo da uno”: nella mesh parlano con chiunque sia sulla stessa frequenza e con gli stessi parametri.

    In pratica:

    📡 Nodo mobile → parla via LoRa
    📡 Nodo sul tetto → inoltra ciò che riceve via LoRa
    📱 Bluetooth → solo per configurazione locale

    Una volta sul tetto, il nodo è indipendente.

    @francommit @lgsp @andre123 @gecco

    read more

  • @evan I've chosen unicorn, but i mean dragon, tbh.

    read more

  • @ilarioq quando avvii l'app puoi selezionare il dispositivo dall'elenco, quindi si, chiaramente devi essere a "portata di bluetooth". Comunque con le ultime versioni oltre a configurarlo puoi anche aggiornare il nodo dallo smartphone senza smontarlo ogni volta dal tetto per collegarlo al PC @snow @lgsp @andre123 @gecco

    read more

  • @gecco

    Capisco cosa intendi.

    Collegare il nodo a Internet con MQTT non crea copertura radio in quella zona.

    Crea un collegamento logico tra reti.

    Se nel punto dove lo metti non arriva alcun segnale LoRa, quel nodo:

    * non ripete nulla via radio
    * non estende copertura RF
    * non “illumina” la zona

    Fa solo da ponte tra radio locale (se presente) e rete Internet.

    Se domani in quella zona comparisse almeno un altro nodo LoRa, allora sì:
    potrebbe fare da ponte tra quel nodo e il resto della rete tramite MQTT.

    Ma finché non riceve nessuno via radio, resta un nodo isolato collegato a Internet.

    La copertura radio nasce solo da:

    * linea di vista
    * altezza
    * antenna
    * presenza di altri nodi raggiungibili

    Internet non sostituisce la propagazione RF.

    Se vuoi metterlo lì in attesa che compaiano altri nodi, va benissimo.
    Ma è un nodo in stand-by, non un estensore di copertura.

    @ilarioq @lgsp @andre123 @francommit

    read more

  • Ricordate se avete un antivirus iraniano di disinstallarlo

    read more
Post suggeriti
  • 0 Votes
    1 Posts
    4 Views
    Release v3.2.3 of Ktistec includes two big features:FEP-1b12 Group federationImproved federation with Lemmy and other forum-type servers. Ktistec supports community and thread follow/unfollow, as well as up-vote/like (down-vote/dislike is supported but there is no visual affordance for that yet).FEP-9098 Custom emojisSupport for viewing custom emoji in posts and on actor profiles. Ktistec does not yet support custom emoji creation and management.The full changelog:AddedSupport for viewing custom emoji in posts and on actor profiles.Actor type (Person, Group, etc.) overlay badges on actor panels.Colored fallback avatars for actors without icons.Support for robots.txt.FixedFederation with Lemmy and other servers that support FEP-1b12.Shared inbox support for local actors.Serialization of Undo includes the undone activity.Serialization of Like and Dislike does not.Notify only once for an object's first received activity.ChangedAccumulate metrics by hour for finer granularity.Clean up presentation of public followers/following pages.The next release will include support for Mastodon polls (FEP-9967).#ktistec #crystallang #activitypub #fediverse
  • 0 Votes
    4 Posts
    16 Views
    @toddsundsted ok, bookmarked. When I'll circle back to ONI themeing I'll send some feedback your way to compare notes. :DWith ONI I tried to be "fun" and I generate a basic palette from the images actors upload as their Icon and Image properties (ie, profile and header picture in mastodon terms :D) As you can imagine that can lead to very dubious results.
  • 0 Votes
    1 Posts
    16 Views
    Vacations are wonderful. It is a privilege to be able to travel without worry. It's also wonderful to be home, and to have the time to work on projects I care about. With those thoughts in mind, I present release v3.1.1 of Ktistec, an ActivityPub server written in the Crystal programming language!This release is a mixed bag of small features and improvements:AddedAuto-link URLs in posts. (fixes #24)Support searching by actor username. (fixes #102)Support hourly granularity in metrics charts.FixedMark actor as down if refresh fails.Remove draft posts from the everything collection.Ignore charts with no points in the date range.Ensure HTTP::Client instances are closed.I added support for multiple users at the beginning of the month. I'm very interested in feedback on how that's working out for anyone using it.#ktistec #fediverse #activitypub #crystallang
  • 0 Votes
    4 Posts
    23 Views
    @toddsundsted Having said that — quote-posts existed on the Fediverse years before Mastodon implemented them. For example, Misskey and its forks have had quote-posts for years! (Other Fediverse software, too.)And, they work differently than Mastodon-style quote-posts.So, if you wanted to support quote-posts, you would also have to (explicitly or implicitly) decide on what style of quote-post to support. Mastodon-style? Misskey-style? Etc?