Musings of a Software Inventor, or, THE LACK THEREOF

Notes

Put this in your .screenrc and your terminal's normal scrollback will work for the screen history! WOOT!!!

termcapinfo * ti@:te@

My Amazon Wish List

New News Item

there is an image to the left
blah


This is just a scratch page for random junk.

http://minnow.cc.gatech.edu/squeak/665 - notes on giving an OOP language a smalltalk like programming environment.

http://ducts.27b-6.de/cdcover/ - XMMS cd cover plugin

Write a love song in which I demonstrate that someone loves me using a proof-by-contradiction technique. Mention that Bauer wouldn't care for the proof much, but most people would go for it.

Wiki-based math notes with conversion to my LaTeX stylesheet for printing.

Abstract Algebra Notes

Graph Module

http://www.jundy.com/index.html

http://www.jltechnical.com/Exporter.htm

Take Sub::Curry and create Sub::Curyize

http://www.cis.upenn.edu/~bcpierce/courses/670Fall04/GreatWorksInPL.html

http://www.pst.informatik.uni-muenchen.de/~rauschma/cgi-bin/read/wiki.cgi?ContinuationsForWebProgramming

A good introduction to quantum computing / entanglement - http://plato.stanford.edu/entries/qt-entangle/

artilce on self-esteem

Create Tracker Item or Tracker Status

http://www.math2.org/eulermb/pod/EulerMB/Coroutine.html
More perl coroutines (continuations?)
http://www.math2.org/mmb/area/dev

image name

Wikipedia:Japanese language
LJ:mousetrout

http://linux.ucla.edu/events/meeting-20040217/procmail+spamassassin-2004-02-17.pdf

Idea: Automatic parser generator (generator). Given inputs and AST outputs, figure out a parser.

I'm still a bit hung up on this whole SetDB thing, but now that I'm using Class::DBI a lot I have much less motivation to actually develop it. So perhaps I should write Class::DBI::Sets or something. Then we could use the class dbi stuff to make sets, then create new sets out of them, which would really be views. hmm... does class::dbi have views? lets see... Looks like Class::DBI::View exists, but is only good for reading, not writing.

Well the thing that I lose by using a single set class is types. You could make a set of anything, and things in the set wouldn't have to be the same type. Or would they? I could make a rule that says only things of a single type can go into a set. hm. Of course this type could be a tuple. Thats probably what the SetDB system implied previously anyway, come to think of it.

Well Class::DBI is sort of a subset of what I want. The only types of sets they allow have a one-to-one correspondence with tables.

http://kb.mozillazine.org/Move_the_tabbar_(Firefox)

http://wiki.perlchina.org/main/show/haskell+workshop+2005

http://ndiswrapper.sourceforge.net/mediawiki/index.php/List#WMP54GS - beth linux wireless

http://genie.sis.pitt.edu/

hrm

http://pro.html.it/articoli/id_599/idcat_31/pag_1/pag.html


  • links secretly trigger js which alters the form's action and then POSTS the page.
  • js detects a visit to a cached page, does a background GET to server to let it know and to display its results
  • if a link detects that it has forked-the-window, maybe it could fork the continuation on the server?

http://ondras.praha12.net/sql/ - javascript gui sql schema editor

http://www.capacious.org/ - free hosting

http://www.inference.phy.cam.ac.uk/mackay/itila/book.html - book on information theory

Idea: Dots! The game where you have a grid, take turns placing lines surrounding squares. Might want to look for that book... hmm, I actually think that the math club has that one.

The overlapping concepts:

  • Object-DB mapper
  • HTML binding/rendering of ODB widgets
  • Composing of ODB widgets
  • Composing of ODB objects
  • DOM-based template

Full screen degraded digital video - if you get only every nth packet you get every nth pixel. No compression? Very fine-grade...

Centralized Logic - The core happenings of a program should all be in one spot, easily readable and understandable. Web-MVC spreads things out too much. This is part of the CSS power -- a central spot describing the look of a wide variety of things. Behaviour -- a central spot describing the behaviour of a wide variety of things.

MIT Courses I Should Self-Take

http://www.pxn8.com/ - online Image Editor

http://simon.incutio.com/slides/2006/etech/javascript/js-reintroduction-notes.html

http://www.math.harvard.edu/~mazur/preprints/when_is_one.pdf

http://www.iamjacksbrain.com/AboutMe.html

http://www.cavecanen.org/linux/bashtips.php

http://list.cs.brown.edu/pipermail/plt-scheme/2006-April/012418.html - Tutorial on writing 'yield' in scheme

http://www.netspace.org/~mts/guit_tut/tutorial.htm


Here are links for my mom:
http://www.womensmediacenter.com/ex/110106.html


tah dah!

this is a test


This is Miko in the window.


Random thought: Evolved programs work mostly through side-affects. Same is true of evolved biological systems... need to be analyzed not based on intent but rather on influence. What parts of this process can _possibly_ affect this other process?


The idea I'm going for is to provide a smooth gradient between one-state
sessions, many-state sessions, and state-less sessions.


Storable continuations and web programming in OCaml (needs a usable API!)
http://logic.cs.tsukuba.ac.jp/Continuation/program.html


Chicken Dance


Proposed name of my n900: Koenig


(mp3 file)

Oh My Baby (mp3 file)


http://www.luatex.org/ - Lua as the TeX scripting language. Interesting.