Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: parameters Clear Filter

Google releases pint-size Gemma open AI model

Big tech has spent the last few years creating ever-larger AI models, leveraging rack after rack of expensive GPUs to provide generative AI as a cloud service. But tiny AI matters, too. Google has announced a tiny version of its Gemma open model designed to run on local devices. Google says the new Gemma 3 270M can be tuned in a snap and maintains robust performance despite its small footprint. Google released its first Gemma 3 open models earlier this year, featuring between 1 billion and 27 b

A Lisp adventure on the calm waters of the dead C (2021)

A Lisp adventure on the calm waters of the dead C I will use a C-like language throughout, with substantial liberties in its syntax, and I will try to answer "what if" and "how" questions regarding the implementation of some new features that actually cannot be implemented in C due to its limitations. I will examine and highlight those limitations. The scope of this exercise is to better understand Lisp and the power of the abstractions it offers over and above what most languages have, even th