How A Muslim Immigrant From Bangladesh Became America’s Master Builder

If the United States has a national architectural form, it is the skyscraper. The notion of building a tower to the heavens is as old as Genesis, but it took some brash 19th century Americans to develop that fanciful idea into tangible, profitable buildings. Although we dressed up our early skyscrapers in Old World styles (the Met Life Tower as an Italian campanile, the Woolworth Building as a French Gothic cathedral), most foreigners agreed that the skyscraper suited only our misfit nation. For decades, Americans were alone in building them. Even those European modernists who dreamed of gleaming towers along Friedrichstraße and Boulevard de Sébastopol had to cross the Atlantic for a chance to act on their ambitions. By the start of World War II, 147 of the 150 tallest habitable buildings on the planet were located in the United States. 

No building style better represented America’s industriousness, monomaniacal greed, disregard of tradition, and eagerness to attempt feats that more established cultures considered obscene. And while those indelicate traits prompted Americans to develop the skyscraper, it was our openness and multiculturalism that brought us our greatest skyscraper builder: a Bangladeshi Muslim immigrant named Fazlur Rahman Khan.

Khan was born on April 3rd, 1929 in Dhaka, Bangladesh (Dacca, British India at the time). His father, a mathematics instructor, cultivated young Fazlur’s interest in technical subjects and encouraged him to pursue a degree at Calcutta’s Bengal Engineering College. He excelled in his studies there and, after graduating, won a Fulbright Scholarship that brought him to the University of Illinois. In the United States, Khan studied structural engineering and engineering mechanics, earning two master’s degrees and a PhD in just three years. After a detour in Pakistan, Khan returned to the United States and was hired as an engineer in the Chicago office of Skidmore, Owings & Merrill (SOM), one of the most prominent architecture and engineering firms in the world.

Though he was born in a nation with no history of highrise construction, Dr. Fazlur Rahman Khan had worked his way to a position where he would revolutionize the field of structural engineering and build America’s proudest landmarks.

Continue reading “How A Muslim Immigrant From Bangladesh Became America’s Master Builder”

This Car Lets You Fistbump To Unlock

In the dark ages, you had to use a key to lock and unlock your car doors. Just about every car now has a remote control on the key that lets you unlock or lock with the push of a button. But many modern cars don’t even need that. They sense the key on your person and usually use a button to do the lock or unlock function. That button does nothing if the key isn’t nearby.

[Pierre Charlier] wanted that easy locking and unlocking, so he refitted his car with a Keyduino to allow entry with an NFC ring. What results is a very cool fistbump which convinces your car to unlock the door.

Keyduinio is [Pierre’s] NFC-enabled project, but you can also use a more conventional Arduino with an NFC and relay shield. The demo also works with a smartphone if you’re not one for wearing an NFC ring. Going this round, he even shows how to make it work with Bluetooth Low Energy (BLE).

Continue reading “This Car Lets You Fistbump To Unlock”

VHS-Tape-Plasma Mirror Drives Tiny Particle Accelerator

When you think of a particle accelerator, you’re probably thinking of tens of kilometers of tube buried underground, at high vacuum, that uses precisely timed electromagnetic fields to push charged particles like electrons up to amazing speeds (and energies). However, it’s also possible to accelerate electrons in other ways, and lasers are a good bet. Although a laser-based particle accelerator can push electrons very effectively for a few centimeters, they top out at a relatively low maximum “speed” of a couple billion electron-volts, as opposed to the trillions of eV that you can get out of a really big traditional accelerator.

If only you could repeat the laser trick again, “hitting” the already-moving electrons from behind with another beam, you could boost them up to even higher energies. Doing so would take something like a one-way mirror that lets the electrons pass through, but that you could then bounce a laser beam off of. In a fantastic mixture of science and mother-of-invention-style hacking, these scientists from Lawrence Berkeley National Labs use plain-old VHS tape to make plasma mirrors to do just that. Why VHS tape? Because it’s cheap, flexible, and easy to move through the apparatus at high speeds.

The device works like this: a first laser beam passes through a jet of ionized gas and pulls some electrons with it. These electrons are then focused into a beam and pass through some (moving) VHS tape. The electrons punch a hole through the tape. In their wake they leave a hot plasma of mid-90s TV shows you never got around to watching. The second laser beam is then bounced off this plasma mirror and further accelerates the electron beam from behind. In principle, you could repeat this second stage enough times to build up the energy you needed, but for now the crew is working to characterize their single-stage beam. Getting the timing right on the second-stage beam is, naturally, non-trivial.

Anyone who has spent some time in a science lab knows that there are millions of these tiny get-it-done-quick hacks behind the scenes, but it’s nice to see one take center stage as well. If you’ve got stories of great lab hacks that you’d like to see us cover, post up in the comments!

