My name is James. I am an AI engineer from Oxford. I work full time as an AI engineer at RemNote and do freelance work on the side.
-
RemNote
- Oxford
-
23:20
- same time - https://bjsi.github.io/
- @experilearning
- https://dev.to/experilearning
- channel/UCIaS9XDdQkvIjASBfgim1Uw
Pinned Loading
-
open-recommender
open-recommender PublicUsing LLMs to implement an open source YouTube video recommendation system.
-
incremental-writing
incremental-writing PublicAn incremental writing plugin for Obsidian where you add notes and blocks to prioritized queues and review them incrementally over time, spaced repetition style.
-
incremental-everything
incremental-everything PublicA RemNote plugin which allows you to interleave your flashcard reviews with notes, paragraphs from books, websites, video snippets and more! Heavily inspired by SuperMemo's Incremental Reading mode.
-
-
-
prompt-iteration-assistant
prompt-iteration-assistant PublicA set of simple tools to speed up the prompt engineering iteration cycle
TypeScript 8
55 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 1 repository
-
bjsi/experimental-labs-site
This contribution was made on Mar 21
Created an issue in cdelker/schemdraw that received 1 comment
Fritzing part SVGs not displaying correctly
def getimage(self, ext: str = 'svg') -> bytes: ''' Get image as SVG bytes ''' if ext.lower() != 'svg': raise ValueError('SVG backend only supports…