Slashdot Mirror


Ask Slashdot: Your Most Unusual Hardware Hack?

An anonymous reader writes: Another Slashdotter recently asked what kind of things someone can power with an external USB battery. I have a followup along those lines: what kind of modifications have you made to your gadgets to do things that they were never meant to do? Consider old routers, cell phones, monitors, etc. that have absolutely no use or value anymore in their intended form. What can you do with them?

175 of 258 comments (clear)

  1. The ultimate hardware hack by halivar · · Score: 4, Insightful

    The paper-clip CD extractor. I keep one in my desk at all times.

    1. Re:The ultimate hardware hack by belthize · · Score: 2

      Do you have any extras you could sell ? I misplaced mine sometime around June of '97 and haven't been able to find one since.

    2. Re:The ultimate hardware hack by sumdumass · · Score: 1

      June of 1997? Ain't that about the time bill gates started giving away free coffee cup holders? That's probably why lost it. You were excited about the gifts.

    3. Re:The ultimate hardware hack by disposable60 · · Score: 3, Funny

      Ah, yes - the Ejectrode.

      --
      You're looking for quotes? See my journal.
    4. Re:The ultimate hardware hack by TimSSG · · Score: 2

      The paper-clip CD extractor. I keep one in my desk at all times.

      I thought of my most unusual hardware hack and it used a small nail bent just right and a pair of vise grips to open locked file cabinets. I used to work at a place that sold file cabinets; so, a dozen or so times the user locked the keys inside the file cabinet. Tim S.

    5. Re:The ultimate hardware hack by __aaclcg7560 · · Score: 1

      I used to keep one for the Dell Coffee Cup Holder (tm). Newer computers don't have those anymore. I wonder why.

  2. RS-232 WattsUp, Humidity Sensor, RPi 1, WiFi, GPIO by jddj · · Score: 4, Interesting

    Put it all together for near-real-time track of how much it costs to keep my basement at a given humidity.

    The Raspberry Pi caches readings in a local database in case it can't connect to the web, then stores in a database on my web server. The database ingestion also keeps a 2-hour running average to smooth things out a bit.

    When I set it up, I thought it wasn't working right - I saw sawtooth-like patterns in the humidity data. Turned out, it was working perfectly: the resolution of the humidity sensor was good enough that I could watch the humidity in the room rise until the dehumidifier kicked on!

  3. computer/mini golf hole by james_shoemaker · · Score: 4, Interesting

    A company I worked at used to have an annual mini golf hole contest. I hollowed out a computer and ran the ball through it in some 1/2 pvc pipes with the cd tray popping in and out (a batch file from a boot floppy) as a moving obstacle.

  4. Wobbly wardrobe fix by dargaud · · Score: 1

    Guy at work used his laptop as a holder for his wobbly wardrobe. With the expected result. He's now... cough, cough... the director of the workplace.

    --
    Non-Linux Penguins ?
  5. HP28C infrared input by descubes · · Score: 3, Interesting

    The HP28C had an infrared output, e.g. For printers, but no input. a friend of mine published a book explaining how to connect an IR diode to trigger some unconnected keyboard lines in the calculator. That made it possible to upload programs to the calculator faster. Of course you also needed the matching hack on a PC to send programs. The 48 had IR in both directions.

    --
    -- Did you try Tao3D? http://tao3d.sourceforge.net
    1. Re:HP28C infrared input by PRMan · · Score: 1

      Really? I have an HP 28S. Programming on it was always a pain because there was no way to back up programs. This sounds pretty cool. Wish I had it 20 years ago.

      --
      Peter predicted that you would "deliberately forget" creation 2000 years ago...
    2. Re:HP28C infrared input by Macman408 · · Score: 2

      That reminded me of something - maybe not really a hack per se, but some creative problem solving. I was at a Mac User Group meeting around 2000 or so, and somebody was supposed to do a presentation. Unfortunately, the presentation was on one laptop, and the projector was on another. Now, in many cases over many years, this is basically a non-issue - there are usually several ways to transfer files. Unfortunately, because of the laptops involved (maybe a PowerBook 5300 and a PowerBook G3?), the options were limited - they were on either side of a watershed in Apple's designs. They might have both had Ethernet, but we had no crossover cable (this was before Apple started making all their products do auto-crossover internally). They both had Infrared ports, but one was Apple's proprietary IRTalk protocol, and the other was the incompatible IrDA protocol. One had a serial port, the other had USB. One had a SCSI port, the other had FireWire. One had a floppy drive, the other had a CD-ROM.

      Finally, we realized that we could hook a modem to both and set up a, well, I always thought it was called a null modem connection, but I just now discovered that's apparently something else - we connected one modem to the other with a single phone cable (no PSTN, no dial tone), and basically told one modem to "dial" and one modem to "answer", and we had our connection. (Maybe called a "dry line"? I can't find a good name for this with a quick search.) Then we just had to figure out how to FTP across that connection, and finally (close to an hour later, I think) we had the presentation on the computer that needed it.

    3. Re:HP28C infrared input by Macman408 · · Score: 1

      And another not-exactly-a-hack-but-problem-solving-nonetheless...

      When I was doing my Master's research, I wrote a program to do some optimization for me. I didn't have the forethought to allow it to save its progress, or to have it tell me how much progress it had made. Often when I ran the program, it would finish in a day or two. But one of the runs I did took well over a month to complete. It had already been running for 20 or 30 days, and the lease was expiring on my apartment. I didn't want to start the computation over (I was supposed to graduate within a month, if I had the data anyway). Luckily, I had my desktop hooked up to a UPS - but normally, that would only last for 10 or 15 minutes. Probably much less, given that the CPU was cranking away on my program.

      So I disconnected the UPS's USB port so it couldn't communicate with the computer (normally, to wake it up so that it could be safely shut down), disconnected everything from it, and put the computer to sleep. Once my apartment had been emptied of all my belongings, I unplugged the UPS from the wall and carried the desktop and UPS together out to the car, then drove the van filled with all my possessions post haste to my parents' house, about 25 minutes away. The UPS was beeping the whole time to let me know that it had no AC power. Luckily, it still had some battery left when I got it plugged in, probably 40 minutes or so after unplugging it. I was then able to connect the monitor and everything else back up, wake the computer, and it kept on chugging for another week or two to get my results.

    4. Re:HP28C infrared input by RevRagnarok · · Score: 1

      Nice. A friend of mine moved and wasn't going to get Internet service for like a week. He drove around with his TiVo and UPS in his car until he found somebody with unsecured WiFi to have it download the channel listings and program info for his new house.

      --
      I should put something clever here. Maybe someday.
    5. Re:HP28C infrared input by cerberusss · · Score: 1

      Awesome :) he could've completely recreated the presentation in the mean time, but this is much cooler :)

      --
      8 of 13 people found this answer helpful. Did you?
  6. Sometimes even your hack gets outdated... by Captain+Linger · · Score: 5, Interesting

    Back in the early 90s my dad repurposed an old Tandy laptop to effectively act as a scheduled wall timer for a "VCR for tape decks". He used the parallel port to send current to a few signaling contacts on a cassette recorder in order to record Car Talk and a few other radio programs he liked. A patent was considered, but podcasts rapidly became a thing a year or two after he had it working nicely. Not a bit of that statement that fails to make me feel a bit old.

    1. Re:Sometimes even your hack gets outdated... by james_shoemaker · · Score: 2

      >"Back in the early 90s my dad repurposed an old Tandy laptop..."

      >Couldn't have been too fucking old.

          The tandy model 100 came out in 1983, so it could have been 7 years old.

    2. Re:Sometimes even your hack gets outdated... by JazzLad · · Score: 2

      Accidental hack, but in probably early to mid 90's, I took an old analogue VCR (it had push buttons, but if you pulled the plate off the front, there were dials to fine tune), connected it to at least 100" of speakerwire that I ran from my bedroom to the (adjacent) garage & around (the inside of) the garage ... after fiddling with the dials for a while (I was a bored teenager), I found I could occasionally pick up cellphone calls (a rare thing in my town at the time). I thought it was cordless phones at first, but on one call people were discussing how to get somewhere and eventually they faded out of my range. Someone that knows old cellphone tech can probably narrow when down further.

      --
      "If you have nothing to hide, you have nothing to fear." - Every fascist, ever
    3. Re:Sometimes even your hack gets outdated... by Captain+Linger · · Score: 1

      Early 90s, not 1990...probably would've been around 1993-1996, with the laptop coming after a year or so of playing around. Guessing that AC doesn't remember, but a 10 year old laptop in 1990 was pretty much completely worthless. Would've been a 286 or so in the Pentium era.

    4. Re:Sometimes even your hack gets outdated... by Captain+Linger · · Score: 1

      Not old enough to remember when a 286 laptop was completely worthless compared to a Pentium? Everything was rapidly pushing against computing power back then...and yes, it was around 10 years old.

    5. Re:Sometimes even your hack gets outdated... by sumdumass · · Score: 2

      Eh... it wasn't really until the mid 90s before laptops or processors had a large difference between generations. 15 and 30 mhz 486s desktops were still common on store shelves in 1995. Sound cards and CD roms were still expensive add ons around then too. A lot of systems were still dos or Windows 3.1 and not only did you have to purchase a web browser, you had to install a network stack just to dial up the internet. I remember being stoked when i upgraded the 9600 baud modem to a USR 33.6k modem for

    6. Re: Sometimes even your hack gets outdated... by slasher999 · · Score: 2

      Yeah, any UHF TV (the second knob tuning channels 14-83) could pick up cell phones back then. You had tuned the vcr (you had to program the channel buttons then on cars since there were commonly only 10 or so buttons) up into that range. The speaker wire made an extremely poor but just good enough antenna for you to hear something! From the fading description you were hearing the phones themselves as they drove past your house as opposed to hearing the tower. Had it been the tower you heard they wouldn't have faded but simply gone away in an instant as the cell phone switched to a new one.

    7. Re: Sometimes even your hack gets outdated... by GSMacLean · · Score: 1

      My favorite cell phone ever: a Mitsubishi DiamondTel 22X, back in the days of AMPS. Hold down the pound sign and type 0944635 (still remember that) and it would go into diagnostic mode. You could manually turn on the receiver, and then manually tune to different cell channel pairs, and spend the day listening to other peoples' phone calls. Not that I did, of course, that would have been illegal.

  7. Commodore Hack by jim.nickel · · Score: 5, Insightful

    Back in the '80s, I was in Highschool. We had Commodore PETs that we used for our computer class, and being a geek/nerd, I was regularly abused by the cool kids. Well...one year, I got back at them. They were taking the computer class I was in. Commodore gear was "smart" - each peripheral had a small CPU and could be programmed. So...I hacked the code for the floppy disk drives (in assembler) and when it saw a file coming across it would look at the user. If it was me or someone I chose, it would work normally. However, for those unlucky few individuals whom I had decided to take revenge, it appeared to be working, but actually it was formatting the floppy disk. Those bullies lost their year end projects and all their work. I have to admit that I felt no guilt about this incident.

    1. Re:Commodore Hack by Anonymous Coward · · Score: 2, Funny

      Billy Gates? Is that you Billy? Real sorry about the bulling thing in Jr High. What have you been up to? Care if I come over for a visit sometime?

    2. Re:Commodore Hack by halivar · · Score: 2

      "Smithers... release the hounds."

    3. Re:Commodore Hack by waldozer · · Score: 4, Informative

      SAVE "@MY PROGRAM",8 Curious how the floppy drive new who the user was? Don't ever remember logging into my PET.

    4. Re:Commodore Hack by GSMacLean · · Score: 1

      My 1980's Commodore PET hack story: We had a MuPET (Multiple User PET) network that consisted of a card plugged into the IEEE port in the back of each PET, and connected to a daisy-chain ribbon cable that led to the MuPET controller. This controller then plugged into a 4040 dual floppy disk drive and a printer. When the MuPET controller was powered up, it would load its firmware from the disk in drive 0. When each PET was turned on, it would load the TSR (terminate, stay resident) driver to redirect disk and printer I/O to the MuPET controller, from the controller itself. Therefore, each PET was running a TSR that ultimately came from whatever was stored on drive 0 on the 4040 when the controller was booted. I wrote a tiny hack into this code that when loaded into the PET as a TSR, would watch the jiffy timer. Every 9 minutes or so it would make the End of Memory pointer equal to the Begin of Memory pointer - effectively erasing whatever BASIC program the student was typing in. So students who were sitting at the PET typing in their programs, would unknowingly end up saving only the last 9 minutes of their work. Stupidly, I was so proud of my nasty little hack that I put a message with my initials in it. Turns out the Computer Science head was smarter than I thought, and found my little boast. That little bit of fun got me banned from the computer lab for the remainder of my high school career.

    5. Re:Commodore Hack by countSudoku() · · Score: 1

      HAHA! Nice! Well, my h/w hack was to build a "walking ring counter" out of a 555 timer, a binary counter, and a one of ten decoder. Plopped it into a project box and hooked up modular phone plugs, and LEDs to it and viola; Automated Modular Wiring Test Box. More of a project proper than a hack, but there we are. Saved me all sorts of time verifying a wall-jack or a set of connections on M-150s. Yes, I have an M-150 to RJ adaptor! Nerds.

      I love these high school software hacks mucho! Way back in the stone ages we had a DEC PDP-11/34 and an /04 for our BASIC computing class. My s/w hack was building a realistic looking login program for the newbies to "log into" and get frustrated. Oh, GW-BASIC on a PDP-11, those were the days! I won the programming class with my self-modifying BASIC code to graph algebra equations onto a shitty video terminal. Who knew?

      We also broke into the system and had admin access via the crafting of random access data files (which didn't zero their contents!) and viewing the un-zeroed content. Eventually the system password files were discovered and read. Afterwards our instructor got wise and renamed the files, but posted daily file listings for the whole system, so just check it for four small, new files, and then copy them to 8-inch (holy crap 8-INCH!) floppy when you boot the frame, and you're in, bros.

      --
      This is the NSA, we're gonna geet U h@x0r5! Also, what is a h@x0r5?
    6. Re:Commodore Hack by AmiMoJo · · Score: 1

      We had BBC Micros in school, and for our history lesson there was a programme that simulated investing during the great crash in 1928. The programme was written in BASIC so it was easy to go in and give myself a few trillion dollars to start with, but that screwed up the game (integer overflow probably) so I had to settle for a few billion.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    7. Re: Commodore Hack by jim.nickel · · Score: 2

      It was a shared drive system...all PETs used the same drives and you had to "lock" the drive to your station before you could use it, or everyone would be writing over other people's work.

  8. File Server In A Cardboard Box by gpmidi · · Score: 1

    Back in high school I had a file server whose case was a cardboard box. Bob was a pretty great file server.

    1. Re:File Server In A Cardboard Box by Captain+Linger · · Score: 1

      Funny, FDCServers actually had one that was legendarily running for some poor unaware bastard in production. A coworker took a bunch of shots a few years back. The "hacks" that in this case were less clever and more cheap (and exploitative of the customers who had no idea). Same company would routinely open up windows rather than run forced air cooling...a few folks I knew working there would show up to work to find rented servers covered in quickly melting snow.

  9. Memory erased by cosmic rays by descubes · · Score: 1

    There is a story I remember reading once, but can't seem to find anymore. It was about some space probe that was regularly shutting down. The space engineers finally figured out that it had lost a panel, so the sun light could enter inside and that was enough to corrupt the memory that was hit by sun rays. So NASA modified the program so that it "walk around" physical memory, copying its code and data around memory so as to avoid solar rays. I don't know if that story is true, but if it is, it looks like a good candidate to me.

    --
    -- Did you try Tao3D? http://tao3d.sourceforge.net
    1. Re:Memory erased by cosmic rays by Rei · · Score: 5, Interesting

      Oh, god, space technology is full of brilliant hacks. For example, New Horizons' radio. It has two amps connected to one dish, designed as a primary and a backup. But while it was en route, an engineer hit upon an idea to have them both transmit at the same time through the same dish, doubling the bandwidth. Normally that wouldn't make sense, except that the amplifiers have signals with different polarization, and these can be separated back out on Earth.

      Great, except for one problem. The second radio was designed as a backup, they weren't planned for simultaneous operation - so there's not enough power to run them both and everything else at the same time. There's barely enough power to run just the radios - and I mean, it's not like you can just shut off the flight computer to free up more power. Well... actually, that's exactly what they do. When have a ton of data accumulated that they want to get to Earth and no critical science to do, they spin the craft up like a bullet to keep it stable and the dish pointing at Earth. Then they shut down the whole guidance and control system and pretty much everything else on the craft not essential for reading and transmitting data. It stays in this mode for days for a week or two, until all of the onboard data is transmitted, then they spin it back down so that they can do things like take pictures once again.

      --
      "Who the **** put an emergency exit in the interrogation room?!" -- Police chief, "Jesus Christ Supercop"
    2. Re:Memory erased by cosmic rays by Garble+Snarky · · Score: 1

      That's pretty neat... I wonder if it would be feasible to just design the whole thing such that some large fraction of the mass intentionally acts as a gyroscope in normal operation?

    3. Re:Memory erased by cosmic rays by chooks · · Score: 1

      Cool story. Thanks for sharing.

      --
      -- The Genesis project? What's that?
  10. Re:RS-232 WattsUp, Humidity Sensor, RPi 1, WiFi, G by justthinkit · · Score: 3, Funny

    Can't you just read the answer off your mom's utility bill?

    --
    I come here for the love
  11. A Fan of Security by LinuxSneaker · · Score: 5, Funny

    I was deployed to Iraq, and we had to download a very large file. Unfortunately, we were working on laptops that would lock the screen after 15 minutes, and then the laptop would loose connection. Considering that the file was going to take 8-10 hours to download, this was not acceptable. I found an oscillating pedestal fan, and I duct-taped a yardstick between the fan and a mouse connected to the laptop. Since the laptop would not lock due to the mouse movement, all I had to do is to place a few books to limit the moment area; the next morning the file was downloaded. I realize this might not be the hack for which you were looking, but since it involved duct-tape I thought it would count.

    1. Re:A Fan of Security by Bob+the+Super+Hamste · · Score: 1

      Seems like a great hack to me.

      --
      Time to offend someone
    2. Re:A Fan of Security by HornWumpus · · Score: 4, Funny

      Back in Pentium 66 days Intel shipped a bunch of mother boards that made it impossible to disable power management.

      We were shipping a 386 mode extended DOS batch application (long story). To keep the machines from powering down during a run we suggested a workaround. A thermal water cup pecking bird with a paper clip attached to hit the shift key on every peck.

      I sent a copy of the 'tech bulletin' to a friend who worked at Intel, thinking they should make it an official workaround. They never did.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    3. Re:A Fan of Security by karniv0re · · Score: 4, Interesting

      Beautiful. I too was deployed to Iraq. Some Major got bit by the Good Idea Fairy and wrote an Access Database to store all of our flight data. It took him half the deployment to write that. Meanwhile, we were storing all the data in Excel. Once it was ready, he wanted us to import the data to his Access DB. And of course, it wouldn't just import because the table structures were too different. So we were to import all 15k records by hand. As you know, military PCs are all locked down, but AutoHotKey has a scripting language and does not require admin privileges to run, so I spent a week writing a script that alt-tabbed between the Excel sheet and the Access DB and copied and pasted each cell into each form field until the damn thing was imported. Not a hardware hack, per se, but definitely a hack. Got an ARCOM out of that for saving everyone a shitload of time and their sanity.

    4. Re:A Fan of Security by Anonymous Coward · · Score: 1

      Duct tape (and WD40) is my pron collection.

    5. Re:A Fan of Security by plopez · · Score: 1

      Reminds me of a Simpson's episode when Homer used a Dippy bird to monitor the plant.

      --
      putting the 'B' in LGBTQ+
    6. Re:A Fan of Security by dj245 · · Score: 1

      Back in Pentium 66 days Intel shipped a bunch of mother boards that made it impossible to disable power management.

      We were shipping a 386 mode extended DOS batch application (long story). To keep the machines from powering down during a run we suggested a workaround. A thermal water cup pecking bird with a paper clip attached to hit the shift key on every peck.

      I sent a copy of the 'tech bulletin' to a friend who worked at Intel, thinking they should make it an official workaround. They never did.

      Because you made it all up? Anyone who has actually played with the drinking bird knows that they can't generate anywhere near as much force as the keyboards of that era required in order to register a keystroke.

      --
      Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
    7. Re:A Fan of Security by HornWumpus · · Score: 1

      We issued the memo. We didn't actually make it work.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    8. Re:A Fan of Security by Bourdain · · Score: 1

      Hmm...

      Out of curiosity, why couldn't you just reformat the records to match the table structure for access then import conventionally?

    9. Re:A Fan of Security by descubes · · Score: 1

      Did a similar thing back at engineering school, with an old IBM 4341. That machine was a big time-shared computer with tons of students. Someone noticed that your account got a temporary priority bump whenever you had a screen refresh. So in order to speed up compiles and other things, we had a variety of contraptions that would hit the page-up/page-down keys to force the screen to update continuously.

      --
      -- Did you try Tao3D? http://tao3d.sourceforge.net
    10. Re:A Fan of Security by omnichad · · Score: 1
    11. Re:A Fan of Security by tehcyder · · Score: 1

      I was deployed to Iraq, and we had to download a very large file. Unfortunately, we were working on laptops that would lock the screen after 15 minutes, and then the laptop would loose connection. Considering that the file was going to take 8-10 hours to download, this was not acceptable. I found an oscillating pedestal fan, and I duct-taped a yardstick between the fan and a mouse connected to the laptop. Since the laptop would not lock due to the mouse movement, all I had to do is to place a few books to limit the moment area; the next morning the file was downloaded. I realize this might not be the hack for which you were looking, but since it involved duct-tape I thought it would count.

      Wow, the lengths people will go to do download porn...

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    12. Re:A Fan of Security by tehcyder · · Score: 1

      Hmm... Out of curiosity, why couldn't you just reformat the records to match the table structure for access then import conventionally?

      Because he wouldn't have got an "interesting" mod years later on slashdot when a story about hacks came up. Obviously.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    13. Re:A Fan of Security by Trogre · · Score: 1

      Mine does. It does need its water to be kept topped up though.

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
  12. not exactly no use by dunkelfalke · · Score: 1

    But a bass (Hohner The Jack) modified with two lipstick guitar humbuckers (which I can split or set in series to make it a humcanceller instead of a humbucker). So far nothing too special, right? Well, add a volume and tone control for each pickup. Also not too uncommon at all. Add a blend potentiometer. Yes, lots of controls, but still not a hack.
    The actual hack was an active/passive switch. The active switch switches the output to a battery (two batteries actually, one for the filament, the other to power the amplifier) fed tube preamp inside the bass. There are tiny ex military tubes made by Raytheon (6418) that accept low voltage.
    It was a "because I can" project, though. I used a solid state preamp there later, after I broke the tube. It sounded actually better.

    --
    "It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
    1. Re:not exactly no use by pr0fessor · · Score: 1

      I modified a fm transmitter for a walkman and a fm radio kit to connect and use the power from my peavy distortion pedal to make a guitar remote. I was 14 or 15 when I did that.

    2. Re:not exactly no use by frank_adrian314159 · · Score: 1

      I do not doubt your last sentence. Sub-mini tube circuits are often more gimmick than performance. I can see the transistor passing a lot more bandwidth with smaller components.

      --
      That is all.
  13. Re:too many to list by Wycliffe · · Score: 2

    I'm a professional hacker, you insensitive clod!

    I checked out a book on tape at the library called "What would MacGyver do" about true stories.
    After listening to several real stories I realized that just myself and my immediate family could
    fill an entire book full of better "hacks" that were listed in that book. Most of them I had never
    considered "note worthy" until finding a entire book with many other less note-worthy stories in it.

    The hack I'm probably most proud of is rather simple. My work was needing a watchdog timer
    to reboot locked servers and most of the off the shelf solutions were several hundred dollars
    so instead I created a simple program on an arduino that connected to the power button and
    the usb port so it could "press" the power button if there was a hard lock. It has been deployed
    with several hundred servers at this point and at a fraction of the cost of most other solutions.

  14. 1974 by p51d007 · · Score: 2

    During the age of the "CB" radio craze, I made an antenna out of a fiberglass whip flag that was on my bicycle, mounted the radio on a bracket on the handlebars, used a magnetic mount for the microphone. Rigged up a generator out of one of those bicycle light thingys, to kind of trickle charge the 2 6 volt lantern batteries mounted where the water bottle went. Worked pretty good. Use to get truckers going back & forth across the state on U.S. highway 50 would call me on the radio wanting to see it if I was on the air. What the heck...wasn't much to do in a small town, if you were 14, in the mid 70's.

    1. Re:1974 by pr0fessor · · Score: 1

      I made a remote lock for my bedroom door and a do not disturb sign with an led out of old rc car parts, a broken 8 track player, and random bits I found in my Dad's garage I was maybe 12 that would have been early 80s.

      When I was in college we modified a tampon dispenser with parts from a straw dispenser and other random stuff from an out of business gas station to dispense cigarettes for 10 cents, a pack of smokes was $1.09 back then.

    2. Re:1974 by tehcyder · · Score: 1

      What the heck...wasn't much to do in a small town, if you were 14, in the mid 70's.

      I made do with live music and masturbation, and there was very little live music...

      --
      To have a right to do a thing is not at all the same as to be right in doing it
  15. CRT Monitor + 30m extension cord by RevWaldo · · Score: 1

    Plug in monitor, throw off roof.

    Pretty....

    .

  16. Not my idea, but done a few times by TheDarkMaster · · Score: 1

    Parallel port interface for a SNES control pad. Very usefull for using with SNES and NES emulators

    --
    Religion: The greatest weapon of mass destruction of all time
  17. does this count? by acdc_rules · · Score: 1

    not sure this counts, but i had an old Apple ][+ clone that i ran a BBS on back in the early 80s. I had a phone circuit that sent power to the computer when the phone was rang, which was able to boot up and answer the phone before the 4th ring. Once the session was over, i sent a signal through the game port (a 14 or 16 pin DIP socket) to de-energize the relay which unpowered the computer. I also found the pointer to where the "Apple ][" text was and re-directed to another location of NOPs so I could get 10 characters to show up on the screen at bootup instead of the usual 8. pretty basic stuff, but i was 13.

    1. Re:does this count? by nblender · · Score: 1

      Richard? Is that you?

    2. Re:does this count? by acdc_rules · · Score: 1

      nope, not richard. jeff in toronto.

  18. Good topic for once. by dmgxmichael · · Score: 1

    I'm not mechanically inclined but I'm looking forward to some of the response. Speaking of APS units, I had to tape a piece of cardboard over the switch to keep the cats from turning it off by stepping on it. :\

  19. Pilotwings 64 linked to step machine by robi5 · · Score: 1

    Normally the game is played with repetitive button pushes, which is dumb. I linked the game, running in an emulator, to a PC based controller, and jury-rigged the wiring to an appropriately disemboweled step counter of a step machine. In general, I'm fascinated by the idea of linking the trappings of compulsion-inducing behavior (a.k.a. computer gaming) to things that are useful IRL. Or in modern lingo, I gamified a useful but otherwise incredibly boring exercise, or sportified an interesting game.

  20. Remote server rebooter by GSMacLean · · Score: 2

    We had a server at a co-lo that was locking up on a regular basis. It had a phone line that it used on an infrequent basis with a modem to send faxes. When it would lock up, usually at 4 am, I would have to drive 45 minutes to the co-lo in order to press the reset button. I took an old 1200 baud modem, and cut the traces on the PC board where the off-hook relay connected to the analog phone circuitry, and instead brought those relay contacts out to a set of wires. I hooked those wires into the reset switch on the server, put the modem on the same phone line as the outgoing fax line, and set the modem to auto-answer after 20 rings. There were never any legitmate incoming phone calls on that line, and any random wrong numbers would give up after 4-5 rings. When the server did lock up, I would just dial the number of the outgoing fax line and let it ring 20 times. The modem would "answer" - but the relay would actually "press" the reset button on the server instead, saving me a 45 minute drive.

  21. MagSafe laptop power supplies by cerberusss · · Score: 3, Interesting

    At one time I got a broken MagSafe power supply, the ones that Apple ships with their laptops. Since I was curious how these switched-mode power supplies work, I cracked it open and somehow shorted the big capacitor. These temporarily store up to 400 volts but it wasn't that much left. I still got quite a zap, though :-)

    Anyway, I got a big crate of broken ones from a local Apple dealer in town. I found out that they usually didn't work because the wire would break close to the adapter. eBay sold replacement cables and I started fixing the power supplies. Cracking them open, replacing the cord, testing them, glueing them shut as neat as possible, then selling them for 25 bucks.

    It was fun but with a kid on the way, I had no room for a separate table for my soldering iron, electronics stuff etc. and I stopped doing it. Cleaning up every time you want to do something small isn't fun.

    --
    8 of 13 people found this answer helpful. Did you?
    1. Re:MagSafe laptop power supplies by Anonymous Coward · · Score: 1

      That's not a hack, that's a fucking repair.

  22. Re:Unplug hard disk by I4ko · · Score: 1

    I did that while flashing bios chips.. Boot the board with a good chip, extract it while the computer is running, put in the new flash chip, flash it... Had to do it on my gf's computer a few times.

  23. Re: too many to list by Yoik · · Score: 1

    Cool! My solution in the 90's to that problem was to find some ip power switches so I could power cycle the devices remotely. It wouldn't be an acceptable solution today.

  24. H card bootloader by Anonymous Coward · · Score: 1

    I made a circuit to glitch the h-card after DTV killed it on black sunday

    it counted the clocks after a reset and at a specific count it dropped the VCC to the card to 1.5 volts for 2 clock cycles

    this caused the CPU in the h-card to return a low from a particular flash memory location and bypass a loop that killed the card

    it used 3 4000 series CMOS chips, 1 PNP transistor and several diodes and resistors

  25. Hard Drive Bracket by jbeaupre · · Score: 2

    I was missing the hardware to mount a 5 Mb hard drive (yes, 5 Mb) in my XT. Didn't want it sitting directly on the case (cable length, vibration, possible short, etc), but really wanted that upgrade. My French-English dictionary was sitting nearby, so it became the support "bracket".

    My mom used that computer many years for checking email (she did upgrade to 2400 baud), but one day it needed a repair. She said the guy was a bit surprised to find a library in a PC.

    --
    The world is made by those who show up for the job.
    1. Re:Hard Drive Bracket by sootman · · Score: 1

      Funny. I had a Dell desktop that I put a CD-ROM into. (Pentium 75; didn't come with one.) I forget why I didn't put it in the lower bay, or why I didn't have the right bracket, but anyway, a paperback copy of Stephen King's "It" was the exact right hight to hold it in place. I used it like that for several years.

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    2. Re:Hard Drive Bracket by NikeHerc · · Score: 1

      We took over another company, closed their left coast data center, and shipped their systems to our site. We didn't have to buy any new gear for quite a while due to the influx of their gear.

      At some point, their stuff started breaking down due to age. Rather than replacing an odd-ball hard drive in one of the DNS servers, I scrounged another hard drive and, lacking a proper mounting kit, cut a piece of cardboard to size (to prevent a possible short), and laid the drive on the cardboard, which in turn sat on a metal shelf inside the unit. It ran for years w/o problems.

      When I gave tours of the raised floor, I always pointed out how we could squeeze a dime and give eight cents change! :)

      --
      Circle the wagons and fire inward. Entropy increases without bounds.
  26. Re:too many to list by ihtoit · · Score: 2

    nice. I used a pager connected to a relay across the reset switch. Dirty but it worked.

    --
    Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
  27. VW Camper... by msauve · · Score: 1

    The gasoline heater on my VW Camper wouldn't start consistently - it used a small Kettering type driver and coil for the spark igniter. It didn't have enough dwell to create a strong spark, and no real way to adjust it. So, made a driver using a PIC, trimmer potentiometer, a transistor, protection diodes and some passives. I read the pot with the a/d, and used that to set a PWM duty cycle. Adjust the pot for enough dwell to get a consistently strong spark. Once working and adjusted, the whole thing was potted in some JB Weld.

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
    1. Re:VW Camper... by PhunkySchtuff · · Score: 1

      JB Weld is an insulator - I've used it to successfully repair high voltage terminals on the coilpack in a VW VR6 engine.
      http://www.jbweld.com/pages/fa...

      I don't know if it is slightly magnetic though as it does have powered metal in it.

  28. Re:RS-232 WattsUp, Humidity Sensor, RPi 1, WiFi, G by jddj · · Score: 1

    Well, both, really.

    I guess I should say accuracy, or repeatability or noise floor of the humidity sensor - since I originally thought I was seeing some capacitive artifact. It actually does a pretty good job.

  29. I dunno about unusual by drinkypoo · · Score: 2

    I get a lot of crap at yard sales, thrift stores, etc. Eventually the stuff makes its way into projects. Got some of those NHT transducers out of some toy cardboard guitar amplifiers. Used one of them to make a lunchbox into a speaker, it sounds a little tinny... Got a LCD backup mirror with a broken mirror for $10, nice source of a backup camera (with range marks) and a 4.3" LCD. $10 later and I've got a touch panel to go with it, I plan to attach them to my R-Pi soon.

    Outside I've made a table for my (yard-sale acquired) lathe out of pallets and I made a 4x8 table saw by making a wooden frame for a portable jobsite table saw I got for ten bucks missing the extending fences and whatnot but with the pusher.

    I don't depend on this stuff for livelihood, it's just a hobby, but you can live better on the trash in this country than you can on normal wages in some others. There's just valuable shit going to hell everywhere. If you could line up end-to-end all the cars that people would have liked to fix up which have been parked in people's yard and just rusted away, they'd probably reach across the country.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  30. Fixed two power drills last weekend by plopez · · Score: 1

    Or rather I disassembled two broken power drill and used the parts to make one functioning one. The hardware hacks I did on my VW bus were too numerous to mention.

    --
    putting the 'B' in LGBTQ+
    1. Re:Fixed two power drills last weekend by pr0fessor · · Score: 1

      A friend bought an old VW Bus in the 80s we went on a weekend camping trip and painted all kinds of stuff on it.

  31. I have lots of junk and not much money, so... by smellsofbikes · · Score: 2, Interesting

    Old HP GPIB-based XY plotter with laser diode in place of pen, does a nice job of cutting gaskets for steam engines.
    Broken 8 track player in ginormous am/fm/turntable cabinet, replaced with beaglebone, so when I hit the next track button it plays a 'clunk' sound and then fires up a random streaming internet radio station. (That one made hackaday.)
    A nearby company went out of business and sold all their stuff and I scored an electronic balance with an RS232 output. Some arduino code later, and I now have a fuel injector flow tester: force known-pressure fuel in for a known amount of time and measure how much actually comes out, tare, repeat. It's neat to be able to characterize just how narrow a PWM signal the injector can register and react to.
    My current work project is even a hack: I'm repurposing an abandoned semiconductor automated test system into an evaluation board characterization system. The test guys don't want it because it's too slow and limited, but I'm all "whoah, 192 arbitrary waveform generators? Let me at it."

    --
    Nostalgia's not what it used to be.
    1. Re:I have lots of junk and not much money, so... by imboboage0 · · Score: 1

      I have an 86 Mustang with the EFI 5.0 modded extensively, including a full on tuner (TwEECer RT with Binary Editor/EEC Analyzer). I've changed injectors, which offered me some insight to the topic. Though I don't have an injector test rig myself, most of the specs are available for them and close enough. Interestingly, there's a few parameters in there that are critical.

      Additional 'offset' to compensate for battery voltage A static delay that it assumes the injector isn't doing anything A low and high "slope", determining how much fuel is flowed per time based on whether it is opening/closing, or "open" And a fuel mass amount that it assumes is injected between close/open, and open/close ramps.

      The original large body injectors that came in 86 required these functions, as they took a few ms to open and close, with wildly varying flows between that. The smalled injectors I have now (circa 04) are so fast comparatively, that these functions are almost a non requirement - it is ALWAYS in the high flow mode essentially, even at idle. That was very surprising to me, but has certainly eased tuning issues involved with the injectors I've read about.

      --
      Honesty may be the best policy, but by process of elimination, dishonesty is the second best policy.
    2. Re:I have lots of junk and not much money, so... by smellsofbikes · · Score: 1

      Oddly enough, I'm currently working with injectors from a 1990 mustang (which I'm trying to put into a datsun inline four to go in a triumph spitfire.) These definitely have an open/close lag. Maybe I should get some more recent ones, based on what you've said.
      It's easy to find flow at full open, and from that I can derive how much it should flow at 50% duty cycle. From that I can characterize, at least somewhat, what the on and off times are by the delta from expected, but from the data I have, it appears that the on and off ramps are fuel pressure dependent as well. (Which isn't too much of a surprise, but a lot more complicated.) Plus there's an entirely different subplot involving the voltage I use to drive the coil: like stepper motors, I can overdrive the coil briefly to get a faster response, but have to decay down to a much lower holding current to not cook the coil, aka peak-and-hold.

      --
      Nostalgia's not what it used to be.
    3. Re:I have lots of junk and not much money, so... by imboboage0 · · Score: 1

      The newer injectors are night and day difference, and are directly compatible with the same drivers. I'd definitely give them a shot. To the best of my knowledge, the best on the market in that form factor are the Siemens Deka line - they sound oversized as far as max fuel rate goes, but a lot of guys claim great consistency in their performance even at low PW. Best of luck to you, always nice to hear about an interesting project like that.

      --
      Honesty may be the best policy, but by process of elimination, dishonesty is the second best policy.
  32. WAaaaah by zmooc · · Score: 1

    Well it was not a USB battery but does running through a dark forest with a UPS-powered stroboscope count?

    --
    0x or or snor perron?!
  33. Sheevaplug + usb cdrom by midianus · · Score: 1

    I use a sheevaplug with a usb cd-rom drive to close the air hatch on my wood burning central heating system. Of course it also has some fishing line and duct tape. The idea is that i can close the hatch with a timer or remotely at will. I've built a website for this purpose. I have two raspberry pis working as cameras for the system. If I leave the hatch open the air getting through the system will cool down the system much faster. I just eject the empty drive and the fishing line gets "longer" and closes the hatch.

  34. Apple to PC monitor cable by robi5 · · Score: 1

    When I was a student, I came across some blueprint and made a monitor cable that allowed the use of less expensive, commodity IBM PC compatible monitors on Apple computers, and created a little company to commercialize it. As I lacked funds, or a PC, a monitor or an Apple computer, I borrowed a large CRT monitor from a distributor and brought it to an Apple retailer for the demo via public transportation. So much about budgeting for proper testing and QA. I was lucky with the soldering and it worked straight away. Due to reported availabilty from some asian 'competitor', no order was placed but I got paid for the prototype. I carried back the borrowed monitor and recovered the safety deposit.

  35. Half a clothespin by RJFerret · · Score: 2, Funny

    Yes, half of a clothespin (sans spring), saved having to order a hard drive mounting assy for my laptop's second drive port, perfect size to keep it snug. That'd probably be my most unusual, all the others were relatively mundane.

    Oh wait, as a kid, not allowed to read after bedtime, I ran a wire from a train transformer to the room door frame wrapped around a metal tack, a matching thumbtack on the top of the door with wire going to a spare 12v auto parking light bulb and back to the transformer completed the circuit. I got away with reading at night for years just needing to hide just the book, not flashlight too, if Mom checked on me from seeing light spilling out under the door.

    But I don't consider turning my door into a knife switch unusual.

    The day she pounded on my ground floor window from outside shouting "go to sleep" did make me jump and lay awake a long time though!

  36. Re:Unplug hard disk by mlts · · Score: 1

    I did the exact same thing in 2000 when I worked for a consulting company... except with an AIX machine which was password-locked (with the admin who skipped town and I was hired on to clean up the mess, especially the fact that he enabled every password he could find.) Thankfully these were the days before 5L and disk encryption (AIX's EFS), so I was able to do as the parent did -- unplug the HDD, boot the AIX media on CD, plug the HDD in, pull out the root PW, then go from there.

    Another AIX issue with booting on an older machine (the 500 series boxes, if anyone remembers those) was solved by my using an old printer that had an onboard SCSI port (font cache drive) as a temporary rootvg.

    As for other hacks, I can't decide between the seat cushion that was a momentary on switch, which was attached to the serial port of the box I used. That way, when I got up, I knew it would auto-xlock. This was when I worked at a university, and wanted to have a failsafe, since we all know how tempting unlocked terminals are.

    That, or an el cheapo car alarm system with the siren ripped out, and the dome light circuit connected to a relay, where I could press a remote, the port went low or high, the machine it was connected to would immediately execute a new set of firewall rules when it detected this. The result was a firewall that would change ACLs when I hit the remote (for example, when I'm gone, no machine should be communicating out, but SSH from the outside should be enabled.)

  37. Re:RS-232 WattsUp, Humidity Sensor, RPi 1, WiFi, G by jddj · · Score: 2

    YOU'RE NOT MY REAL FATHER!!!

  38. Old House by darkain · · Score: 1

    I live in a house over 100 years old with original heavy wood frame windows. The windows have rope that goes to counter-weight anchors inside of the window frame to balance the weight while the window is open. On one window, the rope broke...

    I now open the window and place an old AT keyboard from the '80s on the side to prop the thing open.

    1. Re:Old House by PopeRatzo · · Score: 1

      I live in a house over 100 years old with original heavy wood frame windows. The windows have rope that goes to counter-weight anchors inside of the window frame to balance the weight while the window is open. On one window, the rope broke...

      I now open the window and place an old AT keyboard from the '80s on the side to prop the thing open.

      I have a feeling you're not kidding.

      Listen, it's really an easy fix. I'm one of the least handy people around and I was able to fix a broken sash rope. It's like a half-hour job, including the removal of the wood trim. Lots of good instructions online (google, "fix a broken sash cord").

      If you like the look of the keyboard holding up the window though, never mind. I used one of those miniature baseball bats they give out at the ball park for like 4 years before I finally broke down and fixed the damned thing.

      --
      You are welcome on my lawn.
    2. Re:Old House by darkain · · Score: 1

      +1 thanks for the tip! I've just been lazy all these years. Never bothered to look up the fix, but now I've got a project to do the next time I have a sunny weekend!

    3. Re:Old House by tehcyder · · Score: 1
      The easier alternative is to bite the bullet and pay for some modern plastic double glazed windows. You will save money on energy bills and if you're that worried about authenticity you could always stick woodgrain tape over the white UPVC.

      I hate sash windows.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
  39. Rotary solar roof by robi5 · · Score: 1

    My father has space on a farm and built a rotating roof structure on the ground, with about 20 panels that are highly sensitive to light directiion. There are two light detectors: one is an ambient photoreceptor, in order to detect that the sun is shining. If it is above a threshold, it activates the rotary motor (salvaged from a washing machine) that turns the contraption until another light sensor measures bright light. This second sensor sits deeply in a slit, therefore it only detects bright light if the vertical slit directly aligns with the Sun. If the Sun moves (well, the Earth, or both, but anyway) then the slitted sensor will taper down suddenly, but the ambient sensor will still signal, so it'll apply rotation until the slit is lit again. Once it bumps into a terminal button, or a timer is activated, it winds back, otherwise it would be the end for the cords. It wasn't all fine and dandy: a year long legal battle was needed to convince the power utility to settle the net balance rather than the gross balance (inclusive of network charges etc.). Then lightning stroke and it all went out (with essentially all other electronics on the farm). Luckily my father had insurance, but it took about a year to collect and repair.

  40. I race in the 24 hours of LeMons by CaptainLugnuts · · Score: 1

    Everything I do is a hack.

    1. Re:I race in the 24 hours of LeMons by mjwx · · Score: 1

      Everything I do is a hack.

      If you truly raced at Le Mans, you'd know how to spell it!

      Or maybe he really does race the 24 hours of LeMons.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    2. Re:I race in the 24 hours of LeMons by tgeller · · Score: 1

      Or maybe it's a sex thing.

      --
      Tom Geller
  41. Old printers and scanners by ArcadeMan · · Score: 1

    You can recycle a lot of parts from printers and scanners into a desktop CNC or 3D printer (RepStrap).

  42. CheeseLube (tm) by Linux_Bastard · · Score: 1

    Back in the 90's I had an office chair that made the most awful screeching noise (Freddy Kruger at a chalkboard bad). We tried everything to lubricate that chair. WD-40, dry silicon, heavy moly grease... Nothing worked, until in desperation, we tried the last thing we could come up with.

    Kraft American cheese. It worked like a charm, and silenced the screech for more than a year.

    --
    F X=0:1:9999 F D=2:1 Q:((X>2)&(X#D=0)!((D>X/2)&(X'=1))) I D>(X/2) W:$X>75 ! W X,?$X+5-$l(X) Q
    1. Re:CheeseLube (tm) by ArcadeMan · · Score: 1

      I've heard that WD-40 is not a lubricant and so was probably the cause of failure for all subsequent attempts.

    2. Re: CheeseLube (tm) by slasher999 · · Score: 2

      This. It's really a cleaner even though we've all used it like a lube.

  43. Ping-pong autocannon by netsavior · · Score: 1

    I turned an old shopvac motor into a ping-pong ball cannon for, uh, cubicle defense.

  44. Re: I made a TIME MACHINE! by Anonymous Coward · · Score: 2, Insightful

    You made a time machine and still didn't get first post? Hmm.

  45. Fixing a software bug with a resistor. by Yoik · · Score: 1

    Way back in the 70's I encountered a bug in software I only had hardcopy source for. A device would not initialize due to too short a timeout in the code. Timing on the device was controlled by a RC delay circuit, and soldering a resistor in parallel to the one on the device made it all good.

  46. Webcam rotate/tilt control by MadCow42 · · Score: 1

    I used two old 5 1/4" floppy drives to build a pan/tilt control for a webcam. Those drives used nice little 5V stepper motors to move the read head back and forth. I used one drive fairly as-is, connected to a push rod that tilted a platform up and down that the webcam sat on. I removed the stepper motor from another and used it to rotate a turntable that the whole thing sat on.

    That was all hooked up through some transistors, driven from an 8-bit shift register, hooked to the LPT port and controlled through Python.

    This was all back in about... 2000?

    fun stuff

    --
    I used to have a sig, but I set it free and it never came back.
  47. Ejectrode? by rickb928 · · Score: 1

    I adjusted my ejectrode to jumper the OBDII port on my car and add a new remote to the keyless entry.

    But more fun was to buy a remote case/flip key fob for it. And then find a locksmith that would cut the keystub for me. Now I have one of those flippy-key things like the VW and MB owners have, and saved about $35,000 on the car.

    --
    deleting the extra space after periods so i can stay relevant, yeah.
    1. Re:Ejectrode? by imboboage0 · · Score: 1

      I can't wait until it turns into the flippy floppy taped up two piece mess like the 09 Porsche I worked on today. But hey, maybe you care more about your car than they did, or I wouldn't be working on it. ;)

      --
      Honesty may be the best policy, but by process of elimination, dishonesty is the second best policy.
    2. Re:Ejectrode? by drinkypoo · · Score: 1

      Now I have one of those flippy-key things like the VW and MB owners have, and saved about $35,000 on the car.

      That's on my list of things to do for my Audi. Apparently the system has support for fobs, and I have instructions for coding them, but I don't actually have any fobs. So I have to go through the same process. It's an old car though, so it wasn't expensive either... just leaky.

      The mechanics I've talked to say pretty much all the 4.2 liter Audis they've seen have been leaky... story of my life with bored-out versions. The 7.3 Ford is the same way.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  48. AutoHotKey! by Imazalil · · Score: 1

    AutoHotKey was awesome!

    Did something similar for re-saving a dozen cds worth of corel draw clipart (probably about 30,000 images all together) into an actually usable format (probably eps).

    Essentially it involved open file, save as, pick eps format, ok, close, alt-tab, down arrow, open file on repeat.

    The computer was slow, so each command had a delay of a few seconds, and about a minute for the actual saving. Took a couple months worth of computer time, but I just had to start it up in the morning.

  49. Re: too many to list by Wycliffe · · Score: 2

    Cool! My solution in the 90's to that problem was to find some ip power switches so I could power cycle the devices remotely. It wouldn't be an acceptable solution today.

    That would have probably worked except in this case the servers are what are providing the
    connection so if they go down so does the connection. Telemetry operations where you are
    operating a remote server over a single pipe and have no easy way to repair it or even reboot
    it makes for quite a few creative solutions to try to not have to send a technician to a remote
    location.

  50. Re:too many to list by omnichad · · Score: 2

    Would have been terrible if a telemarketer ever got that number.

  51. my best hardware hack? by shadowrat · · Score: 1

    Making my 5 1/4" floppy disks double sided with a hole punch.

  52. Re: too many to list by guruevi · · Score: 1

    Decent hardware also has watchdog timers and watchdog programs have some clever/ugly hacks where no watchdog is available. That or IPMI. An Arduino and stuff is about $30, if you have a few servers, a remote KVM/Power switch may be cheaper.

    One of my hacks was well before multi-boot became a thing and DOS could only boot from disk ring 0 on SCSI device 0, we would hook up the internal SCSI cables to a parallel port selector switch and put it in the computer where the 5.25 bays went. We could then switch 'boot' devices. Similar hacks would connect switches to the jumpers responsible for setting the address or later on IDE, swap master/slave between drives.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
  53. I have two, I win by frovingslosh · · Score: 1

    I made a laptop out of a Kodak easy-share picture frame and as Raspberry PI. And I made a digital picture frame out of an old laptop.

    --
    I'm an American. I love this country and the freedoms that we used to have.
  54. Re:fm transmitter by ArcadeMan · · Score: 1

    I dug up the specs of the chip and found it was capable of outputting a whole lot more power than what they had it set to. Did a little rewiring and maxed it out.

    They probably set it to the maximum allowed by whatever governmental agency is in charge of radio frequencies for your country.

  55. Re:too many to list by PhunkySchtuff · · Score: 1

    I'm not trying to troll, but am genuinely curious as to what you're doing if you've got several hundred servers running that are at enough of a risk of locking up hard enough that they need a physical power cycle to reset them?

  56. Well... by ArcadeMan · · Score: 1

    I once used "xor AL" instead of "mov AL,0x00", does that count? I think I was saving a cycle or two by doing that.

  57. Magic by YodaDaCoda · · Score: 1

    I know this isn't directly related, but it's the first thing I thought of (and it's a good story anyhow). http://www.catb.org/jargon/htm...

  58. CPC464 to 6128 network. by SuricouRaven · · Score: 1

    Via plugging the cassette motor relay of one into the joystick port of the other, and writing a simple serial protocol in basic. A few bps. I just wanted to see if I could do it.

    I couldn't - I was still too young to fully understand syncronisation issues. It would work for a while.

    I still remember the key command: OUT, port 720 decimal. That's the way to toggle the cassette motor relay.

  59. My hacked drum machine from 1988... by geek111 · · Score: 1

    This one -
    https://www.youtube.com/watch?...

    I took a Roland TR-626 drum machine from 1988 and hacked a 48x8 solid state patch bay into it, controlled by an arduino and touchscreen. The result is a lot of fun to play with....

  60. Paperclip RS-232 Gender-changer by The_Systech · · Score: 1

    Probably not exactly what you were asking for, but my all time favorite was back when I worked for an ISP, and we had a core router go down in the middle of the night. I get out to the POP and find that in order to get into the console of the router, I need to be able to plug a female 9 pin connector to a female 9 pin connector for the cables that I actually have with me.... I promptly found a couple of paperclips lying around and used my side cutters to cut off several lengths to short between the two connectors and make a gender-changer and Null Modem adapter in one, since it turned out I needed the null modem adapter too...

    --
    To err is human, but to really foul things up requires a computer
  61. Laser projector from old HDDs by hazeii · · Score: 1

    Cut a couple of old HDDs in half, glue bits of platter to the head arms, add large-area photodiodes to sense position and a bit of hardware and software to read ILDA files. Works really well considering.

    pic.

    --
    All your ghosts are just false positives.
  62. FPGA FM transmitter by TeknoHog · · Score: 1

    This isn't much of a hardware hack, as FPGAs are meant to be hacked for various odd purposes anyway. Nevertheless, I thought it would be fun to play with a 100 MHz digital system as if it were analogue, using basic trig formulae to first adjust the carrier frequency, and then modulate it with sound coming from a computer via RS232. One general idea is that 1-bit channels are enough for a great sound quality (e.g. SPDIF), and the main limitation in these setups is usually the serial link.

    --
    Escher was the first MC and Giger invented the HR department.
  63. Re:Automagic server hard reboot by sims+2 · · Score: 1

    itappmonrobot thedailywtf 2007 http://thedailywtf.com/article...

    --
    Minimum threshold fixed. Thanks!
  64. Re:too many to list by sumdumass · · Score: 1

    Telemarketer, how about a pissed off ex girlfriend or disgruntled employee.

  65. Tivo by ArmoredDragon · · Score: 1

    I think the most complicated thing I ever did was install an ethernet adapter on a series 1 tivo (they had no USB ports either.) To do so involved using an adapter that had a female PCI form factor socket, which connected to an ISA protocol motherboard that had a male PCI form factor shunt. Then of course there was drilling a hole for an ethernet port on the back of the tivo.

    Andrew Tridgell of Samba fame wrote the driver for it.

  66. Ribbon winding. by kuzb · · Score: 1

    I used a TRS-80 CoCo 2 as a controller for a ribbon winding machine (ribbons for dot matrix printers). I'd feed off a master spool through a tenson arm on to a smaller spool. An old tape drive motor was used for the winding which could be controlled as well. A button cannibalized from an old joystick was pressed by a small arm on the bottom of the spooler in order to count the revolutions so it could stop winding at a predefined number of revolutions. Then I could use a ribbon welder to close the loop.

    --
    BeauHD. Worst editor since kdawson.
  67. does hospital hardware hacking count? by tpjunkie · · Score: 1

    I jerry rigged an intrabdominal pressure sensor by clamping a foley catheter and connecting the sample port to an arterial line transducer, then used it to diagnose abdominal compartment syndrome in a cirrhotic patient.

    1. Re:does hospital hardware hacking count? by demonlapin · · Score: 1

      Well, they're just pressure transducers, they don't care what they're transducing. I once did the same to find out what 20 cm H2O actually feels like in the inflation bulb on an endotracheal tube. In the setting you're looking at, mean pressure is all you need - you can just use a falling column of water and a ruler to determine intraabdominal pressure. Or peripheral venous pressures - if you want to measure response to a fluid bolus, PVP is about 4 cm H2O higher than CVP in anyone not morbidly obese, but if you're only looking for the rise to indicate that they are adequately resuscitated, the exact value isn't important).

    2. Re:does hospital hardware hacking count? by demonlapin · · Score: 1

      Also: the circuit connector from a 7.0 endotracheal tube can be jammed into the barrel of a 3 cc syringe with the plunger removed. This can be connected via the Luer connector to an IV catheter placed through the cricothyroid membrane (I recommend at least 18ga for adults). Assuming you have a standard Ambu bag or anesthesia machine with oxygen flush valve, this is enough for jet ventilation.

  68. Audio recording on VCR by slasher999 · · Score: 1

    Back in the 80s many of us shortwave listeners began using VCRs to record a specific frequency during times when we weren't near our radios. Unlike cassette tapes with VHS tapes we could record up to eight hours of audio and review it later. Early form of time shifting out entertainment.

  69. TuxRacer controlled by Tux by Richard_J_N · · Score: 1

    A friend's kid aged about 3 used to love playing the game TuxRacer (controlled by arrow keys, which Dad had to work because he wasn't dextrous enough). So I got a plush Tux toy penguin, and fastened him on top of a small plastic box, in which I placed the guts of a wireless keyboard, and 4x tilt switches connected to the arrow keys. Now simply moving the penguin controls the game :-)

  70. Wifi enabling a washing machine by sheetsda · · Score: 1

    I recently had to open up my washing machine to fix a clogged pressure switch tube. Inside the control panel I found a wiring and timer diagram. I am mostly finished with writing some Raspberry Pi code to replace the timer with a Pi and a relay board. I installed a web server onto the Pi and put it on my Wifi network also. The ultimate goal is to allow Wifi control of my washing machine, as well as have it send notifications when it finishes, be able to check status, etc. I foresee those notifications popping up in the corner of my desktop in the immediate future, and maybe on a media center in the future (if I ever bother to make one an attach it to the TV)

    Another interesting tidbit - a new washing machine timer costs more than the Pi+parts that I will replace it with. (Might Ebay it when I'm done)

    1. Re:Wifi enabling a washing machine by tehcyder · · Score: 1

      The ultimate goal is to allow Wifi control of my washing machine

      I know this is not the thread to say this, but: what is the point?

      --
      To have a right to do a thing is not at all the same as to be right in doing it
  71. Repurposed a time-relay by Desiree+Hindenburg · · Score: 1

    I had an F250 Super Duty with suspension leveling air-bags. So that the air-bag pump would not come on at odd hours in the middle of the night, I hooked it up to a time relay to energize the pump a minute-and-a-half after the ignition key is turned. Hooking the pump up to the ignition on without time delay would not be good enough, as the truck had a diesel engine that needed not power robbed from the glow-plug on ignition. Worked like a charm!

  72. fixing USB TV tuner with a hot wheat bag by roesti · · Score: 1

    I've also got a wheat bag that you can heat up to relieve headaches. As it turns out, you can fix a USB TV tuner with it as well:
      - http://aarongnielsen.blogspot....

    Apparently, if you took off the plastic casing and baked it properly in a medium oven, you could enact a more permanent fix. I haven't been game to try it, though.

  73. Bird Education Appliance by Desiree+Hindenburg · · Score: 1

    To teach a parakeet talking, I modified a standard audio-cassette, by opening it up and splicing the tape together to form closed-loop.

  74. Rocket Fuel! by Desiree+Hindenburg · · Score: 1

    Ammonia based fertilizer makes nice rocket fuel, if you dissolve fertilizer in water, soak cut sheets newspapers in the solution, and then dry the sheets with a regular clothes iron.

  75. 1970's Pron Grabber by bjs555 · · Score: 1

    I was in my 20's and living in Boston in the 1970's where a few UHF broadcast stations were transmitting on-air scrambled pron. They scrambled the signal by reducing the amplitude of the horizontal sync signal. I built a circuit using a 4046 CMOS phase locked loop that re-injected the missing sync signal at the proper time. Lots of trouble for some early mild videos. Sad material compared to today. Little did I realize how much technology would advance in this important area in subsequent years.

  76. Quadra with Dell power supply by Chaset · · Score: 1

    I once fished a Quadra 630 out of a dumpster. It wouldn't power up. I fished out a Dell P3 low profile desktop out of the same dumpster. Its power supply fit the space of the old power supply pretty well. I was able to re-wire the ATX power connector to match the Quadra motherboard pinout. The tricky part is that the ATX power on signal is inverted sense from the Quadra. I found a hex CMOS inverter in a disused component shelf (no one used throughhole components any more) at work and soldered it in to use the stand-by power and invert the signal. The Quadra still works.

    --
    -- "This world is a comedy to those who think, a tragedy to those who feel."
  77. Re:too many to list by ihtoit · · Score: 2

    funnily enough, that never became an issue.

    Can't think why but they seem to have managed to avoid the pager block when they were all the rage, preferring instead to harass landlines. Of course, when cellphones really took off in the fashion consumer market, pagers died a death. I don't even know if they got the "7" when the DEXes were updated.

    --
    Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
  78. A use for my Wii by mmmmbeer · · Score: 1

    I use my Wii as a power supply for my Raspberry Pi. The Wii gives power to the USB port on when it turns on and shuts it off when it powers down. That lets me turn my Raspberry Pi on and off remotely without having to add a separate power control board.

  79. RS-232 Christmas Lights by ScreamingCactus · · Score: 1

    Was away on a job for Christmas one year and some of the people wanted to decorate the work space for the holiday. We had a xmas tree but no lights and no way to get any (the company said they couldn't justify a chopper run for xmas lights). I took two wires and soldered them to pins 2 and 5 on a DB-9 connector, then ran the wires parallel to each other about a centimeter apart. Tore apart an old device to get a bunch of different colored LEDs out and then soldered them between the wires every 2-3", reversing the polarity of every other LED (used hot glue to make sure they wouldn't short out). Then I wrote a quick little program to open a serial port and turn the break state on and off at intervals of ~700ms. A serial port's idle state is -5V and its break state is +5V. So when I plugged the connector in, half the LEDs would light on the idle state, and the other half would light on the break state. I would consider that unusual.

    --
    The path to enlightenment is truly through homemade drugs!
  80. Re:RS-232 WattsUp, Humidity Sensor, RPi 1, WiFi, G by gl4ss · · Score: 1

    that's all nice and all..

    but that's not an unintended hack? I mean, the humidity sensor is meant for reading humidity (you're not just using a piece of cloth and two wires), the wattsup is meant for reading electricity use and the rp is meant for having pins to communicate with both of those and to take wifi.

    my unintended hack.. using an electronic cigarette 'mod' as a multimeter replacement to read contuinity while soldering a hack charge cable on this laptop when the charging ports middle pin broke up

    --
    world was created 5 seconds before this post as it is.
  81. Re: RS-232 WattsUp, Humidity Sensor, RPi 1, WiFi, by jddj · · Score: 1

    Good point. Making the RPi talk RS232 to the ancient WattsUp took only a level shift and decidedly retro baud rate (the summary said "outdated"). (FYI, there's now a "net connected" WattsUp, but they want you to go through their proprietary portal: NFW! Hunk of junk!)

    I probably should've mentioned that I initially used Google Analytics to build the graphs. It's really not designed for that.

    The duct tape-like approach I took with hardware I had sitting around to bend it to my will (vs. buying something off the shelf - not to mention final fit and finish) make it feel like a hack to me.

    But OK, point made. I DQ myself.

  82. paper clip CD removers scratch your CDs by nensondubois · · Score: 1

    AOL disk beer coasters aren't a premium nowadays.

    --
    http://gamehacking.org/vb/threads/12747-nensondubois-codes http://twitter.com/nensondubois_
  83. unintended non acceleration by louden+obscure · · Score: 1

    Two different vehicles, two different hacks/hillbilly engineering solutions. An old Chevy Van 108 (the ones with the engine between the two front seats, solid front axle, three on the tree) where the gas pedal had broken free of the rotating rod that moved the linkage. A 6" pipe wrench adjusted just right was affixed to the rod and performed just as well as the pedal.

    An old Beetle's accelerator cable broke near the pedal assembly...in morning rush hour traffic... in an effin snow storm. I barely was able to pull into a strip mall parking lot on the carb's fast idle cam. I rummaged through the glove box. A small key chain and a pink balloon were all I could find that looked helpful. It was enough. I forget exactly what I did other than the balloon got tied and knotted about the remaining cable end piece and the key chain which was looped around where the cable hooked up to the back of the pedal. As with any good hillbilly solution I left the "fix" in place as it held up to daily use for close to a year till It was decided I should just part with the three bucks and

    replace the cable.

    --
    Serenity now, insanity later.
  84. Re: I made a TIME MACHINE! by lister+king+of+smeg · · Score: 1

    of course not he traveled to the future to post it in the first place

    --
    ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
  85. AT power supplies by notsoclever · · Score: 1

    Once upon a time I found that old, obsolete AT power supplies made for a pretty good more-or-less-regulated high-wattage DC power supply for powering all sorts of random circuits which needed more amperage than any typical wallwart that one had lying around.

    --
    There are 10 kinds of people: ones who understand ternary, ones who don't, and ones who think this joke is about binary
  86. Re: too many to list by Macman408 · · Score: 1

    I did that about 6 years ago myself. I had about 25 computers doing accelerated life testing of a chip in them, running it at elevated voltage and temperature to see if there were likely to be any reliability issues during the lifetime of the part. Unfortunately, one of the disadvantages of running a chip well beyond its rated specs is that sometimes it doesn't work - and it takes the rest of the computer down with it. So the computers would frequently write to a log file (one for each computer). I had a script running on my PC that, if a computer's log file hadn't been updated in about 5 minutes, would telnet to the appropriate IP power switch and toggle the appropriate outlet for the given computer. If that didn't work, it would try again in another 5 minutes. And if it failed 5 times in a row, it would send me an E-mail to go check it out manually (at that point, sometimes I'd find that capacitors had melted themselves off the board and embedded themselves in the floor wax below).

    This same setup also had customized heatsinks - there was a fan mounted on the heatsink, and also a couple of resistive heaters attached with thermal epoxy. (I must be one of the few people in the history of the world to attach a heater to a heatsink to make the component underneath run hotter.) We had a custom controller that would monitor the temperature of the chip, and cycle the fan and heaters appropriately to maintain the target temperature. There were scripts that controlled both the voltage and temperature of the chip, but periodically dropped them down to nominal levels to run functional testing or (somewhat less often) to measure the speed of the chip, to see if it had degraded. It was a pretty nifty automated setup.

    It had its bugs, though. It was DOS-based (since the diagnostic software for our chip ran in DOS), and apparently something in this version of DOS (or the computer it was running on) couldn't handle the time going past midnight; after 11:59 PM on June 3rd, it would go to saying 12:00 AM on... June 3rd. This made timekeeping rather difficult, so I had to add some logic to my scripts to determine if time ever went backwards - when it did, I knew that we must have passed midnight. The fix in that case was to have the computer reboot itself, at which point it would figure out that it was really June 4th, and time would continue marching onwards.

  87. Predict when no current is flowing... by descubes · · Score: 1

    This one is somewhat specialised, but may still be worth sharing. Back then, I was working on HP ECUTEST, a refrigerator-sized machine that simulated all electrical inputs and outputs for a car engine control unit (ECU). Basically, it was "The Matrix" for an ECU: you plugged the car's brain into it, and it couldn't tell it wasn't in a real car.

    The customer wanted a way to create defects on the ECU pins, e.g. short them to the ground. Problem is that an injector signal is 60 amps or so for a diesel engine, and an ignition coil signal is easily 500V. Try shorting this with a low-cost relay, and your relay gets fried pretty fast. But then, we were emitting the "cogwheel" signal that the ECU used to know the position of the engine, A pretty complicated signal in its own right, that varies in shape, amplitude and frequency as engine speed increases. Generating that signal was a story in itself.

    Anyway, we wrote software that would synchronise the flipping of the relays to create defects with the rotation of the engine, so that we knew that at the moment we were switching the relay, there was little current and little voltage in the corresponding circuit. Of course, you can imagine how many relays it cost to make the stupid software work as it was supposed to. Well, actually, not that many, all things considered, but the hardware guy who had to replace the relays still cursed me whenever I goofed up.

    --
    -- Did you try Tao3D? http://tao3d.sourceforge.net
  88. Meccano to support CPU heat sink by hooiberg · · Score: 1

    I have a heavy CPU heat sink (Thermalright True Copper) that could easily bend my motherboard with its 2 kg coppery goodness. To prevent that, I have made an extra support structure using Meccano. Luckily, the distance of the holes was precisely right for the support.

  89. My short list by Technician · · Score: 1

    I added a transistor in line wirh the voltage reference on a 24 to 12 volt power supply. With a zener diode and resistor that progressively brought the output up with input between 22 and 28V, I made it into a solar charge controller for a 60 cell 240 Watt panel for the motorhome. It worked great and closely matched the panel peak power curve keeping the panel voltage high for any input power. It has been running trouble free for a couple years now.

    Not electronics, but related. Converted disposable Freon tanks into high power t shirt cannons for an engineering challenge. www.youtube.com/watch?v=9Klxqav_6NM Free tanks counted as part of the bill of materials, where cost was part of the contest. I'm in the blue shirt with the initial prototype at the end of the video.

    Salvaged a 0.001Mhz crystal osc to use in an electronics shop. Used it for a reference for adjusting tape decks for speed and wow and flutter. A free crystal audio reference was much better than a reference CD with a short tone track. It was mush more stable than any shop function generator we had at the time. In a pinch it doubled as a stable square wace source to use for TDR with a scope.

    A Hall sensor from a broken PC fan coupled with a 9V battery and a couple LEDs made a quick magnet sensor to check relay states in equipment for quick troubleshooting. Coupled with a scope, doubled as a tach for brushless DC motors.There is more I can't think of at the moment.

    --
    The truth shall set you free!
  90. Sony MW-600 Clip Fix by fozzmeister · · Score: 1

    It's a mini bluetooth headset which you can plug normal headphones into, I'm surprised it's not more popular but it's weekness is the clip, where it's faaaar to easy to loose the spring... Found that mini pegs are perfect...

    http://keyboardwritescode.blog...

  91. Making the pedometer battery last (almost) forever by xs400 · · Score: 1

    I have one of the Omron pedometers with a coin lithium battery that had to be replaced every other month or so. Realized the battery in the Nokia had the same voltage, so got my colleague to donate his broken Nokia to me, scooped out its brains and soldered some leads from the converted battery holder to the pedometer. Still running, 2 years and counting...

  92. Re:too many to list by AmiMoJo · · Score: 2

    Years ago the local cable internet provider had a rather low cap (10GB/day) after which your connection would drop to some ridiculous speed. Fortunately their implementation was rather incompetent, tied to IP addresses rather than modems. If you just rebooted the modem to get a new IP address via DHCP it reset the cap for that day. Some people but their modems on timers designed to turn appliances on/off at set times, so that they got a new IP address every hour and avoided the cap.

    They eventually figured that out and changed the system to use the modem's MAC address. That could be bypassed by changing the modem's MAC address to one used by another subscriber. You could gather valid addresses by simply watching the traffic on your local network segment. Some people had JTAG connectors permanently attached to their modems so they could cycle MAC addresses regularly.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  93. Floppy Hack & Phone Hack by coofercat · · Score: 1

    My first hack was realising that when copying an old BBC Micro game (I forget which one - probably wasn't a very good one), if the destination disk was write protected, the game would run, otherwise it wouldn't.

    More recently, a fun one I did was at work. I was given a wireless headset for my desk phone which came with a 'handset lifter'. I found it 'lifted' whenever the phone was picked up, so I stuck it to the monitor arms and attached some chopsticks and a bit of paper. I then had a little flag that went up whenever I was on the phone :-)

  94. CCTV Powered by its network connection by Big+Hairy+Ian · · Score: 1

    An old friend powered his CCTV camera from the network cable it was streaming down.

    --

    Build a Man a Fire, and He'll Be Warm for a Day. Set a Man on Fire, and He'll Be Warm for the Rest of His Life.

  95. Firmware hacks & custom built hardware by Rah'Dick · · Score: 1

    Apart from a couple of simple firmware hacks, like running Rockbox on all my Sansa players, one of my most elaborate hacks was bringing a 3D model of my actual car into my hardware GPS navi:

    I was bored with the arrow symbol on my Becker car navigation system (which is using Windows CE and an embedded version of the navi software iGO), so I played around with its system files - which were readily accessable via USB. I found the 3D model that the thing was using, but it was a proprietary file format ending in .mdl (no, it wasn't any of the usual MDL formats, I checked throroughly). Then I reverse-engineered the file format and wrote a script (in PHP, yeah, I know) that could convert Blender's PLY output to their MDL format. Then I built a 3D model of my own car in Blender, ran it through my exporter and now I have a hardware navi that shows my own car as the road marker.

    I've also documented the process and released the script here:
    http://rahdick.at/en/02_projec...

    1. Re:Firmware hacks & custom built hardware by Rah'Dick · · Score: 1

      For some reason, I wrote "custom built hardware" in the headline but forgot to actually write about that other thing I did a couple of years ago:

      I had a cheap video projector that could only be controlled using its very flimsy remote control. It had no hardware buttons for menu access and the like. Of course, the remote began acting funnily after some time and replacing the battery wouldn't do anymore. So I took an Arduino, bought an IR receiver diode and an IR LED, plugged them into the Arduino and wrote some code that could read the raw IR codes from the original remote - and send them to my laptop via USB serial. Since the remote was still working if I pressed the buttons REALLY hard, I could read all of the original IR codes. Then I wrote a Processing sketch which loaded up an image of the remote on the laptop. It had button overlays which would send the raw IR codes to the Arduino when pressed, which then would make use of the IR LED to control my projector. It worked perfectly fine until the projector broke, too.

      Another thing I built was an Arduino Micro that had three buttons attached to it, which were programmed to send generic multimedia keyboard commands like Rewind, Play/Pause and Forward. With the Arduino IDE and USB descriptors back then it was impossible to send these commands with the off-the-shelf version of Arduino, so I had to download the source, change the USB descriptor and compile my own version. The original plan was to make hardware buttons for mobile phone music playback. I abandoned the project there, but if I continued, the next steps would have been: desolder the extra pins from the Arduino Micro to give it a smaller profile and construct a phone case that would place the hardware controls and Arduino Micro at the bottom of the phone.

  96. Re:too many to list by Wycliffe · · Score: 2

    I'm not trying to troll, but am genuinely curious as to what you're doing if you've got several hundred servers running that are at enough of a risk of locking up hard enough that they need a physical power cycle to reset them?

    They are linux boxes and they actually rarely hard locked. The problem is that they are all
    in remote locations several states away with no way to reboot them if something does go wrong
    so even if they only freeze once a year it is alot cheaper to put a watchdog timer in them
    than to pay someone to drive there to press the power button.

  97. Phone Charging from MiniDisc Player by daedalus2097 · · Score: 1

    Many years ago while at University, I had a Nokia 3210. Great phone, but rubbish NiMH battery. Once it started to go flat during the day, it meant I had trouble getting my parents to pick me up from the train station and had to use a phone box (remember them?). So, I added a small power port to the side of the phone that allowed direct connection to the battery through a diode, and made a custom connector that would let me connect this port to the headphone remote port on my MiniDisc player. This gave out around 3.3V, which was enough after the diode drop to power up the phone and let me make a quick call.

    I thought it was awesome as a cash-strapped student - all I had to carry around was this extra wire since I already had the MD player with me, and it was long before the availability of these USB power packs. Kids don't know how easy they have it these days ;)

  98. Amiga-Powered Room Control by daedalus2097 · · Score: 1

    Another project of mine was based around an old Amiga 600. I fitted it with some relays, a small hard drive, and a general purpose parallel bus to which I could connect various I/O modules including light sensors, IR remote receivers and even a small alphanumeric LCD. It was set up for controlling all the lights in my room, the stereo, the TV, and even the blinds. I had it set to open the blinds and turn on the lights to get me up for school (and later college), turn off the lights when nobody was in the room (it had a PIR sensor on it), and it could also be controller over serial so running a little web server on another computer let me log into it remotely to turn things on and off. Was very proud of it (I was 16 when I built it and wrote the software) and it ran non-stop for 3 years until I moved out for Uni.

    It should still be up in my parents' attic at home...

  99. AT Power Supply on a DVD Player by omnichad · · Score: 1

    Back when DVD players first dropped below $100, they were still using standard IDE DVD-ROM drives inside with molex power connectors. When my parents' DVD player quit because of an underpowered power supply, I connected an AT Power Supply to the drive that they could switch on with the DVD player. Worked for years like this.

  100. Re:PC power from ceiling light fixture by tehcyder · · Score: 1

    we were coding madly in a tiny, cramped room in Tokyo for an on-stage performance the next day of some virtual characters

    Is this a quote from a William Gibson novel?

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  101. Tele-reset by vtTom · · Score: 1

    Quite some time ago I worked at a small company, and we had a PC in a remote location that we would occasionally connect to by directly dialing it up by modem. (this is in the pre-ubiquitous-Internet days). Well, of course, every now and then the computer would crash leaving us unable to perform its intended task, and also unable to answer our calls. After having to drive out there a few times just to hit the Reset button, I installed a circuit inside that "eavesdropped" on the phone line. If the phone rang more than X number of times within some period of time (meaning the computer had crash and was not answering), it reset the computer by way of a relay connect in parallel with the case button.

  102. Burglar Alarm, Door Chime, Lots of Things by p0larity · · Score: 1

    I used to go to the local electronics repair shop in my town and dumpster dive for parts.

    I wasn't fantastically knowledgeable about electronics but I wanted to learn. I was pretty young. Less than 10. Built all kinds of things including a burglar alarm for our garage because my dad had noticed some people paying extra attention to it.

    The alarm consisted of the parts of an old 8-track & stereo combo, speakers, door switch made of nails, fishing line for a trip-wire. It was super fun.

    It's hard to come up with good candidates because growing up I didn't have a lot of cash, so we always made due and were inventive with old stuff.

    My dad once made a pretty rad cooling-aparatus/TV-stand for our TRS-80. He took the cooling fan from a dead photocopier and bought sheet aluminium and rivets. He bent the sheet aluminum into a C shape and mounted the cooling fan to it with a scoop to push air into the CO-CO-2 intake slits. The TV sat on the top of the C-shape and the TRS-80 slotted into the middle. We could take advantage of overclocking one whole megahertz baby! Woo!

  103. Computer Locks by OklahomaRed · · Score: 1

    Back when D-RAM cost a mint and the first faster CPUs were comiming out the college was considering putting locks on all their public computers at a cost of &100.00 per computer. One other fellow and I were able to convence them to replace one or two screws in the computer cabnets with aluminum pop rivets at a cost of $40.00 a department for a drill, pop rivet tool & pop rivets.

    Red

  104. My first Wintel PC... by An+dochasac · · Score: 1

    A (New) Coke bottle, toilet roll tube, floating styrofoam bernouli ball to redirect the power supply fan's airflow over the hot running 386 CPU card on Zenith's passive backplane. This was all strapped to a 1960s era portable reel-to-reel tape recorder case with duct tape. Lots and lots of duct tape.

  105. Re:VIC-20 Apple keyboard and data sensor. by An+dochasac · · Score: 1

    I was using a Vic-20's resistive analog joystick ports for potometry of a solar eclipse in the mid 1980s but the more hacky invention was my setup for numerical analysis class. The teacher cared about algorithms, not the details of what OS or hardware we were using but the code and results had to be printed out. So I used a pair of transistors and an optocoupler to interface the Vic's TTL RS232 port to a BELL R33 current loop teletype machine. The Vic wasn't terribly fast so the printer would chug out a result every minute or two which I could hear from anywhere in the house. 3.14159265358979...

    And that was the most reliable printer I've ever owned.

  106. A Bar ? by Dushnock · · Score: 1

    I get a network error on the original Vance Haemmerle’s 1997 VAXBar website, but in any case, converting an old DEC VAX into a bar is awesome to mine eyes.

    I found a reference here.

    Dushnock

    --
    "Soylent Green is people." (1973)
  107. Correcting a "check engine light" by tresho · · Score: 1

    I once had a "check engine light" go on in my 2001 F150 pickup a short time before it was due for an emissions test. I didn't have time to fully correct the problem in the time available, I did some online research and found that simply reversing the exhaust gas hose connections on the engine's Differential Feedback Pressure Sensor (no tools necessary) fooled the car's computer and temporarily corrected the error condition. Later I corrected the underlying problem.