view org/ideas.org @ 84:dfcbbb3d4b9a

save adelson ideas.
author Robert McIntyre <rlm@mit.edu>
date Thu, 16 Jan 2014 10:30:23 -0500
parents 036fe1b13120
children 41741f76b567
line wrap: on
line source
1 #+title: Big List O' Ideas
2 #+author: Robert McIntyre
3 #+email: rlm@mit.edu
4 #+description: list of ideas from the last ~ 7 years
5 #+keywords: aurellem ideas half-baked random
6 #+SETUPFILE: ../../aurellem/org/setup.org
7 #+INCLUDE: ../../aurellem/org/level-0.org
8 #+babel: :mkdirp yes :noweb yes :exports both
10 * Ideas
12 This is a list of all the ideas I've had that I felt like writing down
13 for the past ~ 7 years. Some of them could be practical inventions and
14 are "just" waiting the that 95% perspiration to bring them to
15 fruition, some are ideas for science fiction, and some are simple
16 observations. Some are really only for my own personal notes and are
17 not meant to be comprehensible. They are arranged roughly in reverse
18 chronological order, with the most recent ideas at the top of the
19 list. The ones at the bottom of the list are heavily influenced by my
20 time at MIT.
22 If you find some of these interesting and would like to collaborate on
23 them with me or discuss them in more detail, I'd love to hear from
24 you. You can email me at ideas@aurellem.org.
26 If you want to use one of these ideas as your own and run with it,
27 please feel free. I'd love to hear about it if you do.
29 #+begin_quote
30 There's no end to what a man can accomplish if he doesn't care about
31 getting credit.
32 #+end_quote
34 - pronuncation guide :: a simple webpage where you type in a word and
35 it returns a simpe, English sentence describing exactly how to
36 pronounce the word. For people who don't want to learn IPA.
38 - touch vision :: inspired by GelSight, I want to reexamine cortex and
39 see if I could implement touch as a very low range
40 form of vision.
42 - high school science :: this is a lesson in scientific ethics. The
43 goal is to calculate /g/, the local gravitational
44 acceleration. The students are told that the textbook says it's
45 /exactly/ 9.81 before they start the experiment. See how they
46 doctor their results to get closer to the textbook value. It's
47 neat because for any given school, /g/ is probably *not* exactly
48 equal to 9.81, because that is just an average!
50 - opencourseware subtitles :: there are ladies who type up lectures
51 while they are being given. These recordings should be kept and
52 given to OCW for subtitles. If the timestamps of keys are
53 recorded, then it is easy to make subtitles.
55 - screen locking timing :: you use your computer camera to see if you
56 are sitting in front of the computer. If you are, then the screen
57 will never lock. If you are, then the screen will lock with a
58 30-40 second timeout. It's an extension of using inactivity to
59 initiate the countdown, just with more information.
61 - mirror toilet :: a toilet with a square basin made or mirror instead
62 or porcelain. That way, you can see how good of a
63 wipe job you have done / watch how your excretion
64 system works.
66 - test dummies :: why don't we clone encephalic humans and use then to
67 test /in vivo/ human organ systems and drugs? It
68 would be ethical as long as there are women who are
69 willing to host the clones, and it would be a
70 tremendous resource for studying the human body. I
71 see nothing wrong with it morally, since no one is
72 suffering, and it stands to save many lives throughout
73 more advanced technology.
75 - X-ray telepresence :: given that a doctor is operating on a patient
76 via telepresence, one cool things you can do is shine X-rays into
77 the patient to view the insides during real time. If the system
78 was coupled with a Baysean model of the layout of the structure,
79 and the x-rays were only fired whenever the uncertainty of the
80 model reached a certain threshold, then the radiation damage
81 and surgery risk could be minimized.
83 - superfluid vascular system :: I wonder what would happen if you
84 replaced the blood in a human with a superfluid. What would the
85 physical dynamics be? Would the superfluid flow through the
86 vasculature, or would it ignore it and travel through the cells,
87 or something else entirely. Since superfluids need to be cold to
88 retain their superfluidity, how would the dynamics change during
89 perfusion of a superfluid, where the fluid gains and looses
90 superfluidity as it goes deeper into the body and is cooled by
91 superfluid from upstream. In summary there are two things to
92 simulate 1.) replace all blood in human with superfluid
93 instantly. 2.) perfuse superfluid into human.
95 - projective guessing :: I think that we read and see things by
96 making a really good guess about what we're expecting to see,
97 and then searching for our guess in what we see. If it really
98 doesn't match, then we start to make more guesses / analyze the
99 image from first principles, but most stuff is projective
100 guessing.
102 - Intestinal flora maintenance :: why not inoculate babies at birth
103 with "ideal" gut flora instead of whatever bullshit they
104 naturally get, thus giving them optimal digestive/nutrient
105 extraction capabilities. Might also be able to make their farts
106 not stink for life, too.
108 - server culture : mirrors :: make a distributed system where people
109 can mirror the websites of people they like -- essentially cover
110 the server costs of favored websites. This could make popular
111 websites run at no cost. The system would require that the
112 mirrored content be the same as the official source. Sort of like
113 bit-torrent for websites.
115 - map programming :: one problem with functional programming is that
116 in order to remain functional, you have to pass up arguments up
117 into each calling function to get the full range of behavior
118 from the lower level functions. Normally people come to a
119 compromise involving abstraction and sparing use of dynamic
120 variables to configure runtime behavior. What would be the
121 advantages of making a programming language where every function
122 receives one argument, a map, which contains all the symbol
123 bindings it would ever need? This map is passed on to all
124 subordinate functions. This way, you could replace functions on
125 the fly, and arrange for there to be sensible defaults,
126 etc. Might cause more harm than good but is an interesting idea.
128 - rest nest :: a small EEG device you would attach to your head when
129 you go to sleep at night. ML algorithms would determine
130 your particular sleep cycles. This would mostly be an
131 alarm clock that you could give a time range, say
132 7:00AM - 7:15AM, and it would wake you up during an
133 ideal time corresponding to then end of one of your 90
134 min sleep cycles. You would feel much more rested upon
135 waking up, and would wake up faster. There might be
136 some other uses for the EEG data as well.
138 - image compression :: use a library like gimp or opencv to process an
139 image to make it have less entropy, then store the reverse of
140 those operations along with the compressed simpler image as a
141 super-compressed image file (possibly sccapting some
142 lesses). Trades file size for decompression time, and allows one
143 to cheat by using information in gimp/opencv to compress the
144 image.
146 - fixed cryopreservation :: why not use a fixative to buy enough time
147 to ramp up cryoprotectants to an acceptable level at room
148 temperature? Then, the whole system can be rapidly cooled and
149 vitrified. This method "severs the biological link" in that the
150 fixatives are highly toxic, but current vitrification procedures
151 do this anyway since there can be a lot of freezing damage.
153 - dilated security camera :: a security camera that would capture
154 full video footage of everything at 60fps but then decide to keep
155 only every 1 frame every 5 seconds unless there's something
156 "interesting" happening.
158 - bitcoin wallet :: Part of "server culture", this would be something
159 like "coin.your-domain.com" which would serve as
160 your personal trusted access to your own bitcoins
161 from anywhere.
163 - libpay :: this would be a free library which would enable
164 micro-donations to software projects and other projects,
165 so that you could donate a penny to "emacs" and it would
166 be automatically split up to every person who has ever
167 contributed to emacs in proportion to the amount of
168 community esteem, code quantity, bugs fixed, whatever the
169 community decides. This might make it possible for
170 programmers to live entirely off of free programming.
172 - distributed graphics :: Browser based graphics-card accelerated
173 distributed computing API.
175 - pronouns :: use capital letters A-Z instead of pronouns. They solve
176 pronoun referents and gender neutrality, are short to
177 say, and you can encode useful information into the
178 choice of letter. For example, instead of "Meetings
179 shall be presided over by the president, unless she is
180 absent." USE "Meetings shall be presided over by the
181 president, unless P is absent." We already use this a
182 little, since I and U are reserved for the subject and
183 object respectively.
185 - phone DSP :: software app that inserts an audio DSP between the
186 input to a phone and the output. The DSP is delicious
187 and configurable, and can allow men to make their
188 voices deeper, etc. The app would allow you to hear
189 your own voice as others hear it. Most people hate how
190 their own voice sounds. The app would also allow one to
191 immediately change the parameters of the DSP using good
192 presets.
194 - predestined body learning :: a good example of predestined learning
195 might be the mirror neurons.
197 - restaurant receipt :: use a carbon copy receipt instead of two stupid
198 copies.
200 - anti google glass :: glasses with mounted lasers and computer vision
201 that targets the cameras in google glass and destroy them.
203 - wearable towel :: towel with clasp, velcro, whatever, that allows
204 one to wear the towel more securely than just
205 wrapping it tightly and hoping for the best.
207 - crossdressing :: Easiest way to disguise oneself as a woman is to
208 wear a burka.
210 - book-mode :: intelligent color highlighting for books and
211 articles. It would disambiguate pronouns and involved
212 references. For example, if "Rachael" as red, and "the
213 blonde haired girl" refers to "Rachael", then "the
214 blonde haired girl" would he colored red. Also, you
215 could disambiguate multi part run-on sentences by
216 highlighting each subcomponent. Maybe would also have
217 applications to scientific reading.
219 - Handheld light Rain measurement :: this would be a clear, teflon
220 coated plastic disk with a camera underneath the disk. You would
221 be able to hold the device out and it would measure the rate of
222 accumulation of water droplets from fine mists and light rain by
223 using computer vision to measure the diameters of the drops.
225 - Big Brother Farming :: This would be a vision system that would
226 individually monitor each plant and turn on water, etc to ensure
227 maximum/uniform growth for each plant.
229 - Discrete Faucet :: A faucet with discrete ticks instead of
230 continuous.
232 - Laser Circle :: take a glass microfiliment and shine a laser at one
233 end at an oblique angle. It will make a perfect,
234 large circle on the wall, converting a laser beam
235 into a laser cone, preserving most of the energy of
236 the laser.
238 - Invisible Glass :: Take a container of liquid and embed a
239 glass sculpture made out of glass that has exactly the same index
240 of refraction and color of the liquid. Then the sculpture will be
241 totally invisible in the container, and will only be revealed
242 when the liquid is drained. The container might be a fancy
243 wine/spirit bottle or an hourglass.
245 - Caterpillar people :: A race of caterpillar like creatures gains
246 intelligence after eons of predation by birds, etc. These
247 caterpillar creatures still undergo metamorphosis into a large
248 butterfly-like creature. The metamorphosis process turns the
249 caterpillar's brain into mush and reforms it into a minimal,
250 dumb, truly insect-like mind, completely destroying the person
251 the caterpillar was. The society develops all sorts of customs and
252 religious interpretations of the metamorphosis. It is viewed as
253 good and natural by some since it is part of their life cycle and
254 necessary to propagate the species, as only the butterflies can
255 mate. Some think that the butterflies are still the same person
256 because they have the same soul, even they no longer posses the
257 memories or personality of the original caterpillar. Some see the
258 butterfly form as the "true form" of the species, since the
259 butterflies can fly, mate, and are beautiful. Many make a big
260 deal out of the fact that 1-2% of the caterpillar's mind is
261 actually preserved in the butterfly. Some see it as a terrible
262 tragedy and argue that the caterpillars should try to stop the
263 metamorphosis by technology. Practically, some very important
264 members of society undergo hormone therapy and/or surgery to
265 prevent metamorphosis so that they can live longer as themselves.
267 This is a continuation of Marvin Minsky's ideas about pain being
268 something that preserves our bodies while destroying our minds,
269 something that is a remnant from our too harsh animal days that
270 hasn't caught up to the fact that we have very complex brains
271 now. It's a worst-case scenario about a maladaptive genetic
272 legacy. Also, it's inspired by "There She Is!!!", which makes a
273 compelling point about homosexuality by introducing a second
274 gender characteristic (bunny/cat, male/female), which makes
275 homophobia look very silly. Here, our own biological legacy of
276 pain and death is made to look like the tragedy it is through the
277 lens of the the caterpillar people.
279 - relationships as a business :: [[http://thedailywtf.com/Articles/Up-or-Out-Solving-the-IT-Turnover-Crisis.aspx][Turnover-Crisis]] is an excellent talk
280 about the "culture of quitting," which is about better business
281 by letting people go instead of keeping them around past their
282 "apex". Focuses on information transfer. Cool idea of an alumni
283 network, which for relationships would be a group of satisfied
284 ex-lovers, who would recommend new people your way, and who might
285 consider coming to you again, refreshed from their time away with
286 new stories/experiences. I should look for examples of this and
287 how they worked out.
289 - coffee with tea :: /rlm-tea/ contains 2% sugar, 10% cream, and 20%
290 dylan coffee. /dylan coffee/ contains 5% sugar,
291 20% cream, and 10% rlm-tea. Start your mornings
292 with recursion!
294 - psychic crystal :: in a science fiction story, this would be an
295 object that is very easy to move physically but is extremely
296 difficult to move with telekinesis.
298 - http://betsofbitco.in/ :: what a great place for an AI/person to
299 prove themselves as a good predictor. I wish this could be
300 automated.
302 - true reflection :: don't forget about that mirror in the student
303 center!, it's two mirrors at right angles, like staring at a
304 corner of a room. The light reflects so that it shows you what
305 you actually look like, instead of your mirror image.
307 - remote control wasp :: use computer to drive wings with remote
308 power/logic.
310 - encrypted email phone book :: public (distributed?) database of
311 email->private-key pairs, to enable automatic encryption.
313 - universal eye color :: every equivalent creature will see each
314 others' eyes as black -- it's universal. Even if the creatures
315 see in radio waves, and their eyes are 2m long pieces of jagged
316 metal, when those creatures look at each other, they will see
317 black, the absence of light and color (since it's being absorbed
318 by the sensor array).
320 - intelligent microwave :: it learns where the hot nodes of its fields
321 are, and uses them to evenly heat any food item. It has an infared
322 camera or something to keep track of how hot the food is. That way,
323 you don't get bowls where the edges are boiling, while the center is
324 still frozen. Requires a little bit of intelligence/vision, since
325 the exact pattern of heating totally depends on the exact shape of
326 the food. Wouldn't need a carousel, and wouldn't need a timer,
327 just a desired temperature. Could also detect ice, and automatically
328 defrost the parts which are frozen. Might be able to work much
329 faster since it can avoid overheating; might have problems with
330 heating the insides of thick things, might need a weight sensor too.
332 + Would be much cleaner than other microwaves, since food would
333 "sputter" and splash liquid much less.
335 + Throw in some SIFT+R processing to match previously cooked foods
336 and learn the exact heating profiles for things that have been
337 cooked before -- it can get faster the more it's used.
339 - compression :: brain-aware image compression algorithm
341 - Credit card proxy :: would be a company which works like paypal
342 except for real world transactions
344 - Flesh pillow :: a pillow like the arm or torso of a human, complete
345 with simulated temperature, bones, and heartbeat.
347 - super screw :: a screw which has only one or two threads and instead
348 uses compression to fit into a hole (the whole shank
349 of the screw is split into multiple pieces to
350 accomplish this; the tip is a point, then the middle
351 bulges out and gets compressed when screwed in.
353 - light filter :: (like light tweezers) to mechanically separate
354 fluids with different index of refraction
356 - chalk eraser project :: maybe make a directional eraser, for easy
357 release of chalk dust, like fur, and how it likes to rest in a
358 certain direction.
360 - silver socks :: socks laced with silver for the antimicrobial
361 properties.
363 - UROP :: magnet gear/metal teeth tape
365 - rod of moses :: device to distill urine through evaporation and
366 easily dispose of urea crystals for use in desert --
367 produce drinkable water.
369 - UROP :: Make the LED in line with the flow for the micro injector, so
370 that it may transmit maximum flow. Motor that changes
371 distance of internal magnet from windings depending on
372 desired speed so as to obtain maximum power efficiency.
374 - lottery scraper :: web scraper which monitors various lotteries,
375 looking for "special" gimmick changes in the rules (like 4x
376 winnings on Wednesdays) and computes expected value...
378 - Memristiors novel design :: make an evolutionary algorithm to make
379 old stuff using all four basic circuit elements.
381 - Conductive concrete :: concrete that has embedded metal fibers so
382 that it can conduct electricity.
384 - little bitty melting pot :: might be useful for some types of
385 manufacturing/3D printing -- how small can an induction melter be
386 made, for example.
388 - power strip/timer programmable combination :: meh
390 - algorithms :: which learn what their inputs are and in what order,
391 and can adapt to changing circumstances -- they
392 remember previous arguments and adapt so as to respond
393 to different connections.
395 - true pure tones :: hear a true pure tone by direct stimulation of the
396 nerves of the ear
398 - mechanical analogue to the electrical op-amp :: would be an object
399 with two levers -- you pull on one lever and the other moves the
400 same way, no matter what's in the way or what it is driving. This
401 analogy could be useful to teach op amps to people.
403 - paper folding device :: make it convenient to fold lots of papers in
404 various ways.
406 - concrete epoxy :: epoxy with sand/ some other solid material.
408 - light capacitor :: suspend some ball of material with a high index
409 of refraction and shine light into it so it gets stuck -- would
410 the light stay trapped forever? Could you build up unlimited
411 quantities of light inside the sphere (which could then be
412 released slowly by frustrated internal reflection?
414 - movie screening :: Movies always are too long at first. One way to
415 shorten them ``scientifically" is to record blink rate during the
416 move and then remove / shorten the frames of the parts in which
417 there are a lot of blinking (average this over multiple people)
418 better yet, put it online and do it across thousands of people. I
419 got this from youtube in which there is an episode of kill bill
420 which is composed entirely of the parts in which people had their
421 eyes closed. slogan: want to make a movie people can't take their
422 eyes off of? Just take those parts out!
424 - optimize an article :: capture reading of a scientific article via
425 screen capture while people read it, then use it to make the
426 article better. like the movie-pruning idea.
428 - super reading program :: teaches people the ideal mental mask to
429 apply during reading so as to read very fast.
431 - explosive thermite epoxy putty :: one part would contain the rust,
432 one part the aluminum.
434 - reading comprehension :: use the above screen capture routine to
435 make a quiz program that constructs questions about the content
436 you seemed to gloss over while reading. could be easy if the pdf
437 came with embedded questions. Dylan: automatically generate
438 word-cloud about the parts you found most interesting; help
439 others who read the same stuff by drawing attention to the
440 interesting parts.
442 - hard sword :: make a samurai sword, but use osmiridum instead of
443 martensite for the cutting part; it should be a better
444 sword.
446 - close range wireless :: use the induction technology used to
447 recharge electric toothbrushes with no metal links to send data
448 without any metal at all!
450 - reading :: is a form of synsethesia
452 - DNA printer :: A machine which translates the text eg, "ACTGAC" into
453 actual DNA
455 - black generator :: ferro-fluid magnetic field suspended micro
456 generator to make electricity
458 - alcohol battery :: alcohol/fluid flow powered battery
460 - folding razor blade sword ::
462 - perfect pitch :: learn perfect pitch using another sense in
463 combination (sight or touch)
465 - kaleidoscope projector ::
467 - razor blade de-sharpener :: for guilt free disposal
469 - bricks :: filled with luminescent plant material
471 - bio metallic structure :: metal grids with seeds inside, which grow
472 together and form a durable biological matrix. The metal
473 substrate delivers water. (maybe use plastic instead of metal?)
474 Dylan: enrich plants with inorganic compounds; electrical
475 interfaces in cellular plant matter => remote-controlled
476 photosynthetic/bioluminescent structures.
478 - conducting extracellular matrix :: to allow better control of
479 organic systems and an enhanced nervous system.
481 - cross-modal memory hashing :: a way to retrieve memories more
482 robustly.
484 - flossing thimble-guards :: (these actually exist)
486 - rules + lattice learning :: integrate lattice learning with rules by
487 generating hypothetical examples
489 - wooden refrigerator :: to give food a better taste Dylan: like
490 barrels for wine, or planks for salmon. Maybe just have "flavor
491 planks" for your pre-existing fridge. Need to mitigate effect of
492 temperature on volatility?
494 - radioactive transmutation molecule by molecule :: create precious
495 metals or something else economically advantageous.
497 - crowd preservation :: inoculate food with tons of harmless
498 bacteria so that there's no room for bad bacteria as a method of
499 preservation
501 - old school preservation :: Pasteur - style holding jar with siphon
502 as a way to store liquids at room temperature indefinitely w/o
503 refrigeration.
505 - restaurant policy :: Throw rude people out of restaurant as a matter
506 of course -- make ambiance much better.
508 - clean windows :: make something that mixes soap with fire hydrant
509 water (and reduces the pressure a bit) and use it
510 to clean windows of buildings.
512 - ocarina :: make an ocarina out of pure silver
514 - fire pen :: pen which burns words on to the page, thus never needing
515 any ink. Is there a way to make it runnable from the
516 human's energy?
518 - website to design your own soda :: and label, and have it mailed to
519 you / sell it from your own online store.
521 - solar panels :: that float on the ocean
523 - handcuffs with more than two cuffs (3?) :: great for daisy chaining
524 people, binding them to environment, etc.
526 - vector based SOUND files :: like the pictures but with SOUND. codify
527 sound in a language with enough symbols so that it can describe
528 everything and encode it in that. would be like going from speech
529 to text or smtg. Could also store sound as an image of the
530 wavefront encoded as a vector image.
532 - Mouse :: with a horizontal scroll wheel in addition to the vertical
533 scroll wheel
535 - logic maintenance system for big institutions :: to make sure the
536 things they are thinking about doing are not retarded
538 - http://www.regulations.gov/ :: cool site
540 - genetically engineered glowing fruit :: sell seeds?
542 - memory slide :: IF memories are encoded using particular sensory
543 impressions, what happens if the sensory organ
544 itself changes? those memories would become
545 inaccessible. maybe this is why we can't remember
546 much from our childhoods. also, could this happen
547 throughout life as well? Could S remember stuff from
548 his childhood?
550 - make a completely indestructible phone :: no moving parts or display
551 you should be able to slam it around all you want, and it will
552 just work. brutally simple. aerogel around the battery, minimal
553 interface - never gets too hot, and can be dropped into water. no
554 holes -- uses field effects for everything from the buttons to
555 inductive charging and data transfer.
557 - midi to ocarina "tabs" program :: (online website? buy ocarinas from
558 it too)
560 - 3d printing with sound pulses (or just patterns) :: like the 8.03
561 lecture
563 - lighter flint on spring :: make hot, throw it at something, and it
564 makes sparkles!
566 - nuclear energy :: Rebranding New+Clear Energy with informational
567 campaign and public debate forum to enforce its
568 transparent and open nature. France needn't be the
569 world leader in nuclear energy. (Dylan)
571 - bubbles :: Engineer a material which has both ductility and high
572 surface tension to make the "third"
573 minimal-surface-energy solution to a bubble suspended
574 between two equal-diameter rings. (Solutions are
575 cylindrical catenary curve, two separated half-bubbles,
576 and a double-cone)
578 - Textbook whose content can be varied continuously :: alter level of
579 difficulty, rigor, diction, emphasize crossover with certain
580 other discipline, etc. Content generated dynamically from
581 knowledge base, along with questions that are moreover altered to
582 guide knowledge acquisition. Motivation: One book of
583 knowledge. /One./
586 ** From Jacob's idea list
588 - Roommate-canceling headphones: uses roommate's laptop mic to seed
589 noise cancellation alg in your headphones (would this
590 work?). -Update on sound canceling headphones that take feed from
591 tv: how about ones that cancel people talking on the phone by
592 receiving the phone signals and playing inverse sound
593 waves. #signalprocessing ~jcole@mit.edu
595 - ClackerAlert -- tells if you slam the keys too hard using sound data
596 (and speed/jerkiness data)!.Prevents RSI ~jcole@mit.e
598 - Panic Pin :: separate pin that you can tell someone if forced to
599 identify your PIN (idea from idea about credit cards)