Category Archives: Links

Mostly just daily delicious postings.

links for 2009-10-10

  • This page showcases all the fonts that Font Squirrel offers for use with @font-face CSS embedding. Though we try very hard to verify compliance with license agreements, please read them yourself before using. Font Squirrel makes no guarantee that our interpretation of each license is correct (since most have no @font-face clause). Please tell us if we are stepping on your toes.
  • Without much conscious thought, most of us have built identities across the web. We've filled in profiles, uploaded photos, videos, reviews and bookmarks. The Ident Engine uses semantic web API’s to bring together these web footprints.
    Demos
    Identity Discovery

    Uses Google's Social Graph API with data from profiles to build the list of identities.
    Profile Discovery

    Creates a collection of profiles from across the web using identity search
    Combined Profile

    Combines the profile collection together to find the most complete description of an individual
    Lifestream

    Builds a lifestream by combining identity search with calls to API endpoints.
    Photo Picker

    Presents all the profile photo's of an individual to create a simple photo picker UI.

links for 2009-10-08

  • Hello Health is the innovative new primary care practice platform that helps doctors communicate, document, and transact with their patients in person and online. A Hello Health practice cuts in half the overhead found in a traditional doctor’s practice simply because the platform streamlines processes and eliminates the need for receptionists, administration and nursing staff.
  • Fotopedia is breathing new life into photos by building a photo encyclopedia that lets photographers and photo enthusiasts collaborate and enrich images to be useful for the whole world wide web.
    Fotopedia and its community are building:

    * an encyclopedia for humanity;
    * the largest photo distribution network, which will provide an effective avenue for photographers to promote and monetize their premium content;
    * a consumer-friendly interface that makes it easy for anyone to create a page about subjects that matter to them – from butterflies to the Taj Mahal.

links for 2009-10-03

  • Chicago Boss is fully asynchronous, using one single process to handle hundreds or thousands of simultaneous requests, and thus it solves the classic c10k problem. All other web frameworks will break down and cry if you ask them to process more than a few dozen simultaneous requests on a single machine. Chicago Boss is built with Erlang, the same platform used by banks and telecoms to achieve unprecendented scalability and (no exaggeration) 99.9999999% reliability.

links for 2009-10-02

  • The old story: "Qwerty keyboards exist to slow down typists, but took hold and that's why we have these inferior keyboards. If markets worked, we'd all be on Dvorak keyboards."
    Reason argues that Dvorak cooked the books on his studies, that qwerty keyboards survived brisk competition from many other layouts, and that very high speeds were possible during this time.
    Careful refutation of a solidly established story.
  • Never worry about organizing your music library again
    ✹ Completely automatic and easy to use
    ✹ Tags name, artist, album, album art, genre, year, and lyrics
    ✹ Analyzes the track's unique fingerprint, so it can never be wrong
    ✹ No existing track information necessary
    ✹ Automatically corrects each track's information as it is added to iTunes
    You can donate to support via paypal

links for 2009-09-29

links for 2009-09-26

  • So I wanted a custom spice rack, one that would really help my restaurant, but I didn't want to build it myself. I'm no carpenter. I hired one though.
    "Can you build me a spice rack? Here's what I need – "
    "Just a sec," he interrupted. "I'm going to start building some hammers while you talk."
    "Don't you already have some hammers?"
    "Sure, but those were for past projects. There's better ways to build hammers these days."
    "Here – I have a hammer already. It got left behind by the guy who hung the pictures in the restaurant. Use this."
    "SIR! I don't think that using a framing hammer is going to help us develop this spicerack. Please!"

links for 2009-09-25

links for 2009-09-24

  • The stupidest thing I have read in a long time. The most self refuting thing I have read.
  • Currently available packages (needs updating)

    * toxi.audio
    * toxi.color
    * toxi.geom
    o 2d/3d vector maths, AABB, sphere, plane, triangle, ray, octree, spline, 4×4 matrix, intersection tests
    o OBJ and STL exporters (able to support massive files, with optional STL colour support) (see project case study)
    * toxi.math
    o common interpolation methods (demo included in download)
    o some (collected) faster & convenient implementations of assorted common math functions
    o sin/cos lookup tables
    o perlin & simplex noise
    o wave generators
    * toxi.physics
    o basic 2d & 3D particle physics engine with verlet integration
    * toxi.image.util
    o grayscale image filters
    * toxi.util.datatypes
    o TypedProperties class for dealing with Java property files
    o ArrayUtil
    o float/integer ranges (with/without bias), singleton registry