Mercurial > thoughts
view org/ideas.org @ 71:dc521fea9219
add svn and time stamp idea.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 06 Nov 2013 16:37:37 -0500 |
parents | ed7d0ca99c55 |
children | ace7f097eb6c |
line wrap: on
line source
1 #+title: Big List O' Ideas2 #+author: Robert McIntyre3 #+email: rlm@mit.edu4 #+description: list of ideas from the last ~ 7 years5 #+keywords: aurellem ideas half-baked random6 #+SETUPFILE: ../../aurellem/org/setup.org7 #+INCLUDE: ../../aurellem/org/level-0.org8 #+babel: :mkdirp yes :noweb yes :exports both10 * Ideas12 This is a list of all the ideas I've had that I felt like writing down13 for the past ~ 7 years. Some of them could be practical inventions and14 are "just" waiting the that 95% perspiration to bring them to15 fruition, some are ideas for science fiction, and some are simple16 observations. Some are really only for my own personal notes and are17 not meant to be comprehensible. They are arranged roughly in reverse18 chronological order, with the most recent ideas at the top of the19 list. The ones at the bottom of the list are heavily influenced by my20 time at MIT.22 If you find some of these interesting and would like to collaborate on23 them with me or discuss them in more detail, I'd love to hear from24 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_quote30 There's no end to what a man can accomplish if he doesn't care about31 getting credit.32 #+end_quote34 - time verification :: some standard way to verify that some piece of35 data was recorded at a specific time. Might involve a time36 server, a key for each time period, something liek that.38 - tamper proof gold bars :: [[http://www.tungsten-alloy.com/gold-plated-tungsten-alloy-bar.html][this site]] offers gold plated tungsten bars39 as "novelty" items. One reason to prefer coins is because they40 are much harder to counterfeit because there is less surface area41 to mass ratio. However, gold bars are still a great design42 because they can hold a lot of value in a small space. A gold bar43 could be given the same protections (and more) that gold coins44 have to offer by changing it into a "gold book", which would have45 hundreds of "pages" of gold bound together. This could be46 implemented with multiple steel rods going through the book which47 can be removed, or some more classier mechanism for holding the48 pages. The point is that the bar can be EASILY subdivided (and49 people would perform this test before buying), thus guaranteeing50 it's authenticity.52 - aurellem shirt :: I should make an aurellem star symbol tee-shirt.54 - high school science :: this is a lesson in scientific ethics. The55 goal is to calculate /g/, the local gravitational56 acceleration. The students are told that the textbook says it's57 /exactly/ 9.81 before they start the experiment. See how they58 doctor their results to get closer to the textbook value. It's59 neat because for any given school, /g/ is probably *not* exactly60 equal to 9.81, because that is just an average!62 - opencourseware subtitles :: there are ladies who type up lectures63 while they are being given. These recordings should be kept and64 given to OCW for subtitles. If the timestamps of keys are65 recorded, then it is easy to make subtitles.67 - screen locking timing :: you use your computer camera to see if you68 are sitting in front of the computer. If you are, then the screen69 will never lock. If you are, then the screen will lock with a70 30-40 second timeout. It's an extension of using inactivity to71 initiate the countdown, just with more information.73 - mirror toilet :: a toilet with a square basin made or mirror instead74 or porcelain. That way, you can see how good of a75 wipe job you have done / watch how your excretion76 system works.78 - test dummies :: why don't we clone encephalic humans and use then to79 test /in vivo/ human organ systems and drugs? It80 would be ethical as long as there are women who are81 willing to host the clones, and it would be a82 tremendous resource for studying the human body. I83 see nothing wrong with it morally, since no one is84 suffering, and it stands to save many lives throughout85 more advanced technology.87 - X-ray telepresence :: given that a doctor is operating on a patient88 via telepresence, one cool things you can do is shine X-rays into89 the patient to view the insides during real time. If the system90 was coupled with a Baysean model of the layout of the structure,91 and the x-rays were only fired whenever the uncertainty of the92 model reached a certain threshold, then the radiation damage93 and surgery risk could be minimized.95 - superfluid vascular system :: I wonder what would happen if you96 replaced the blood in a human with a superfluid. What would the97 physical dynamics be? Would the superfluid flow through the98 vasculature, or would it ignore it and travel through the cells,99 or something else entirely. Since superfluids need to be cold to100 retain their superfluidity, how would the dynamics change during101 perfusion of a superfluid, where the fluid gains and looses102 superfluidity as it goes deeper into the body and is cooled by103 superfluid from upstream. In summary there are two things to104 simulate 1.) replace all blood in human with superfluid105 instantly. 2.) perfuse superfluid into human.107 - projective guessing :: I think that we read and see things by108 making a really good guess about what we're expecting to see,109 and then searching for our guess in what we see. If it really110 doesn't match, then we start to make more guesses / analyze the111 image from first principles, but most stuff is projective112 guessing.114 - Intestinal flora maintenance :: why not inoculate babies at birth115 with "ideal" gut flora instead of whatever bullshit they116 naturally get, thus giving them optimal digestive/nutrient117 extraction capabilities. Might also be able to make their farts118 not stink for life, too.120 - server culture : mirrors :: make a distributed system where people121 can mirror the websites of people they like -- essentially cover122 the server costs of favored websites. This could make popular123 websites run at no cost. The system would require that the124 mirrored content be the same as the official source. Sort of like125 bit-torrent for websites.127 - map programming :: one problem with functional programming is that128 in order to remain functional, you have to pass up arguments up129 into each calling function to get the full range of behavior130 from the lower level functions. Normally people come to a131 compromise involving abstraction and sparing use of dynamic132 variables to configure runtime behavior. What would be the133 advantages of making a programming language where every function134 receives one argument, a map, which contains all the symbol135 bindings it would ever need? This map is passed on to all136 subordinate functions. This way, you could replace functions on137 the fly, and arrange for there to be sensible defaults,138 etc. Might cause more harm than good but is an interesting idea.140 - rest nest :: a small EEG device you would attach to your head when141 you go to sleep at night. ML algorithms would determine142 your particular sleep cycles. This would mostly be an143 alarm clock that you could give a time range, say144 7:00AM - 7:15AM, and it would wake you up during an145 ideal time corresponding to then end of one of your 90146 min sleep cycles. You would feel much more rested upon147 waking up, and would wake up faster. There might be148 some other uses for the EEG data as well.150 - image compression :: use a library like gimp or opencv to process an151 image to make it have less entropy, then store the reverse of152 those operations along with the compressed simpler image as a153 super-compressed image file (possibly sccapting some154 lesses). Trades file size for decompression time, and allows one155 to cheat by using information in gimp/opencv to compress the156 image.158 - fixed cryopreservation :: why not use a fixative to buy enough time159 to ramp up cryoprotectants to an acceptable level at room160 temperature? Then, the whole system can be rapidly cooled and161 vitrified. This method "severs the biological link" in that the162 fixatives are highly toxic, but current vitrification procedures163 do this anyway since there can be a lot of freezing damage.165 - dilated security camera :: a security camera that would capture166 full video footage of everything at 60fps but then decide to keep167 only every 1 frame every 5 seconds unless there's something168 "interesting" happening.170 - bitcoin wallet :: Part of "server culture", this would be something171 like "coin.your-domain.com" which would serve as172 your personal trusted access to your own bitcoins173 from anywhere.175 - libpay :: this would be a free library which would enable176 micro-donations to software projects and other projects,177 so that you could donate a penny to "emacs" and it would178 be automatically split up to every person who has ever179 contributed to emacs in proportion to the amount of180 community esteem, code quantity, bugs fixed, whatever the181 community decides. This might make it possible for182 programmers to live entirely off of free programming.184 - distributed graphics :: Browser based graphics-card accelerated185 distributed computing API.187 - pronouns :: use capital letters A-Z instead of pronouns. They solve188 pronoun referents and gender neutrality, are short to189 say, and you can encode useful information into the190 choice of letter. For example, instead of "Meetings191 shall be presided over by the president, unless she is192 absent." USE "Meetings shall be presided over by the193 president, unless P is absent." We already use this a194 little, since I and U are reserved for the subject and195 object respectively.197 - phone DSP :: software app that inserts an audio DSP between the198 input to a phone and the output. The DSP is delicious199 and configurable, and can allow men to make their200 voices deeper, etc. The app would allow you to hear201 your own voice as others hear it. Most people hate how202 their own voice sounds. The app would also allow one to203 immediately change the parameters of the DSP using good204 presets.206 - predestined body learning :: a good example of predestined learning207 might be the mirror neurons.209 - restaurant receipt :: use a carbon copy receipt instead of two stupid210 copies.212 - anti google glass :: glasses with mounted lasers and computer vision213 that targets the cameras in google glass and destroy them.215 - wearable towel :: towel with clasp, velcro, whatever, that allows216 one to wear the towel more securely than just217 wrapping it tightly and hoping for the best.219 - crossdressing :: Easiest way to disguise oneself as a woman is to220 wear a burka.222 - book-mode :: intelligent color highlighting for books and223 articles. It would disambiguate pronouns and involved224 references. For example, if "Rachael" as red, and "the225 blonde haired girl" refers to "Rachael", then "the226 blonde haired girl" would he colored red. Also, you227 could disambiguate multi part run-on sentences by228 highlighting each subcomponent. Maybe would also have229 applications to scientific reading.231 - Handheld light Rain measurement :: this would be a clear, teflon232 coated plastic disk with a camera underneath the disk. You would233 be able to hold the device out and it would measure the rate of234 accumulation of water droplets from fine mists and light rain by235 using computer vision to measure the diameters of the drops.237 - Big Brother Farming :: This would be a vision system that would238 individually monitor each plant and turn on water, etc to ensure239 maximum/uniform growth for each plant.241 - Discrete Faucet :: A faucet with discrete ticks instead of242 continuous.244 - Laser Circle :: take a glass microfiliment and shine a laser at one245 end at an oblique angle. It will make a perfect,246 large circle on the wall, converting a laser beam247 into a laser cone, preserving most of the energy of248 the laser.250 - Invisible Glass :: Take a container of liquid and embed a251 glass sculpture made out of glass that has exactly the same index252 of refraction and color of the liquid. Then the sculpture will be253 totally invisible in the container, and will only be revealed254 when the liquid is drained. The container might be a fancy255 wine/spirit bottle or an hourglass.257 - Caterpillar people :: A race of caterpillar like creatures gains258 intelligence after eons of predation by birds, etc. These259 caterpillar creatures still undergo metamorphosis into a large260 butterfly-like creature. The metamorphosis process turns the261 caterpillar's brain into mush and reforms it into a minimal,262 dumb, truly insect-like mind, completely destroying the person263 the caterpillar was. The society develops all sorts of customs and264 religious interpretations of the metamorphosis. It is viewed as265 good and natural by some since it is part of their life cycle and266 necessary to propagate the species, as only the butterflies can267 mate. Some think that the butterflies are still the same person268 because they have the same soul, even they no longer posses the269 memories or personality of the original caterpillar. Some see the270 butterfly form as the "true form" of the species, since the271 butterflies can fly, mate, and are beautiful. Many make a big272 deal out of the fact that 1-2% of the caterpillar's mind is273 actually preserved in the butterfly. Some see it as a terrible274 tragedy and argue that the caterpillars should try to stop the275 metamorphosis by technology. Practically, some very important276 members of society undergo hormone therapy and/or surgery to277 prevent metamorphosis so that they can live longer as themselves.279 This is a continuation of Marvin Minsky's ideas about pain being280 something that preserves our bodies while destroying our minds,281 something that is a remnant from our too harsh animal days that282 hasn't caught up to the fact that we have very complex brains283 now. It's a worst-case scenario about a maladaptive genetic284 legacy. Also, it's inspired by "There She Is!!!", which makes a285 compelling point about homosexuality by introducing a second286 gender characteristic (bunny/cat, male/female), which makes287 homophobia look very silly. Here, our own biological legacy of288 pain and death is made to look like the tragedy it is through the289 lens of the the caterpillar people.291 - relationships as a business :: [[http://thedailywtf.com/Articles/Up-or-Out-Solving-the-IT-Turnover-Crisis.aspx][Turnover-Crisis]] is an excellent talk292 about the "culture of quitting," which is about better business293 by letting people go instead of keeping them around past their294 "apex". Focuses on information transfer. Cool idea of an alumni295 network, which for relationships would be a group of satisfied296 ex-lovers, who would recommend new people your way, and who might297 consider coming to you again, refreshed from their time away with298 new stories/experiences. I should look for examples of this and299 how they worked out.301 - coffee with tea :: /rlm-tea/ contains 2% sugar, 10% cream, and 20%302 dylan coffee. /dylan coffee/ contains 5% sugar,303 20% cream, and 10% rlm-tea. Start your mornings304 with recursion!306 - psychic crystal :: in a science fiction story, this would be an307 object that is very easy to move physically but is extremely308 difficult to move with telekinesis.310 - http://betsofbitco.in/ :: what a great place for an AI/person to311 prove themselves as a good predictor. I wish this could be312 automated.314 - true reflection :: don't forget about that mirror in the student315 center!, it's two mirrors at right angles, like staring at a316 corner of a room. The light reflects so that it shows you what317 you actually look like, instead of your mirror image.319 - remote control wasp :: use computer to drive wings with remote320 power/logic.322 - encrypted email phone book :: public (distributed?) database of323 email->private-key pairs, to enable automatic encryption.325 - universal eye color :: every equivalent creature will see each326 others' eyes as black -- it's universal. Even if the creatures327 see in radio waves, and their eyes are 2m long pieces of jagged328 metal, when those creatures look at each other, they will see329 black, the absence of light and color (since it's being absorbed330 by the sensor array).332 - intelligent microwave :: it learns where the hot nodes of its fields333 are, and uses them to evenly heat any food item. It has an infared334 camera or something to keep track of how hot the food is. That way,335 you don't get bowls where the edges are boiling, while the center is336 still frozen. Requires a little bit of intelligence/vision, since337 the exact pattern of heating totally depends on the exact shape of338 the food. Wouldn't need a carousel, and wouldn't need a timer,339 just a desired temperature. Could also detect ice, and automatically340 defrost the parts which are frozen. Might be able to work much341 faster since it can avoid overheating; might have problems with342 heating the insides of thick things, might need a weight sensor too.344 + Would be much cleaner than other microwaves, since food would345 "sputter" and splash liquid much less.347 + Throw in some SIFT+R processing to match previously cooked foods348 and learn the exact heating profiles for things that have been349 cooked before -- it can get faster the more it's used.351 - compression :: brain-aware image compression algorithm353 - Credit card proxy :: would be a company which works like paypal354 except for real world transactions356 - Flesh pillow :: a pillow like the arm or torso of a human, complete357 with simulated temperature, bones, and heartbeat.359 - super screw :: a screw which has only one or two threads and instead360 uses compression to fit into a hole (the whole shank361 of the screw is split into multiple pieces to362 accomplish this; the tip is a point, then the middle363 bulges out and gets compressed when screwed in.365 - light filter :: (like light tweezers) to mechanically separate366 fluids with different index of refraction368 - chalk eraser project :: maybe make a directional eraser, for easy369 release of chalk dust, like fur, and how it likes to rest in a370 certain direction.372 - silver socks :: socks laced with silver for the antimicrobial373 properties.375 - UROP :: magnet gear/metal teeth tape377 - rod of moses :: device to distill urine through evaporation and378 easily dispose of urea crystals for use in desert --379 produce drinkable water.381 - UROP :: Make the LED in line with the flow for the micro injector, so382 that it may transmit maximum flow. Motor that changes383 distance of internal magnet from windings depending on384 desired speed so as to obtain maximum power efficiency.386 - lottery scraper :: web scraper which monitors various lotteries,387 looking for "special" gimmick changes in the rules (like 4x388 winnings on Wednesdays) and computes expected value...390 - Memristiors novel design :: make an evolutionary algorithm to make391 old stuff using all four basic circuit elements.393 - Conductive concrete :: concrete that has embedded metal fibers so394 that it can conduct electricity.396 - little bitty melting pot :: might be useful for some types of397 manufacturing/3D printing -- how small can an induction melter be398 made, for example.400 - power strip/timer programmable combination :: meh402 - algorithms :: which learn what their inputs are and in what order,403 and can adapt to changing circumstances -- they404 remember previous arguments and adapt so as to respond405 to different connections.407 - true pure tones :: hear a true pure tone by direct stimulation of the408 nerves of the ear410 - mechanical analogue to the electrical op-amp :: would be an object411 with two levers -- you pull on one lever and the other moves the412 same way, no matter what's in the way or what it is driving. This413 analogy could be useful to teach op amps to people.415 - paper folding device :: make it convenient to fold lots of papers in416 various ways.418 - concrete epoxy :: epoxy with sand/ some other solid material.420 - light capacitor :: suspend some ball of material with a high index421 of refraction and shine light into it so it gets stuck -- would422 the light stay trapped forever? Could you build up unlimited423 quantities of light inside the sphere (which could then be424 released slowly by frustrated internal reflection?426 - movie screening :: Movies always are too long at first. One way to427 shorten them ``scientifically" is to record blink rate during the428 move and then remove / shorten the frames of the parts in which429 there are a lot of blinking (average this over multiple people)430 better yet, put it online and do it across thousands of people. I431 got this from youtube in which there is an episode of kill bill432 which is composed entirely of the parts in which people had their433 eyes closed. slogan: want to make a movie people can't take their434 eyes off of? Just take those parts out!436 - optimize an article :: capture reading of a scientific article via437 screen capture while people read it, then use it to make the438 article better. like the movie-pruning idea.440 - super reading program :: teaches people the ideal mental mask to441 apply during reading so as to read very fast.443 - explosive thermite epoxy putty :: one part would contain the rust,444 one part the aluminum.446 - reading comprehension :: use the above screen capture routine to447 make a quiz program that constructs questions about the content448 you seemed to gloss over while reading. could be easy if the pdf449 came with embedded questions. Dylan: automatically generate450 word-cloud about the parts you found most interesting; help451 others who read the same stuff by drawing attention to the452 interesting parts.454 - hard sword :: make a samurai sword, but use osmiridum instead of455 martensite for the cutting part; it should be a better456 sword.458 - close range wireless :: use the induction technology used to459 recharge electric toothbrushes with no metal links to send data460 without any metal at all!462 - reading :: is a form of synsethesia464 - DNA printer :: A machine which translates the text eg, "ACTGAC" into465 actual DNA467 - black generator :: ferro-fluid magnetic field suspended micro468 generator to make electricity470 - alcohol battery :: alcohol/fluid flow powered battery472 - folding razor blade sword ::474 - perfect pitch :: learn perfect pitch using another sense in475 combination (sight or touch)477 - kaleidoscope projector ::479 - razor blade de-sharpener :: for guilt free disposal481 - bricks :: filled with luminescent plant material483 - bio metallic structure :: metal grids with seeds inside, which grow484 together and form a durable biological matrix. The metal485 substrate delivers water. (maybe use plastic instead of metal?)486 Dylan: enrich plants with inorganic compounds; electrical487 interfaces in cellular plant matter => remote-controlled488 photosynthetic/bioluminescent structures.490 - conducting extracellular matrix :: to allow better control of491 organic systems and an enhanced nervous system.493 - cross-modal memory hashing :: a way to retrieve memories more494 robustly.496 - flossing thimble-guards :: (these actually exist)498 - rules + lattice learning :: integrate lattice learning with rules by499 generating hypothetical examples501 - wooden refrigerator :: to give food a better taste Dylan: like502 barrels for wine, or planks for salmon. Maybe just have "flavor503 planks" for your pre-existing fridge. Need to mitigate effect of504 temperature on volatility?506 - radioactive transmutation molecule by molecule :: create precious507 metals or something else economically advantageous.509 - crowd preservation :: inoculate food with tons of harmless510 bacteria so that there's no room for bad bacteria as a method of511 preservation513 - old school preservation :: Pasteur - style holding jar with siphon514 as a way to store liquids at room temperature indefinitely w/o515 refrigeration.517 - restaurant policy :: Throw rude people out of restaurant as a matter518 of course -- make ambiance much better.520 - clean windows :: make something that mixes soap with fire hydrant521 water (and reduces the pressure a bit) and use it522 to clean windows of buildings.524 - ocarina :: make an ocarina out of pure silver526 - fire pen :: pen which burns words on to the page, thus never needing527 any ink. Is there a way to make it runnable from the528 human's energy?530 - website to design your own soda :: and label, and have it mailed to531 you / sell it from your own online store.533 - solar panels :: that float on the ocean535 - handcuffs with more than two cuffs (3?) :: great for daisy chaining536 people, binding them to environment, etc.538 - vector based SOUND files :: like the pictures but with SOUND. codify539 sound in a language with enough symbols so that it can describe540 everything and encode it in that. would be like going from speech541 to text or smtg. Could also store sound as an image of the542 wavefront encoded as a vector image.544 - Mouse :: with a horizontal scroll wheel in addition to the vertical545 scroll wheel547 - logic maintenance system for big institutions :: to make sure the548 things they are thinking about doing are not retarded550 - http://www.regulations.gov/ :: cool site552 - genetically engineered glowing fruit :: sell seeds?554 - memory slide :: IF memories are encoded using particular sensory555 impressions, what happens if the sensory organ556 itself changes? those memories would become557 inaccessible. maybe this is why we can't remember558 much from our childhoods. also, could this happen559 throughout life as well? Could S remember stuff from560 his childhood?562 - make a completely indestructible phone :: no moving parts or display563 you should be able to slam it around all you want, and it will564 just work. brutally simple. aerogel around the battery, minimal565 interface - never gets too hot, and can be dropped into water. no566 holes -- uses field effects for everything from the buttons to567 inductive charging and data transfer.569 - midi to ocarina "tabs" program :: (online website? buy ocarinas from570 it too)572 - 3d printing with sound pulses (or just patterns) :: like the 8.03573 lecture575 - lighter flint on spring :: make hot, throw it at something, and it576 makes sparkles!578 - nuclear energy :: Rebranding New+Clear Energy with informational579 campaign and public debate forum to enforce its580 transparent and open nature. France needn't be the581 world leader in nuclear energy. (Dylan)583 - bubbles :: Engineer a material which has both ductility and high584 surface tension to make the "third"585 minimal-surface-energy solution to a bubble suspended586 between two equal-diameter rings. (Solutions are587 cylindrical catenary curve, two separated half-bubbles,588 and a double-cone)590 - Textbook whose content can be varied continuously :: alter level of591 difficulty, rigor, diction, emphasize crossover with certain592 other discipline, etc. Content generated dynamically from593 knowledge base, along with questions that are moreover altered to594 guide knowledge acquisition. Motivation: One book of595 knowledge. /One./598 ** From Jacob's idea list600 - Roommate-canceling headphones: uses roommate's laptop mic to seed601 noise cancellation alg in your headphones (would this602 work?). -Update on sound canceling headphones that take feed from603 tv: how about ones that cancel people talking on the phone by604 receiving the phone signals and playing inverse sound605 waves. #signalprocessing ~jcole@mit.edu607 - ClackerAlert -- tells if you slam the keys too hard using sound data608 (and speed/jerkiness data)!.Prevents RSI ~jcole@mit.e610 - Panic Pin :: separate pin that you can tell someone if forced to611 identify your PIN (idea from idea about credit cards)