Older blog entries for sness (starting at number 4273)

Breakpoints Live Show 6/13 in SF! Save the date! « Crucial Tangent

Breakpoints Live Show 6/13 in SF! Save the date! « Crucial Tangent: "Will you be in San Francisco the week of WWDC?

Do you want to enjoy a performance of humorous and informative songs about Apple development technologies?

Have we got a show for you!

Who: James Dempsey and the Breakpoints

When: Wednesday Night, June 13th  (Time TBA – but save the date!)

Where: John Colins Lounge – Just two blocks from Moscone West!

How Much? Free Admission! No Cover!"

'via Blog this'

Syndicated 2012-05-14 22:02:00 from sness

Irrlicht3d.org - WebGL now faster than Flash?

Irrlicht3d.org - WebGL now faster than Flash?: "During the last weeks, quite a few people using CopperCube are reporting that they are discovering surprising performance testing results: It appears that for them, the WebGL renderer is faster than the one using Flash and Stage 3D. "

'via Blog this'

Syndicated 2012-05-10 16:16:00 from sness

Chris Shiflett ▪ JavaScript Study Guide

Chris Shiflett ▪ JavaScript Study Guide: "A few months ago, I wrote about learning JavaScript. I'm already pretty comfortable with the language, and although I did break the chain, I'm happy to report that I'm still at it. Never stop learning, right?"

'via Blog this'

Syndicated 2012-05-10 16:16:00 from sness

Burning Blog » Blog Archive » What does living Burning Man 365/24/7 look like?

Burning Blog » Blog Archive » What does living Burning Man 365/24/7 look like?: "I don’t really think it’s possible to live a Burning Man lifestyle 24/7. You have to consider that at its heart, this is a narcissistic group of people. I know that’s harsh to say, but you can’t function in that type of community all year. It will make a sane person crazy because the group dynamic is based on attention and hierarchy. The backstabbing that goes on in an environment like this is intolerable to a normal, healthy human mind."

'via Blog this'

Syndicated 2012-05-10 06:05:00 from sness

Messier 55 - Wikipedia, the free encyclopedia

Messier 55 - Wikipedia, the free encyclopedia: "Messier 55 (also known as M55 or NGC 6809) is a globular cluster in the constellation Sagittarius. It was discovered by Nicolas Louis de Lacaille in June 16, 1752 while observing from South Africa.[7] Starting in 1754, Charles Messier made several attempts to find this object from Paris, France, but the low declination meant it never rose sufficiently far above the horizon to allow for easy observation. He finally observed and catalogued it in 1778. The cluster can be seen with a pair of 50 mm binoculars, although resolving the individual stars requires a medium-sized telescope.[7]"

'via Blog this'

Syndicated 2012-05-10 00:22:00 from sness

Messier 55 - Wikipedia, the free encyclopedia

Messier 55 - Wikipedia, the free encyclopedia: "Messier 55 (also known as M55 or NGC 6809) is a globular cluster in the constellation Sagittarius. It was discovered by Nicolas Louis de Lacaille in June 16, 1752 while observing from South Africa.[7] Starting in 1754, Charles Messier made several attempts to find this object from Paris, France, but the low declination meant it never rose sufficiently far above the horizon to allow for easy observation. He finally observed and catalogued it in 1778. The cluster can be seen with a pair of 50 mm binoculars, although resolving the individual stars requires a medium-sized telescope.[7]"

Syndicated 2012-05-10 00:22:00 from sness

Reading local files in JavaScript - HTML5 Rocks

Reading local files in JavaScript - HTML5 Rocks: "HTML5 finally provides a standard way to interact with local files, via the File API specification. As example of its capabilities, the File API could be used to create a thumbnail preview of images as they're being sent to the server, or allow an app to save a file reference while the user is offline. Additionally, you could use client-side logic to verify an upload's mimetype matches its file extension or restrict the size of an upload."

'via Blog this'

Syndicated 2012-05-09 23:35:00 from sness

Drag-and-Drop with jQuery: Your Essential Guide

Drag-and-Drop with jQuery: Your Essential Guide: "
function init() {
  $('#makeMeDraggable').draggable();
  $('#makeMeDroppable').droppable( {
    drop: handleDropEvent
  } );"

'via Blog this'

Syndicated 2012-05-09 23:34:00 from sness

4264 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!