Including all compressed Noto fonts, which require approximately 104MB of disk space, would be a worthwhile addition to the 2.8GB Fedora Silverblue image. This would provide out-of-the-box support for numerous writing systems worldwide. I hope that Fedora will consider including all Noto fonts in a future release.
However, I don't know where I should send my statement to them.
People claiming Linux isn’t a viable alternative cause you can’t run it without using the command line.
Even in 2024, many people begin using GNU/Linux with Arch Linux or Ubuntu with apt-get, then later they complain that Linux is not for average users. Maybe the community needs more GUI only tutorials.
The video offers a practical example of using Ubuntu for web development, reminiscent of the Rails screencasts popular two decades ago. Back then, many software developers I met still believed the iBook G4 was primarily for desktop publishing, not software development.
For over twenty years, the Mac was the default at 37signals. For designers, programmers, support, and everyone else. That mono culture had some clear advantages, like being able to run Kandji and macOS-specific setup scripts. But it certainly also had its disadvantages, like dealing with Apple's awf...
Link Actions
dhh is the creator of Ruby on Rails. He has extensively used Mac for decades. A few months ago, as far as I remember, he mentioned something like switching to Windows and WSL.
Attached: 1 video
cl-llama.cpp is llama.cpp's Common Lisp wrapper by Carlos Ungil. It allows us to use LLMs locally via Common Lisp. I modified it to use the updated llama.cpp API, and improved how it prints the output.
You can get the modified version by running:
[email protected]:veer66/cl-llama....
Link Actions
cl-llama.cpp is llama.cpp's Common Lisp wrapper by Carlos Ungil. It allows us to use LLMs locally via Common Lisp. I modified it to use the updated llama.cpp API, and improved how it prints the output.
Meta has released the latest entry in its Llama series of open generative AI models: Llama 3. Or, more accurately, the company has debuted two models in its new Llama 3 family, with the rest to come at an unspecified future date. Meta describes the new models -- Llama 3 8B, which contains 8 billio...
I don’t know what kind of architecture you are thinking of and having the distinction between datalog on the database and prolog in the server might be problematic.
Is there a programming language specifically designed for interacting with SQL databases that avoids the need for Object-Relational Mappers (ORMs) to solve impedance mismatch from the start?
If such a language exists, would it be a viable alternative to PHP or Go for a web backend project?