Mastodon

Category Archives: Technology

Technology

You know you are at my house when….

MyHouse

Science Technology

Protei – Opensource Autonomous Sailing Robot


Protei is an articulated, opensource autonomous sailing robot, initially designed to cleanup oilspills by puling a long oil absorbent boom.

Mind boggling innovations:

  • Steerage at the bow, which sounds crazy to my mind, but actually enables the boat to steer while towing a long, heavy object, like the oil absorbent boom.
  • Articulated hull so that the boat can maintain power while tacking into the wind.

Crazy, brilliant stuff.

Science Technology

Robo-Gymnast

Truth be told, It doesn’t look like much, really just some dude’s basement, and the music leaves much to be desired, but hot damn, can that robot do the highbar!



And a double back handspring!


Here’s a quintuple backflip:

There’s more on hinamitetu’s youtube channel

Science Stuff Technology

Aquaduct Mini Planters

674x501_1063987_968230_1367169485

674x501_1063987_966823_1367088809

3d printed hangable mini planters that funnel excess water down to the planters below. Buy a 10 pack at Shapeways.

Technology

oscillate

oscillate-1

oscillate-2

oscillate-3

Oscillate

My goal with “Oscillate” was to visualize waveform patterns that evolve from the fundamental sine wave to more complex patterns, creating a mesmerizing audio-visual experience in which sight and sound work in unison to capture the viewer’s attention.

by Daniel Sierra

Science Stuff Technology

Lotus Top by ThreeForm

lotus_top

Lotus Top by ThreeForm on Shapeways.

Stuff Technology

Propellerheads Balance

With all of what you need, and none of what you don’t the Propellerheads Balance is a sleek, cool little recording console.

Technology

Symbolset

Symbolset:uses font magic to change words into icons. Made with love for computers and people.

Rants Technology

A Startup Development Plan

  1. Continuous Integration, use it.
  2. All code must have tests. Lower coverage == CI fail
  3. Tests must run fast. Slower average test speed == CI fail
  4. Code quality regression == CI fail.
  5. Vagrant and Chef for your development environment. A new dev machine is a “git clone” and “vagrant up” away. (this means good seed data!)
  6. Any and All strings that a user could ever see must be internationalized, resource file in {native language} first, of course.
  7. Github is the hub: pull requests for code review. One other person signs off on code before it goes to staging
  8. Deployment, Rollback, and Scaling are all one command away.
  9. Build for horizontal scaling.  Start with multiple instances of every server/database/application/service type. Plan on your servers/apps/services being fungible, unreliable, and innumerable. Discovery over configuration. (etcd, zookeeper, ironfandoozerd)
  10. Faster response to the user is always better. Anything that doesn’t need an immediate response, queue it up and do it  in the background. Cache and pre-compute as much as possible.
  11. If someone else has made a library that does most of what you want, use it. (Submit patches so it does all of what you want)
  12. If you can abstract the solution out of the app into a standalone library, do so and make it open source. Open source is the great code review in the sky. More eyes means better code.
  13. A service is better than a solution. A solution is better than a hack. A hack is better than nothing at all.
  14. Done is the engine of more.
  15. Perfect is the enemy of the good.
Random Science Technology

Hotel Coffee Salvation

Brilliance, possibly only possible due to adequate caffeination.

 

How to make cold brew coffee in your hotelroom. God, what a beautiful hack.

Technology

How A Lock Works

How A Lock Works

Politics Technology

The Thing: a Soviet analogue listening bug

In the American Embassy in the Soviet Union, installed in the Great Seal of the United States, was a secret, analogue bug that transmitted sound from inside the embassy without any electronics or batteries. Oh, and the it was invented by the same guy that made the Theremin instrument, Leon Theremin. Amazing.

The Thing, designed by Léon Theremin,[2] was very simple by today’s standards. It consisted of a tiny capacitive membrane connected to a small quarter-wavelength antenna; it had no power supply or active electronic components. The device, a passive cavity resonator, became active only when a radio signal of the correct frequency was sent to the device from an external transmitter. Sound waves caused the membrane to vibrate, which varied the capacitance “seen” by the antenna, which in turn modulated the radio waves that struck and were retransmitted by The Thing. A receiver demodulated the signal so that sound picked up by the microphone could be heard, just as an ordinary radio receiver demodulates radio signals and outputs sound.

Thing (listening device) – Wikipedia, the free encyclopedia

Technology

WordPress cache priming for great justice

Lets say you’ve got this awesome wordpress blog, and you’ve tuned the hell out of it, even though no one visits. You’re using w3-total-cache, nginx with fastcgi caching, the works. Unless your cache is primed, it’s just not as fast as it could be. This sucks on multiple levels, but mostly insofar as the googlebot ranks on performance and is most likely the first thing to load any given page on your site. How do you solve this problem?

Prime your cache.

Optimus Cache Prime is a tremendously handy little script that reads your sitemap.xml and will regularly prime your cache, loading each page in your sitemap.xml, keeping your cache hot and your blog speedy.

 

 

Technology

Space Opera

Technology

The Best WordPress Backup Plugin

Hands down, Backwpup wins.

Supports WordPress network, backs up to multiple different endpoints (dropbox, s3, rackspace, ftp, filesystem, email), and most importantly backs up everything, files, uploads, themes and the whole database.

So full of win.

Mastodon