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
&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&#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.&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