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

Good news from around the world that nobody is talking about!

Uncategorized
16 16 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
    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
    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
    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