Slow life is not the same as depressive poor life. Though they both share slow average tempo of life. For slow life to work you need at least internal integrity with good health and safety. #slowlife #blog
image I love this slice of Software Engineering cake! #softwareengineering #softwaredevelopment #programming #blog #thoughts #meme #memes
Many people may ask something like: "how does cooking relate to programming which is your career and passion? how does your philosophical speech relate to it either?". Actually side hobbies help me in developing programming skills, when current abstract understanding hits a wall. For example, cooking activated more clarity for multitasking/parallel programming in me. Idk how this works. Brain is wonderful. And philosophical posts are a form of reflection and leisure. And reflection is essential to understand software development at different levels: from coding to architecture to business. Not everything is effectively implemented solely at code or architecture level tho. #blog #thoughts #programming #softwaredevelopment #softwareengineering #hobbies #leisure
You can install the latest release of PromptQL from here: gitlab.com/jbyte777/prompt-ql/-/tree/release-6.x #promptql #prompts #promptengineering #llm #distributedprompts #programming #library #opensource #golang #go
Do you remember when on the onset of AI hype many "AI experts" told that coding UI would be a first thing from programming, which LLMs would automate? #llm #coding #ui #ai
1-2 years ago I was working on an artistic pet-project which aimed to be catalogue of various pharmacy products. This was kinda mixed art with unique design, easter eggs and custom perfomance-oriented back-end. I developed various utilities and services during development of the project. You can read about them in my Medium: https://medium.com/@jzx777 #programming #craftprogramming #art #frontend #backend #web
1. Work should be ecologic for humans as creative and explorative beings which live as long as they essentially can. 2. So the best code which solves a given (real or imaginary/perspective) problem, is no written code. If this solution for given problem exists. 3. Periodicity of multiple patterns/modes is a mitigation of negative effects of the Goodhart’s law. “Work hard” and “follow easy path” are also patterns with limits. 4. So write less boilerplate “monkey” code, write more business-related and engineering code which provides you a solid basis for future development without energy draining mundane work. #blog #programming #softwareengineering #work
4 months ago I wrote another article on making bots by prompt engineering with PromptQL. I explained how expansion and execution of code embeddings brings full power to prompt templates. Here it is: https://medium.com/@jzx777/making-bots-with-promptql-code-embeddings-5b21efd52c51 For purpose of examples, I ran bot with the Openhermes Mistral 2.5B model and the llama.cpp server. Openhermes model: llama.cpp server: https://github.com/ggerganov/llama.cpp/tree/master/examples/server #PromptQL #promptengineering #prompts #ai #golang #go #programming #opensource #library #programminglanguage #llm #LocalLLM #openhermes #llamacpp #cottagesoftware #craftprogramming #indietech
4 months ago I tested my audio stories generator on the Nous Hermes 10.7B model which runs locally on my CPU. And on llama.cpp server. And there are results! The stories generator (built with PromptQL front-end and Nous Hermes, OpenAI TTS back-ends) is here: The Nous Hermes 10.7B model can be downloaded here: The llama.cpp server can be installed from here: https://github.com/ggerganov/llama.cpp/tree/master/examples/server #PromptQL #texttospeech #llm #locallm #promptengineering #prompts #messageprotocol #agents #golang #go #programming #opensource #library #indietech #programming #ai #generativeai #blog
Recently I needed text embeddings. So I introduced the new query command for text embeddings in PromptQL. And I extended support for more OpenAPI compatible LLM APIs. Thank you, Mistral AI! You can read more about this release here: You can install the latest PromptQL version from here: #PromptQL #promptengineering #prompts #golang #go #programming #opensource #library #programminglanguage #llm #ai #blog