3D Printering: When an STL File is Not Quite Right

STL files are everywhere. When there’s something to 3D print, it’s probably going to be an STL. Which, as long as the model is good just as it is, is no trouble at all. But sooner or later there will be a model that isn’t quite right in some way and suddenly project progress hits a snag.

When models interface with other physical things, those other components may not always be exactly as the designer expected. Being mindful about such potential inconsistencies during the design phase can help prevent problems, but it’s not always avoidable. The reason it’s a problem …read more

Continue reading 3D Printering: When an STL File is Not Quite Right

3D-Printing Saves Collectible Lures from a Fishy Ending

Give a man a fishing lure, and he catches fish until he loses the lure. Give a fisherman a 3D-printer, and he can print all the fishing lures he wants, especially replicas of those that are too valuable to actually use.

It may seem strange that some people collect fishing lures rather than use them, but when you look at [Hunter]’s collection, it’s easy to see why. Lures can be very artistic, and the Heddon River Runts in his collection are things of beauty and highly prized. They’re also highly effective at convincing fish to commit suicide, so rather than …read more

Continue reading 3D-Printing Saves Collectible Lures from a Fishy Ending

Make 3D-Modeling Child’s Play with a Can of Play-Doh

You need to replicate a small part on a 3-D printer, so you start getting your tools together. Calipers, rulers, and a sketch pad at a minimum, and if you’re extra fancy, maybe you pull out a 3D-scanner to make the job really easy. But would you raid your kid’s stash of Play-Doh too?

You might, if you want to follow [Vladimir Mariano]’s lead and use Play-Doh for accurately modeling surface features in the part to be replicated. Play-Doh is a modeling compound that kids and obsolete kids alike love to play with, especially a nice fresh can before it …read more

Continue reading Make 3D-Modeling Child’s Play with a Can of Play-Doh

OpenSCAD: Tieing It Together With Hull()

What’s your favorite OpenSCAD command? Perhaps it’s intersection() or difference()? Or are you a polygon() and extrude() modeler? For me, the most useful, and maybe most often overlooked, function is hull(). Hull() does just what it says on the can — creates a convex hull around the objects that are passed to it as children — but that turns out to be invaluable.

Hull() solves a number of newbie problems: making things round and connecting things together. And with a little ingenuity, hull() can provide a nearly complete modelling strategy all on its own. If you use OpenSCAD …read more

Continue reading OpenSCAD: Tieing It Together With Hull()

The Risk Modeling Gotcha: Roles Are Like Hammers to Screws

Roles are meant to drive efficiencies in provisioning, user management and recertifications, but many organizations still use them in risk modeling, impeding maturity and productivity.

The post The Risk Modeling Gotcha: Roles Are Like Hammers to Screws appeared first on Security Intelligence.

Continue reading The Risk Modeling Gotcha: Roles Are Like Hammers to Screws

Roller Coaster Tycoon IRL

Additive manufacturing has come a long way, but surely we’re not at the point where we can 3D-print a roller coaster, right? It turns out that you can, as long as 1/25th scale is good enough for you.

Some people build model railroads, but [Matt Schmotzer] has always had a thing for roller coasters. Not content with RollerCoaster Tycoon, [Matt] decided to build an accurate and working model of Invertigo, a boomerang coaster at King’s Park, the coaster nirvana in Cincinnati, Ohio. Covering a sheet of plywood and standing about 3′ tall, [Matt]’s model recreates the original in painstaking …read more

Continue reading Roller Coaster Tycoon IRL

OpenEMS Makes Electromagnetic Field Solving… Merely Difficult

To ordinary people electronics is electronics. However, we know that the guy you want wiring your industrial furnace isn’t the guy you want designing a CPU. Neither of those guys are likely to be the ones you want building an instrumentation amplifier. However, one of the darkest arts of the electronic sects is dealing with electromagnetic fields. Not only is it a rare specialty, but it requires a lot of high-powered math. Enter OpenEMS, a free and open electromagnetic field solver.

We would like to tell you that OpenEMS makes doing things like antenna analysis easy. But that’s like saying …read more

Continue reading OpenEMS Makes Electromagnetic Field Solving… Merely Difficult

Virtual Reality, Augmented Reality and Futuristic Threat Modeling

Augmented and virtual reality can be invaluable tools for threat modeling in all sectors, but the emerging technologies also introduce new vulnerabilities.

The post Virtual Reality, Augmented Reality and Futuristic Threat Modeling appeared first on Security Intelligence.

Continue reading Virtual Reality, Augmented Reality and Futuristic Threat Modeling

The Threat Model of 2017

If a threat model assumes a system is operating within certain parameters, changes in the threat environment could trigger unintended second-order effects.

The post The Threat Model of 2017 appeared first on Security Intelligence.

Continue reading The Threat Model of 2017

Circuit Design? Spread the Joy

Accountants and MBAs use spreadsheets to play “what if” scenarios with business and financial data. Can you do the same thing with electronic circuits? The answer–perhaps not surprisingly–is yes.

Consider this simple common emitter amplifier (I modeled it in PartSim, if you’d like to open it):

In this particular case, there are several key design parameters. The beta of the transistor (current gain) is 220. The amplifier has an overall voltage gain of about 3 (30/10). I say about, because unless the transistor is ideal, it won’t be quite that. The supply voltage (Vcc) is 12 volts and …read more

Continue reading Circuit Design? Spread the Joy