PUBLIC   marks

PUBLIC MARKS with search thin

Sponsorised links

December 2009

Acer TravelMate Timeline Ultra-thin Business Laptops

by danijelzi (via)
Acer has released the TravelMate Timeline ultra-thin series notebooks for business users: the 15.6″ TravelMate 8571, 14″ 8471, and 13″ 8371.

October 2009

page 100

by blackgoldfish
"learn to write about the ordinary. give homage to old coffee cups, sparrows, city buses, thin ham sandwiches. make a list of everything ordinary you can think of. keep adding to it. promise yourself, before you leave the earth, to mention everything on your list at least once in a poem, short story, newspaper article."

An Informal Catalogue of Slit-Scan Video Artworks and Research - Golan Levin and Collaborators

by karlcow

Slitscan imaging techniques are used to create static images of time-based phenomena. In traditional film photography, slit scan images are created by exposing film as it slides past a slit-shaped aperture. In the digital realm, thin slices are extracted from a sequence of video frames, and concatenated into a new image.

AppleInsider | Apple ads hint at thinner iMacs, lighter MacBooks, cheaper Mac minis [u]

by sbrothier
First on AppleInsider: A trio of online advertisements that appear to have been published prematurely by one of Apple's international online stores suggest it's only a matter of days before the Mac maker takes the wraps off of new families of ultra-thin iMacs, lighter & thinner plastic MacBooks, and more affordable Mac minis [Updated with other countries].

Sponsorised links

August 2009

July 2009

Elixir – Trac

by karlcow

Elixir is a declarative layer on top of the SQLAlchemy library. It is a fairly thin wrapper, which provides the ability to create simple Python classes that map directly to relational database tables (this pattern is often referred to as the Active Record design pattern), providing many of the benefits of traditional databases without losing the convenience of Python objects.

Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the TurboEntity project but does not intend to replace SQLAlchemy's core features, and instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions.

June 2009

Michael(tm) Smith » On privacy protection in Web applications and browser APIs

by karlcow

I feel a lot of anger and frustration in this list.

Some of the items seem fine to me. I would not have written them like this ;). I disagree strongly with the last one, not because of the rationale but the form. It’s an unproven affirmation. There will be cases where it will be indeed the case and some not. :)

About geolocation privacy, the issue has hit the fan already ;) Advertising the user’s location is one way to make aware the user (or users in developping countries) of a mobile device. Blocking access to the location is *not always* a solution either. Sometimes the solution will be in how long the data can be kept, sometimes the solution will be in how the data will be used.

Repeat after me 1000 times: It is not a privacy issue, but a lack (or very thin) opacity issue. The network makes the access to information very quick and easy. There’s no need or no use to block it. There is need to be able to slow down the stream at will.

What are 2D Barcodes? « optional.is/required

by karlcow

The term “2D Barcode” is the name given to the next generation of the barcodes we are used to on everyday packaging and products. Before digging into 2D barcodes, we need to explain the history of 1D barcodes and how we arrived at this point. 1D barcodes are the traditional barcodes we see everyday, they are called one-dimensional because their pattern of thick and thin vertical bars is read in only one direction, from left to right.

May 2009

inchmark - inchmark journal - seven years

by blackgoldfish
"Sexiness wears thin after a while and beauty fades, but to be married to a man who makes you laugh everyday, ah, now that's a real treat." Joanne Newman

March 2009

Contrail Biking Community Tool

by xibe

The small apparatus attaches to any bike's seat tube and applies a thin layer of chalk powder in one of several colors to the rear tire.

The result is an eye-catching streak that traces wherever you ride. In addition to visually enhancing the street, it serves as a directional guide for subsequent cyclists and a constant reminder to motorists that they should share the road.

February 2009

The Fast Company 50 - 2009: First Solar | Fast Company

by karlcow

The holy grail of the solar industry is so-called grid parity: that moment when the price of a kilowatt-hour of solar energy is about the same as one generated by any other fuel source. We can only guess when that moment will come, but odds are it will be achieved within the next few years using one of the second-generation, thin-film solar technologies of the kind Arizona-based First Solar specializes in.

December 2008

The Atlantic Online | December 2008 | “Be Nice to the Countries That Lend You Money” | James Fallows

by karlcow

Two very large, very thin desktop monitors read out financial data from around the world. As we spoke, Western classical music played softly from a good sound system.

Pour être acceptable, il faut que l'on ressemble aux valeurs occidentales… racisme à l'envers pour créer du respect. Débile.

November 2008

Cocktails and Martinis Nick and Nora Style - Foodie Flicks - Slashfood

by sbrothier (via)
The other day my head was swimming with the wonder that is Nick and Nora Charles. While this is hardly the arena to talk about the wonder that is The Thin Man, Nick Charles certainly has some worth here at Slashfood.

Language (API) Processing 1.0

