Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Only then will startups take privacy seriously when 1 needs to shut down and investors loose money #path http://bits.blogs.nytimes.com/2012... via @csoghoian
Sass & Compass: The future of stylesheets now. // Speaker Deck - http://speakerdeck.com/u...
"overview of scss for beginners. inspiration for code structure too." Used links: https://gist.github.com/1344243 - Pascal Van Hecke
Start 2012 by Taking 2 Minutes to Clean Your Apps Permissions - http://mypermissions.org/
Just a bunch of icons linking to to permissions pages of facebook, Twitter, Google, Linkedin, Dropbox etc... - Pascal Van Hecke
[Dutch] Communicatie, innovatie en... frustratie : Hoe privé zijn mails, facebookposts, chatsessies...? - http://blogs.tijd.be/cif...
Over de (Belgische implementatie van) de EU richtlijn die afluisteren van communicatie strafbaar maakt, en hoe online services en social media in het bijzonder zich daarbij in een grijze zone bevinden. - Pascal Van Hecke
Looking for a European Kickstarter? Music crowdfunding platform sonicangel.com is diversifying into fashion with FashionAngel #towatch
RT @theharmonyguy: "of 15 developers of popular iOS apps... 13 of them told me they have a contacts database with millons of records." http://dcurt.is/stealin...
How to Create Multiple User profiles in FireFox on Mac OSX - Howtos, Rants, and Reviews - http://www.blogiversity.org/blogs...
- create a new profile using the firefox profile manager - save in the Apple Script Editor: do shell script "/Applications/Firefox.app/Contents/MacOS/firefox -P profileName" - save it as "Application" in the "Applications folder" with an appropriate name, e.g. "profileName-FF" Your shortcut is now findable in spotlight as "profileName-FF" - Pascal Van Hecke
RT @Carnage4Life: Looks like half the apps on your iPhone upload your contacts to their servers. Hipster (http://markchang.tumblr.com/post...) & Path (http://mclov.in/2012...)
RT @pkedrosky: Ouch. RT @azeem: Path uploads your entire iPhone address book to its servers http://mclov.in/2012... via @zite
"those who are out are significantly less likely to report psychological distress than those silent" #atheistsintheusa http://www.ft.com/cms...
A Turing pardon for a conviction based on a law that is cruel and absurd would legitimize that law. Either all or none: http://www.theregister.co.uk/2012...
pyromaniac/hoof - GitHub - https://github.com/pyroman...
Linux version of the 37 signal zero-config local development server: github.com/37signals/pow/ - Pascal Van Hecke
CoffeeScript, Meet Backbone.js: A Tutorial - http://adamjspooner.github.com/coffees...
""CoffeeScript, Meet Backbone.js is a simple Backbone.js tutorial written in CoffeeScript comprised of self-explanatory "hello world" examples of increasing complexity. It was designed to provide a smoother transition from zero to the popular Todos example The bulk of this tutorial is a rewrite of the original hello-backbonejs tutorial. Backbone.js offers a lean MVC framework for organizing your Javascript application. It leads to more maintainable code by untangling the "spaghetti" of callbacks tied to different parts of the DOM and the backend server that often arises in rich client-side applications. The tutorial starts with a minimalist View object, and progressively introduces event binding/handling, Models, and Collections. Once in the tutorial, use the navigation menu in the top-right corner to view other examples. Example numbers are in order of increasing complexity. - Pascal Van Hecke
French/US different view on kids totally like Belgian vs Dutch :-) RT @Carnage4Life "Why French Parents Are Superior" http://online.wsj.com/article...
RT @koenvervloesem: This is a great analogy describing what BitTorrent is and why it's about much more than illegal file sharing: http://acko.net/blog...
Crowd Interactive Tech Blog :: Twitter's Bootstrap in the Asset Pipeline - http://blog.crowdint.com/2012...
Adding your own css classes to the Bootstrap mixins and have Rails Asses pipeline compile it for you. - Pascal Van Hecke
Beautiful Buttons for Twitter Bootstrappers - http://charliepark.org/bootstr...
"extension to the Twitter Bootstrap framework. It makes creating pretty (css) buttons easy." - Pascal Van Hecke
RT @ashk4n: Shouldn't be surprising right? If each user has avg ~250 friends, 2nd order reach: 250^2 = 60k. Adjusting for overlap in social graph = ~30k
RT @ashk4n: Example of cognitive biases & misconceptions online: 'Friends of Friends' typically means sharing with 30K-150K people http://gizmodo.com/5882027...
RT @ArjenKamphuis: After Stanford's online AI class last year now have a go at learning to program a robotic car: http://www.udacity.com/ #edu #AI #Future
“Rates start from $0.50 for each 1000 words typed" Typing in CAPTCHAs at http://www.megatypers.com/ won't make you rich any soon... /via @mikko
Another crowdsourcing startup by Luis von Ahn http://en.wikipedia.org/wiki... . Learn languages by translating texts - thus improving translation computer algorithms. - Pascal Van Hecke
Recruiter Linkedin mail: "fly to Amsterdam just once a month to be with the team!" Good. Flying to Ams is a hassle if you live in The Hague.
Semantic Versioning - http://semver.org/
"simple set of rules and requirements that dictate how version numbers are assigned and incremented" ""For this system to work, you first need to declare a public API. This may consist of documentation or be enforced by the code itself. Regardless, it is important that this API be clear and precise. Once you identify your public API, you communicate changes to it with specific increments to your version number. Consider a version format of X.Y.Z (Major.Minor.Patch). Bug fixes not affecting the API increment the patch version, backwards compatible API additions/changes increment the minor version, and backwards incompatible API changes increment the major version. - Pascal Van Hecke
Tutorial Introduction Digital Certificates PKI Guide Encryption Signing Signature - http://www.verisign.com.au/reposit...
Old text by Verisign, intro on Digital certificates. Companion text: intro to PKI at http://www.verisign.com.au/reposit... - Pascal Van Hecke
Tutorial: How to align center on the screen when using position absolute with CSS - Hungred Dot Com - http://hungred.com/how-to...
CSS snippet to both horizontally and vertically align a div on the screen. - Pascal Van Hecke
RT @vanheckeinfo: [Belgisch] ondernemer & juridische vragen? Check het Praktijkboek Informaticarecht van CreaLawyer @Ywein Van den Brande http://twitter.com/vanheck...
jamesgolick/rollout - GitHub - https://github.com/jamesgo...
Ruby gem that lets you roll out features gradually over groups of users so you can first test new features on a small subgroup of users first (possibly identified als early adopters?). - Pascal Van Hecke
TestFirst.org - The Home of Test-First Teaching - http://testfirst.org/
"Test-First Teaching provides a fundamental shift in the way people learn software development. Initially, it helps the student focus on learning very basic syntax, able to independently confirm when they have successfully completed an exercise. That immediate feedback is valuable for cementing knowledge. Test-first teaching also teaches an understanding of all of the arcane error messages in a low stress situation. The first thing you see, before you have written a line of code, is an error. Then you discover what you need to do to fix that error. Test-first teaching helps people intuitively understand that mistakes are a natural part of the software development process." - Pascal Van Hecke
"Neelie Kroes critical on USA's SOPA but silent on secret ACTA signed by EU commission today":@arjanelfassed at @identitynext meetup tonight
Other ways to read this feed:Feed readerFacebook