I'm French, living near Paris. I used to be a machine code dev, back in the days - learned everything with a Zilog Z80A, later coded a lot in Motorola 68000 assembly...
I was used to moving bytes for doing things, which explains the hard time I'm sometimes having with high level languages, but at least, in myVar.push(data[i].colours)
, I can understand push
, and I'll like it for as long as I can still pop
.
While computer science is often a goal for me, I have always lamented that it becomes one for people who only seek to satisfy other passions for which it should only have been a means. Computers too often waste time; I am happy every time I allow others to save a little.
Below are some of my projects - Check out my https://github.com/pasthev GitHub page for more:
An A.I. tool to help teachers prepare courses, workshops, and exercises, powered by Gemini.
Online Tool: https://aiprof-pasthev.streamlit.app/
Source Code: https://github.com/pasthev/AIProf
An IR and RF remote control code conversion tool for geeks. Play with Pronto, LIRC, raw, Broadlink Base 64 or hex codes and more.
Online Tool: https://pasthev.github.io/sensus/
Source Code: https://github.com/pasthev/sensus
An extension to display non-printable characters within a Google Docs document, used by more than 2 million users until Google implemented the function natively.
Online Tool: https://workspace.google.com/u/0/marketplace/app/show/82177279234 in Google Marketplace
Online Documentation: https://sites.google.com/site/show4docs/foreword in Google Sites
Source Code: https://github.com/pasthev/show
V4 preview: https://www.youtube.com/watch?v=WfzlNLxzEDU - well started, never finished.