by Neewok & 1 other
The biggest changes in the months prior to release 1.0 are as follows:
  • Libraries - All libraries must be placed in a folder named "libraries", inside the sketchbook folder. Do not use the main "libraries" directory in the Processing distribution, as it is reserved for the core libraries, and is not visible on Mac OS X.
  • XML - The XML library is now included by default, so you won't find it in the Import Library menu anymore. In addition, the XML library since 0135 has been greatly improved, making it compatible with far more documents.
  • Processing.app - The Mac OS X release of Processing is now a single .app file, more befitting an OS X application.
  • Processing.exe - The Windows release has a new launcher based on launch4j. Unfortunately, some machines have a problem with the new launcher that we haven't been able to track down. If you have trouble, please help us find the problem. PDE files are also now double-clickable on Windows.
  • OpenGL - All OpenGL sketches now use 2x full screen anti-aliasing. This means that these sketches are always smooth, and the smooth() and noSmooth() commands are ignored. To return to the behavior found in the beta releases, see the hint() reference.
  • P2D and P3D - The P2D renderer has returned (see the size() reference) and smoothing is now enabled for both P2D and P3D. Smoothing support is unfortunately incomplete, however, and sometimes thin lines can be seen inside shapes. This is a very high priority bug to be fixed in a future release.
  • Candy and PShape - The Candy SVG library has been merged into the core, which brings along a new loadShape() command and a new PShape object. The special powers of PShape will be rolled out in future releases. For the time being, loadShape() works best with the default renderer (JAVA2D). Complex shapes will often appear jagged or not at all when rendered with P2D, P3D, and OPENGL. We've also added better support for SVG files created with Inkscape.
  • PVector - We've added a new class called PVector, which is a simple three-dimensional vector (also known as point or tuple) class. This is useful for storing point data, or operations on 3D points.
  • Tools - A new Tools API has been created for developers who want to contribute code that extends the Processing Development Environment in some fashion. Let your creativity flow with fantastical contributions like "Color Selector 2.0", "ROT13 Code Mangler", and "I Am Rich". Visit the developer page on tools for more information. Similar to libraries, tools are installed in a folder of the same name within your sketchbook folder.
  • Asynchronouse Images - Big JPEGs and small pipes? We've added a new requestImage() that loads an image in the background so that your sketch doesn't freeze when loading lots of large images over a slow connection.
  • Present - Present mode (full screen) is handled differently. When run inside the PDE, only Mac OS X uses exclusive mode with Present. Windows and Linux just do full screen windows. When run outside the PDE, all three simply create an undecorated window the size of the entire screen, and on the Mac, an option is added to the Info.plist file to hide the dock and menubar (since that cannot be done programatically from Java).
  • Compiler - We've removed the old Jikes compiler and are now using another. We've also tried hard to improve the quality of error messages, though some are still real gems that invoke the complaints of mainframe computers in 1970s films.
  • Internationalization - For better internationalization support, we've changed to UTF-8 encoding when loading and saving sketches. Sketches that contain non-ASCII characters and were saved with Processing 0140 and earlier may look strange when opened. Garbled text and odd characters may appear where umlauts, cedillas, and Japanese formerly lived. If this happens, use the "Fix Encoding & Reload" option under the Tools menu. This will reload your sketch using the same method as previous versions of Processing, at which point you can re-save it which will write a proper UTF-8 version.
  • Java - Linux and Windows now inlude Java 6 update 10 with the download. We still don't have support for Java 1.5 syntax yet, but we hope that the performance boosts in Java 6 will help applications run well.

October 2008

Vibram FiveFingers: KSO

by sbrothier
When you’re scrambling up a rocky bluff or bounding along a riverbank, the last thing you want is gravel and grit seeping into your FiveFingers. The KSO is an all-new design with thin, abrasion-resistant stretch polyamide and breathable stretch mesh that wraps your entire forefoot to “Keep Stuff Out.” A single hook-and-loop closure helps secure the fit. Non-marking Vibram TC1 performance rubber soles are razor-siped for a sure grip.

Taffy DB : A JavaScript database for your browser

by loneseb & 1 other
Taffy DB is a free and opensource JavaScript library that acts as thin data layer inside Web 2.0 and Ajax applications.

Air bubbles experiment could lead to new nanotech fibers

by fotopol (via)
The behavior of air bubbles in ordinary breakfast syrup demonstrates how scientists might be able to make vanishingly thin tubes and fibers for biomedical and other applications. Previous experiments conducted in Professor Sidney Nagel’s laboratory showed how to make liquid threads that measure only 10 microns in diameter (approximately one-fifth the diameter of a human hair)

September 2008

Free Open Source Thin Client Solution - OpenThinClient : home

by camel & 1 other (via)
OpenThinClient is a Free Open Source ThinClient Solution consisting of a Linux based operating system along with a comprehensive Java based management GUI and server component. It is intended for environments where a medium to large number of Thin Clients must be supported and managed efficiently. Offering flexibility unheard of in the world of proprietary Thin Client Solutions, openThinClient empowers developers and integrators to create advanced Thin Client solutions... for free. openThinClient is released as an open source software under the GNU General Public License (GPL) v2external link, and it is available for download free of charge. openThinClient was created by the levigo groupexternal link based on their thin client expertise reaching back till 1999.

Plastic Logic's plastic reader is thin, simple, strong | Crave, the gadget blog - CNET

by karlcow

The company's plastic reader is designed to store dozens or hundreds of business documents on a very thin digital reader. It can store e-books, magazines, newspapers, PDFs and all kinds of information, the company said.

May 2008

Technische Universiteit Eindhoven: Info

by oqdbpo & 1 other
Standard treemaps often lead to thin rectangles. We have developed a new method to display files : Squarified treemaps. The screen is subdivided such that rectangles approach squares as closely as possible. The screenshot gives an example.

March 2008

Taffy DB : A JavaScript database for your browser

by Hiéroglyphe & 1 other
Taffy DB is a free and opensource JavaScript library that acts as thin data layer inside Web 2.0 and Ajax applications.

February 2008

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links