Using Firefox and Modify Headers Plugin to View Blocked Video Streams at Cynics Unlimited
6 days ago
A minimalist way of getting around minimalist Geo restrictions
ip
security
privacy
geocoding
firefox
from delicious
6 days ago
Orange – Data Mining Fruitful & Fun
9 days ago
Design your data analysis process through visual programming. Orange remembers your choices, suggests most frequently used combinations, and intelligently chooses which communication channels between widgets to use.
Orange is packed with different visualizations, from scatterplots, bar charts, trees, to dendrograms, networks and heatmaps.
Actions seamlessly propagate through data analysis schema. Selection of data subset in one widget can automatically trigger change of display in the other one. By combining various widgets you can design data analytics framework of choice.
Over 100 widgets and growing. Coverage of most of standard data analysis tasks. Also specialized add-ons are available, like Bioorange for bioinformatics.
With scripting interface in Python, programming new algorithms and developing complex data analysis procedures is pure joy, using and reusing all power found in v
opensource
via:Strangefeatures
statistics
visualization
python
from delicious
Orange is packed with different visualizations, from scatterplots, bar charts, trees, to dendrograms, networks and heatmaps.
Actions seamlessly propagate through data analysis schema. Selection of data subset in one widget can automatically trigger change of display in the other one. By combining various widgets you can design data analytics framework of choice.
Over 100 widgets and growing. Coverage of most of standard data analysis tasks. Also specialized add-ons are available, like Bioorange for bioinformatics.
With scripting interface in Python, programming new algorithms and developing complex data analysis procedures is pure joy, using and reusing all power found in v
9 days ago
The Worst Things For Sale
9 days ago
"I almost feel like if you’re spending $145 for “holistic” cat food that you’re just trying to get rid of that money and someone else is going to take it if the cat food company doesn’t. You’ve got that money out in your hands, and you’re waving it around, and as soon as the first person walks by with a crystal or a dreamcatcher you can finally get rid of that horrible money you hate having."
dear_me
from delicious
9 days ago
ceres-solver - A Nonlinear Least Squares Minimizer - Google Project Hosting
10 days ago
nonlinear gradient ascent library for generic optimisation needs.
nonlinear
opensource
optimization
c++
from delicious
10 days ago
Social Collaboration Solutions - Digital Workplace - Igloo Software
10 days ago
YEt another entrant in the strangely intransigent jobs of getting people to collaborate well using technology
project
portable
collaborative
from delicious
10 days ago
Enspiral’s collective model poised to take on the world :: Idealog :: the magazine and website of New Zealand creative business, ideas and innovation
10 days ago
What it isn’t is a hierarchical company model of being. Decision-making is very flat and inclusive, and the Courtenay Place-based business (but going global) has even released an alpha version of software to help reach consensus and develop conclusions. (See here for loom.io)
Hence Enspiral’s model, in which members share the same information and have the same level of autonomy as a business owner would have.
Enspiralites also set their own salary – what they think they’re worth – but have to bring in work and show they’re justified in receiving it.
democracy
money
business
from delicious
Hence Enspiral’s model, in which members share the same information and have the same level of autonomy as a business owner would have.
Enspiralites also set their own salary – what they think they’re worth – but have to bring in work and show they’re justified in receiving it.
10 days ago
How to start a thinktank: opening up policy | Public Leaders Network | Guardian Professional
12 days ago
More on the theme of involving people in their own decicison processes
democracy
economics
policy
from delicious
12 days ago
Straight White Male: The Lowest Difficulty Setting There Is – Whatever
12 days ago
Best explanation I've seen for people with slim grasp of probabiliyt and causality, of the contingent but real influence of gender, sexuality, race...
dear_me
gender
from delicious
12 days ago
Fabric Engine | High-performance computing for dynamic languages
12 days ago
Hybrid language for getting high-performance inner loops in your code, called from python or javascript, JIT-compiled on the machine. dependcy graph/mapreduce primitives drive the whole thing. Nice. "KL is the custom language used to define operators in Fabric Engine. KL combines the benefits of high performance languages like C++ with the benefits of dynamic languages like JavaScript and Python. ‘KL’ stands for ‘Kernel Language’ and refers to the scope of the language: writing operators. Kernels are small stateless blocks of code with an entry function. The syntax of KL is similar to the syntax of JavaScript and C."
via:strangefeatures
pythong
javascript
concurrency
performance
from delicious
12 days ago
Zero Install: Overview
12 days ago
"Zero Install is a decentralised cross-distribution software installation system. Other features include full support for shared libraries, sharing between users, and integration with native platform package managers. It supports both binary and source packages, and works on Linux, Mac OS X, Unix and Windows systems. It is fully Open Source."
Application as dynamically cached URI. seductive distribution technique for userspace software that is *not* HTML5
packaging
install
via:Strangefeatures
windows
osx
opensource
linux
from delicious
Application as dynamically cached URI. seductive distribution technique for userspace software that is *not* HTML5
12 days ago
SparkleShare - Sharing work made easy
12 days ago
git-as-opensource-dropbox. Excellent. Doesn't solve the hosting problem, is all.
via:Strangefeatures
linux
windows
osx
gui
opensource
sync
git
from delicious
12 days ago
GNU Parallel - GNU Project - Free Software Foundation
12 days ago
GNU parallel is a shell tool for executing jobs in parallel using one or more computers. A job is can be a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. A job can also be a command that reads from a pipe. GNU parallel can then split the input and pipe it into commands in parallel.
opensource
cli
shell
concurrency
from delicious
12 days ago
Noahpinion: Down with particle physics, up with Big Energy Research!
20 days ago
fun little piece talking about how we haven't sworn off moon shots, but out moonshot projects have gotten no closer to remedying existential threats to humanity. High energy physics and telescopy are he argues,, like finance, diverting our best minds away from threats to our very existence as a species.
moon_shots
economics
hps
sustainability
from delicious
20 days ago
AMB music
21 days ago
some mastering that I've liked was done by these guys
mastering
germany
production
from delicious
21 days ago
RIES - Find Algebraic Equations, Given Their Solution at MROB
21 days ago
Found a woo-worthy constant? justify it retrospectively.
opensource
dear_me
hps
mathematics
from delicious
21 days ago
Mosh: the mobile shell
6 weeks ago
Remote-shell protocols traditionally work by conveying a byte-stream from the server to the client, to be interpreted by the client's terminal. (This includes TELNET, RLOGIN, and SSH.)
Mosh works differently and at a different layer. With Mosh, the server and client both maintain a snapshot of the current screen state. The problem becomes one of state-synchronization: getting the client to the most recent server-side screen as efficiently as possible.
This is accomplished using a new protocol called the State Synchronization Protocol, for which Mosh is the first application. SSP runs over UDP, synchronizing the state of any object from one host to another. Datagrams are encrypted and authenticated using AES-128 in OCB mode. While SSP takes care of the networking protocol, it is the implementation of the object being synchronized that defines the ultimate semantics of the protocol.
Roaming with SSP becomes easy: the client sends datagrams to the server with increasing sequence number
security
cli
ssh
shell
from delicious
Mosh works differently and at a different layer. With Mosh, the server and client both maintain a snapshot of the current screen state. The problem becomes one of state-synchronization: getting the client to the most recent server-side screen as efficiently as possible.
This is accomplished using a new protocol called the State Synchronization Protocol, for which Mosh is the first application. SSP runs over UDP, synchronizing the state of any object from one host to another. Datagrams are encrypted and authenticated using AES-128 in OCB mode. While SSP takes care of the networking protocol, it is the implementation of the object being synchronized that defines the ultimate semantics of the protocol.
Roaming with SSP becomes easy: the client sends datagrams to the server with increasing sequence number
6 weeks ago
RapidLibrary - Your Media Search Engine
6 weeks ago
Rule 44 is that if you can think of it, you can download it from rapidshare. This search engine helps you do that.
avcontent
ebook
search
from delicious
6 weeks ago
cgic: an ANSI C library for CGI Programming
6 weeks ago
build your website the easy way: naked C.
web
c
cgi
from delicious
6 weeks ago
Mac App Store - SourceTree (Git/Hg)
10 weeks ago
Atlassian'ts DVCS GUI entrant. now the field is crowded
scm
osx
cocoa
hg
Git
from delicious
10 weeks ago
Nicholas Piël » ZeroMQ an introduction
10 weeks ago
The bestest introduction to the easiest parallelisation doohickey I know
concurrency
python
programming
zeromq
from delicious
10 weeks ago
Creating template for Python package - ThemesWiki
11 weeks ago
'nother approach to automating the packaging boilerplate
package
paster
python
from delicious
11 weeks ago
Writing a Package in Python
11 weeks ago
the mysterious cargo-cult bits of setup-tools explained for humans
setuptools
packaging
python
from delicious
11 weeks ago
Realtek 8168 - LinuxMCE wiki
11 weeks ago
dodgy old realtek, playing up again.
hardware
linux
from delicious
11 weeks ago
Problem with RTL8111/8168B card (F12/2.6.31.x kernel) - FedoraForum.org
11 weeks ago
make that card stop vanishing!
linux
hardware
from delicious
11 weeks ago
Shuttle x27d suspend/resume problems
11 weeks ago
worked example of making a dos boot usb key to flash your firmware with a dos loader.
linux
dos
opensource
hardware
from delicious
11 weeks ago
Daring Fireball: JavaScript Bookmarklet Builder
12 weeks ago
Gruber's automagic bookmarkletatron
perl
unicode
browser
bookmarklet
javascript
from delicious
12 weeks ago
URI-Escaping JavaScript Bookmarklets in Chrome
12 weeks ago
chrome can be conservative about javascript bookmarklets (Although this problem has not ocurred for me)
chrome
bookmarklet
unicode
browser
from delicious
12 weeks ago
The Big Mud Puddle: Why Concatenative Programming Matters
12 weeks ago
For when functional programming isn't pure, austere, or provable enough.
coding
compsci
functional
from delicious
12 weeks ago
Prabhu Ramachandran: Python vs. Cython vs. D (PyD) vs. C++ (SWIG)
12 weeks ago
Various performance options for you inner loop, including showing how to do D calls from python.
cython
numpy
c++
d
performance
python
from delicious
12 weeks ago
The TeX Catalogue OnLine, Entry for biblatex, Ctan Edition
12 weeks ago
bibtex predates the inventions of non-english speakers, and as such can't handle their new-fangled names. This can.
citation
bibtex
latex
unicode
from delicious
12 weeks ago
How to optimize your caffeine intake | ExtremeTech
12 weeks ago
cute caffeine estimator for your bloodstream.
android
ios
productivity
drugs
from delicious
12 weeks ago
Audible Audio Book Converter - Convert DRM audio book to MP3 or AAC in 5X fast speed and CD Quality. Audible audio book to MP3 or AAC converter.
12 weeks ago
claims to convert audiobooks faster than realtime, and be aware of chapters.
drm
ipython
ip
mp3
audiobook
from delicious
12 weeks ago
rrr00bb: Disconnected Procedure Calls
12 weeks ago
REST for the sneakernet - how to send your next few likely uses for a sporadically available API by sending a queued decision tree of API calls.
statistics
rpc
api
from delicious
12 weeks ago
mloss | All entries
february 2012
"Open source tools have recently reached a level of maturity which makes them suitable for building large-scale real-world systems. At the same time, the field of machine learning has developed a large body of powerful learning algorithms for a wide range of applications. Inspired by similar efforts in bioinformatics (BOSC) or statistics (useR), our aim is to build a forum for open source software in machine learning."
opensource
compsci
learning
ai
machinelearning
from delicious
february 2012
Bitwig | Bitwig Studio
february 2012
a DAW by some of the creators of ableton, that tries to address deficiencies of ableton - i.e. it has multi screen support, linux suport, per-note automation, multiple documents, metadata browser, multi-user internet browsing support...
from delicious
february 2012
HIVE 2011: Feedback Without Frustration - Scott Berkun - YouTube
february 2012
A very friendly introduction to criticism, targeted at defanging it for both critics and the criticised
project
from delicious
february 2012
A Conversation with Alan Kay - ACM Queue
february 2012
Allan Kay is an interesting bastard, in this meandering interview.
"Once you have something that grows faster than education grows, you’re always going to get a pop culture. "
history
compsci
patterns
coding
smalltalk
from delicious
"Once you have something that grows faster than education grows, you’re always going to get a pop culture. "
february 2012
Ubuntu Tip:Howto reduce PDF file size from command line | Ubuntu Geek
february 2012
make your documents into tiny little documents
postscript
cli
pdf
from delicious
february 2012
The Julia Language
february 2012
Jit-compiled scientific computing language that promises the performance of c, but has a REPL and such. intriguing.
lisp
llvm
concurrency
opensource
programming
from delicious
february 2012
checkoutmanager 1.10 : Python Package Index
february 2012
manage a whele bunch of repos at once.
svn
opensource
mercurial
git
bazaar
python
from delicious
february 2012
Overview — Sarge 0.1 documentation
february 2012
better subprocess dispatch for python. because explicit is better than implicit, and simplicity is great. but between the subprocess module and perl lies system scripting that's actually both usable and maintainable. Sarge looks like a contender for this role (see also: envoy)
cli
python
from delicious
february 2012
The Book - The Pomodoro Technique®
february 2012
'tis all online, the pomodoro thing
productivity
from delicious
february 2012
Online LaTeX Editor • ScribTeX
february 2012
online latex editor with git-backed version control.
pdf
git
browser
latex
editor
from delicious
february 2012
flotr2
february 2012
browser charts not based on prototype.js
browser
graphs
html5
visualization
javascript
from delicious
february 2012
Weave (Web-based Analysis and Visualization Environment)
february 2012
Weave (BETA 1.0) is a new web-based visualization platform designed to enable visualization of any available data by anyone for any purpose. Weave is an application development platform supporting multiple levels of user proficiency – novice to advanced – as well as the ability to integrate, disseminate and visualize data at “nested” levels of geography.
flash
java
browser
visualization
gis
opensource
from delicious
february 2012
Joe Mariglio.
february 2012
That guy I met and newcastle doing hyperactive making of tweeting birds
composer
newmedia
ui
from delicious
february 2012
www.pocode.org
february 2012
interactives toolkit for c++
ui
windows
osx
opensource
c++
from delicious
february 2012
Free music samples: download loops, hits and multis | 33,514 free sample downloads | MusicRadar.com
january 2012
musicradar's libraries of sweet, sweet sample action
ip
sampler
avcontent
from delicious
january 2012
Weave (Web-based Analysis and Visualization Environment)
january 2012
Weave (BETA 1.0) is a new web-based visualization platform designed to enable visualization of any available data by anyone for any purpose. Weave is an application development platform supporting multiple levels of user proficiency – novice to advanced – as well as the ability to integrate, disseminate and visualize data at “nested” levels of geography.
flash
mysql
browser
tomcat
java
maps
visualization
from delicious
january 2012
Troubleshooting and Repair of Consumer Electronic Equipment
january 2012
amazing DIY electronics repair howto, in the old Usenet style.
hardware
diy
howto
electronics
from delicious
january 2012
Health Insurance and Game Theory
january 2012
ultra-simple game-theoretic explanation of market failures in private health care
market
game_theory
policy
ethics
health
from delicious
january 2012
Data Jurisdiction - Ninefold Cloud Computing
january 2012
Oz guide to internet border issues
law
copyright
australia
ip
from delicious
january 2012
How To Ask Questions The Smart Way
january 2012
The indispensable reference to getting help without annoying people who might help you.
webdev
learning
howto
from delicious
january 2012
Productivity hints, tips, hacks and tricks for graduate students and professors
january 2012
hot academica/researchey lifehack tips
productivity
from delicious
january 2012
stan - a C++ library for probability and sampling - Google Project Hosting
january 2012
high performance bayesian inference over complex graphical models.
monte_carlo
graphical_models
c++
statistics
bayes
from delicious
january 2012
factorie - Probabilistic programming with imperatively-defined factor graphs - Google Project Hosting
january 2012
FACTORIE is a toolkit for deployable probabilistic modeling, implemented as a software library in Scala. It provides its users with a succinct language for creating relational factor graphs, estimating parameters and performing inference.
It is object-oriented... in the definition of random variables, factors, inference and learning methods.
It is scalable, with demonstrated success on problems with many millions of variables and factors, and on models that have changing structure, such as case factor diagrams... capable of handling billions of variables.
It is flexible, supporting multiple modeling and inference paradigms. Its original emphasis was on conditional random fields, undirected graphical models, MCMC inference, online training, and discriminative parameter estimation... has preliminary support for variational inference, including belief propagation and mean-field methods.
monte_carlo
datamining
statistics
scala
nlp
from delicious
It is object-oriented... in the definition of random variables, factors, inference and learning methods.
It is scalable, with demonstrated success on problems with many millions of variables and factors, and on models that have changing structure, such as case factor diagrams... capable of handling billions of variables.
It is flexible, supporting multiple modeling and inference paradigms. Its original emphasis was on conditional random fields, undirected graphical models, MCMC inference, online training, and discriminative parameter estimation... has preliminary support for variational inference, including belief propagation and mean-field methods.
january 2012
Pattern | CLiPS
january 2012
combo data-mining/NLP/web-scraping toolkit for instant natural experiments online
api
statistics
nlp
datamining
python
from delicious
january 2012
Reading PDFs on portables « PhilTeX
january 2012
making phone-friendly PDFs (coz it's not HTML5 all the way down)
howto
design
pdf
latex
from delicious
january 2012
Study Hacks » Blog Archive » The Grandmaster in the Corner Office: What the Study of Chess Experts Teaches Us about Building a Remarkable Life
january 2012
Gladwell is right when he notes that the 10,000 hour rule keeps appearing as a necessary condition for exceptional performance in many fields. But it’s not sufficient. As Ericsson, along with his colleague Andreas Lehmann, noted in an exceptional overview of this topic, “the mere number of years of experience with relevant activities in a domain is typically only weakly related to performance.”
...
To understand what else is necessary, I’ll turn your attention to a fascinating 2005 study on chess players, published in the journal Applied Cognitive Psychology. After interviewing two large samples of chess players of varied skill, the paper’s authors found that “serious study“ — the arduous task of reviewing past games of better players, trying to predict each move in advance — was the strongest predictor of chess skill.
learning
productivity
from delicious
...
To understand what else is necessary, I’ll turn your attention to a fascinating 2005 study on chess players, published in the journal Applied Cognitive Psychology. After interviewing two large samples of chess players of varied skill, the paper’s authors found that “serious study“ — the arduous task of reviewing past games of better players, trying to predict each move in advance — was the strongest predictor of chess skill.
january 2012
poster | schr.fr
january 2012
Poster is a unix program that allows one to scale postscript images to a larger size, and print them on larger media and/or tile them to print on multiple sheets.
cli
printing
print
from delicious
january 2012
Gauges
january 2012
github's entry in the web analytics world is supposed to me more agile, responsive and simpler than google's, and doesn't involve pimping your private user data to google
githib
analytics
from delicious
january 2012
Shop Union! | ILWU Local 5
january 2012
Unionised online book wrangling, (which presumably means not quite as famously exploitative as Amazon.)
books
policy
shopping
from delicious
january 2012
Refine, reuse and request data | ScraperWiki
january 2012
Scrape web data sources for fun and profit, collaboratively. Want a provocative data set to scrape?
wiki
ruby.
scraping
data
python
from delicious
january 2012
3d
@todo
academic
activism
advocacy
agents
aggregator
agile
ai
ajax
animation
apache
api
archives
art
audio
australia
avcontent
bibtex
blog
book
browser
c++
calendar
canberra
cheatsheet
citation
cli
client
climate
cms
cocoa
coding
collaborative
commercial
community
comparison
complexity
composition
compsci
concurrency
conference
convert
cpod
creativecommons
crm
css
db
dear_me
debug
del.icio.us
democracy
deployment
design
diagram
diy
django
drupal
dsp
ebook
ecology
economics
editor
education
evolution
extension
facebook
firefox
flash
framework
free
futures
game
geek
geo
geocoding
git
google
grammarthing
hack
hardware
history
howto
html
http
ical
ide
image
indonesia
interface
ip
iphone
java
javascript
journal
journalism
jquery
language
latex
learning
library
linux
literature
loom
mail
mapping
marketing
mashup
mathematics
maxmsp
media
melbourne
metadata
methodology
midi
mind
money
mp3
music
mvc
mysql
netcultures
network
networks
newmedia
ngo
nlp
nosql
ontology
oop
openaccess
opengl
opensource
orm
osx
parser
parsimony
pdf
performance
perl
phd
phm
photography
php
physics
plugin
policy
portable
possumpalace
privacy
processing
productivity
project
python
rdf
reeltime
reference
rest
rss
ruby
scalability
schmooze
science
scm
search
security
semanticweb
server
shell
shopping
simulation
soap
social
software
sql
ssh
standards
statistics
sustainability
svn
sydney
synth
systems
tagging
technology
testing
travel
ui
unix
urban
usa
via:cogat
via:strangefeatures
video
visualization
vst
web
web2.0
webdev
webservices
wiki
windows
wordpress
writing
xml