Easy C++23 GitHub Autograding with CMake 4, Clang 19 and Import StdSome years ago we discussed how to create C++ autograding tasks on GitHub Classroom for teaching purposes. At that time, we explored a…1d ago11d ago1
Experimenting C++23 import std with Bazel and ClangWe’ve recently covered some important advances of CXX Modules and C++23 import std in the post “It’s Time to Use CXX Modules on Modern…Mar 211Mar 211
It’s Time to Use CXX Modules on Modern C++After several years of experimentation, on early 2025 we are officially able to use CXX Modules with latest c++20 and c++23 standards on…Mar 8Mar 8
Introducing subvector and view_wrapper for modern C++Views and Ranges are a fundamental part of modern C++ programming, specially with the launch of <ranges> library in C++20, with the help of…May 14, 2024May 14, 2024
Using cxxbuild to easily build C++ project with tests and dependenciesThis is a quick post on cxxbuild, a simple python script to easily build C++ projects with tests and dependencies. The project aims…Nov 8, 20232Nov 8, 20232
Assinatura Digital do ICPEdu com Carimbo utilizando OkularAlgum tempo atrás, o post “Assinatura Digital do ICPEdu em PDF no GNU Linux” mostrou como utilizar o sistema de certificado de assinatura…Oct 10, 20233Oct 10, 20233
Building Cross-platform C++ GMP library with VCPKG, CMake and Bazel: Lessons LearnedBuilding a cross-platform application on C++ is quite challenging, specially when thirdparty package dependencies are involved. This…Sep 28, 20232Sep 28, 20232
Using optional_view to manage optional references in C++Reference type is a complicated subject in C++, although necessary to program certain behaviors. A classic application is on assignment…Jun 22, 2023Jun 22, 2023
Five years on managing my own cloud provider: lessons learnedIt was around the end of 2017 when a chat with my brother Vitor Nazário about the risks on putting sensitive data centralized clouds made…Apr 7, 20227Apr 7, 20227
Usando token de e-CPF no GNU Linux para assinaturas digitais e serviços diversosCom a digitalização dos processos brasileiros, se torna cada vez mais útil (e às vezes necessário) a obtenção de um CPF digital, chamado…Mar 9, 202151Mar 9, 202151
Assinatura Digital do ICPEdu em PDF no GNU LinuxAssinaturas de documentos oficiais, em formato digital, tipicamente demandam algum tipo de tecnologia criptográfica que garanta a…Mar 2, 20215Mar 2, 20215
Autograding Math Exercises using Octave and GitHub ClassroomChecking math exercises can be easily done in a automated way, by using GitHub Classroom together with GNU Octave. We have recently…Jan 6, 2021Jan 6, 2021
Published inThe StartupConfiguring Bazel Build With GNU C/C++ on WindowsThe Bazel Build system was originated from Google, being released afterwards to the general public as open-source. It is important for…Nov 14, 20202Nov 14, 20202
Published inThe StartupEasy C++ Autograding on Github Classroom With Catch2Autograding tools are very important to improve feedback during programming exercises for students. Hopefully, we already have amazing…Oct 7, 20202Oct 7, 20202
Dicas para OBS no Linux para Google MeetNovas tecnologias de transmissão são fundamentais para o retorno aos cursos emergenciais e aulas remotas, então segui os bons conselhos do…Aug 4, 20202Aug 4, 20202
Published inNeoResearchdBFT and its way through scienceAfter many months on hard work and heat discussions, a history of dBFT has been published online at journal Future Internet, hosted at the…Aug 1, 2020Aug 1, 2020
Published inNeoResearchA Hybrid C++/JS Neo3 SDKAbout one year ago the neopt project has started, aiming to provide Neo blockchain components for all kinds of devices. This project…May 30, 2020May 30, 2020
Published inThe Neo PulseCloser to academia: two new IEEE papers on Neo blockchain technologyRecently, two academic papers on Neo technology were accepted and presented in an international IEEE conference focused on High…Oct 29, 2019Oct 29, 2019
Published inThe Neo PulseBehind PR 149: a bright future for NeoVM and Neo 3Newer advances on the next generation of Neo blockchain, called Neo 3, also brought a direct impact on its Virtual Machine, the NeoVM. One…Sep 20, 2019Sep 20, 2019
Published inThe Neo PulseScoped Witnesses: How to Securely Transfer Assets on Neo 3Since the MainNet launch of the Neo Blockchain in 2016, the Neo platform has grown tremendously in features, and that trend continues…Sep 16, 2019Sep 16, 2019