VIM is a perfect configuration of EMACS that has replaced Elisp with Vimscript and heavily utilizes transient keymaps and/or Hydras.
Author: grant
Cost For Building a FORTH Based Personal Computer?
Best Way to Learn FORTH On TV
Running TurboForth on a TI-99/4A seems like the best way to learn FORTH on a TV.
A Scheme Interpreter in Forth
This is an interpreter for a really simple dynamically scoped Scheme dialect. It only runs with Gforth, because it uses Gforth’s structs to implement its data structures.
Samsung Galaxy S3 Will Not Obtain IP Address
My Samsung Galaxy S3 refuses to retain it’s DHCP assigned IP address. The first post talked about this solution. Set up your phone manually, statically, on your network.
The key was to keep letting the router assign that IP address using DHCP; even when filtering by MAC address is turned off and the phone is set up statically!
Here is how to check the MAC address of your phone: Settings -> WiFi -> Settings -> Advanced.
Concatenating Media Files
Here is how to join media files with ffmpeg.
Create a file mylist.txt with all the files you want to have concatenated in the following form (lines starting with a # are ignored):
# this is a comment
file '/path/to/file1'
file '/path/to/file2'
file '/path/to/file3'
Note that these can be either relative or absolute paths. Then you can stream copy or re-encode your files:
ffmpeg -f concat -i mylist.txt -c copy output
Some FORTH Links
- http://www.art.net/~hopkins/Don/lang/forth.html
- http://www.findinglisp.com/blog/2008/06/forth-timelessness-redux.html
- http://yosefk.com/blog/my-history-with-forth-stack-machines.html
- http://galileo.phys.virginia.edu/classes/551.jvn.fall01/primer.htm
- http://www.softsynth.com/pforth/pf_tut.php
- http://c2.com/cgi/wiki?ForthLanguage
His Feelings About FORTH
This is a detailed and frank conversations about one man’s journey with FORTH.
Mastery, Questions, Hardware, Software, LISP, Forth, TI-99/4A
Over the last two years a few questions and ideas have visited me and the following is my attempt to piece them together…
Continue reading “Mastery, Questions, Hardware, Software, LISP, Forth, TI-99/4A”
The Purpose of EMACS
The purpose of EMACS is to provide an environment for the unlimited expression of your creativity in which you can revel in the definition of as many boundaries as you wish, and then exceed them, repeatedly.