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

I think this skincare advert is threatening to kill me

Uncategorized
5 5 1

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 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
    2 Posts
    0 Views
    @stefano What a nice story.. and so italian, with all those motorcycles.I think for a lot of italians, it is really the very first sign of independence. And for many years, also probably the last one. Me, not being an expert on Italy, yet still knowing that many youngsters are staying at parent's house for a bit longer than needed because of the financial situation and lack of opportunities.So they're dependent on their parents for very long and their Vespa or similar transportation device is the only thing that gives them a bit of the freedom, like they can do and go anywhere they want to.
  • 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
    0 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