tektrader + programming 357
25 years of HyperCard—the missing link to the Web | Ars Technica
apple
history
programming
7 hours ago by tektrader
Before the World Wide Web did anything, HyperCard did everything.
7 hours ago by tektrader
r twotorials
programming
statistics
4 days ago by tektrader
how to do stuff in r. two minutes or less.
4 days ago by tektrader
Jonathan Stray » A computational journalism reading list
data
visualization
computerscience
programming
databases
6 days ago by tektrader
I’d like to propose a working definition of computational journalism as the application of computer science to the problems of public information, knowledge, and belief, by practitioners who see their mission as outside of both commerce and government. This includes the journalistic mainstay of “reporting” — because information not published is information not known — but my definition is intentionally much broader than that. To succeed, this young discipline will need to draw heavily from social science, computer science, public communications, cognitive psychology and other fields, as well as the traditional values and practices of the journalism profession.
6 days ago by tektrader
The Art of Computer Typography - (37signals)
7 days ago by tektrader
The Art of Computer Typography
art
programming
books
from twitter
7 days ago by tektrader
Circos: An Amazing Tool for Visualizing Big Data | Architects Zone
data
visualization
programming
11 weeks ago by tektrader
Storing massive amounts of data in a NoSQL data store is just one side of the Big Data equation. Being able to visualize your data in such a way that you can easily gain deeper insights, is where things really start to get interesting. Lately, I've been exploring various options for visualizing (directed) graphs, including Circos. Circos is an amazing software package that visualizes your data through a circular layout. Although it's originally designed for displaying genomic data, it allows to create good-looking figures from data in any field. Just transform your data set into a tabular format and you are ready to go. The figure below illustrates the core concept behind Circos. The table's columns and rows are represented by segments around the circle. Individual cells are shown as ribbons, which connect the corresponding row and column segments. The ribbons themselves are proportional in width to the value in the cell.
11 weeks ago by tektrader
Stephen Wolfram Blog : The Personal Analytics of My Life
data
visualization
programming
statistics
12 weeks ago by tektrader
One day I’m sure everyone will routinely collect all sorts of data about themselves. But because I’ve been interested in data for a very long time, I started doing this long ago. I actually assumed lots of other people were doing it too, but apparently they were not. And so now I have what is probably one of the world’s largest collections of personal data.
Every day—in an effort at “self awareness”—I have automated systems send me a few emails about the day before. But even though I’ve been accumulating data for years—and always meant to analyze it—I’ve never actually gotten around to doing it. But with Mathematica and the automated data analysis capabilities we just released in Wolfram|Alpha Pro, I thought now would be a good time to finally try taking a look—and to use myself as an experimental subject for studying what one might call “personal analytics”.
12 weeks ago by tektrader
Induction ⚡ A Polyglot Database Client For Mac OS X
tools
databases
sqlite
programming
visualization
12 weeks ago by tektrader
Explore, Query, Visualize
Focus on the data, not the database. Induction is a new kind of tool designed for understanding and communicating relationships in data. Explore rows and columns, query to get exactly what you want, and visualize that data in powerful ways.
SQL? NoSQL? It Don't Matter
Data is just data, after all. Induction supports PostgreSQL, MySQL, SQLite, Redis, and MongoDB out-of-the-box, and has an extensible architecture that makes it easy to write adapters for anything else you can think of. CouchDB? Oracle? Facebook Graph? Excel? Make it so!
12 weeks ago by tektrader
Using cURL to interact with Google Data services - Google Data Protocol - Google Code
google
programming
via:grabbeh
12 weeks ago by tektrader
cURL is a command-line application for performing requests using a variety of protocols including HTTP. cURL is often used by developers to test Google Data services, as it supports the HTTP functionality required to interact with the APIs at a low level.
12 weeks ago by tektrader
F.lux: software to make your life better
12 weeks ago by tektrader
adjust screen brightness
osx
software
tools
programming
12 weeks ago by tektrader
An interview with Matt Might
january 2012 by tektrader
To me, Unix is digital clay, readily sculpted into any form or function.
tools
programming
productivity
software
january 2012 by tektrader
Learn to speak vim – verbs, nouns, and modifiers! – Yan Pritzker
december 2011 by tektrader
Using vim is like talking to your editor in ‘verb modifier object’ sentences, turned into acronyms
learn some verbs: v (visual), c (change), d (delete), y (yank/copy). these are the most important. there are others
learn some modifiers: i (inside), a (around), t (till..finds a character), f (find..like till except including the char), / (search..find a string/regex)
learn some text objects: w (word), s (sentence) p (paragraph) b (block/parentheses), t (tag, works for html/xml) there are others
To move efficiently in vim, don’t try to do anything by pressing keys many times, instead speak to the editor in sentences
delete the current word: diw (delete inside word)
change current sentence: cis (change inside sentence)
change a string inside quotes: ci” (change inside quote)
change until next occurrence of ‘foo’: c/foo (change search foo)
change everything from here to the letter X: ctX
visually select this paragraph: vap (visual around paragraph)
If you understand the verbs and objects you’re dealing with, you will soon realize that adding a new plugin and learning a new verb or noun exponentially increases your productivity, as you can now apply it in all the sentences you already know. It’s just like learning a language.
vim
reference
programming
favorite
learn some verbs: v (visual), c (change), d (delete), y (yank/copy). these are the most important. there are others
learn some modifiers: i (inside), a (around), t (till..finds a character), f (find..like till except including the char), / (search..find a string/regex)
learn some text objects: w (word), s (sentence) p (paragraph) b (block/parentheses), t (tag, works for html/xml) there are others
To move efficiently in vim, don’t try to do anything by pressing keys many times, instead speak to the editor in sentences
delete the current word: diw (delete inside word)
change current sentence: cis (change inside sentence)
change a string inside quotes: ci” (change inside quote)
change until next occurrence of ‘foo’: c/foo (change search foo)
change everything from here to the letter X: ctX
visually select this paragraph: vap (visual around paragraph)
If you understand the verbs and objects you’re dealing with, you will soon realize that adding a new plugin and learning a new verb or noun exponentially increases your productivity, as you can now apply it in all the sentences you already know. It’s just like learning a language.
december 2011 by tektrader
timekiwi — create beautiful timelines
december 2011 by tektrader
RT @HackerNewsYC: TimeKiwi, the beautiful timeline creator relaunched with usernames
tools
programming
visualization
data
from twitter
december 2011 by tektrader
Programmer for Hire » Why I Will Never Feel Threatened by Programmers in India
december 2011 by tektrader
RT @newsycombinator: Why I Will Never Feel Threatened by Programmers in India
india
programming
business
from twitter
december 2011 by tektrader
Mr. Data Converter
december 2011 by tektrader
Mr. Data Converter
I will convert your Excel data into one of several web-friendly formats, including HTML, JSON and XML.
data
tools
programming
I will convert your Excel data into one of several web-friendly formats, including HTML, JSON and XML.
december 2011 by tektrader
cubeSQL
october 2011 by tektrader
sqlite mac os x
programming
databases
tools
osx
apple
software
sqlite
october 2011 by tektrader
BRAIN SCAN: Unix's founding fathers | The Economist
october 2011 by tektrader
It is that interplay between the technical and the social that gives both C and Unix their legendary status. Programmers love them because they are powerful, and they are powerful because programmers love them. David Gelernter, a computer scientist at Yale, perhaps put it best when he said, “Beauty is more important in computing than anywhere else in technology because software is so complicated. Beauty is the ultimate defence against complexity.” Dr Ritchie's creations are indeed beautiful examples of that most modern of art forms.
history
programming
computerscience
october 2011 by tektrader
2011: July - October Political Notes - Richard Stallman
october 2011 by tektrader
Steve Jobs, the pioneer of the computer as a jail made cool, designed to sever fools from their freedom, has died.
As Chicago Mayor Harold Washington said of the corrupt former Mayor Daley, "I'm not glad he's dead, but I'm glad he's gone." Nobody deserves to have to die - not Jobs, not Mr. Bill, not even people guilty of bigger evils than theirs. But we all deserve the end of Jobs' malign influence on people's computing.
Unfortunately, that influence continues despite his absence. We can only hope his successors, as they attempt to carry on his legacy, will be less effective.
technology
business
programming
apple
As Chicago Mayor Harold Washington said of the corrupt former Mayor Daley, "I'm not glad he's dead, but I'm glad he's gone." Nobody deserves to have to die - not Jobs, not Mr. Bill, not even people guilty of bigger evils than theirs. But we all deserve the end of Jobs' malign influence on people's computing.
Unfortunately, that influence continues despite his absence. We can only hope his successors, as they attempt to carry on his legacy, will be less effective.
october 2011 by tektrader
The evolution of data products - O'Reilly Radar
september 2011 by tektrader
Eben Hewitt (@ebenhewitt), author of "Cassandra: The Definitive Guide," works for a large hotel chain. He told me that the hotel chain considers itself a software company that delivers a data product. The company's real expertise lies in the reservation systems, the supply management systems, and the rest of the software that glues the whole enterprise together. It's not a small task. They're tracking huge numbers of customers making reservations for hundreds of thousands of rooms at tens of thousands of properties, along with various awards programs, special offers, rates that fluctuate with holidays and seasons, and so forth. The complexity of the system is certainly on par with LinkedIn, and the amount of data they manage isn't that much smaller. A hotel looks awfully concrete, but in fact, your reservation at Westin or Marriott or Day's Inn is data. You don't experience it as data, however — you experience it as a comfortable bed at the end of a long day. The data is hidden, as it should be.
data
programming
technology
ideas
business
tools
september 2011 by tektrader
A New Kind of Book› Missing Entry: Whither the eBook Index?
september 2011 by tektrader
the absence of an index deepens reader prejudice regarding the value of ebooks. #publishing
publishing
web2.0
webapp
technology
visualization
productivity
programming
september 2011 by tektrader
related tags
37signals ⊕ api ⊕ apple ⊕ architecture ⊕ art ⊕ blog ⊕ bonds ⊕ bookmarks ⊕ books ⊕ business ⊕ cheatsheet ⊕ computerscience ⊕ cool ⊕ cornell ⊕ css ⊕ data ⊕ databases ⊕ design ⊕ devonthink ⊕ economics ⊕ education ⊕ favorite ⊕ finance ⊕ flickr ⊕ git ⊕ google ⊕ health ⊕ hedgefunds ⊕ heroku ⊕ history ⊕ html ⊕ html5 ⊕ humor ⊕ ideas ⊕ india ⊕ investing ⊕ ipad ⊕ iphone ⊕ javascript ⊕ jekyll ⊕ law ⊕ libya ⊕ lion ⊕ manual ⊕ maps ⊕ math ⊕ microsoft ⊕ minimal ⊕ mit ⊕ mobile ⊕ money ⊕ news ⊕ notes ⊕ obituary ⊕ oreillyradar ⊕ osx ⊕ people ⊕ philosophy ⊕ photography ⊕ productivity ⊕ programming ⊖ propublica ⊕ publishing ⊕ python ⊕ q2 ⊕ quant ⊕ reference ⊕ reviews ⊕ ruby ⊕ science ⊕ search ⊕ sinatra ⊕ social ⊕ software ⊕ sqlite ⊕ startup ⊕ statistics ⊕ technology ⊕ tools ⊕ trading ⊕ travel ⊕ tuaw ⊕ usa ⊕ venturecapital ⊕ via:grabbeh ⊕ video ⊕ vim ⊕ visualization ⊕ wallstreet ⊕ web2.0 ⊕ webapp ⊕ webdesign ⊕ wikipedia ⊕ windows ⊕Copy this bookmark: