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

Stamattina sto usando la mia moka più vecchia.

Uncategorized
7 2 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
    1 Posts
    0 Views
    The #EU has a petition system called "European Citizens Initiative". People can initiate petitions and collect signatures online via an EU official platform. Petitions that collect over one million signatures in a year, with at least seven member states reaching a minimum number of signatures, are tabled for discussion in Parliament. I like to check the platform every two months or so to support the petitions I agree with.https://citizens-initiative.europa.eu/home_enTHREAD 1/n
  • We arguably started the fire

    Uncategorized
    20
    0 Votes
    20 Posts
    1 Views
    @fishidwardrobe @mcc or high enough
  • 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