JayByte

JayByte's avatar
JayByte
npub1al2d...rnuy
Software Engineer. I love slow/async life, privacy, freedom, nature, pantheism and art. Nostr relay fork: https://gitlab.com/jbyte777/nostr-rs-relay-x Tutorials on programming: https://medium.com/@jzx777 PGP: 6D12 369B 03ED 0C5C 835B F71F 8945 685A 7F70 B06E
I developed my first pet-project in 2017. It's an arcade Unity game with custom level maps, logic of collecting items etc ( ). In the previous year I made interactive YTPs and I was more into crafting videos and animations. However I started my web dev career in 2019. It's interesting to see how hobbies can predate the next epoch. #blog #life #slowlife #softwareengineer #programming
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
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