Elektrine lite

โ† Feed

Lorenzo Millucci

lmillucci@mastodon.uno

<p>Software engineer presso @Slope ๐Ÿ”ง <br />Videogamer ๐ŸŽฎ<br />Blogger ๐Ÿ—’๏ธ</p>

Posts

  • Post #1850546

    The pleasure of reading a well-made sentence was partly the pleasure of sensing that labour and presence. LLMs donโ€™t struggle and they donโ€™t choose, they just produce statistically probable sequences of tokens, and the result can look uncannily like the outcome of deliberation. The resemblance hollows out the experience of reading even when the text is, in fact, human. https://jamescosullivan.substack.com/p/llms-are-making-me-a-suspicious-reader

  • Post #1850545

    &amp;quot;Proviamo a fare qualche conto, per esempio con un account (gratuito) GMail, che offre 15 GB: moltiplicando 0,0003 euro per 15 (i GB) e poi per 12 (i mesi) viene un compenso all&amp;#39;anno di 5,4 centesimi, apparentemente poco. Ma se moltiplichiamo il tutto per gli account GMail italiani, i risultati possono essere importanti: i numeri non si sanno, ma se ipotizziamo 20 milioni di account (dato probabile), siamo giร  oltre 1 milione di euro di raccolta.&amp;quot; ๐Ÿคฎ @informatica htt...

  • Post #1850544

    RE: https://infosec.exchange/@BleepingComputer/116224159352047491 Wait what?! ๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

  • Post #1850542

    TIL I was today years old when I learned that `@ param array` and `@ param` list in PHPDoc have different meanings: - array โ†’ for associative arrays (with keys) - list โ†’ for indexed arrays (just numbers) ๐Ÿคฏ #PHP