Work
Below is an overview of what i’m doing at the moment (at least what I can openly talk about) and projects I have done in the past.
Projects
-
Working with the below ChatGPT and GPT3 API’s to create new products; for instance, automated code reviews which try to improve the code by itself
-
https://pipe2cloud.com - Zapier for cli
-
https://flexlists.com - 15 year old free simple to use database (currently being rewritten)
Open source
-
https://github.com/tluyben - my github
-
https://gist.github.com/tluyben - my gists
-
https://github.com/tluyben/joplin2hugo Joplin->Hugo
-
https://github.com/tluyben/md2pdf - directory of md files to pdf
-
https://github.com/tluyben/openai-tools - tools for working with OpenAI (mainly GPT3+)
-
https://github.com/tluyben/chatgpt-playground - an experimental playground for playing with ChatGPT (includes a simple chat client)
-
https://github.com/tluyben/chatgpt-sqlite-server - a plugin for the ChatGPT playground to have it learn from SQLite data and generate queries
-
https://github.com/tluyben/nodejs-proxy - tiny forwarding proxy for Node, to quickly experiment with REST traffic
-
https://github.com/tluyben/chatgpt-api - for of the Chrome driven experimental personal API for ChatGPT
-
https://github.com/tluyben/joplin-safari-clipper - Joplin web plugin for Safari
-
https://github.com/tluyben/DynamicReactServer - Dynamically compile React/JS or React/TS
-
https://github.com/tluyben/MongoWebQueryServer - Easy Mongo access
-
https://github.com/tluyben/termtools - small Linux tools I use a lot
-
https://github.com/tluyben/iOS.API.On.Droid - Xamarin implementation of Android on top of iOS (write for iOS, compile to Android)
-
https://github.com/tluyben/OATH.Net - Forked version of OATH with some improvements
-
https://github.com/tluyben/Squares - Small LUA game written on a handheld during a night on JFK airport
-
https://gist.github.com/tluyben/16ee2645c4c8aed813005d51488d5c6a - a very small Forth-like interpreter in C#, the core of which is only just over 40 lines long