Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

The month from Hell - liza.io - 11 years ago - eng
Update on Rigel and response from DjurAkuten Update: When I first wrote this post I kept all clinic names anonymous. I am now un-anonymising one of the clinics (DjurAkuten), where this whole chain of events was triggered in the first place and which is now trying to claim that Rigel was already sick/had a flaccid bladder when we brought him in for a routine surgery as a healthy kitten despite their own records stating otherwise.

8 Amazing Things to Do in Jeonju, South Korea (2020 Guide) . Hongdae, Seoul . Koi fish mural at Naksan Park, Seoul .

Sharing on iOS - xenodium.com - 11 years ago - eng
UIActivityViewController . Use completionWithItemsHandler on iOS 8. Sample: NSString *title = @"Sharing on iOS bookmarks."; NSURL *url = [NSURL URLWithString:@"http://xenodium.com/#sharing-on-ios"]; UIImage *image = [UIImage imageNamed:@"beautiful-image"]; UIActivityViewController *controller = [[UIActivityViewController alloc] initWithActivityItems:@[title, url, image] applicationActivities:nil]; // self being a UIViewController. [s....

Blue Star Donuts (Portland + LA) . Mr. and Mrs. Miscellaneous . Smitten Ice Cream . Tiled steps at 16th Moraga Street in San Francisco .

Altan Şekerleme (turkish delight shop) . Cheap eats in Istanbul's Bazaar District . Findikli rainbow stairs . Historic neighborhood of Arnavutkoy in Istanbul. Istanbul Food: after the perfect bite . The rise of Karakoy: Istanbul's hippest neighbourhood . Uskudar Fish Market .



In one of my previous posts, I explained my email setup in detail . Since then I've added one more piece of software on the "stack". It's called NotMuch and it's an email indexer.


