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

Esiste un sostantivo che descriva tutte le istanze di arte “narrativa”?

Uncategorized
1 1 1

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    0 Views
    Gli italiani, come sempre, si schierano dalla parte del più forte. Per poi abbandonarlo appena questo va in in difficoltà. La storia non mente. Dopo quattro anni di guerra in #Ucraina, gli europei vogliono ancora che Kiev vinca? https://it.euronews.com/my-europe/2026/03/02/dopo-quattro-anni-di-guerra-in-ucraina-gli-europei-vogliono-ancora-che-kiev-vinca @attualita
  • 0 Votes
    1 Posts
    0 Views
    Iran, super attacchi cyber: massima allerta per le aziende italiane@informaticaUsa e Israele hanno fatto anche attacchi cyber contro l'Iran, di proporzioni eccezionali. Molti adesso molti temono una rappresaglia cyber dall'Iran, anche contro le nostre aziende. Alcuni analisti, Crowdstrike e Anomali, già vedono i primi segnaliL'articolo Iran,
  • 0 Votes
    9 Posts
    4 Views
    #YunoHost App Upgrades - Progress Report:I successfully upgraded all the apps EXCEPT for PeerTube and Pixelfed because of reports of bugs/failures on their respective GitHub pages.PeerTube: https://github.com/YunoHost-Apps/peertube_ynh/issuesPixelfed: https://github.com/YunoHost-Apps/pixelfed_ynh/issuesI will wait another week for #PeerTube since my channel is so essential, running the Fediverse promo video and all...I haven't been using Pixelfed all that much but I don't wanna break anything, so I will keep it as it is.Life of a self-hoster: never a dull day 😅​#MySoCalledSudoLife #SelfHosting
  • 0 Votes
    13 Posts
    3 Views
    @pthariensflame the reason for the attribute is simplicity (no extra parameter), which maximizes usability since you don't need to specify the rounding mode every time. Since in most cases the rounding choice is the same in a block of code, this makes the code simpler to write. Imagine if instead of being able to do a + b for floats you'd have to do plus(a, b, rounding_mode, exception_handling_mode). For every instance of every operation 8-D@karolherbst