From dd7f689dc0a400bcfc46c3e38a36d99e9291a165 Mon Sep 17 00:00:00 2001 From: doylet <--global> Date: Fri, 11 Sep 2026 16:15:19 +1000 Subject: [PATCH] More notes about company, add more keywords on work involved in those companies --- assets/aus-favicon-32x32.png | Bin 0 -> 1916 bytes index.html | 39 +++++++++++++++++++++-------------- 2 files changed, 23 insertions(+), 16 deletions(-) create mode 100644 assets/aus-favicon-32x32.png diff --git a/assets/aus-favicon-32x32.png b/assets/aus-favicon-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb3bd729ad080ead2269ad66988b902ba82d33c GIT binary patch literal 1916 zcmV-?2ZQ*DP)Hh5yyWSy^Xi z0NruAEubq=;%x2g3_zYXF^An2z>{$@YEds>`?j@-6jL{m>luJ5a6IMkI!*zn(>WQ1 zdCRAy5CVd%n#oZDF64SDEtHN{gsB1=8XDq{9y>Peo|3w140!5gmiIUP@XC%6w=Dg- zfA-Sv#^o+uS-15S##uz>(=R`}ctg!MWA9tC>Gr%OgawrJe=>l~rvl0!K(>qjH0NHV zd;$7Z#&NY)qwcAkJO4e zsN1-kc(j*>LmtK4CC=-ah$$0>V))<-VOefQ(4z~8LGbwk*8awpaYd_l;km3Fw6uqD zFt-T9;({1((YZ8>AkqE$OH%Nfe<#v^{|V>Uu0Z1@gD~#lck$wD+cd#wQwK!?{d%Y3 z%|H(7swW{K&JVWBzhNKeh`aw5!y(J#4o!JjO{x^nOhR3SN1IxaU%n2N zHJ>Bc9)dK9)Z{qm^#P0af;weXmMle3O(+e!Y!y-7z#Q^MdP0V}2tRo^LgP%Pe8%PDq);gmVK7{(PQFx#qkz$ zS!TMzv~n|i53U=25k?N_gWeg*Ds5H!2cz151y=OPhA5hjwDMxaW(`0}-XvH_iHhXA z@B*aGE1_Ho;znk}N=(4X33sFBoFP~hGf;8tXIxP=9$RXs;pS193a2wP76`U=V&Sqa z$SGcnb)W76s5Wc)Ti;^qjs{G=V<3_vK^&g-IGQ(a#VJ3X6YM6j<*U6||M?$C7<~;a z+L_q7^KesQGrriq*Crt$-jAdnv1DU$POMMif>%+VRy%(@K=b@Y2TdhYw~D6>$Hvw7 zqwhbz;85NpIGi;Ug~6ft^vdWf|#6xUV$oPeew=g4?JNQKx?oQ z6^lN@unEiX$(Mf+E@>e$)Oq_0a;`)QUqFhXelmbnHDd%?URaEiuh(JoxI)~y?l`{s z{s2(~xOgfO-nO>>XWTHQ7CVFS$f#X~_%u38&!56S2To#d!wGZaX$~{Ets{&ZMqZ50 zP{bhGSm|R{;?ngN2K{;|9$oVjnoo78%-HE~W5~(T$d11ogMQD#gB2UV1+na zZZ5Jx6hr$q&$f(4`Lw(_208*a<9Y(A^m8f68-e0110?zL0^g`Pp6qd0QB74zwZ zvTE(uV41&YGmbQ!g5A_}vWglbKia1PwFg2xp+&WW|d-vevwe{jAB=-HU%5!pUQvujd;14gmWW2l3~EHQ2qd9J?3Hb*0Mq3+G~w?R)Zjv@fE@XiO5u;>@ME zJkNr8*z?R9{9V~5>F8Afyj#NFJ>It{;VdQDfE0BnO)&e$uzN<)^D{Gg0#yLRk|$Tg z4Z#@ajUhQnin>h|>dBPS z1cJ3gnrYscpf3GC00030|9tobp8x;=21!IgR09CTdcWork
-

Session (Private Messaging/Blockchain) [2024-2026] getsession.org

+

Session (Private Messaging/Blockchain) [2024-2026] getsession.org

    +
  • Non-Profit
  • +
  • Startup
  • +
  • Open Source
  • +
  • Cryptography
  • +
  • Distributed Systems
  • C++20
  • Python (Flask/UWSGI)
  • CMake
  • Solidity (Smart Contracts)
  • -
  • Cryptonote
  • -
  • Open Source
@@ -256,10 +259,12 @@

Agent Orientated Software (AI/Robotics) [2020-2024] aosgrp.com

    +
  • Small Business
  • C++17
  • CMake
  • Docker
  • -
  • DDS+Kafka (Data Distribution)
  • +
  • Data Fusion/Distribution (RTI DDS)
  • +
  • Distributed Systems
  • 2D Discrete Event Simulator (ImGui, GLFW)
@@ -280,14 +285,14 @@

I worked on the in-house C++ kernel for BDI agents which was a real-time scheduler that - time-sliced, allocated goals and resources to agents (now open-sourced in Github; see - below) to execute their goals. I was also primarily responsible for the 2D discrete event - simulator using GLFW and Dear ImGui. This simulator tested the C++ kernel in various - scenarios such as solving games (like Tower of Hanoi) or agriculture use-cases for AOS's - in-house hardware branch working on autonomous off-road driving tech. The agent kernel - was designed with explainability in its core exposing an interface that allowed - GUIs and event simulators to hook into to use the kernel and explain the reasoning of - agents and/or build autonomous logic. + time-sliced, allocated goals, resources and processed percepts to the agents (now + open-sourced in Github; see below) to execute their goals. I was also primarily + responsible for the 2D discrete event simulator using GLFW and Dear ImGui. This simulator + tested the C++ kernel in various scenarios such as solving games (like Tower of Hanoi) or + agriculture use-cases for AOS's in-house hardware branch working on autonomous off-road + driving tech. The agent kernel was designed with explainability in its core exposing an + interface that allowed GUIs and event simulators to hook into to use the kernel and + explain the reasoning of agents and/or build autonomous logic.

  • Coordinated multiple toolchain upgrades of our in-house AI frameworks, end-to-end.
  • @@ -308,14 +313,16 @@

    Oxen (Privacy Software/Blockchain) [2018 - 2022] oxen.io

      +
    • Non-Profit
    • +
    • Startup
    • +
    • Open Source
    • C++14
    • Boost
    • CMake
    • Docker
    • Qt5
    • -
    • Cross Platform Builds
    • -
    • Open Source
    • -
    • Applied Cryptography (Cryptonote/Libsodium)
    • +
    • Cross Platform
    • +
    • Cryptography