Yesterday Cerberus 0.8.1 was released with a few little fixes , one of them being more a new feature than a fix really: sub-document fields can now be set as field dependencies by using a ‘dotted’ notation. So, suppose we set the following validation schema: schema = { 'test_field': { 'dependencies': [ 'a_dict.foo', 'a_dict.bar' ] }, 'a_dict': { 'type': 'dict', 'schema': { 'foo': {'type': 'string'}, 'bar': {'type': 'string'..

22 Towns in Italy That Are Almost Too Perfect Looking . Abbazia di Monte Oliveto Maggiore . Abbruzzo's Sulmona: one of the oldest towns in the area and home to the Latin poet Ovid, confetti (sugared almonds) and arrosticini (barbecued lamb skewers) . Alberobello - Wikipedia . Amalfi coast's Furore beach . Boboli Gardens, Florence . Braie lake . Caffe Meletti . Cinque Terre . Emilia Romagna . (foood!). Fixe small towns in Italy . ....

Wanted to track down which package was enabling ido-mode on my behalf. debug-on-entry to the rescue. Pass the method name in question and you're good to go. (debug-on-entry 'ido-mode) When done, use cancel. (cancel-debug-on-entry 'ido-mode)

Bagan and Inle lake are the "touristy" areas. Balloons over Bagan . For Bagan, get bicycles. Inle lake guided boat tour. Ngapali beach . Ngwe Saung beach . Shwesandaw at sunset. zyklusdiewelt's Myanmar's photos .

Another blog post written for SitePoint about 5 great uses for Sass maps and other thoughts on code at the moment.

In Understanding Media, McLuhan describes the shift in western society from an agrarian economy to an industrial economy as a template for the next shift from an industrial economy to an information economy. Another characteristic reversal after passing a road break boundary is that the country ceases to be the center of all work, and the city ceases to be the center of leisure. In fact, improved roads and transport have reversed the an....

Rust is a reasonably large project: the compiler and standard libraries are over 350kloc, built across nearly 40000 commits by the hands of around 900 contributors. Not only that: there are more than 30 other repositories in the rust-lang GitHub organisation that shouldn’t fall by the wayside, and, for rust-lang/rust alone, there are often more than 100 pull requests landing and a dozen new contributors in a single week. Update 20....

As soon as I flipped to the first page, I was enchanted. I have no words, because it is just so superbly written with an excellent…

Here are two quick git tricks that I’ve added to my toolbox lately… I wanted to create a git alias that takes in argv from the command, but in the middle of the command. Here’s the hack that I came up with for the [alias] section of my ~/.gitconfig: [alias] # cherryfetch fetches a repo ($1) / branch ($2) and applies it rebased! # the && true at the end eats up the appended args cherryfetch = !git fetch "$1" "$..

Here are two quick git tricks that I’ve added to my toolbox lately… I wanted to create a git alias that takes in argv from the command, but in the middle of the command. Here’s the hack that I came up with for the [alias] section of my ~/.gitconfig: [alias] # cherryfetch fetches a repo ($1) / branch ($2) and applies it rebased! # the && true at the end eats up the appended args cherryfetch = !git fetch "$1" "$..

Alex Dergachev has a great howto for generating animated GIF out of OS X Screencasts. Of interest GIF Brewery .

Today, the New York Times’ SundayReview features a great column by Matthew B. Crawford: The Cost of Paying Attention . Attention is a resource; a person has only so much of it […] What if we saw attention in the same way that we saw air or water, as a valuable resource that we hold in common? Perhaps, if we could envision an “attentional commons,” then we could figure out how to protect it.

Xcode-Plugin-Template from Delisa Mason / kattrali . Ensure DVTPlugInCompatibilityUUIDs is in Info.plist. Get from: defaults read \ /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID Luis Solanos's Xcode-RuntimeHeaders . Boris Bügling's Xcode-RuntimeHeaders fork. Building the Xcode plugin snapshots . Xcode Explorer enables you to explore Xcode events/notifications. Creating an Xcode4 plugin . Common Xcode plug..

rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin $ rm -rf ~/Library/Application\ Support/Alcatraz ps. Removing all plugins: $ rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/*

Go is an object oriented programming language. It may not have inheritance, but in this 20 minute video from the Bangalore meetup, I will show you how object oriented programming practices and techniques can be applied to your Go programs. From an object oriented standpoint, Go does provides the ability to add behavior to your types via methods, allows you to implement polymorphic behavior via interfaces and gives you a way to extend the st..

Linux Kernel CI for Debian Github: sammcj/kernel-ci Those of us using technologies such as Docker and BTRFS or simply trying to gain a performance edge on the competition have a lot to gain from the features and performance of recent Kernel updates (especially from 3.18 onwards). ‘Enterprise’ Linux distributions such as RHEL & variants are concerningly out of date when comes to the Kernel. Many people seem to have forgotten what ..

Linux Kernel CI for Debian Github: sammcj/kernel-ci Those of us using technologies such as Docker and BTRFS or simply trying to gain a performance edge on the competition have a lot to gain from the features and performance of recent Kernel updates (especially from 3.18 onwards). ‘Enterprise’ Linux distributions such as RHEL & variants are concerningly out of date when comes to the Kernel. Many people seem to have forgotten what ..

It has been a while since I have updated this page! I just wanted to let people know that there was a change to sqlite in iOS 8.2 that has caused issues with Amounts. I’ve just submitted a small bugfix update to Apple that should hopefully go out next week. In the meantime I will... Read more » The post Amounts 1.0.3 Bugfix Update first appeared on Swift Fox Software LLC .

Assume, for a contradiction, that we have some function optimise(f), that returns the fastest Turing Machine that computes the (partial) function f. The exact definition of 'fastest' doesn't matter. Now consider the function \( \operatorname{returnOneOnHalt_f}(x) \), that simulates the execution of function f on input x. If f halts, then \( \operatorname{returnOneOnHalt_f} \) returns 1 and halts. If the function f doesn't halt then ....


The new swiper Emacs package is proving to be a great alternative to helm-swoop . Here's how to prefill with current region: (defun ar/prefilled-swiper () "Pre-fill swiper input with region." (interactive) (if (region-active-p) (let ((region-text (buffer-substring (region-beginning) (region-end)))) (swiper region-text)) (swiper))) (global-set-key (kbd "C-s") #'ar/prefilled-swiper)



Wanting to have more control over my email, I decided to setup my own mail server. I thought I had a pretty good understanding of how mail works, considering my mutt/offlineimap/imapfilter setup , but I must say I was pleasantly surprised while setting everything up.

European Lisp Symposium . guide-key displays available key bindings. iplayer-el Emacs interface to the BBC's iPlayer. swankr REPL (swank protocol for R).

Problem: Given a massive data stream of $ n$ values in $ \{ 1, 2, \dots, m \}$ and the guarantee that one value occurs more than $ n/2$ times in the stream, determine exactly which value does so. Solution: (in Python) def majority(stream): held = next(stream) counter = 1 for item in stream: if item == held: counter += 1 elif counter == 0: held = item counter = 1 else: counter -= 1 return held Discussion: Let’s prove correctness.

Problem: Given a massive data stream of $ n$ values in $ \{ 1, 2, \dots, m \}$ and the guarantee that one value occurs more than $ n/2$ times in the stream, determine exactly which value does so. Solution: (in Python) def majority(stream): held = next(stream) counter = 1 for item in stream: if item == held: counter += 1 elif counter == 0: held = item counter = 1 else: counter -= 1 return held Discussion: Let’s prove correctness.

Problem: Given a massive data stream of $ n$ values in $ \{ 1, 2, \dots, m \}$ and the guarantee that one value occurs more than $ n/2$ times in the stream, determine exactly which value does so. Solution: (in Python) def majority(stream): held = next(stream) counter = 1 for item in stream: if item == held: counter += 1 elif counter == 0: held = item counter = 1 else: counter -= 1 return held Discussion: Let’s prove correctness.

From M-x all-things-emacs , Ryan McGeary's OS X/Emacs workflow . Frequently used apps: 1 password . Choosy . Divvy . Fastscript . Fluid (SSB). Launchbar . Skitch (screenshots) . te (Text expander) . Dotfiles Github .

Meta Refresh is an event organised by HasGeek that focuses on design, user experience and the front-end web. The current iteration of Meta…

A few days ago there was a lack of speakers for #SyPy which is the Sydney Python meet-up held most months and sponsored by Atlassian. I had previously put my hand up to help out if this situation ever came up and was mostly ready with a presentation about Decoding Captchas. I did not expect it to be so full that people were standing (largest crowd I had ever seen there). Thankfully it seemed to go over well and while I need to get more prac..

Regular bookmarks - xenodium.com - 11 years ago - eng

77 photography techniques, tips and tricks for taking pictures of anything . Course schedule - Digital Photography . ExifRenamer: Batch rename photos using exif information . Exposé, A simple static site generator for photoessays . Japanese Storefront Reference set - Elora 's Ko-fi Shop - Ko-fi . Michael Gakuran's Gakuranman . OpenMV (Small - Affordable - Expandable) . Photo Critique (Subreddit) .

Atelier Maitre Albert (known for its rotisserie chicken) . Au Passage. Small plates in fun atmosphere. Berthillon Ice Cream. Breizh Café (traditional gallete, savory buckwheat crepes) . Buvette Gastrotheque. Wine bar with small dishes. Cheri Bibi, possibly hipster, underneath Sacre Coeur, good cocktails. Creperie Josseline. Worth the queue. Drink Breton cider with crepes. Holybelly Canal Saint Martin. How To Spend a Culinary Weekend In ....

Org mode bookmarks - xenodium.com - 11 years ago - eng
A Baby Steps Guide to Managing Your Tasks with Org . An Agenda for Life With Org Mode . An Org Table Spreadsheet cheatsheet . Assigning ids to entries . Automating boilerplate in org-mode journalling . Beautiful Emacs tags (maybe for org mode?) . Beautifying Org Mode in Emacs . Blogging from GNU Emacs/org (with rss example) . Blogging with Emacs org-mode . Build a second brain . Compounding Confoundment: arbitrary interpreters for....

4 visitors online