HackerTrans
TopNewTrendsCommentsPastAskShowJobs

markusl2ll

no profile record

comments

markusl2ll
·ano passado·discuss
Shameless plug: you can use org-anki[1] to manage Anki cards from your org-mode notes.

[1] https://github.com/eyeinsky/org-anki
markusl2ll
·há 2 anos·discuss
Shamelessly plugging my org-mode extension to sync org entries as Anki notes https://github.com/eyeinsky/org-anki ;)
markusl2ll
·há 2 anos·discuss
Anki has AnkiWeb for cross device sync and (supposedly, haven't tried) has self-hosting.
markusl2ll
·há 3 anos·discuss
We do have a law, but last I checked then in Estonia there was no way for a private person to do API based payments without later needing to log in to the website and signing the transactions manually with an ID card (i.e a smart card). Sad.
markusl2ll
·há 4 anos·discuss
I recently created a tiny tool to run code blocks from org files: https://github.com/eyeinsky/org_script

Essentially, you just mark the code blocks with `:script name`, and then can list or execute the block from a terminal. This also keeps the script in context within whatever other notes you had on the topic, when you were figuring it out etc. And if something turns out to be a useful snippet, you move it out to an actually separate script. :)