Ładuję...
photo
zaloguj się i wrzuć coś ciekawego na flakera

czwartek 8 lipca

aktywność użytkownika
photo
The Problem With 'Above Average Programmers' Zobacz wpis
  1.  

piątek 2 lipca

aktywność użytkownika
photo
Some results from the Ioke experiment It’s been a bit over 18 months since I first released Ioke in the wild. During this time I’ve always been specific about Ioke first and foremost being a language experiment. I changed many things to see what would work and what would not. I thought I’d take stock and take a look at a few of these decisions and how I feel about them now. Ioke never got a huge user base, of course, so most of these impressions are based on my continued working on the language, ... #Ioke #Experiment #Language #ProgrammingLanguage #Results Zobacz wpis
  1.  

czwartek 1 lipca

aktywność użytkownika
photo
Keep your vows; Keeping wed to Node Vows can be a beautiful thing. Alexis Sellier of LESS fame, is becoming an open source star. This time around he brings us Vows an asynchronous-friendly behavior driven development framework for Node.js.
Write you BBD specs like this:
PLAIN TEXT
JAVASCRIPT:
// division-by-zero-test.js
var vows = require('vows'),
    assert = require('assert');
// Create a Test Suite
vows.describe('Division by Zero').addBatch({
    'when dividing a number by zero': {
        ... #FrontPage #Node #Testing Zobacz wpis
  1.  

środa 30 czerwca

aktywność użytkownika
photo
App Engine SDK 1.3.5 Released With New Task Queue, Python Precompilation, and Blob Features Today we are happy to announce the 1.3.5 release of the App Engine SDK for both Python and Java developers.
Due to popular demand, we have increased the throughput of the Task Queue API, from 50 reqs/sec per app to 50 reqs/sec per queue. You can also now specify the amount of storage available to the taskqueue in your app, for those with very large queues with many millions of tasks. Stay tuned for even mo... Zobacz wpis
  1.  

wtorek 29 czerwca

aktywność użytkownika
photo
Former Facebook Executive Adam D’Angelo Confirms New Google Social Networking Effort Shared by louisgray
Yup.
Google is making a new move into social networking, following past efforts like Orkut, Google Profiles and Buzz, according to a tweet by Digg founder Kevin Rose. He said so last weekend, but his tweet has since been deleted. Now early Facebook executive and Quora cofounder Adam D’Angelo says — on Quora, of course — that Rose was right. Here’s the text of the entry:
Adam D’Angelo, invo... Zobacz wpis
  1.  

poniedziałek 28 czerwca

aktywność użytkownika
photo
Facebook Snags the Guy Who Built Google's Chrome OS Shared by Rav
:O
The battle between Facebook and Google just got even hotter with the news that the social network has hired Matthew Papakipos, the man who started and lead both the Google Chrome OS project and the Chrome WebGL GPU hardware project for hardware-accelerated graphics. Both projects "are in good shape," Papakipos said in a Tweet this morning, so he's leaving to join the project team at Facebook.
If the Chrome Operating Syst... Zobacz wpis
  1.  

niedziela 27 czerwca

aktywność użytkownika
photo
Rumor: Google to Take On Facebook With “Google Me” Shared by louisgray
Of course, sharing this via Google Reader to Google Buzz exposes the discussion to people within Google who can confirm or deny parts of this rumor... so that seems silly. All I know is that Google has a lot of pieces, and it would be great to tie them together in a fantastic way. Rick Klau is working hard on Profiles (or this?) and Buzz needs to be out of GMail... the sooner the better. We shall see.
The i... Zobacz wpis
  1.  

piątek 25 czerwca

aktywność użytkownika
photo
Patent pending.
NEW iPhone 4 antenna booster! Just $29.99....
Patent pending.
NEW iPhone 4 antenna booster! Just $29.99. Really works!*
* As tested compared to licking your hands and squeezing really hard in a weird way that most people are unlikely to do accidentally at the same time that their hands are wet and they’re transferring a lot of data. Results not guaranteed.
I should clarify: this post is satire. I don’t actually use my phone with tape on it — I just put it on there for this photo.... Zobacz wpis
  1.  

czwartek 24 czerwca

aktywność użytkownika
photo
Apple patentuje powierzchnie zmieniające swój kształt Pisałem już jakiś czas temu o wniosku patentowym Apple opisującym obudowę z mikroskopijnymi dziurami, w których zamontowane miały być równie małe diody, pozwalające na wyświetlanie wirtualnych przycisków na obudowie urządzenia, czy to iPoda, iPhone czy np. MacBooka. Tym razem Apple zgłosiło do urzędu patentowego pomysł podobny w idei, jednak jeszcze ciekawszy, powierzchnie zmieniające kształt z płaskich na wypukłe.
Urządzenia... #Apple Zobacz wpis
  1.  

środa 23 czerwca

aktywność użytkownika
photo
Google: Trzeba poprawić protokoły sieciowe Urs Hölzle, wiceprezes Google ds. technicznych stwierdził, że wszelkie wysiłki mające na celu przyspieszenie działania Internetu będą daremne, jeśli nie wprowadzi się zmian w używanych protokołach internetowych.
Według testów Google, typowa strona internetowa ma średnio 320 kB, a średnia prędkość połączenia internetowego to 1,8 Mb/s. W tej sytuacji czas ładowania strony powinien wynieść 1,4... Zobacz wpis
  1.  
photo
IE9 supports Canvas…. hardware accelerated! Huge news. My canvas crusade is done. IE9 is supporting canvas, and it is hardware accelerated, in the third preview release:
With the third platform preview, we introduce support for the HTML5 Canvas element. As you know our approach for standards support is informed both by developer feedback and real word usage patterns today, along with where we see the web heading. Many web developers have asked us to support this part of HTML5 and we definitely t... #Browsers #Canvas #FrontPage #IE Zobacz wpis
  1.  
photo
HTML5 Rocks!: A resource for open web developers Because HTML5 and its related technologies cover so much ground, it can be a real challenge to get up to speed on them. That’s why today we're sharing HTML5 Rocks, a great new resource for developers and teams looking to put HTML5 to use today, including more information on specific features and when to use them in your apps.We're launching the site with nine tutorials on specific HTML5 features. For example, you can learn how to successfully take ... #Html5 #OpenWeb Zobacz wpis
  1.  

niedziela 20 czerwca

aktywność użytkownika
photo
Do LESS with Less.js Dmitry Fadeyev has a great writeup of less.js, the implementation of the LESS styling language in JavaScript itself.
Traditionally you would write a less file such as:
PLAIN TEXT
CSS:
@brand-color: #3879BD;
.rounded(@radius: 3px) {
    -webkit-border-radius: @radius;
    -moz-border-radius: @radius;
    border-radius: @radius;
}
#header {
    .rounded(5px);
    a {
        color: @brand-color;
        &:hover {
            color: #000;
        }
    }
}
 
and then you... #CSS #FrontPage #JavaScript Zobacz wpis
  1.  

piątek 18 czerwca

aktywność użytkownika
photo
Exploring the software behind Facebook, the world’s largest site At the scale that Facebook operates, a lot of traditional approaches to serving web content break down or simply aren’t practical. The challenge for Facebook’s engineers has been to keep the site up and running smoothly in spite of handling close to half a billion active users. This article takes a look at some of the software and techniques they use to accomplish that.
Facebook’s scaling challenge
Before we get into the details, he... #Main #BigPipe #Cassandra #Developer #Development #Engineering #Erlang #Facebook #Foss #Hadoop #Haystack #HipHop #Hive #Memcached #Opensource #Optimization #Performance #Php #Scalability #Social #Software #Sysadmin #Thrive #Varnish #Webdev #Webmaster Zobacz wpis
  1.  
photo
Exploring the software behind Facebook, the world’s largest site At the scale that Facebook operates, a lot of traditional approaches to serving web content break down or simply aren’t practical. The challenge for Facebook’s engineers has been to keep the site up and running smoothly in spite of handling close to half a billion active users. This article takes a look at some of the software and techniques they use to accomplish that.
Facebook’s scaling challenge
Before we get into the details, he... #Main #BigPipe #Cassandra #Developer #Development #Engineering #Erlang #Facebook #Foss #Hadoop #Haystack #HipHop #Hive #Memcached #Opensource #Optimization #Performance #Php #Scalability #Social #Software #Sysadmin #Thrive #Varnish #Webdev #Webmaster Zobacz wpis
  1.  
photo
Simply Explained Zobacz wpis
  1.  
photo
Simply Explained Zobacz wpis
  1.  

czwartek 17 czerwca

aktywność użytkownika
photo
Episode 0.2.7 - Padrino Ruby web framework Adam and Wynn caught up with Arthur Chiu and Nathan Esquenazi from Padrino, the Ruby web framework built on top of Sinatra.
Items mentioned in the show:
Padrino - über modular web framework built on top Sinatra
#padrino - Padrino’s IRC channel @ irc.freenode.net
Ramaze - “Web framework for Rubyists”
Mountable apps in Padrino
Rack provides a minimal interface between webservers supporting Ruby and Ruby frameworks.
CodeRack - Rack middleware directo... #Ruby #Web #Frameworks #Rails #Sinatra #Audio Zobacz wpis
  1.  

środa 16 czerwca

aktywność użytkownika
photo
Guess the color. Hex geekery. How hex geeky do you feel today? Take a sec to guess the hex!
#FrontPage #Fun #Games Zobacz wpis
  1.  

wtorek 15 czerwca

aktywność użytkownika
photo
Sencha = ExtJS + jQTouch + Raphaël + Connect Whenever you name your company after your first product you run into the issue that people think that is who you are. The company behind ExtJS has grown up a lot recently, and partly to show that, now come to you as Sencha, a new identity.
They have also clearly separated their GPL/commercial offerings from their MIT projects.
Sencha Products
Ext JS for web developers — for quickly building rich, sustainable web applications for desktop browsers;
Ex... #FrontPage #Sencha Zobacz wpis
  1.  

poniedziałek 14 czerwca

aktywność użytkownika
photo
From German Chancellor Angela Merkel -
commentaires
- via:
www.misscellania.com Zobacz wpis
  1.  
photo
SeaMicro drops an atom bomb on the server industry Coming out of stealth, SeaMicro is dispelling the Silicon Valley myth that you can’t innovate in hardware anymore. The startup is announcing today it has created a server with 512 Intel Atom chips that gets supercomputer performance but uses 75 percent less power and space than current servers.
It sounds impossible. But if SeaMicro can deliver, then it will deal a big blow to server vendors such as Dell, Hewlett-Packard and IBM. And it could del... #VentureBeat #Chips Zobacz wpis
  1.  

piątek 11 czerwca

aktywność użytkownika
photo
Chrome OS may have ability to run desktop applications The Register is reporting that Chrome OS — Google’s netbook operating system that is completely browser based — may in fact gain access to legacy desktop applications. Using a technology the Register identifies as “Chromoting,” Chrome OS will “enable you to access legacy PC applications right within the browser.” The Chromoting feature is described as a Remote Desktop like experience, and “will let you access applications running on your exi... #Chrome #Google #Netbooks #Rumors #ChromeOs #ChromiumChromeOS #Google Zobacz wpis
  1.  
photo
Chrome OS may have ability to run desktop applications The Register is reporting that Chrome OS — Google’s netbook operating system that is completely browser based — may in fact gain access to legacy desktop applications. Using a technology the Register identifies as “Chromoting,” Chrome OS will “enable you to access legacy PC applications right within the browser.” The Chromoting feature is described as a Remote Desktop like experience, and “will let you access applications running on your exi... #Chrome #Google #Netbooks #Rumors #ChromeOs #ChromiumChromeOS #Google Zobacz wpis
  1.  
photo
Connect: Great middleware for Node! Tim Caswell has been doing awesome work, and his latest project is Connect, a high performance middleware framework for node.js. Ruby has Rack. Python has WSGI. Java has Servlets. Now, JavaScript has Node/Connect.
I was able to set it up in minutes and took the following screencast of a sample application in action:
Take a peak at the examples as they show you how easy it is to rack up the middleware. In the Raphael circle multi-touch collaborative dragging e... #FrontPage #Node Zobacz wpis
  1.  
pokaż więcejPoczekaj, trwa ładowanie...KONIEC