6963
SimpleTemplate Engine — Bottle 0.11.dev documentation
Escapes code with %, ends with newline, significant whitespace, "rebase" for inheritance, "include" for modules.
python  templates  template_engines  html 
10 hours ago
Is Now the Time to Hire MBAs? // ben's blog
"engineers tend to look at the world from the product out. Having a few people in the company who see the world from the market in can be enlightening."
management  mba  culture  benhorowitz  markets  products  engineering 
8 days ago
The pseudo-science and pseudo-feminism of Women Don't Ask | fdiv.net
"It’s time for feminists — and I mean anyone, of any gender, who believes in gender equality — to stop plugging Women Don’t Ask. Stop buying this book. Stop parroting the half-baked notion that women need to be cured of their failure to negotiate." - guilty.
negotiation  salary  careers  women  feminism  critique  academia  science  pseudoscience  bestof  bestof2012 
8 days ago
Experimental Page Layout Inspired by Flipboard
Pretty thorough imitation of Flipboard layout. Just needs Flipboard content now ;)
css3  flipboard  3d  webkit  safari  chrome  web  design  layout 
13 days ago
jQuery Masonry
Once I figured out that the "next" link needed a page number (not count/offset) then jquery masonry + jquery infinite scroll was super easy to set up.
jquery  masonry  effects  plugins  css  web  design  layout  daviddesandro  pinterest  tumblr 
14 days ago
Public – Private key encryption using OpenSSL | R.I.Pienaar
Use openssl on the command line to safely send text using someone's public key. Note that ssh public keys aren't the same as openssl public keys, but the tutorial shows how to generate an openssl public key.
encryption  cli  tools  openssl  tutorials  security 
15 days ago
Buzz Andersen
"Many web-centric managers and engineering organizations are confronting the “essential complexity” of native app development for the first time since Netscape ushered in an age of lightweight clients, and the response is often to try to force native app development into a familiar web-like mold without regard to the differences inherent in native apps. If you want to develop truly great, Apple-like native experiences, be ready to engage with some serious complexity."
apps  web  complexity  programming  ios  android  native  quotes 
16 days ago
What is the difference between The Hobbit and the news? Not as much as there should be | Charlie Brooker | Comment is free | The Guardian
"Call me old-fashioned, but I think news should look like news, and hobbits should look like hobbits – and never the twain shall meet."
charliebrooker  guardian  hobbit  news  tv  film  media  hd  framerate  reality  fps 
18 days ago
BBC News - In praise of bokeh: the dilemmas of TV filming
"So, taking stock, what's happening is that the potential sources of "news" footage are now four different technologies:

- the legacy cameras from the tape era which will always beat an SLR for long-range clarity but not rich colour, or bokeh

- iPhone footage with its unchallengeable "truth"

- SLR-shot footage, with or without a slower frame rate to make it look filmic

- live, static versions of the old TV cameras, with lighting etc in a studio or live satellite position.

- You could add, for increasingly cash strapped programmes that can't afford satellite feeds, Skype interviews.

- And while I think about it, there is also the GoPro, an ultra-wide, ultra-sharp mini camera people use to film themselves, ski-ing, surfing and taking their dog in their kayak etc.