Thanks [Bruce] for the tip, via Science Daily.

BBQ Thermometers Get Serious

You can write with a fifty cent disposable pen. Or you can write with a $350 Montblanc. The words are the same, but many people will tell you there is something different about the Montblanc. Maybe that’s how [armin] feels about meat thermometers. His version uses a Raspberry Pi and has a lengthy feature list:

  • 8 Channel data logging
  • Plotting
  • Webcam (USB or Raspicam)
  • Alarms via a local beeper, Web, WhatsApp, or e-mail
  • Temperature and fan control using a PID
  • LCD display

You can even use a Pi Zero for a light version. There’s plenty of information on Hackaday.io, although the full details are only in German for the moment. As you can see in the video below, this isn’t your dollar store meat thermometer.

Even though a disposable pen does the same job as a Montblanc, most of us would rather have a Montblanc (although Hackday would have to hand out some pretty steep raises before we start using the Meisterstück Solitaire Blue Hour Skeleton 149).

We might have done more with an ESP8266 and then done more work on the client, but we have to admit, this is one feature-packed thermometer. We’ve seen simpler ones that use Bluetooth before, along with some hacks of commercial units.

Continue reading “BBQ Thermometers Get Serious”

Upgrading Old Synths To OLED

Roland’s Alpha Juno 2 is an analog, polyphonic synth made in the mid-80s. While it isn’t as capable as the massive synths made around that time, it was very influential synth for the techno scenes of the late 80s and early 90s.

[Jeroen] is lucky enough to have one of these synths, but like all equipment of this era, it’s showing its age. He wanted to replace the character LCD in his Alpha Juno 2 with an OLED display. The original character LCD was compatible with the Hitachi HD44780 protocol, and still today OLEDs can speak this format. What should have been an easy mod turned into editing hex values on the EEPROM, but he still got it to work.

While the original character LCD could display one line of 16 characters, the ROM in the synth didn’t know this. Instead, the display was organized as a 2×8 display in software, with line one starting at address 0h, and line two starting at 40h. For a drop-in replacement, [Jeroen] would need a display the characters organized in this weird 2×8 format. None exist, but he does have a hex editor and an EEPROM burner.

With the Alpha Juno’s firmware in hand thanks to someone who does a few firmware hacks to this synth, [Jeroen] had everything he needed. All that was left to do was going through the code and replace all the references to the second line of the character LCD.

After burning and installing the new ROM, the OLED display was a drop-in replacement. That meant getting rid of the whiney EL backlight in the original display, and making everything nice and glowy for a few nights on a dark stage.

Solder Stencils With A 3D Printer

If you are soldering with paste, a stencil makes life a lot easier. Sure, you can apply paste by hand with a syringe, but a modern PCB might have hundreds or even thousands of pads. Like a lot of us, [Robert Kirberich] doesn’t like paying to have stencils made and he wondered if he could use his 3D printer to make stencils. He found the answer was yes.

Continue reading “Solder Stencils With A 3D Printer”

Local Hacker Discovers Card Edge Connectors

When [turingbirds] was looking around for the absolute minimum connector for a JTAG adapter, he wanted something small, that didn’t require expensive adapters, and that could easily and reliably connect a few JTAG pins to a programmer. This, unsurprisingly, is a problem that’s been solved many times over, but that doesn’t mean there isn’t room for improvement. [turingbirds] found his better solution by looking at some old card edge connectors.

Instead of 0.1″ pitch pin headers, weirder and more expensive connectors, the Tag Connect, or even pogo pins, [turingbirds] came up with a JTAG adapter that required no additional parts, had a small footprint, and could be constructed out of trash usually found behind any busy hackerspace or garage. The connector is based on the venerable PCI connector, chopped up with a Dremel and soldered to a JTAG or ISP programmer.

This is simply a card edge connector, something the younglings seem to have forgotten. Back in the day, card edge connectors were a great way to connect peripherals, ports, and anything else to the outside world. They were keyed, and you could only put them in one way. They were relatively cheap, and with a big coil of ribbon cable, you could make custom adapters easily. For low-speed connections that will only be used a few times, it’s very hard to beat a card edge connector.

Of course the connector itself is only half of the actual build. To turn a chopped up PCI connector into a JTAG adapter, [turingbirds] made footprint and part files for his favorite PCB design tool. In this case it’s Eagle, and the libraries that will plop one of these connectors down are available on GitHub.

Is this the latest and greatest way to plug a programmer into a board? No, because this has been around for 30 or 40 years. It does, however, put a programming port on a PCB with zero dollars in components, a minimum of board footprint, and uses parts that can be salvaged from any pile of old computers.