Perlbrew
23 days ago
Perlbrew is a admin-free perl installation management tool.
perl
install
management
admin
23 days ago
cpanminus
23 days ago
Get, unpack, build and install modules from CPAN.
perl
cpan
module
library
management
install
23 days ago
RetroShare
23 days ago
Ugly as hell, but more secure than awesome looking solutions—like always:
collaboration
cloud
p2p
security
software
RetroShare is a Open Source cross-platform, private and secure decentralised communication platform.
It lets you to securely chat and share files with your friends and family, using a web-of-trust to authenticate peers and OpenSSL to encrypt all communication.
RetroShare provides filesharing, chat, messages, forums and channels
23 days ago
Build Websites Faster - Spinto App
23 days ago
Spinto websites are built using Jekyll, a static site generator. Content edited on the web interface writes to your HTML. Use the Spinto Ruby Gem to preview changes.
static
site
generator
jekyll
git
commercial
23 days ago
poole
23 days ago
Poole is an easy to use Markdown driven static website generator. You write
the content of your pages in Markdown and Poole creates a nice and simple site
with a navigation menu. You don't need to learn a template or preprocessing
engine.
Though Poole is made for simple sites, it has basic support for content
generation by embedding Python code in page source files. This is a dirty merge
of content and logic but for simple sites it's a pragmatic way to get things
done fast and easy -- if you know Python you're ready to start.
static
site
generator
markdown
the content of your pages in Markdown and Poole creates a nice and simple site
with a navigation menu. You don't need to learn a template or preprocessing
engine.
Though Poole is made for simple sites, it has basic support for content
generation by embedding Python code in page source files. This is a dirty merge
of content and logic but for simple sites it's a pragmatic way to get things
done fast and easy -- if you know Python you're ready to start.
23 days ago
10.7: Remove the Dock's display delay - Mac OS X Hints
23 days ago
It’s annoying for normal users, but heaven for power users who know how to move a Wacom pen:
mac
osx
tips
tweak
dock
delay
While reverse engineering the Dock for HyperDock, I stumbled over this useful hidden setting that removes the display delay when the Dock is hidden.
To remove the delay, open Terminal, type or copy and paste the following line and hit return:
defaults write com.apple.Dock autohide-delay -float 0 && killall Dock
To restore the default behavior, enter:
defaults delete com.apple.Dock autohide-delay && killall Dock
23 days ago
mitmproxy
This looks like a great CLI alternative to apps like Charles.
http
proxy
security
ssl
maninthemiddle
traffic
analysis
8 weeks ago
mitmproxy is an SSL-capable man-in-the-middle HTTP proxy. It provides a console interface that allows traffic flows to be inspected and edited on the fly.
mitmdump is the command-line version of mitmproxy, with the same functionality but without the frills. Think tcpdump for HTTP.
This looks like a great CLI alternative to apps like Charles.
8 weeks ago
Fizl | Parse19
static
site
generator
folder
8 weeks ago
Fizl is a stupid-simple flat file CMS based on CodeIgniter. There's no database and no control panel - you can create a site structure in the same way you create a folder structure and you don't have to give up the things that make a CMS easy to use like templates an embeds.
8 weeks ago
ap0calypse/bazinga · GitHub
static
site
generator
cli
shell
folder
8 weeks ago
bazinga is a small and (maybe) simple commandline interface which lets you publish articles on a blog without the need of PHP/MySQL or CGI. It produces plain HTML-files in a clean and reasonable directory structure and links them together. This seems quite static at a first look, but the advantages of this model are clear: you don't need a webhoster which allows previously mentioned features. The pages produced should be 100 % display-able by any common HTTP server.
8 weeks ago
Exploring the Twitter API | Twitter Developers
Whoa, I didn’t know that the Twitter app has a developer console and I also didn’t know that there’s a web version. This can be highly useful for every case in which you want to interact with the Twitter API.
api
console
twitter
development
8 weeks ago
Explore the API on your own machine using Twitter for Mac's developer console or our command-line Twurl tool.
Explore the API here by using this console provided by @apigee.
Whoa, I didn’t know that the Twitter app has a developer console and I also didn’t know that there’s a web version. This can be highly useful for every case in which you want to interact with the Twitter API.
8 weeks ago
sw — Suckless Web-framework
Another simple static site generator, but this one completely relies on standard commands.
static
site
generator
shell
9 weeks ago
sw stands for Suckless Web-framework. As the name suggests It aims to be a minimal and sane web framework.
Features:
• Markdown support.
• Only depends on some standard commands: 'echo', 'grep', 'ls', 'sed'...
• Easy configuration.
• Generating a web site is as easy as creating folders for sections and markdown files for contents.
• Use your favorite cvs and editor to maintain and edit the site.
• Minimalism (under 100 LOC).
Another simple static site generator, but this one completely relies on standard commands.
9 weeks ago
nload: monitor network traffic and bandwidth usage
I should probably try to compile this on OS X and take a look if it works as advertised. This is a really nice utility if you want to analyze where your traffic goes, because it looks better than most GUIs.
monitoring
network
unix
osx
traffic
9 weeks ago
nload is a console application which monitors network traffic and bandwidth usage in real time. It visualizes the in- and outgoing traffic using two graphs and provides additional info like total amount of transfered data and min/max network usage.
I should probably try to compile this on OS X and take a look if it works as advertised. This is a really nice utility if you want to analyze where your traffic goes, because it looks better than most GUIs.
9 weeks ago
Middleman
12 weeks ago
Middleman is a small tool for developing stand-alone, static websites. It's great for separating frontend development from the backend, developing blazingly fast static websites or quickly creating prototypes. Middleman brings all of the power of Rails to provide an incredibly powerful development environment.
blog
static
site
generator
ruby
12 weeks ago
Introducing Twine: String Management for iOS, Mac OS X, and Android Development
february 2012
I’m not sure if I would use Twine by myself, but the description sounds promising and definitely inspiring:
We decided that we needed a better way to manage our strings. We looked into a few applications and scripts that claimed to help with this painful process, but couldn’t find anything that we liked. Instead, we decided to build our own. Twine is an open-source command line tool written in Ruby that manages all of your strings, comments, and translations in a single text file. Twine parses this file and then generates all of the .strings files for you. Or, if you’re building an Android app, Twine can generate Android .xml string files.
development
iOS
iPhone
localization
interface
translation
language
We decided that we needed a better way to manage our strings. We looked into a few applications and scripts that claimed to help with this painful process, but couldn’t find anything that we liked. Instead, we decided to build our own. Twine is an open-source command line tool written in Ruby that manages all of your strings, comments, and translations in a single text file. Twine parses this file and then generates all of the .strings files for you. Or, if you’re building an Android app, Twine can generate Android .xml string files.
february 2012
YOURLS: Your Own URL Shortener
february 2012
YOURLS is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL). You can make it private or public, you can pick custom keyword URLs, it comes with its own API. You will love it.
There's a WordPress plugin available for YOURLS, making integration with your blog a snap: create short URLs and tweet them automagically as you publish blog posts.
php
url
shortener
lessn
twitter
selfhosting
There's a WordPress plugin available for YOURLS, making integration with your blog a snap: create short URLs and tweet them automagically as you publish blog posts.
february 2012
Continuous Deployment for iOS Apps
february 2012
Continuous Deployment is the process of getting code that is written in to the hands of users as quickly as possible. It is one layer of discipline on top of Continuous Integration.
Continuous Deployment is difficult for iPhone Apps because of the App Store approval process. It is also difficult to automatically test and code sign Apps. There are a number of tools to help with this process: KIF, Github, Jenkins, xcodebuild, and TestFlight.
iOS
programming
jenkins
xcode
automation
script
from instapaper
Continuous Deployment is difficult for iPhone Apps because of the App Store approval process. It is also difficult to automatically test and code sign Apps. There are a number of tools to help with this process: KIF, Github, Jenkins, xcodebuild, and TestFlight.
february 2012
iPhone URL Schemes
february 2012
The list is useful for Launch Center.
This page centralizes code samples for URL schemes available in many iPhone applications, not only in Apple's but in many others. It also includes programming tips and references about implementing apps registering or consuming URL schemes.
iphone
url
uri
scheme
shortcut
launch
This page centralizes code samples for URL schemes available in many iPhone applications, not only in Apple's but in many others. It also includes programming tips and references about implementing apps registering or consuming URL schemes.
february 2012
d
january 2012
You need to write documentation. d makes it easy: Put a bunch of Markdown files in a directory. Run d. Get on with your life. No fiddling around with configuration files, themes, version numbers, obtuse markup, or multiple output formats. Make some Markdown files. Run d. Move on.
d is open source on BitBucket and GitHub. It's MIT/X11 licensed.
cli
documentation
markdown
software
JuicyCocktail
d is open source on BitBucket and GitHub. It's MIT/X11 licensed.
january 2012
Steve's Favorites
january 2012
Steve Jobs' favorite songs, books, and albums as reported in Steve Jobs by Walter Isaacson
apple
steve
jobs
book
music
reference
january 2012
100 Abandoned Houses
january 2012
The abandoned houses project began innocently enough roughly ten years ago. I actually began photographing abandonment in Detroit in the mid 90’s as a creative outlet, and as a way of satisfying my curiosity with the state of my home town. I had always found it to be amazing, depressing, and perplexing that a once great city could find itself in such great distress, all the while surrounded by such affluence.
photography
art
age
destruction
life
january 2012
iPad Board Games
january 2012
A currently (January 2012) small site with reviews of iPad board games.
apps
game
iPad
board
nerd
january 2012
Etsy
january 2012
Etsy is the world’s handmade marketplace.
Our mission is to empower people to change the way the global economy works. We see a world in which very-very small businesses have much-much more sway in shaping the economy, local living economies are thriving everywhere, and people value authorship and provenance as much as price and convenience. We are bringing heart to commerce and making the world more fair, more sustainable, and more fun.
design
shopping
shop
etsy
webshop
Our mission is to empower people to change the way the global economy works. We see a world in which very-very small businesses have much-much more sway in shaping the economy, local living economies are thriving everywhere, and people value authorship and provenance as much as price and convenience. We are bringing heart to commerce and making the world more fair, more sustainable, and more fun.
january 2012
DaWanda: Unique & Designer products, Gifts, Bags, Baby stuff & more
january 2012
DaWanda - Unique Products from Designers and Creatives
Looking for a completely unique product, the kind that no one else has? Or maybe you need a one-of-a-kind gift for your favourite person's birthday? A lovingly handmade item for your child? Or perhaps you're in need of a little treat for yourself? Look no further than DaWanda for your handmade products, created by talented designers. We hope you have lots of fun exploring and discovering!
DaWanda is the online marketplace for unique and handmade items. There are more than 120,000 shops on DaWanda that offer you products handmade with love, products that can be customised to match your ideas. You can find stylish fashion, timeless jewellery and kid-friendly toys, not to mention contemporary art, painstakingly restored pieces of furniture and even luxe accessories for your four legged friends. There are special creations big and small, which will suit every occasion and budget.
design
shopping
shop
etsy
webshop
clone
Looking for a completely unique product, the kind that no one else has? Or maybe you need a one-of-a-kind gift for your favourite person's birthday? A lovingly handmade item for your child? Or perhaps you're in need of a little treat for yourself? Look no further than DaWanda for your handmade products, created by talented designers. We hope you have lots of fun exploring and discovering!
DaWanda is the online marketplace for unique and handmade items. There are more than 120,000 shops on DaWanda that offer you products handmade with love, products that can be customised to match your ideas. You can find stylish fashion, timeless jewellery and kid-friendly toys, not to mention contemporary art, painstakingly restored pieces of furniture and even luxe accessories for your four legged friends. There are special creations big and small, which will suit every occasion and budget.
january 2012
Burning Love - Powerbook Taschen | iPod Taschen | Handy Taschen | Love makes the difference!
january 2012
Maßgeschneidertes aus Filz und ausgefallenen Materialien, egal ob für iPod, iPhone, MacBook oder einfach über die Schulter. Burning Love bewegt sich zwischen Geheimtip und Understatement und das immer – Handmade in Germany.
apple
iPhone
iPod
iPad
mac
bag
clothing
january 2012
libgit2: a linkable library for Git
january 2012
libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings.
c
git
library
objectivec
bridge
client
vcs
january 2012
Puncher the simple file watcher for OS X
january 2012
Why another file watcher for OS X?
There’s already kicker, and many ruby programs that need file watching, already have solutions built in. For example ZenTest, compass etc..
The problem with file watchers on OS X is that they depend on rubycocoa. If rubycocoa isn’t available most of them fallback to file-system polling, which kills my cpu. If you’re using the system ruby that comes with OS X, you’re fine because rubycocoa is already built in.
ruby
fsevents
script
modification
file
There’s already kicker, and many ruby programs that need file watching, already have solutions built in. For example ZenTest, compass etc..
The problem with file watchers on OS X is that they depend on rubycocoa. If rubycocoa isn’t available most of them fallback to file-system polling, which kills my cpu. If you’re using the system ruby that comes with OS X, you’re fine because rubycocoa is already built in.
january 2012
Blink, a state of the art, easy to use SIP client
january 2012
Blink is the best SIP client for Mac. You can use it with any SIP provider or its own fully-featured SIP service.
application
software
app
sip
osx
sipgate
voip
appstore
january 2012
submarine
january 2012
Submarine is a command-line program for searching and downloading the right subtitles for movies. Subtitles are searched based on movie file hashes and downloaded from online subtitle services. Downloaded subtitles are automatically renamed and saved next to corresponding files.
cli
subtitle
movie
utility
automation
linux
january 2012
id3shit
january 2012
id3shit is a commandline based id3 editor that sucks a little bit less then the alternatives. It can read, write and strip tags, rename files based on the metadata and that's about it. All functions will operate recursively if given a directory.
cli
editor
mp3
id3
tag
sosumi
music
itunes
podcast
january 2012
Real World Haskell
january 2012
This is the online home of the book “Real World Haskell”. It is published by O'Reilly Media. The first edition was released in November 2008.
We make the content freely available online. If you like it, please buy a copy.
For news updates, please visit our blog.
book
haskell
programming
reference
oreilly
We make the content freely available online. If you like it, please buy a copy.
For news updates, please visit our blog.
january 2012
Custom NSThemeFrame
january 2012
After seeing Safari 4 drawing its tab bar in a custom way, I wondered how to do that. Each window has a frame view (the superview of contentView) that draws the window, replacing that view's drawRect: with our own will let us draw it ourselves !
cocoa
coding
programming
window
custom
ui
january 2012
CoreData, bindings & multiple nibs
january 2012
I’m not going into details about various aspects of such implementation - see the excellent posts on NSViewController on KATI’s blog for more in-depth discussions and solutions - part 1, part 2 and part 3 posts on XSViewController for example. I will instead focus on handling CoreData with bindings over such implementation. Specifically how to deal with dependencies between data displayed in different nibs. Additionally I want to do the bindings in Interface Builder instead of resorting to code.
cocoa
programming
coredata
relation
nib
architecture
refactoring
january 2012
Bettino Ricasoli
january 2012
Bettino Ricàsoli, 1.º Barone Ricàsoli, 1.º Conte di Brolio (March 29, 1809, Florence – October 23, 1880; Italian pronunciation: [riˈkaːsoli]) was an Italian statesman.
The barone created the modern recipe of Chianti wine; the family named firm still produces wine at Brolio.
wine
food
beverage
The barone created the modern recipe of Chianti wine; the family named firm still produces wine at Brolio.
january 2012
Araelium Group : Querious - MySQL Database Tool
january 2012
Querious is a MySQL database management application written from the ground up for Mac OS X. Unlike mindless Mac OS X ports of applications originally made for Windows or Linux, Querious works the way you'd naturally expect it to as a Mac OS X app. Querious is precise and easy to understand, giving you full control without getting in your way.
database
mac
mysql
osx
software
remote
management
development
january 2012
Sdef Editor
january 2012
Sdef Editor is a "Scripting Definition File Editor".
If you are developer, and you want that your application be scriptable, you have to write a AppleScript dictionary, or terminology. Sdef Editor can create, and edit sdef xml files. Sdef file format is an OS X format that can be exported as Cocoa Terminology (.scriptSuite and .scriptTerminology files) or 'aete' resource file.
applescript
cocoa
development
mac
osx
script
editor
gui
If you are developer, and you want that your application be scriptable, you have to write a AppleScript dictionary, or terminology. Sdef Editor can create, and edit sdef xml files. Sdef file format is an OS X format that can be exported as Cocoa Terminology (.scriptSuite and .scriptTerminology files) or 'aete' resource file.
january 2012
marcoarment/secondcrack - GitHub
january 2012
Second Crack is a basic static-file blog engine using Markdown-formatted text files as input.
blog
markdown
static
site
generator
arment
january 2012
Calepin
january 2012
Calepin reads Markdown-formatted, plain-text files stored in your Dropbox and converts them into blog posts for you. You can publish, edit, re-edit, and delete posts just by editing these files and then re-publishing your blog. Calepin does the work of converting these plain-text files into a useable blog, and even generates an Atom feed to allow people to subscribe to your blog in their favourite feed-reader, leaving your free to concentrate on writing.
dropbox
markdown
blog
static
site
generator
january 2012
scriptogr.am
january 2012
A simple online tool that converts static Markdown text files
located in your Dropbox, into a beautiful web log. It features: Easy sign up & sign in; Custom domain; Themes and design; Responsive layout; Offline & online editing.
blog
cms
dropbox
static
site
generator
located in your Dropbox, into a beautiful web log. It features: Easy sign up & sign in; Custom domain; Themes and design; Responsive layout; Offline & online editing.
january 2012
Omnifocus Themes
january 2012
ofthemes.com is a small website to collect omnifocus themes. They are usually published in omnigroup/s forums but it's not easy to keep track of them.
omnifocus
themes
color
productivity
timekiller
january 2012
responsivepx - find that tricky breakpoint
january 2012
Enter the url to your site - local or online: both work - and use the controls to adjust the width and height of your viewport to find exact breakpoint widths in pixels. Then use that information in your media queries to create a responsive design.
css
design
responsive
test
utility
january 2012
Unofficial Winclone for OS X Lion
january 2012
These are unsupported versions of Winclone that have been modified to work (better?) in OS X Lion. The original author abandoned this code years ago,
so Lion support has been added to the backend Perl (since we do not have the source to the GUI). For more information please see:
http://roaringapps.com/app:904 or contact me on twitter @brianwilson.
mac
clone
partition
utility
backup
restore
windows
so Lion support has been added to the backend Perl (since we do not have the source to the GUI). For more information please see:
http://roaringapps.com/app:904 or contact me on twitter @brianwilson.
january 2012
Properly encrypting with AES with CommonCrypto | Cocoaphony
december 2011
I see a lot of example code out there showing how to use CCCrypt(), and most of it is unfortunately wrong. Since I just got finished writing about 10 pages of explanation for my upcoming book, I thought I’d post a shortened form here and hopefully help clear things up a little. This is going to be a little bit of a whirlwind, focused on the simplest case. If you want the gory details including performance improvements for large amounts of data, well, the book will be out later this year. :D
cocoa
iphone
security
encryption
aes
mac
december 2011
bazaarlabs/gitdocs - GitHub
december 2011
Open-source dropbox alternative powered by git. Collaborate on files and tasks without any extra hassle. gitdocs will automatically keep everyone's repos in sync by pushing and pulling changes. This allows any git repo to be used as a collaborative task list, file share, or wiki for a team. Supports a web front-end allowing each repo to be accessed through your browser.
dropbox
git
clone
sparkleshare
selfhosting
december 2011
Evercube
november 2011
The Evercube is primarily intended as an "always-on" home server. 5 terabytes of raw storage capacity make it a superb file server with plenty of room for pictures, music, movies or backups. Of course it can also be used as your personal web server, bittorrent server, freedom box, diaspora node ...
hardware
server
nas
home
soho
mini
cube
november 2011
PieCrust — A static website generator and lightweight CMS.
october 2011
PieCrust is a static website generator and lightweight CMS that’s all managed with text files. No complex setup, databases, or administrative panels. Simple, beautiful, and yummy.
static
site
generator
php
html
template
geekery
october 2011
ReText
october 2011
ReText is a simple but powerful text editor for Markdown and reStructuredText.
It is written in Python using Qt libraries, able to run on any platforms. You can read more about ReText in our FAQ.
Features:
Full Markdown and reST support
Markdown extensions support
Tabs
Files auto-save option
HTML, PDF, ODT export
WebPages generator
Google Docs uploads
CSS styles support
HTML syntax highlighting
Tags and symbols boxes for quick insert
text
editor
markdown
export
splitpane
It is written in Python using Qt libraries, able to run on any platforms. You can read more about ReText in our FAQ.
Features:
Full Markdown and reST support
Markdown extensions support
Tabs
Files auto-save option
HTML, PDF, ODT export
WebPages generator
Google Docs uploads
CSS styles support
HTML syntax highlighting
Tags and symbols boxes for quick insert
october 2011
boom
october 2011
“motherfucking text snippets on the command line.”
That’s some truly remarkable marketing.
remarkable
marketing
swear
sell
fun
That’s some truly remarkable marketing.
october 2011
Microcaching: Speed your app up 250x with no new code - Fenn's Thoughts
october 2011
Microcaching is like an insulation layer for your app - Let's say your wordpress install (or rails app) can handle 20 requests/sec fairly happily. This is fine, up until the point where you get on HN and Reddit at the same time (greatest day of your life) and right at the critical time, your site collapses spectacularly amidst the deafening snarky jeers of your peers.
The idea behind microcaching is to cap the amount of requests that can make it through to your app by letting nginx bear the brunt of your pageviews by caching content for a very small amounts of time (ie: 1 second or less).
From your app's point of view, it can only ever be hit by a maximum of 1 req/sec per page of content it needs to serve, so in wordpress terms, if everyone is hitting your front page or a specific post, the vast majority of requests can be served out of cache.
At the same time, the classic problem of stale content/cache invalidation is basically nil - nobody's going to realise if the content they're seeing is 800ms old. Probably...
cache
web
server
cheat
request
fireball
php
The idea behind microcaching is to cap the amount of requests that can make it through to your app by letting nginx bear the brunt of your pageviews by caching content for a very small amounts of time (ie: 1 second or less).
From your app's point of view, it can only ever be hit by a maximum of 1 req/sec per page of content it needs to serve, so in wordpress terms, if everyone is hitting your front page or a specific post, the vast majority of requests can be served out of cache.
At the same time, the classic problem of stale content/cache invalidation is basically nil - nobody's going to realise if the content they're seeing is 800ms old. Probably...
october 2011
nuex/zodiac - GitHub
october 2011
ZODIAC is a static website generator powered by sh and awk.
INSTALL
git clone git://github.com/nuex/zodiac.git
Edit the config.mk file to customize the install paths
sudo make install
USAGE
zod projectdir targetdir
static
site
generator
geekery
html
shell
INSTALL
git clone git://github.com/nuex/zodiac.git
Edit the config.mk file to customize the install paths
sudo make install
USAGE
zod projectdir targetdir
october 2011
iCal:Arbeitszeiterfassung die 3. at hubionmac.com
october 2011
Sodele ich habe das Skript nun etwas umgeschrieben.
das Skript hat nun eine reine Update-Funktion für die Statistik (zur Zeit auf 8 Wochen eingestellt, um bei großen Kalendern die Bearbeitungszeit zur verkürzen)
Bei der Statistik werden nun alle nicht-allday-Events berücksichtigt, die eine Dauer größer 1min haben, d.h. Aufgaben werde nun auf die Minute genau erfasst und nicht auf 5min gerundet
Die Statstitik wird nun nicht nur für die aktuelle Woche/Monat aktualisiert, sondern für alle Wochen und Monate, die aktuelle Event andauert
Das Skript erkennt nun Events an die wie bisher ein Open in der Beschreibung haben, die als Allday-Event angelegt wurden und keine Statistik-Events sind und Events die die gleiche Anfangs- wie Endzeit haben
Wählt man ein AllDay-Event zum Abschließen aus, fragt das Skript nach der Anfangs-Uhrzeit des Events.
ical
time
tracking
applescript
work
hour
stats
das Skript hat nun eine reine Update-Funktion für die Statistik (zur Zeit auf 8 Wochen eingestellt, um bei großen Kalendern die Bearbeitungszeit zur verkürzen)
Bei der Statistik werden nun alle nicht-allday-Events berücksichtigt, die eine Dauer größer 1min haben, d.h. Aufgaben werde nun auf die Minute genau erfasst und nicht auf 5min gerundet
Die Statstitik wird nun nicht nur für die aktuelle Woche/Monat aktualisiert, sondern für alle Wochen und Monate, die aktuelle Event andauert
Das Skript erkennt nun Events an die wie bisher ein Open in der Beschreibung haben, die als Allday-Event angelegt wurden und keine Statistik-Events sind und Events die die gleiche Anfangs- wie Endzeit haben
Wählt man ein AllDay-Event zum Abschließen aus, fragt das Skript nach der Anfangs-Uhrzeit des Events.
october 2011
Code Your Own Multi-User Private Git Server in 5 Minutes - Moocode Blog
october 2011
I was recently working on a client project that we converted to git, we hired an agency to work on the front-end for the project and they had four users that needed access. I didn't really want to create them individual accounts on the server so I started thinking how I could securely manage multiple-user access to a git repository running under a single git user without giving them shell access.
After a bit of research I identified two possible candidates gitosis and gitolite but they seemed overkill for what I was trying to achieve.
git
ssh
fast
adhoc
server
cli
After a bit of research I identified two possible candidates gitosis and gitolite but they seemed overkill for what I was trying to achieve.
october 2011
Transmit supports Amazon S3 « Ode to Apple
october 2011
Do not forget to set the Read/Write access in the Preference Panel, else you will have to do it manually. In Transmit > Preferences > Transfers – select the “Set permissions on upload” and “Edit” it to your choice. I would suggest the option of “Read: World” and “Write:Owner”.
amazon
s3
preferences
permission
cdn
cloudfront
upload
october 2011
Amazon CloudFront – PHP Invalidator : : subCHILD
october 2011
Amazon recently (finally!) added support for invalidation to CloudFront. Frankly, without this feature the service was pretty useless to me since updating (or deleting) the cached resource would mean that the actual operation would take up to 24 hours to be reflected on the CDN. But all is well now as the invalidation API available and is, as expected, very responsive. (Based on initial tests, invalidations take a few minutes to process.)
What was missing though is a PHP API for easily creating and processing invalidation requests, so I put one together, largely inspired by the existing S3 and CloudFront PHP kits.
api
cdn
cloudfront
php
s3
aws
transmit
website
image
What was missing though is a PHP API for easily creating and processing invalidation requests, so I put one together, largely inspired by the existing S3 and CloudFront PHP kits.
october 2011
kindle at master from tswicegood/pyKindle - GitHub
october 2011
Simple Python parser for Kindle's My Clippings.txt file
ebook
reader
amazon
notes
october 2011
10.7: Enable AirDrop on Macs without supported wireless hardware - Mac OS X Hints
october 2011
AirDrop is a handy way to share files between Macs. Unfortunately, it is only supported on newer models which have the hardware necessary to support a certain type of point-to-point WiFi connection. There is, however, a hidden setting to enable AirDrop on older Macs. Just type:
defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1
into a Terminal window, hit enter, and relaunch the Finder.
Note that:
You must do this on both the sending and receiving macs, even if one of them already has the correct WiFi hardware (I think).
You will be able to see other macs on the same network, and they will be able to see your Mac (when AirDrop is open), even if they are not physically nearby. On a larger network with many Macs, this could potentially cause some confusion, although it shouldn't be a real security issue. This may be why Apple decided not to enable this feature by default.
Both macs must be connected to the same network somehow (ethernet, existing WiFi network, etc.)
[crarko adds: So here I sit, with only one Lion machine, so I can't fully test this. However, when using the command, it did enable the AirDrop icon in the Finder's Sidebar and said it had become available, so it will likely work, given the caveats mentioned above. To reverse this, just change the 1 in the command to a 0. This will be a great boon to those of us with some older (but still Lion-capable) machines still around.]
osx
lion
cli
hint
tips
defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1
into a Terminal window, hit enter, and relaunch the Finder.
Note that:
You must do this on both the sending and receiving macs, even if one of them already has the correct WiFi hardware (I think).
You will be able to see other macs on the same network, and they will be able to see your Mac (when AirDrop is open), even if they are not physically nearby. On a larger network with many Macs, this could potentially cause some confusion, although it shouldn't be a real security issue. This may be why Apple decided not to enable this feature by default.
Both macs must be connected to the same network somehow (ethernet, existing WiFi network, etc.)
[crarko adds: So here I sit, with only one Lion machine, so I can't fully test this. However, when using the command, it did enable the AirDrop icon in the Finder's Sidebar and said it had become available, so it will likely work, given the caveats mentioned above. To reverse this, just change the 1 in the command to a 0. This will be a great boon to those of us with some older (but still Lion-capable) machines still around.]
october 2011
Ultra Simple Site Maker
october 2011
USSM is a static web site compiler. It generates a complete web site from a hierarchy of text files. It is released under the GNU GPL.
If you know how to use a web server, (at home or with a hosting service), you should be able to learn my system and set up a simple web site in a few minutes. Just download it, install it, and check the manual.
Many web site generators already exist. Jekyll is a rather famous example. I built my own because I felt I could do simpler.
static
site
generator
geekery
web
html
ocaml
If you know how to use a web server, (at home or with a hosting service), you should be able to learn my system and set up a simple web site in a few minutes. Just download it, install it, and check the manual.
Many web site generators already exist. Jekyll is a rather famous example. I built my own because I felt I could do simpler.
october 2011
snessy.com - play SNES games online (no download required)
september 2011
Get your daily dose of SNES nostalgia at snessy.com!
nintendo
nes
snes
games
emulation
rom
java
browser
september 2011
An interview with Nozlee Samadzadeh
september 2011
“I’m an information architect at Flat, an assistant editor at The Morning News, a writer, and an avid home cook.”
She’s such a great writer!
nerd
setup
interview
geekery
She’s such a great writer!
september 2011
Welcome to Chronik des Gettos Lodz / Litzmannstadt - Das letzte Jahr | Chronik des Gettos Lodz / Litzmannstadt - Das letzte Jahr
september 2011
Innerhalb der jüdischen Getto-Verwaltung wurde im November 1940 ein Archiv gebildet, zu dessen Aufgaben die Sammlung von Dokumenten und Material für eine künftige Darstellung der Geschichte des Gettos gehörte. In diesem Archiv schrieben vom 12. Januar 1941 bis zum 31. Juli 1944 mehrere Mitarbeiter, vorwiegend Journalisten und Schriftsteller, die Getto-Chronik, zunächst auf Polnisch, später dann auf Deutsch.
hitler
crime
ghetto
worldwar
wwII
poland
september 2011
Kid3 - ID3 Tagger
september 2011
If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2, Speex, TrueAudio, WavPack, WMA, WAV and AIFF files (e.g. full albums) without typing the same information again and again and have control over both ID3v1 and ID3v2 tags, then Kid3 is the program you are looking for.
audio
mp3
tagging
gui
september 2011
Quick Tip: Extracting Mac App Store reviews as text - Brett Terpstra
september 2011
Apple has disabled the ability to copy and paste text (or even select it) in the Mac App Store. This is fine for descriptions, you can just view the web preview and get what you need (just right click the icon in the App Store app and choose Copy Link to paste into your browser). You can even get to the first few reviews that way. Marked users have left some insanely nice reviews, though, and I wanted to capture them all (both for marketing and for general warm fuzzies).
apple
appstore
terminal
copy
paste
source
code
september 2011
Anthologize
september 2011
Anthologize is a free, open-source, plugin that transforms WordPress 3.0 into a platform for publishing electronic texts. Grab posts from your WordPress blog, import feeds from external sites, or create new content directly within Anthologize. Then outline, order, and edit your work, crafting it into a single volume for export in several formats, including—in this release—PDF, ePUB, TEI.
plugin
wordpress
write
book
online
generator
september 2011
PleaseSleep
september 2011
PleaseSleep is a utility software designed for Mac OS X that helps put your computer to sleep when you know some other app is preventing your Mac from going to sleep.
pmset -g does basically the same.
mac
osx
sleep
prevention
pmset -g does basically the same.
september 2011
10 Insulting Words You Should Know
september 2011
There is a crisis of insults on the Web. On one hand, the volume of flames is very high yet the quality is poor. Gone are the days of the razor-sharp wit of Oscar Wilde and Winston Churchill*, only to be replaced by a string of four letter words typed in ALL CAPS by n00bs (the latest of which is “FAIL”, itself a failure of coming up with a more scathing insult, if you think about it). (via http://daringfireball.net/)
shame
on
you
FRENCHIFY
BESCUMBER
MICROPHALLUS
COCCYDYNIA
NINNYHAMMER
BUNCOMBE
HIRCISMUS
CORPULENT
FEIST
CACAFUEGO
september 2011
Stasis - Static Sites Made Powerful
august 2011
Statis is a static site generator programmed in Ruby. Yeah, hipster style!
static
site
generator
geekery
ruby
web
html
august 2011
videotop – console browser for online videos
august 2011
A free console browser for online videos, written in python with vim-like keybindings.
If you are already familiar with vim the controls should be pretty intuitive.
There are two modes: command mode and browse mode.
In command mode you can search for videos by typing :s VIDEOSEARCH and hitting ENTER.
This will generate a list of videos and switch to browse mode.
In browse mode you can download the videos by hitting ENTER and play them with p.
You can also open the youtube page by hitting o.
CTRL n lists the next videos of your previous search and CTRL r clears the screen.
To search for the string SOMETHING in the current video list type /SOMETHING and
hit n to get to the next or N to get to the previous item.
All downloaded videos are stored in ~/.videotop/videos.
cli
console
movie
watch
online
script
geekery
If you are already familiar with vim the controls should be pretty intuitive.
There are two modes: command mode and browse mode.
In command mode you can search for videos by typing :s VIDEOSEARCH and hitting ENTER.
This will generate a list of videos and switch to browse mode.
In browse mode you can download the videos by hitting ENTER and play them with p.
You can also open the youtube page by hitting o.
CTRL n lists the next videos of your previous search and CTRL r clears the screen.
To search for the string SOMETHING in the current video list type /SOMETHING and
hit n to get to the next or N to get to the previous item.
All downloaded videos are stored in ~/.videotop/videos.
august 2011
koenbok/Cactus - GitHub
august 2011
Cactus is a simple but powerful static website generator using the Django template system. Cactus also makes it easy to develop and deploy your site to S3 directly.
Cactus is based on the idea that most dynamicness on websites these days can be done using Javascript and external services while the actual site can stay static. Still, it's nice to use a well known system like Django to generate your site so you can use the template system and other goodies. The static output allows for very fast and easy hosting, especially combined with a cdn like Amazon Cloudfront. More discussion about this at hacker news
Alternatives to Cactus are Hyde and Jekyll but I wanted to build something simpler our in-house designers at Sofa could use more easily.
static
site
generator
html
django
geekery
Cactus is based on the idea that most dynamicness on websites these days can be done using Javascript and external services while the actual site can stay static. Still, it's nice to use a well known system like Django to generate your site so you can use the template system and other goodies. The static output allows for very fast and easy hosting, especially combined with a cdn like Amazon Cloudfront. More discussion about this at hacker news
Alternatives to Cactus are Hyde and Jekyll but I wanted to build something simpler our in-house designers at Sofa could use more easily.
august 2011
SSH Can Do That? Productivity Tips for Working with Remote Servers
august 2011
SSH has many features which are helpful when working regularly with files on remote servers; together they can give a vast increase in productivity over the bare use of SSH. If you regularly use SSH, it’s worth spending a little time learning about these and configuring your environment to make your life easier.
terminal
tips
ssh
productivity
console
august 2011
Switch to RapidSSL for Free. Replace a Comodo, GoDaddy or GlobalSign SSL Certificate with a FREE RapidSSL Certificate.
august 2011
Click switch to enter the enrollment process, then choose yes under competitive replacement. We'll replace a Comodo, Go Daddy, or GlobalSign SSL certificate with a FREE RapidSSL® Certificate for the validity period of your choice.
encryption
free
security
ssl
certificate
server
august 2011
StartSSL™ Certificates & Public Key Infrastructure -
august 2011
StartSSL™ is the trade mark of the StartCom Certification Authority - a leader of the digital certification industry. We provide you with everything from free low-assurance SSL certificates up to the most advanced PKI and security solutions for your business and personal use.
encryption
free
security
ssl
certificate
server
august 2011
010 Editor - The Professional Text/Hex Editor with Binary Templates
august 2011
010 Editor is a professional-grade text editor and hex editor designed to quickly and easily edit any file or drive on your computer. Combining an easy-to-use interface with a whole range of editing tools, 010 Editor is a valuable tool for anyone working with text or binary files.
binary
editor
programming
hex
reverseengineering
august 2011
Synalyze It! - much more than a Hex Editor
august 2011
You got a binary file and don't know its contents. Or some software creates binary files where you have a specification but don't want to decode them manually.
Synalyze It! allows you to create a grammar for binary files interactively. Unlike in regular hex editors or viewers the files are interpreted automatically for you!
editor
osx
software
reverseengineering
binary
file
analysis
Synalyze It! allows you to create a grammar for binary files interactively. Unlike in regular hex editors or viewers the files are interpreted automatically for you!
august 2011
28
29
30
31
32
33
34
35
36
37
38
39
40
404
41
42
43
44
45
46
47
48
access
adapter
addicted
adhoc
admin
aes
age
airport
airprint
algorithm
amazon
amazons3
ampersand
analysis
api
App
apple
applescript
application
apps
appstore
architecture
arment
art
assange
audio
automated
automation
automaton
automator
avatar
aws
backup
bag
basics
bathroom
bay
beautiful
beginner
BESCUMBER
beta
beverage
bezier
binary
bindings
blackberry
blog
board
book
bookmark
breakpoint
bridge
browser
bug
BUNCOMBE
c
c++
cable
CACAFUEGO
cache
case
cdn
certificate
cheat
check
chrome
clarity
class-dump
classes
cli
client
clone
clothes
clothing
cloud
cloudfront
cms
COCCYDYNIA
cocoa
CocoaHub
cocos2d
code
coding
collaboration
color
command
comments
commercial
community
compatibility
configuration
console
context
contract
control
convert
copy
coredata
CORPULENT
cpan
creativity
crime
css
cube
custom
data
database
debug
delay
delicious
design
designer
desktop
destruction
developer
development
device
diagram
dickbar
distribution
django
dock
documentation
dom
dos
dotfile
drive
driver
dropbox
dune
duplicates
easy
eat
ebook
ec2
editor
Edwin
edwinapp
effect
emulation
encoding
encryption
engine
equipment
estate
etsy
export
expresssion
facebook
failure
fashion
fast
faucet
feed
FEIST
file
filter
fireball
flags
flash
folder
font
food
format
forum
framework
free
freelance
FRENCHIFY
fscript
fsevents
full
fun
functional
game
games
gdb
geek
geekery
geektool
generator
ghetto
git
gitolite
gitosis
google
googlewave
googlewaveinvite
graphics
grid
gtd
gui
hacks
hardware
haskell
hdd
heroku
hex
hifi
hint
hipstamatic
HIRCISMUS
hitler
home
hosting
hour
howto
html
http
https
human
i2dm
ical
icons
id3
idisk
il
image
improvement
instagram
install
instapaper
interface
interview
introduction
invitation
ios
ipad
iphone
iphoneos
iPod
itunes
iwork
JanuaryEP
java
javascript
jekyll
jenkins
jobs
jquery
JuicyCocktail
keyboard
keynote
killflash
kitchen
kiwi
kiwiapp
klingon
knowledge
Kostencheck
language
launch
layout
leather
lessn
library
lickahoctor
life
limits
links
linux
lion
localization
log
mac
macosx
Macoun
macpro
macro
mact
management
manifesto
maninthemiddle
manual
markdown
marketing
markup
math
memory
men
merge
metaweb
metaweblog
MICROPHALLUS
microphone
mini
minimalism
MOApp
mobile
mobileme
modification
module
money
monitoring
motherfucker
movie
mp3
multiple
music
myApps
myClippings
myDocuments
mySlips
mysql
myTexts
nas
nerd
nes
network
nib
NINNYHAMMER
nintendo
notes
nsconf
numbers
objectivec
ocaml
offsite
omnifocus
on
online
opengl
openid
opensource
optical
optimization
oreilly
osx
outliner
overlay
overview
p2p
pages
paid
parser
parsing
particle
partition
paste
patch
pbbq10
performance
perl
permission
photography
photoshop
php
pinboard
pixel
play
playbook
playground
plugin
png
podcast
poland
pragprog
predicate
preferences
prevention
preview
printer
privacy
problem
productivity
profit
programming
project
provider
proxy
psd
python
quickies
rails
read
readable
reader
real
recipe
recommendation
refactoring
reference
refresh
regexp
registers
regular
relation
remarkable
remote
repository
request
research
reset
resolution
resources
responsive
restart
restore
retro
revenue
reverseengineering
rim
rom
rss
ruby
s3
safari
safety
savetheclimate
scheme
scotch
screencast
script
security
selfhosting
sell
server
setup
shame
sharing
shell
shoes
shop
shopping
shortcut
shortcuts
shortener
show
simbl
sip
sipgate
site
skills
sleep
slick
smartphone
smoky
snes
sniff
snippets
socialnetwork
software
soho
sosumi
sound
source
sparkleshare
sparsebundle
speakers
speed
spelling
splitpane
sprite
ssd
ssh
ssl
stack
static
stats
steve
strategy
structure
style
subquery
subtitle
subtree
SUPERTAALK
swear
switch
swizzling
sync
tablet
tag
tagging
task
template
terminal
terminology
test
text
themes
threads
time
timekiller
timesaver
tips
TMobile
tool
torch
tracking
traffic
translation
transmit
troubleshooting
trust
truth
tutorial
tv
tweak
TweetCloud
twitter
tynt
typing
typography
ubuntu
ui
unison
unix
update
upgrade
upload
uri
url
usability
utility
validity
vcs
vim
vimeo
vintage
visualization
voip
wacom
watch
water
weather
web
web2.0
webdav
webdesign
webshop
website
wholyshit
wide
widget
wifi
wiki
wikileaks
window
windows
wine
wireless
wordpress
work
workaround
workflow
worldwar
write
wwII
xcode
xml
you
youtube
yummy
zuckerberg