There's suddenly a high diversity of image quality in news footage. I think the modern viewer is OK with this (I can remember picture editors "rejecting" early mobile footage on the grounds that it did not conform to broadcast standards)."
news  bbc  tv  cameras  photography  cinema  documentary  bokeh  dslr  lenses  media  film  newsnight  technology  truth 
18 days ago
Fixie
Nice little JS helper with hipster-themed auto-generated lorem ipsum text and filler images. Just add class="fixie" to elements and it populates all the children.
javascript  loremipsum  tools  web  design  wireframes 
23 days ago
The Trouble with JavaScript
Hold onto your static typed languages dearly, someone might take them away from you.
javascript  programming  code  critique  colinmoock  as3 
28 days ago
Are We Fast Yet? - PhobosLab
"On my machine, Chrome 13 and Firefox 6 awkwardly jump between 120 and 60 FPS when using it (it's disabled in the benchmark) and even without GC pauses there are noticeable hiccups, while IE9 is able to produce perfectly smooth animations without it. At the moment requestAnimationFrame() is truly worthless for games."
javascript  canvas  html5  performance  optimisation  requestanimationframe  browsers  gc 
4 weeks ago
Exploring the WAC Summer 2012 Workshop
"The immerging discipline of Web Science is reliant on access to data that records the history of the Web and human activity on the Web. Disparate repositories of web data (e.g., archived web pages, Twitter updates, user-generated tags, and newsgroup postings) are being amassed by researchers and institutions working independently, but sharing such data is difficult due to numerous technical and legal obstacles."
web  academic  research  archives  workshops  archiving 
4 weeks ago
Heritrix - Heritrix - IA Webteam Confluence
"Heritrix is the Internet Archive's open-source, extensible, web-scale, archival-quality web crawler project."
internetarchive  web  tools  opensource  software  archives 
4 weeks ago
Archive-It - Web Archiving Services for Libraries and Archives
"A web archiving service
to harvest and preserve digital collections
a service of the Internet Archive"
internetarchive  archives  web  tools  services 
4 weeks ago
HTTrack
GUI/CLI for downloading entire websites.
opensource  tools  archiving  web  software 
4 weeks ago
Forensic Toolkit (FTK) Computer Forensics Software
"Forensic Toolkit® (FTK®) is recognized around the world as the standard in computer forensics software."
forensics  data  security  software 
4 weeks ago
Nested Selections
Notes on one of the more complex aspects of using D3.js with hierarchical data.
d3  javascript  code 
4 weeks ago
CSS background image hacks – Nicolas Gallagher
Good overview of some simple ways to use background images, css content, etc.
css  css3  hacks  design  web  html 
4 weeks ago
Mosh: the mobile shell
More robust ssh interface from MIT.
software  shell  ssh  unix  tools  mit  udp 
4 weeks ago
Aanand Prasad
Nice portfolio of fun hacky visual and game projects.
people  portfolios  design  code  javascript 
4 weeks ago
Welcome to Marakana TechTV - Marakana
Free documentation of open source events/workshops/etc. Not sure if there are any strings attached, bookmarking for future reference.
opensource  events  education  documentation  video  tv  technology 
4 weeks ago
Toys from Trash
Fun toys from cheap bits and pieces.
toys  tinkering  engineering  science  kids  fun  diy 
4 weeks ago
Network Advertising Initiative
One stop shop for opting out of (some?) personalised ads online.
cookies  advertising  optout  privacy  tracking  security 
4 weeks ago
How to Design a Good API and Why it Matters
by Joshua Bloch, Principal Software Engineer at Google.
google  apis  design  code  programming  java  presentations 
4 weeks ago
Facebook and Instagram « « The Equity KickerThe Equity Kicker
Bookmarking for the insight that Instagram's sale value is justified if it moves Facebook's (expected) IPO price by 1%.
facebook  instagram  business  vc  valuation  ipo  investment 
4 weeks ago
Scaling node.js to 100k concurrent connections! | caustik's blog
Tuning node.js for lots of concurrent connections, notable because it's done on Rackspace.
nodejs  c100k  javascript  programming  concurrency  rackspace  tuning  scalability 
5 weeks ago
Histogrem: The Histogram Font
"Histogrem lets you make histograms right inside a text file."
fonts  charts  information_visualisation  typography  sparklines  text 
5 weeks ago
Bedrock | Infrequently Noted
Interesting post exploring API and feature design principles from a low-level/high-level code point of view.
javascript  c++  apis  design  html  web  programming  browsers  standards 
5 weeks ago
Twitter Blog: Introducing the Innovator's Patent Agreement
Looking for a lawyerly take on this - is it enforceable? The 10 year clause seems especially broad. Still, definitely a good position to take and I trust their intentions. What about the opposite approach - e.g. "we'll only patent core innovations that are essential to our business but we pledge to defend those patents aggressively". Anyone doing that with their employees? Why not?
patents  business  twitter  legal  contracts  innovation  ip 
5 weeks ago
« earlier      
See this user's network
2d 3d academic actionscript adobe advertising ai ajax algorithms alife amazon analysis android animation animations apis apple applets architecture art articles as3 audio bbc blogs books business c++ canvas cartography charts cities cocoa code colour comment companies conferences cool crime css culture data databases del.icio.us design development diagrams digg drawing economics energy environment events finance flash flex flickr fonts food friends fun funny future games generative geo geometry gis google googleearth googlemaps gps graphics graphs gui hardware hindsight history howto html http human_condition images infographics information_visualisation interaction interaction_design interactive interfaces internet interviews ios iphone jabber java javascript jquery language libraries links lists london macosx management mapping maps mapstraction mathematics maths me media microsoft mobile modestmaps money movies music networks news nodejs notes nyc nytimes opengl opensource openstreetmap optimisation papers patterns pedestrians people photography photos physics picks play politics presentations privacy processing.org programming pubsub python quotes realestate research rest reviews ruby sanfrancisco science search security shopping silverlight simulation social_networks software sound space stamen statistics stories stuff svg tags talks teaching technology technotes text things time timelines timenav tips todo tools toread toys transport travel trulia tube tutorials tv twitter typography ui uk urban usa video videos virtual_environments visualisation weather web wikipedia words work writing xml xmpp youtube

Copy this bookmark:



description:


tags: