Neblina Core and PyNeblina are evolving!

By Paulo No comments

The projects are evolving! We already have a separation for each type of runtime! Currently, version 1.1.0 is in alpha status, but more updates are coming soon!Also, don’t forget to check the new site for Hiperwalk! You can find more information at www.hiperwalk.org

Um livro fantástico sobre programação

By Paulo No comments

A proposta original do livro é ajudar o leitor a se preparar para entrevistas técnicas para vagas de desenvolvimento de software, e o objetivo é atingido elegantemente. Estou falando de um livro bem famoso chamado Cracking the Coding Interview. Infelizmente ainda não temos em português. Mas eu gostaria de falar de um outro aspecto do […]

PyNeblina and neblina-core

By Paulo No comments

Neblina is a programming language that abstracts the underlying GPU to the user through OpenCL. The reader can find more information here. However, maintaining a complete programming language demands too much work, so we decided to extract its math functions to create a library and then wrap this library, exposing it to Python. The strategy was […]

Unable to access external drive with ntfs

By Paulo Motta No comments

I have an external drive for some backups (I also use a network server for storage, but that is a story for another day…) that is ntfs based to allow both Linux and Windows (what?) access. Recently I had to copy some files from a Windows machine and simply attached the external drive. To my […]

Installing pyclblast on OpenSuse 15.2

By Paulo No comments

First things first, you should really take it serious all the information that nvidia says regarding the Linux distro and version that you are planning to use as your base GPU development platform. Failing to comply with the versions leads to chaos, terror, suffering and pain, believe me for I have tried many combinations! So, […]